a:hover { text-decoration: none; }
  
a.kniga { color: #800000; }

A.offers4:link 		{text-decoration: none}
A.offers4:visited 	{text-decoration: none}
A.offers4:active 	{text-decoration: none}
A.offers4:hover 	{text-decoration: underline; color: red;}

A.sitemap:link 		{text-decoration: none; color: #003399;}
A.sitemap:visited 	{text-decoration: none}
A.sitemap:active 	{text-decoration: none}
A.sitemap:hover 	{text-decoration: underline; color: #0000A0;}

.td6pic	 {background: #ffffff url(gifs/1stpage_back_thumb.png) no-repeat scroll center top;}
.blue_menu {border-style: solid; border-width: 1px; border-color: #3333ff;}

A.pictures2:link 	{text-decoration: none; color: #000099;}
A.pictures2:visited 	{text-decoration: none}
A.pictures2:active 	{text-decoration: none}
A.pictures2:hover 	{text-decoration: underline;}

.surface2	{font-size: 12pt; color: #404040; vertical-align: middle;}
.price2		{font-size: 14pt; color: #000000; vertical-align: middle;}


A.pictures6:link 	{text-decoration: none; color: #202020;}
A.pictures6:visited 	{text-decoration: none; color: #202020;}
A.pictures6:active 	{text-decoration: none}
A.pictures6:hover 	{text-decoration: underline;}

/*
A.pictures6:link > img, A.pictures6:visited > img {border: 1px solid transparent}
A.pictures6:hover > img	{border: 1px solid #000099}
*/

.surface6	{font-size: 10pt; color: #404040; vertical-align: middle;}
.price6		{font-size: 12pt; color: #000000; vertical-align: middle;}

.title_cell     { background-image: url(gifs/city_lights_c3.jpg); height: 120px; vertical-align: bottom } 
.title_div	{ margin-left: 8px; margin-bottom: 15px; }
.title1		{ font-size: 23pt; color: #FFFFFF; font-weight: bold; }
.title2		{ font-size: 12pt; color: #FFFFFF; }

/* стилове на таблиците 2/6pictures */
/* вертикалното отместване на лявата колона се контролира от английското знаменце */
/* при width: 100% трябва да се използват padding-left/right защото се включват в широчината, да не ползват margin */
/* използва се стил при който широчината на белите полета спрямо краищата се определят от вътрешните елементи */
/* външните таблици задават само структурата на документа */
/* to do: pic2_table се обхваща от още една таблица - би трябвало от нея да се зададат полетата */
.pic2_table { width: 100%; padding-left: 3px; margin-top: 18px; padding-right: 9px; }
.pic6_table { margin-top: 20px; }	    

.menu {
	width: 100%;
	height: 100%;
	/* http://www.quirksmode.org/css/box.html */
	/* иначе при 100% не се изобразява border-а на фона */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0 auto;
	margin: 0 auto;
	background: #25baff;
	border-bottom: 1px solid #17739e;
	border-right: 1px none #17739e;
}

.menu ul {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	display: block;
	float: left;
	font-size: 16px;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	background: #25baff;
	color: #FFFFFF;
	border: 1px solid;
	border-color: #87d9ff #17739e #17739e #87d9ff;
}

.menu a:hover, .menu .active a {
	background: #1c8cc0;
	color: #FFFFFF;
	border: 1px solid;
	border-color: #24b3f5 #104f6c #104f6c #24b3f5;
}

/* Sidebar */
.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 30px;
	color: #787878;
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 0px;
	padding-top: 0px;
}

.sidebar li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

.sidebar h2 {
	font-size: 15pt;
	letter-spacing: -.5px;
	color: #1c8cc0;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dashed #D2D4C9;
}

.sidebar a {
	text-decoration: none;
	color: #787878;
	border: none;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

.others_text { font-size: 9.5pt; color: #787878; text-align: center; margin-top: 7px;}
.others_text a { color: #787878; text-decoration: none; }
.others_text a:hover { color: #4d4d4d; text-decoration: underline; }

.others_text_title { color: #3d3d3d; }















