/*big_list.php*/
	.price_groupheader{
		background-color: #F0F0F0;
		border-bottom: 2px solid #DBDBDB;
		padding: 10px 4px 4px 4px;
		font-size: 16px;
	}
	
	/*Строчка с товаром*/
	.price_item{ padding-top: 5px; }
	
	/*Картинка товара, маленькая*/
	.price_thumb{
		float: left;
		margin-right: 10px;
	}
	
	.price_item h1, .price_item h1 a{
		font-weight: bold;
		font-size: 16px;
		margin: 0px;
		text-decoration: none;
		color: #c40808;
	}
	
	.price_descr, .price_descr a{
		color: black;
		text-decoration: none;
	}
	
	/*Надпись "детальнее"*/
	.price_detail{ text-align: right; }
	
	.price_price, .price_full_price{
  		font-size: 16px;
		font-weight: bold;
  		text-align: right;
		color: #7b0303;
	}
	.price_buttons, .price_full_buttons{ text-align: right;	 }
	
	.price_separator{
		clear: both;
		border-bottom: 1px solid #eeeeee;
		height: 5px;
	}

	/*Специальный добавочный класс для горячих товаров*/
	.price_hot{ }

/*big_fulldescription.php*/
.price_full_name{ color: #ce5600; font-size: 17px; margin: 0px; }
.price_full_descr{ }
.price_full_price{ clear: right; }
.price_full_buttons{ }
.price_full_options{ }
.price_full_options table { margin-bottom: 10px; }
.price_full_options table td{ padding: 2px 0px 2px 8px;}
.price_full_options table td select{ width: 120px;}


.price_full_image{ float: left; margin-right: 10px; margin-bottom: 8px; }
/*Табличка с картинкой в полном описании товара*/
table.price_imagetable{ }
table.price_imagetable td{ text-align: center; }
.price_imagetable_image{ margin-bottom: 2px; }



td.price_domainvalue_title{ font-weight: bold; vertical-align: top; }
td.price_domainvalue_value{ }

.price_leftgroup0{ background: url("/themes/matrason/images/price_grouparrow.png") no-repeat 6px 7px; }
.price_leftgroup0, .price_leftgroup1{ height: 23px; border-bottom: 1px solid #EBEBEB; padding-left: 30px; color: #4e4343; font-weight: bold; }
.price_leftgroup0 a{ color: #4e4343; text-decoration: underline; } 
.price_leftgroup1 a{ color: #333333; text-decoration: underline; }
A:HOVER{
	text-decoration: none;
}


.price_leftgroup1{
	padding-left: 40px;
}
