@charset "utf-8";
/* CSS Document */

/* News */
.details {
	font-size: 10px;
	/*color: #6d6d6d;*/
	color: black;
	background-color: #F5F5FF;
	margin: 10px 0 3px 0;
	text-decoration: none;
}

.details:hover {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.news_pic_pr {
	width:66px;
	height:50px; 
	border: 1px solid #f57c15; 
	margin: 0 10px 0 0; 
	float: left;
}

.news_pic_full_pr {
	width: 130px; 
	height: 98px; 
	border: 1px solid #f57c15;
	float: left;
	margin: 0 20px 10px 0;
}

.news_pic_full {
	width: 300px;
	height: 226px;
	border: 1px solid #f57c15;
	float: left;
	margin-right: 20px;
}

.news_pr_block {
	width: 155px; 
	overflow: hidden;
}

.news_date {
	font: bold 10px Tahoma, Geneva, sans-serif;
	color: #f5f08e;
}

.news_date_ {
	font: bold 10px Arial;
	color: #6d6d6d;
	margin-bottom: 3px;
}

.news_caption {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #f5f08e;
	margin-bottom: 3px;
}


.read_also_block {
	padding-bottom: 10px; 
	clear: both;
}

#pages_navigation_container {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.cur_page { 
   height: 17px; 
   text-align: center; 
   border: 1px solid #9a9a9a; 
   border-top: 3px solid #f57c15;
   float: left; 
   margin: 0 3px 0 3px; 
   padding: 3px 7px 0px 7px;
   background-color: #fff;
   font-size: 10px;
   font-weight: bold;
   color: #000;
}

.pages_s { 
   font-family: Arial; 
   color:#f57c15; 
   text-decoration:none; 
   font-size:10px; 
   font-weight:bold;
   float: left;
}

.pages_container {
   height: 17px; 
   text-align: center; 
   border: 1px solid #9a9a9a; 
   background: #ddd;
   float: left; 
   margin: 0 3px 0 3px; 
   padding: 3px 7px 0px 7px;
   font-size: 10px;
   color: #000;
   text-decoration: none;
   font-weight: bold;
   outline: none;
}

.pages_container:hover {
   color: #000;
   background-color: #fff;
   border: 1px solid #9a9a9a; 
   border-top: 3px solid #f57c15;
   outline: none;
}

.pages_container a {
   font-family: arial;
   font-size: 10px;   
   text-decoration: none;
   outline: none;

}

.pages_container a:hover {
   font-family: arial;
   font-size: 10px;   
   color: #f9c522; 
   text-decoration: none;
   font-weight: bold;
   outline: none;
}

#dealer_info td {
width: 50%;
padding: 5px;
background: #dadada;
border: 8px solid white;
vertical-align: top;
}

#dealer_info h1 {
background: #ffffff;
border: 2px solid #d0d0d0;
padding: 6px;
}

#dealer_info2 td {
width: 50%;
padding: 5px;
background: #dadada;
border: 8px solid white;
vertical-align: top;
}

#dealer_info2 h1 {
background: #ffffff;
border: 2px solid #d0d0d0;
padding: 6px;
}

#smalls td {
margin: 6px;
background: #ffffff;
border: 1px;
}


/*--------Round corner for RSS on page-----------------------------*/
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 90%; margin: 1em auto; }

/* Оформление даты сообщения для ленты RSS на страницах сайта*/
.data_post {
background: white;
padding: 5px;
font-weight: bold;
}


