/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	}

/* ------------ ОБЩИЕ СТИЛИ ДЛЯ ГЛАВНОЙ И ВНУТРЕННИХ СТРАНИЦ ------------------ */
	
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;

                /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #333;
	}
	
/* ********* цвета \ псевдостили ********** */

.red {
	color: #a00;
	}
	
.grey {
	color: #999;
	}
	
.darkgrey {
	color: #555;
	}
	
.green {
	color: #090;
	}
	
.blue {
	color: #03c;
	} 	
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.hide {
	display: none;
	}
	
.underline {
	text-decoration: underline;
	}
	
a {
	color: #a00;
	outline: none;
	}
	
a:hover {
	text-decoration: none;
	}

a#selected {
	text-decoration: underline;
}

	
h1, h2 {
	font-size: 12px;
	}
	
	h2 {
		display: inline;
		}
h3 {
	text-weight: bold;
	color: #a00;
	margin-bottom: 7px;
}

	
	
/* ********* блоки ********** */

#top-ads {  /* реклама*/
                padding-top: 15px;
	display: block;
	height: auto;
	text-align: center;
	background: #ffffff;
	}
	
#left-ads {  /* реклама*/
	display: block;
	height: auto;
	width: 100%;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	background: #ffffff;
	}
	
#yd-ads {  /* реклама яндекс */
	display: block;
	height: auto;
	margin-top: 20px;
	text-align: center;
	background: #ffffff;
	}
	

#main-container { /* основной контейнер страницы (без футера) */
	display: block;
	width: 1000px;
	margin: 0 auto;
	}
		
.news-block { /* блок анонса новостей на главной */
	float: left;
	width: 244px;
	height: 80px;
	margin: 5px 5px 0px 0px;
	border: 1px #ddd solid;
	}
	
	.news-block img {
		float: left;
		height: 70px;
		width: 70px;
		margin: 5px;
		/*background: #fff url(/images/noimage70x70.gif);*/
		overflow: hidden;
		}
		
	.news-block a { /* название новости */
		color: #a00;
		text-decoration: none;
		line-height: 14px;
		padding-right: 5px;
		}
		
	.news-block a:hover {
		text-decoration: underline;
		}
		
	.readmore-block { /* блок с кнопкой Все новости */
		display: block;
		clear: both;
		margin-top: 5px;
		border-top: 1px #ddd solid;
		}	
		
		.readmore-block a {
			float: right;
			height: 21px;
			width: 130px;
			text-align: center;
			color: #777;
			text-decoration: none;
			background: url(/images/readmore-btn2.gif) 0px 0px no-repeat;		
			}
		
		.readmore-block a:hover {
			color: #fff;
			text-decoration: none;
			background: url(/images/readmore-btn2.gif) 0px -21px no-repeat;		
			}
		

.news-block-v { /* вертикальный блок анонса новостей на главной */
	float: left;
	width: 190px;
	height: 80px;
	margin: 5px 5px 0px 0px;
	border: 1px #ddd solid;
                overflow: hidden;
                font-size: 11px;
	}
	
	.news-block-v img {
		float: left;
		height: 70px;
		width: 70px;
		margin: 5px;
		background: #fff url(/images/noimage70x70.gif);
		overflow: hidden;
		}
		
	.news-block-v a { /* название новости */
		color: #a00;
		text-decoration: none;
		line-height: 14px;
		padding-right: 5px;
		}
		
	.news-block-v a:hover {
		text-decoration: underline;
		}
		
	.readmore-block-v { /* блок с кнопкой Все новости */
		display: block;
		clear: both;
		margin-top: 5px;
		border-top: 1px #ddd solid;
		}	
		
		.readmore-block-v a {
			float: right;
			height: 21px;
			width: 130px;
			text-align: center;
			color: #777;
			text-decoration: none;
			background: url(/images/readmore-btn2.gif) 0px 0px no-repeat;		
			}
		
		.readmore-block-v a:hover {
			color: #fff;
			text-decoration: none;
			background: url(/images/readmore-btn2.gif) 0px -21px no-repeat;		
			}


#header-container { /* контейнер хидера (основной) */
	display: block;
	clear: both;
	width: 100%;
	margin-top: 15px;
	background: url(/images/gorod-slogan.gif) 135px 32px no-repeat;
	position: relative;
	overflow: hidden;
	}	
	
	.logo {
		margin-left: 10px;
		}
		
	.head-links { /* ссылки под слогном */
		position: absolute;
		top: 82px;
		left: 245px;
		}
	
		.head-links a {
			color: #555;
			font-size: 11px;
			text-decoration: underline;
			padding-right: 50px;
			}
			
		.head-links a:hover {
			color: #a00;
			text-decoration: none;
			}
			
	.pen { /* pen */
		position: absolute;
		top: 2px;
		right: 15px;
		}

#content-container { /* средня колонка (главная страница) */
	float: left;
	height: auto;
	width: 730px;
	margin-left: 10px;
	}
	
	.notepad { /* блокнот */
		display: block;
		width: 719px;
		height: 820px;
		margin: 10px 0px 0px 20px;
		background: url(/images/spring-back.jpg) no-repeat;
		overflow: hidden;
		}
		
		.page1 { /* левая стр. */
			float: left;
			width: 290px;
			margin: 25px 20px 0px 45px;
			}
			
			*html .page1 { /* корректировка под ие6 */
				margin-left: 20px;
				}
			
		.page2 { /* правая стр. */
			float: left;
			width: 290px;
			margin: 25px 0px 0px 55px;
			}
			
		.menu-block { /* блок ссылок на главной */
				display: block;
				margin-left: 12px;
				}
				
			.menu-level1 { /* название раздела */
				font-family: "Times New Roman", Times, serif;
				font-size: 22px;
				text-decoration: underline;
				}
				
			.menu-block ul { /* блок ссылок раздела */
				margin-left: 20px;
				list-style: disc;
				color: #555;
				font-size: 10px;
				line-height: 20px;
				margin-bottom: 10px;
				}
					
				.menu-level2 { /* ссылки раздела */
					font-size: 12px;
					color: #333;
					text-decoration: underline;
					}
					
				.menu-level2:hover {
					color: #a00;
					text-decoration: none;
					}
	
#right-column { /* правая колонка */
	float: right;
	width: 225px;
	display: inline;
	margin-right: 10px;
	}
	
	.stat-informer { /* блок "статистики" (дата, время, погода, валюты) */
		display: block;
		width: 100%;
		margin-top: 15px;
		background: url(/images/stat-informer-top.jpg) left top no-repeat;
		}
		
		.stat-informer-inner {
			display: block;
			width: 100%;
			min-height: 60px;
			padding: 50px 0px 15px 0px;
			background: url(/images/stat-informer-bottom.jpg) left bottom no-repeat;
			}
			
			.stat-informer-content { /* содержимое блока */
				margin-left: 15px;
				padding-bottom: 15px;
				}

			.stat-date { /* дата в блоке "статистики" */
				font-weight: bold;
				padding: 1px 10px 1px 10px;
				color: #fff;
				background: url(/images/redbg.gif) left center repeat-x;
				}
				
			.stat-time {  /* время в блоке "статистики" */
				color: #a00;
				font-weight: bold;
				padding: 1px 0px 1px 5px;
				}
				
			.stat-title {  /* заглавия в блоке "статистики" */
				display: block;
				margin-top: 8px;
				color: #a00;
				font-weight: bold;
				}
				
			
.stat-head { /* блок "статистики" - корректировка блока для хидера*/
	float: right;
	width: 225px;
	display: inline;
	margin-right: 10px;
	margin-top: 0px;
	}
		
.sideblock { /* боковые блоки-информеры (правые/левые) */
	display: block;
	width: 100%;
	margin-top: 10px;
	padding-top: 5px;
	background: url(/images/sideblock-top.gif) left top no-repeat;
	}
	
	.sideblock-title { /* название блока-информера */
		margin: 0px 5px 0px 5px;
		color: #a00;
		font-weight: bold;
		font-size: 14px;
		background: #f2f2f2;
		padding: 5px 0px 7px 10px;
		}
			
	.sideblock-inner {
		display: block;
		width: 100%;
		background: url(/images/sideblock-bottom.gif) left bottom no-repeat;
		overflow: hidden;
		}
				
		.sideblock-content { /* контент блока */
			margin: 15px;
			margin-top: 10px;
			overflow: hidden;
			background: #fff;
			}
			
#footer { /* контейнер футера (подложка) */
	display: block;
	clear: both;
	height: 240px;
	background: url(/images/footer-bg.jpg) center no-repeat;
	}
	
	#footer-container { /* футер */
		display: block;
		width: 1000px;
		margin: 0 auto;
		position: relative;
		}
	
		.footer-links { /* левые ссылки */
			display: block;
			position: absolute;
			left: 15px;
			top: 195px;
			}
			
		.counters { /* блок счетчиков */
			display: block;
			position: absolute;
			left: 270px;
			top: 197px;
			}
			/* полупрозрачность картинки-ссылки */
                                                .counters a img { 
				/*FILTER: alpha(opacity=30); 
				-moz-opacity: 0.3;
				opacity: 0.3;*/
				}
			
			.counters a span img { 
				FILTER: alpha(opacity=30); 
				-moz-opacity: 0.3;
				opacity: 0.3;
				}
			
			.counters a:hover span img {
				FILTER: alpha(opacity=70);
				-moz-opacity: 0.7;
				opacity: 0.7;
				}
			
			
		.copyright { /* блок копирайтов */
			display: block;
			position: absolute;
			text-align: right;
			right: 15px;
			top: 195px;
			}
			
#left-column { /* левая колонка */
	float: left;
	margin-left: 10px;
	height: auto;
	width: 225px;
	display: inline;
	}
	
.main-menu { /* блок главного меню (внутренние страницы) */
	display: block;
	width: 100%;
	margin-top: 10px;
	background: #f3f3f3 url(/images/mainmenu-bg-top.gif) left top no-repeat;
	}
		
	.main-menu-inner {
		display: block;
		width: 100%;
		min-height: 60px;
		padding: 8px 0px 7px 0px;
		background: url(/images/mainmenu-bg-bottom.gif) left bottom no-repeat;
		}
		
	.main-menu-level1 { /* верхний уровень главного меню  */
		width: 195px;
		list-style: none;
		line-height: 25px;
		}	
		
		.main-menu-level1 a {
			color: #555;
			text-decoration: none;
			font-size: 14px;
			padding-left: 12px;
			}
			
		.main-menu-level1 a:hover {
			color: #a00;
			}
			
		.level1-active {
			display: block;
			background: url(/images/menu-active.gif) right top no-repeat;
			padding-top: 3px;
			}
			
			.level1-active a {
				color: #fff;
				font-size: 15px;
				}
				
			.level1-active a:hover {
				color: #fff;
				text-decoration: none;
				}
				
	.main-menu-level2 { /* второй уровень глав.меню */
		display: block;
		width: 180px;
		margin-top: 2px;
		padding: 3px 0px 5px 0px;
		background: url(/images/mainmenu-bg-level2.gif) right bottom repeat-y;
		list-style: none;
		line-height: 23px;
		}
		
		.main-menu-level2 ul {
			list-style: none;
			}
			
		.main-menu-level2 ul li {
			padding: 4px 0px;
			}
		
		.main-menu-level2 a {
			display: block;
			color: #555;
			text-decoration: none;
			font-size: 12px;
			line-height: 16px;
			padding-left: 25px;
			padding-right: 7px;
			background: url(/images/listdot.gif) 12px 4px no-repeat;
			//background-position: 12px 8px; /* ie */
			}
			
		.main-menu-level2 a:hover {
			color: #a00;
			text-decoration: underline;
			background: url(/images/listdot-active.gif) 12px 4px no-repeat;
			//background-position: 12px 8px; /* ie */
			}

			.main-menu-level2 #selected, .level2-active a {
				color: #a00;
				font-weight: bold;
				text-decoration: none;
				background: url(/images/listdot-active.gif) 12px 4px no-repeat;
				//background-position: 12px 8px; /* ie */
				}
				
			.main-menu-level2 #selected:hover, .level2-active a:hover {
				color: #a00;
				text-decoration: none;
				background: url(/images/listdot-active.gif) 12px 4px no-repeat;
				//background-position: 12px 8px; /* ie */
				}
				
	.main-menu-level3 { /* второй уровень глав.меню */
		list-style: disc;
		padding-left: 30px;
		}
		.main-menu-level3 a {
                                                                color: #555;
                                                                background: url(/images/listdot.gif) 1px 4px no-repeat;
				padding-left: 10px;
				}
                                .main-menu-level3 a:hover {
			color: brown;
			text-decoration: underline;
			background: url(/images/listdot-active.gif) 1px 4px no-repeat;
                                                padding-left: 10px;
			}
                                                .main-menu-level3 #selected, .level3-active a {
				color: brown;
				font-weight: bold;
				text-decoration: none;
				background: url(/images/listdot-active.gif) 1px 4px no-repeat;
				}
				
			.main-menu-level3 #selected:hover, .level3-active a:hover {
				color: brown;
				text-decoration: none;
				background: url(/images/listdot-active.gif) 1px 4px no-repeat;
				}



#content-container.inner { /* корректировка средней колонки (контент) для внутр. стр.  */
	float: left;
	height: auto;
	width: 485px;
	margin-left: 23px;
	margin-top: -20px;
	}
	
                #content-container.inner_long {
                                width: 730px;
	}

                #content-container.inner_630 {
                                width: 630px;
	}
	.frame-container { /* контейнер инфо блока */
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		}
		
		.frame-title-left { /* строка с название блока */
			float: left;
			min-width: 30%;
			height: 30px;
			background: url(/images/cb-bg-title-left.gif) top left no-repeat;
			overflow: hidden;
			}
			
			.frame-title-left h1 { /* текст названия блока */
				padding: 9px 0px 0px 28px;
				font-size: 14px;
				font-weight: normal;
				text-transform: uppercase;
				}
			
			.frame-title-right {
				float: left;
				width: 20%;
				height: 30px;
				background: url(/images/cb-bg-title-right.gif) top left no-repeat;
				}
			
		.frame-top-left { /* оформление рамки - верх/лево */
			display: block;
			width: 100%;
			height: auto;
			background: url(/images/cb-bg-top-left.gif) top left no-repeat;
			clear: both;
			}
			
			.frame-top-right { /* оформление рамки - верх/право */
				display: block;
				width: 100%;
				height: auto;
				background: url(/images/cb-bg-top-right.gif) top right no-repeat;
				}
				
			.frame-bottom-left { /* оформление рамки - низ/лево */
				display: block;
				width: 100%;
				height: auto;
				background: url(/images/cb-bg-bottom-left.gif) bottom left no-repeat;
				}
				
			.frame-bottom-right { /* оформление рамки - низ/право */
				display: block;
				width: 100%;
				min-width: 320px;
				height: auto;
				background: url(/images/cb-bg-bottom-right.gif) bottom right no-repeat;
				padding-bottom: 5px;
				}
				
				.frame-content { /* блок содержимого фрейма */
					display: block;
					height: 100%;
					margin: 0px 15px 10px 15px;
					padding-top: 10px;
					/*overflow: hidden;*/
					}


				.frame-content img{ /* блок содержимого фрейма */
					margin: 5px;
					padding: 5px;
					}
				
.reminder { /* блок Доска объявлений */
	display: block;
	width: 100%;
	height: 129px;
	margin-top: 8px;
	background: url(/images/reminder.jpg) top center no-repeat;
	}
	
	.reminder-title { /* название блока */
		color: #a00;
		font-weight: bold;
		font-size: 14px;
		margin-left: 15px;
		padding-top: 15px;
		}
		
	.reminder-list {
		margin: 8px 0px 0px 15px;
		list-style: none;
		line-height: 22px;
		font-size: 14px;
		}
			
		.reminder-list a {
			text-decoration: none;
			color: #555;
			}
			
		.reminder-list a:hover, .reminder-list a#selected {
			text-decoration: underline;
			color: #a00;
			}

.hot-auto { /* горячие предложения (авто-информер) */
	display: block;
	width: 190px;
	height: 145px;
	margin: 0px 0px 10px 2px;
	position: relative;
	overflow: hidden;
	}
	
	.hot-auto img {
		position: absolute;
		z-index: 999;
		}
	
	.hot-auto-carname { /* блок названия и описания авто */
		display: block;
		width: 100%;
		height: 160px;
		position: absolute;
		left 0px;
		top: 120px;
		text-align: right;
		background: #000;
		z-index: 1000;
		font-size: 12px;
		
		FILTER: alpha(opacity=70); 
		-moz-opacity: 0.7;
		opacity: 0.7;
		}
		
		.hot-auto-carname a { /* стиль текста описания */
			color: #fff;
			text-decoration: none;
			}
			
		.hot-auto-carname a:hover {
			color: #fff;
			text-decoration: none;
			}

.content-news-block { /* блок новостей (центральная колонка) */
	display: block;
	/*padding-top: 10px;*/
	margin-bottom: 15px;
               
	overflow: hidden;
	clear: both;
	}
	
	.img-shadow { /* тень изображения */
		float: left;
		width: 80px;
		height: auto;
		background: url(/images/newsimg-shadow.gif) left bottom no-repeat;
		padding: 0px 0px 1px 1px;
		}
		
		.img-shadow img { /* иллюстрация новости */
			display: block;
			margin: 0px 0px 4px 4px;
			}
		
                .text-block-wide a img{
                     width: 50%;
                        

                    

                    
                }	
	.text-block { /* текстовый блок новости */
		margin-left: 90px;
                                padding-left:5px;
                                border-top: 1px solid #eee;
		 
		}
		
		.text-block p {
			
			line-height: 14px;
			color: #333;
			}
		
		.text-block a { /* ссылки */
			font-weight: bold;
			text-decoration: none;
			}
			
		.text-block a:hover h2 { /* название новости */
			text-decoration: underline;
			}
			
		.text-block a.linkmore { /* ссылка далее */
			font-weight: normal;
			text-decoration: underline;
			float: right;
			}
			
		.text-block a:hover.linkmore {
			text-decoration: none;
			float: right;
			}
		.text-block img {
			margin-right: 5px;
			margin-bottom: 5px;
			}
		.text-block img#rating {
			margin-right: 0px;
			margin-bottom: 0px;
			}
			
.search-bar { /* блок поиска - базовый стиль (средняя колонка) */
	display: block;
	width: 100%;
	background: #eee;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 5px solid #fff;
	border-bottom: 1px #eee solid; 
	} 	
	
	.search-input { /* поле ввода - базовый стиль */
		width: 330px;
		padding: 3px 3px 3px 5px;
		font-size: 16px;
		color: #777;
		background: #fff url(/images/input-bg.gif) top left no-repeat;
		border-bottom: 1px #ddd solid; 
		border-right: 1px #ddd solid;
		}
	
	.button { /* (красная) кнопка - базовый стиль */
		display: inline-block;
		width: 80px;
		height: 27px;
		font-size: 16px;
		text-align: center;
		color: #fff;
		background: url(/images/redbg.gif) left center repeat-x;
		}
		
		.search-btn {
			width: 70px;
			}
			
		.abc { /* список-алфавит */
			list-style: none;
			margin-top: 5px;
			}
			
			.abc li {
				display: inline;
				padding: 2px;
				}
				
			.abc a {
				color: #777;
				}
				
			.abc a:hover {
				color: #a00;
				text-decoration: none;
				}
				
td { /* стиль таблиц */ 
	padding: 5px 10px;
	border-bottom: 1px #ddd solid;
	line-height: 14px;
	}
	
	/*tr:hover {
		background: #fff2c3 url(/images/tr-bg.gif) top left repeat-x;
		color: #a00;
		}
	*/	
	.trgrey { /* четные (или нечетные) строки таблицы*/
		background: #eee;
		}
	
.comp-container { /* блок с описания компании */
	border-bottom: 1px #ddd solid;
	padding: 10px;
	}
	
	.comp-container p {
		line-height: 14px;
		margin-top: 5px;
		}
	
	.comp-description {
		overflow: hidden;
		margin-bottom: 5px;
		}
	
	.comp-logo, .comp-question { /* лого компании / задать вопрос */
		float: right;
		padding-left: 10px;
		display: inline;
		text-align: center;
		}
		
		.contact-line { /* строка контактной информации */
			display: block;
			border-top: 1px #eee dotted;
			padding-left: 25px;
			padding-top: 2px;
			height: 20px;
			font-weight: bold;
			overflow: hidden;
			}
			
			.cl-mail { /* адрес */
				background: url(/images/contact-icons.gif) left 1px no-repeat;
				}
				
			.cl-phone { /* теолефон */
				background: url(/images/contact-icons.gif) left -24px no-repeat;
				}
				
			.cl-web { /* www */
				background: url(/images/contact-icons.gif) left -51px no-repeat;
				}
			
				.contact-line a {
					text-decoration: none;
					}
					
				.contact-line a:hover {
					text-decoration: underline;
					}
			
.carbrand { /* авто лого (автобренд) */
	float: left;
	width: 21%;
	text-align: center;
	padding: 6px;
	font-weight: bold;
	}
	
	.carbrand img { /* автолого */
		display: block;
		width: 35px;
		height: 35px;
		margin: 0 auto;
		}
		
	.auto-bar { /* корректировка панели поиска под авто */
		font-size: 15px;
		}
		
		.auto-bar ul {
		 	list-style: none;
			font-size: 12px;
			padding: 5px;
			}
			
		.auto-bar li {
		 	 display: inline;
			 }
			 
			 .add-obj {
				 margin-left: 50px;
				 }
		
	.carsearch-input { /* поле ввода для авто */
		width: 110px;
		padding: 3px 3px 2px 5px;
		font-size: 16px;
		color: #777;
		background: #fff url(/images/input-bg.gif) top left no-repeat;
		border-bottom: 1px #ddd solid; 
		border-right: 1px #ddd solid;
		}
	
	.tooltip { /* некоторые стили всплывающего блока с описанием авто */
		background: #fff;
		float: left;
		}
		
		.tooltip td {
			height: 15px;
			}
			
		.tooltip img {
			width: 110px;
			height: 80px;
			overflow: hidden;
			background: url(/images/noimage70x70.gif) center no-repeat;
			}

.details-table { /* таблица детального описания авто */
	margin: 5px;
	}
	
	.details-table td {
		vertical-align: top;
		border: none;
		}
	
	.details-table tr:hover {
		color: #555;
		background: #fff;
		}
		
		.table-title { /* заглавие раздела */
			font-weight: bold;
			font-size: 14px;
			color: #a00;
			background: #fff2c3 url(/images/tr-bg.gif) top left repeat-x;
			}
			
			 td.table-title {
				border-bottom: 1px #ddd solid;
				}
				
			.detail-img {
				width: 200px;
				border: 3px #eee solid;
				}
				
			.detail-img:hover {
				border: 3px #a00 solid;
				}
		
		.detail-list { /*  параметры (опции) */
			list-style: none;
			margin: 5px 0px 5px 0px;
			line-height: 18px;
			}
					
		.detail-list-title {
			color: #a00;
			font-weight: bold;
			}

.sk-thumb { /* превьюшка фотогалереи */
	float:left;
	width: 136px;
	height: 110px;
	text-align: center;
	margin-top: 12px;
	padding-left: 12px;
	overflow: hidden;
	}
	
	.sk-thumb img:hover {
		FILTER: alpha(opacity=70); 
		-moz-opacity: 0.7;
		opacity: 0.7;
		}
		
.sk-dayphoto { /* превьюшка для информера "фото дня" */
	height: 145px;
	width: 190px;
	margin: 2px;
	text-align: center;
	overflow: hidden;
	}
	
	.sk-dayphoto img:hover {
		FILTER: alpha(opacity=70); 
		-moz-opacity: 0.7;
		opacity: 0.7;
		}

.pager-bar { /* панель пейджера */
	height: 27px;
	overflow: hidden;
	padding: 0px;
	clear: both;
	}
	
	.arrow {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		text-decoration: none;
		}
		
	.pager { /* пейджер */
		float: left;
		list-style: none;
		margin: 5px;
		display: inline;
		padding-bottom: 5px;
		}
			
		.pager li {
			display: inline;
			padding: 3px;
			}
				
			.pager a {
				color: #a00;
				}
				
			.pager a:hover {
				color: #a00;
				}
				
	.pager-right {
		float: right;
		margin: 5px;
		display: inline;
		}

.photo-bar { /* панель с большим фото */
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	}
			
.big-photo {
	width: 430px;
	}
	
.photo-title { /* название фото */
	float: left;
	width: 200px;
	height: auto;
	text-align: left;
	padding-left: 10px;
	}
	
.short-descr { /* описание */
	line-height: 14px;
	font-weight: normal;
	}
	
.zoom-photo { /* линк - увеличить */
	float: right;
	width: 200px;
	height: auto;
	text-align: right;
	margin-right: 10px;
	}
	
	.prev-thumb { /* превью предыдущей фоты*/
		float:left;
		width: 70px;
		text-align: center;
		margin: 10px 0px 0px -3px;
 		overflow: hidden;
		font-size: 13px;
 		}
		
	.next-thumb { /* превью следующей */
		float: right;
		width: 70px;
		text-align: center;
		margin: 10px 0px 0px 0px;
 		overflow: hidden;
		font-size: 13px;
 		}
		
		.prev-thumb img:hover, .next-thumb img:hover {
			FILTER: alpha(opacity=70); 
			-moz-opacity: 0.7;
			opacity: 0.7;
			}
			
		.prev-thumb span, .next-thumb span { /* навигация - вперед/назад  */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 22px;
			color:#333;
			text-decoration: none;
			}
			
	.back-link { /* назад в галерею */
		float:left;
		width: 160px;
		text-align: center;
		margin: 35px 0px 0px 0px;
 		overflow: hidden;
 		}
		
#header-forum-container { /* контейнер хидера форума */
	display: block;
	clear: both;
	width: 100%;
	margin-top: 15px;
	background: url(/images/forum-slogan.gif) 135px 32px no-repeat;
	position: relative;
	}
	
	.head-search { /* поиск под слогном */
		position: absolute;
		top: 120px;
		left: 240px;
		}
		
		.head-search input {
			font-size: 16px;
			}
			
		.head-search .search-input {
			width: 240px;
			}
			
		.head-search .button {
			height: 27px;
			font-size: 16px;
			}
			
	.stat-informer-content ul { /* регистрация / вход на форум */
		list-style: none;
		margin-top: 10px;
		line-height: 20px;
		}
		
		.faq-link {
			background: url(/images/forum-icons.gif) 0px 1px no-repeat;
			padding-left: 20px;
			}
			
		.reg-link {
			background: url(/images/forum-icons.gif) 0px -19px no-repeat;
			padding-left: 20px;
			}
			
		.enter-link {
			background: url(/images/forum-icons.gif) 0px -39px no-repeat;
			padding-left: 20px;
			}
		
		.stat-informer-content li a {
			color: #555;
			text-decoration: none;
			}
			
		.stat-informer-content li a:hover {
			color: #a00;
			text-decoration: underline;
			}
			
	#content-container-forum { /* корректировка средней колонки (контент) для стр. форума  */
		float: right;
		height: auto;
		width: 730px;
		display: inline;
		margin-right: 10px;
		margin-top: 10px;
		}		
		.forum-bar { /* сервисная панель (список форумов и т.д.) */
			display: block;
			width: 100%;
			height: 35px;
			background: #f4f4f4 url(/images/forum-bar-left.gif) left top no-repeat;
			margin-bottom: 10px;
			}
			
			.forum-bar-inner {
				display: block;
				width: 100%;
				height: 35px;
				background: url(/images/forum-bar-right.gif) right top no-repeat;
				padding-top: 10px;
				}
				
				.right-links { 
					float: right;
					margin-right: 10px;
					width: 540px;
					height: 20px;
					display: inline;
					}
					
				.fontsize-btn { /* размер шрифта */
					float: right;
					margin-right: 15px;
					width: 29px;
					height: 15px;
					background: url(/images/fontsize-btn.gif) 0px 0px no-repeat;
					}
					
					*html .fontsize-btn {
						background: url(/images/fontsize-btn.gif) 0px 2px no-repeat;
						} 
					
				.fontsize-btn:hover {
					background: url(/images/fontsize-btn.gif) 0px -15px no-repeat;
					}
					
					
		.forum-frame-title-left { /* строка названия фрейма */
			float: left;
			min-width: 100%;
			height: 25px;
			overflow: hidden;
			background: url(/images/forum-title-left.gif) top left no-repeat;
			}
			
			.forum-frame-title { /* текст названия фрейма */
				display: block;
				width: 370px;
				height: 18px;
				overflow: hidden;
				position: absolute;
				top: 5px;
				left: 0px;
				font-size: 12px;
				text-transform: uppercase;
				color: #fff;
				font-weight: normal;
				}
				
				.themes { /* тем */
					width: 50px;
					left: 410px;
					}
					
				.mess { /* сообщений */
					width: 75px;
					left: 470px;
					}
					
				.lastmess { /* посл. сообщ. */
					width: 145px;
					left: 560px;
					}
			
			.forum-frame-title-right {
				float: right;
				width: 720px;
				height: 25px;
				background: url(/images/forum-title-right.gif) top right no-repeat;
				position: relative;
				}
			
		.forum-frame-top-left { /* оформление рамки - верх/лево */
			display: block;
			width: 100%;
			height: auto;
			clear: both;
			background: #f5f5f5 url(/images/forum-bg-top-left.gif) top left no-repeat;
			}
			
			.forum-frame-top-right { /* оформление рамки  - верх/право */
				display: block;
				width: 100%;
				height: auto;
				background: url(/images/forum-bg-top-right.gif) top right no-repeat;
				}
				
			.forum-frame-bottom-left { /* оформление рамки - низ/лево  */
				display: block;
				width: 100%;
				height: auto;
				background: url(/images/forum-bg-bottom-left.gif) bottom left no-repeat;
				}
				
			.forum-frame-bottom-right { /* оформление рамки - низ/право  */
				display: block;
				width: 100%;
				min-width: 320px;
				height: auto;
				min-height: 30px;
				background: url(/images/forum-bg-bottom-right.gif) bottom right no-repeat;
				padding-bottom: 5px;
				}
				
				.forum-frame-content { /* блок содержимого фрейма */
					display: block;
					width: 100%;
					height: 100%;
					margin: 0px 15px 10px 15px;
					padding-top: 10px;
					overflow: hidden;
					}
					
						
			.forum-bar-top-left { /* оформление рамки серв. панели - верх/лево */
				display: block;
				width: 100%;
				height: auto;
				background: #f5f5f5 url(/images/forum-bar-top-left.gif) top left no-repeat;
				clear: both;
				}
				
			.forum-bar-top-right { /* оформление рамки  серв. панели - верх/право */
					display: block;
					width: 100%;
					height: auto;
					background: url(/images/forum-bar-top-right.gif) top right no-repeat;
					padding-top: 10px;
					}
			
			.forum-bar-bottom-left { /* оформление рамки серв. панели  - низ/лево */
				display: block;
				width: 100%;
				height: auto;
				background: url(/images/forum-bar-bottom-left.gif) bottom left no-repeat;
				}
				
			.forum-bar-bottom-right { /* оформление рамки серв. панели  - низ/право */
				display: block;
				width: 100%;
				min-width: 320px;
				height: auto;
				min-height: 15px;
				background: url(/images/forum-bar-bottom-right.gif) bottom right no-repeat;
				padding-bottom: 10px;
				overflow: hidden;
				}
				
				.forum-bar-arrow {
					float: left;
					margin-left: 15px;
					margin-top: 2px;
					}
					
				.forum-bar-links {
					float: left;
					width: 650px;
					}	
					
					.forum-bar-links a {
						text-decoration: none;
						}
						
					.forum-bar-links a:hover {
						text-decoration: underline;
						}
						
		.forum-table { /* таблицы форума */
			margin: 5px;
			}
			
			.forum-table a {
				text-decoration: none;
				font-weight: bold;
				}
				
			.forum-table a:hover {
				text-decoration: underline;
				}
			
			.forum-table td {
				border: none;
				border-bottom: 1px #ddd solid;
				}
			
			.topic-status { /* колонка с иконкой темы */
				width: 30px;
				}
				
			.topic-title { /* колонка названия и описания темы */
				width: 330px;
				text-align: left;
				padding: 5px;
				}
			
			.topic-themes { /* колонка с кол. тем*/
				width: 35px;
				text-align: center;
				}
					
			.topic-mess { /* колонка с кол. сообщ. */
				width: 75px;
				text-align: center;
				}
				
			.topic-lastmess { /* кол. посл. сообщение */
				width: 145px;
				text-align: left;
				}
				
			td.topic-text { /* текст сообщ. */
				width: 550px;
				border-bottom: none;
				}
				
			td.mess-author { /* автор сообщ. */
				width: 150px;
				text-align: left;
				border-bottom: none;
				line-height: 16px;
				}
				
			td.field-caption { /* колонка описания поля ввода (новая тема) */
				width: 170px;
				text-align: right;
				padding: 5px;
				}
				
			td.field { /* колонка с полем ввода */
				width: 600px;
				text-align: left;
				padding: 5px;
				}
				
				.new-post {
					font-size: 13px;
					width: 500px;
					padding-left: 5px;
					padding-right: 5px;
					}
					
				.new-post-sm {
					font-size: 13px;
					width: 170px;
					padding-left: 5px;
					padding-right: 5px;
					}
					
				.send-btn {
					float: left;
					font-size: 14px;
					border: none;
					width: 100px;
					}
					
				.cancel-btn {
					float: right;
					font-size: 14px;
					border: none;
					width: 100px;
					margin-right: 60px;
					background: url(/images/greybg.gif) left center repeat-x;
					}
							
			td.topic-themes, td.topic-mess, td.topic-lastmess, td.mess-author {
				border-left: 1px #ddd solid;
				}
				
			td.topic-themes, td.topic-mess {
				padding-top: 10px;
				}
				
			.topic-descr { /* описание темы */
				line-height: 14px;
				margin-top: 5px;
				}
			
			.forum-table tr:hover {
				background-color: #fff2c3;
				background-image: none;
				color: #555;
				}
				
		.moderator { /* ник супермодера */
			color: #090;
			font-style: italic;
			}
			
		.admin { /* ник админа */
			color: #a00;
			font-style: italic;
			}
			
	.forum-footer-title { /* заглавие подраздела футера форума */
		display: block;
		border-bottom: 1px #ccc solid;
		font-weight: bold;
		color: #a00;
		padding-bottom: 2px;
		margin-bottom: 5px;
		padding-top: 10px;
		}
		
	.forum-login { /* поле логина */
		font-size: 12px;
		width: 120px;
		}
	
	.login-btn { /* кнопка логина */
		font-size: 12px;
		height: 22px;
		background-position: left center;
		}
		
	.topic-search { /* поиск в теме */
		font-size: 13px;
		width: 200px;
		}
	
	.topic-btn, .resp-btn { /* кнопки в теме */
		font-size: 13px;
		height: 24px;
		border: none;
		}
		
	.goto-select { /* селект "перейти..." */
		width: 565px;
		}
/*Дополнения*/
table.sms, .sms td, .sms tr:hover {
	background: #fff;
	border: none;
	padding: 0px 14px 0px 0px;
	margin: 0px;
	
}

/*Формы подачи объявлений*/

.adv_forms p
{
    font-weight: bold;
}
	
.adv_forms font#required_field /* Поле обязательно для заполнения*/
{
    color: red;
    font-weight: bold;
    font-size: 14px;
}
.adv_forms input /* Отступ справа от любого поля ввода (special for checkboxes)*/
{
    margin-right: 3px
}

input#auto /*Форма подачи автообъявлений. Обычная строка ввода.*/
{
    width: 310px;
}
		
select#auto /*Форма подачи автообъявлений. Обычная строка ввода.*/
{
    background: #fff;
    border: 1px #ddd solid; 
    width: 320px;
}

textarea#auto /*Форма подачи автообъявлений. Текстовое поле.*/
{
    width: 400px;
    font-size: 12px;
}

textarea#recept /*Форма подачи нового рецепта. Текстовое поле.*/
{
    width: 310px;
    font-size: 12px;
}

input#ingridient /*Форма подачи нового рецепта. Строка названия ингридиента.*/
{
    width: 250px;
    font-size: 16px;
}

input#ingridient_sm /*Форма подачи нового рецепта. Строка количества ингридиента.*/
{
    width: 60px;
    font-size: 16px;
}

select#ingridient /*Форма подачи нового рецепта. Выпадающий список ед. изм. кол-ва.*/
{
    background: #fff;
    border: 1px #ddd solid; 
    width: 100px;
    font-size: 16px;
}

input.button#ingridient /*Форма подачи нового рецепта. Кнопка добавления ингридиента*/
{
    width: 20px;
}


.article{
    /* font-weight: normal; */
    text-align: justify;
} 

.article img {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.article a#source, .article a:hover#source {
    color: grey;
}

.article div, .article p {
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
} 

.article div.rtext, .article p.rtext {
    padding: 5px;
    margin: 5px;
    text-align: right;
} 


.anons {
    text-align: justify;
} 

div.anons img{
    width: 50%;
} 

.anonsv {
    text-align: justify;
} 

.site-login { /* поле логина на сайт */
    font-size: 12px;
    width: 100px;
    font-weight: bold;
    color: blue;
}

.subscribe { /* поле логина на сайт */
    font-size: 12px;
    width: 185px;
    font-weight: bold;
    color: red;
}


.topic-frame-container { /* контейнер инфо блока */
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		}

.topic-frame-title-left { /* строка названия фрейма */
			float: left;
			min-width: 100%;
			height: 25px;
			overflow: hidden;
			background: url(/images/forum-title-left.gif) top left no-repeat;
			}
			
			.topic-frame-title { /* текст названия фрейма */
				display: block;
				/*width: 370px;*/
				height: 18px;
				overflow: hidden;
				position: relative;
				top: 5px;
				left: 0px;
				font-size: 12px;
                                                                padding-left: 20px;
				text-transform: uppercase;
				color: #fff;
				font-weight: normal;
				}
		.topic-frame-title-right {
				float: right;
				/*width: 720px;*/
				height: 25px;
				background: url(/images/forum-title-right.gif) top right no-repeat;
				position: relative;
				}
			
		.topic-frame-top-left { /* оформление рамки - верх/лево */
			display: block;
			width: 100%;
			height: auto;
			clear: both;
			background: #f5f5f5 url(/images/forum-bg-top-left.gif) top left no-repeat;
			}
			
			.topic-frame-top-right { /* оформление рамки  - верх/право */
				display: block;
				width: 100%;
				height: auto;
				background: url(/images/forum-bg-top-right.gif) top right no-repeat;
				}
				
			.topic-frame-bottom-left { /* оформление рамки - низ/лево  */
				display: block;
				width: 100%;
				height: auto;
				background: url(/images/forum-bg-bottom-left.gif) bottom left no-repeat;
				}
				
			.topic-frame-bottom-right { /* оформление рамки - низ/право  */
				display: block;
				width: 100%;
				/*min-width: 320px;*/
				height: auto;
				min-height: 30px;
				background: url(/images/forum-bg-bottom-right.gif) bottom right no-repeat;
				padding-bottom: 5px;
				}

.news_table{
    padding-top:5px;
    padding-bottom:5px;
    background: url(/img/input-bg.gif) no-repeat top left;
}

.news_table td{
    border: 0;
    padding:0;
    margin:0;
    padding-left:4px;
    padding-top:4px;
}

.news_table img{
    margin:0 auto;
    /*width:50%;
     height:50%;*/
}
    .news_tr{
        border: 0;

    }
        .news_td{
            font-size: 8pt; 
            color:  dark gray;
            text-ident: 15px;
            text-align:justify;
            border: 0;
            
        }
          
.cent_cont{
    text-align: center;
    margin: 0 auto;
}

.txt_cmnt{
    font-size:smaller;
    font-weight:bold;
}

.right{
    text-align:right;
}

.fleft{
    float:left;
}

.box{
    display:inline-block;
    border:1px solid #CCC;
    padding:5px;
    text-decoration:none;
}

.mark{
    background-color:#CCC;
    font-weight:bolder;
 
}

.gallery{
    overflow:visible !important;
}

.gallery img{
    border: 1px solid #CCC !important;
    margin-top: 0.4em;
    padding: 5px;
}

.fw-195{
    width: 195px !important;
}

.dw-100{
    width: 100% !important;
}

.dw-99{
    width: 99% !important;
}

.dw-95{
    width: 95% !important;
}

.dw-90{
    width: 90% !important;
}

.thumbnail{
    position: relative;
    opacity: 0.5;
    z-index: 0;
}

.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
    opacity: 1  !important;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute !important;    
    background-color: lightyellow;
    padding: 5px;
    left: -1000px;
    border: 1px dashed #c00 !important;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border: 0 !important;
    /*opacity: 0.9  !important;*/
    padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    position: absolute;
    visibility: visible;
    opacity: 1 !important;
    top: -80px;
    left: 20px; /*position where enlarged image should offset horizontally */
}
