/*reset*/
html, body{
	font-family: Tahoma;
	font-size: 12px;
	width:100%;
	height:100%;
	background: #FEFDFB;
}
*{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address{ 
	margin: 0; 
}
li, dd{ 
	margin-left: 0; 
}
select option{ 
	padding: 0 5px; 
}
a img{ 
	border: none; 
}
a{
	color: #000;
	text-decoration: none;
/*	font-weight: bold;*/
	/*font-size: 13px;*/
} 
a:hover{
	text-decoration: underline;
} 
table{
    border-collapse: collapse;
    border: 0px;
    font-size:12px;
}
/*reset*/
.clear{
	clear: both;
}
.style1 {
	color: #9a9a9a;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none
}
.style2 {
	color: #3b3b3b;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #2f7495;
	font-size: 10px;
	font-family: tahoma;
}
.style4 {
	color: #848282;
	font-size: 10px;
	font-family: tahoma;
}
.style5 {
	color: #898989;
	font-size: 10px;
	font-family: tahoma;
	line-height:11px
}
.style6 {
	color: #3b4759;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none
}
.style8 {
	font-size: 10px;
	font-family: tahoma;
	color:#A0A0A0
}
.bottom_menu{
	color: #3b4759;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none
}
.bottom_menu img{
	margin: 0 5px 2px 5px;
}











/* CSS для примера */
	ul.menu {
		font: 14px Verdana, Geneva, sans-serif;
		text-align: justify;
		
		/* Обнуляем для родителя*/
		line-height: 0;
		font-size: 1px; /* 1px для Opera */
		
		/* Лекарство для IE6-7*/		
		text-justify: newspaper;
		zoom:1;
		
		/* Включаем в работу последнюю строку*/		
		/*text-align-last: justify;	*/
	}
	ul.menu:after {
			width: 100%; 
			height: 0px;
			visibility: hidden;
			overflow: hidden;
			content: '';
			display: inline-block;

	}
		ul.menu li  {
			
			width: 130px;
			height: 30px;
			display: inline-block;
			text-align: left;
			border: 0;
			
			background: url('/images/menu.jpg') repeat-x;
			
			/* Востанавливаем у потомков, кроме последнего*/
			line-height: normal;
			font-size: 14px;
			
			/* Без него в Opera будет отступ под элементами */
			vertical-align: top; 
			
			/* эмуляция inline-block для IE6-7*/
			//display : inline;
			//zoom : 1;
		}
		
		ul.menu li a{
			font-family: Tahoma;
			background: url('/images/right_menu.jpg') top right no-repeat;
			font-size: 13px;
			display: block;
			height: 100%;
			text-align: center;
			padding-top: 8px;
		}


h2{
	font-weight: normal;
}
#category_list.sub .outer{
	background: #DAF3FE;
}
#category_list .outer {
	height: 220px; 
	overflow: hidden; 
	position: relative; 
	width: 170px;
	float: left;
	font-size: 13px;
	border-left: 1px solid #CCC;
	margin-top: 10px;
}
#category_list .outer.first{
	padding-left: 0;
	border-left: 0;
	clear: left;
}
#category_list .outer[class] {
	display: table; 
	position: static;
}
		
#category_list .middle { /* for explorer only*/
	position: absolute; 
	top: 50%; 
	width: 100%; 
	text-align: center;
}
#category_list .middle[class] {
	/*display: table-cell;*/ 
	vertical-align: middle; 
	position: static;
	clear: left;
}
#category_list .inner {/* for explorer only */
	position: relative; 
	top: -50%; 
	text-align: left;
}
#category_list .inner { /* for all browsers*/
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	display: block;
}
#category_list a{
	text-decoration: none;
}
#category_list .no_photo{
	height: 120px;
	line-height: 120px;
}
.price{
	color: #E77715;
	font-size: 16px;
	font-weight: bold;
}		
.price .old, .oldprice{
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
	font-weight: normal;
}
.spec_label{
	background: #E77715;
	color: #FFF;
	width: 150px;
	display: table-row;
	height: 10px;
	text-align: center;
}
.speclabel{
	background: #E77715;
	color: #FFF;
	width: 150px;
	display: block;
	text-align: center;
	float: left;
}
.breadcrumbs{
	margin-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 13px;
}
.breadcrumbs a{
	text-decoration: underline;
}

#item_image{
	width: 250px;
	padding: 0 10px 0 0;
	float: left;
}
#item_image .main{
	overflow: hidden; 
	position: relative; 
	width: 250px;
	float: left;
	margin-bottom: 5px;
	padding: 0;
}
#item_image .main[class]{
	display: table; 
	position: static;
}
#item_image .main .middle{ /* for explorer only*/
	position: relative; 
	top: 50%; 
	width: 100%; 
	text-align: center;
}
#item_image .main .middle[class]{
	display: table-cell; 
	vertical-align: middle; 
	position: static;
	clear: left;
}
#item_image .main .inner{/* for explorer only */
	position: relative; 
	top: -50%; 
	text-align: center;
}
#item_image .main .inner{ /* for all browsers*/
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	display: block;
}
#item_image .sub{
	overflow: hidden; 
	position: relative; 
	width: 120px;
	float: left;
	padding: 0 10px 0 0;
	margin-bottom: 5px;
}
#item_image .sub.first{
	clear: left;
	border-right: 0;
	padding: 0 0 0 10px;
}
#item_image .sub[class] {
	display: table; 
	position: static;
}
#item_image .sub .middle { /* for explorer only*/
	position: relative; 
	top: 50%; 
	width: 100%; 
	text-align: center;
}
#item_image .sub .middle[class] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
	clear: left;
}
#item_image .sub .inner {/* for explorer only */
	position: relative; 
	top: -50%; 
	text-align: center;
}
#item_image .sub .inner { /* for all browsers*/
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	display: block;
}
#item_description .property_list{
	float: left;
	width: 230px
}
#item_description .property{
	float: left;
	font-size: 13px;
	clear: left;
	width: 100%
}

#action_list .item{
	float: left;
	clear: left;
	background: #DAF3FE;
	width: 670px;
	min-height: 40px;
	font-size: 13px;
	padding: 10px;
	border-top: 1px solid #CCC;
}
#action_list a{
	text-decoration: underline;	
}
#action_list .item.first{
	border: 0;
}
#action_list .item.every_other{
	background: #FFF;
}
#action_list .item img{
	margin: 0 15px 10px 0;
}

.paginationControl{
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
}

#search_form{
	padding: 10px; 
	font-size: 11px;
}
#search_form td{
	font-size: 11px;
	padding: 2px 0;
}

#search_form select{
	width: 155px;
	height: 18px; 
	font-family: Tahoma; 
	font-size: 10px; 
	background-color: rgb(255, 255, 255); 
	color: rgb(166, 166, 166);
}
#search_form input{
	width: 50px; 
	height: 18px; 
	font-size: 10px; 
	background-color: rgb(255, 255, 255); 
	color: rgb(166, 166, 166);
}
#search_form input.submit{
	height: 19px;
	width: 25px;
	background: url( /images/button_1.jpg ) no-repeat;
	overflow: hidden;
	border: 0;
}
.side_list{
	padding: 10px 0px 10px 15px;
	list-style-position: outside;
	list-style-image: url( /images/point_1.jpg );
}
ul.side_list li{
	list-style-type: none;
	padding: 8px 0px 3px 0;
	border: 0;
	text-align: left;
	margin: 0;
	color: #2F7495;
	font-size: 10px;
}
ul.side_list li a{
	color: #2F7495;
	font-size: 11px;
}
ul.side_list li img{
	margin-bottom: 2px;
}
ul.side_list li ul{
	padding: 0 10px;
	list-style-image: url( /images/point_1.jpg );
}
#title_string{
	padding: 0 0 10px 0;
	font-size: 11px;	
	color: #000;
}
#news_list img{
	margin-right: 10px;
}
#news_list .item{
	margin-bottom: 20px;
}
.blueberry li{
	list-style-type: none;
}