/*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{
		border: 1px solid #cccccc;
		float: left;
		margin-right: 10px;
	}
	
	.price_item h1, .price_item h1 a{
		font-weight: bold;
		font-size: 15px;
		margin: 0px;
		text-decoration: none;
		color: #969696;
		float: left;
	}
	
	.price_descr, .price_descr a{
		color: black;
		text-decoration: none;
	}
	
	/*Надпись "детальнее"*/
	.price_detail{ text-align: right; }
	
	.price_price, .price_full_price{
  		font-size: 17px;
  		text-align: right;
	}
	.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{ border: 1px solid #cccccc; margin-bottom: 2px; }



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


.price_leftgroup{ }
.price_leftgroup a{ font-weight: bold; }
.price_leftitem{ padding-left: 30px; }
.price_leftitem a{ color: black; }
