/*ТАБЛИЦА c формой поиска*/
.table_search {border:none;}
.td_i_search {}
.td_box_search {}
.td_button_search {}
.i_search {font-size:11px; font-weight:600;}
.box_search {width:360px; font-size:12px; font-weight:300;}
.button_search {font-size:11px; font-weight:300;}
.tr_radio {}
.td_radio {}
.radio_any {}
.radio_all {}
.radio_phrase {}
.any_str {font-size:12px; font-weight:300;}
.all_str {font-size:12px; font-weight:300;}
.phrase_str {font-size:12px; font-weight:300;}

/*ТАБЛИЦА c результатами поиска*/
.table_result {border:none; width:100%; border-collapse:collapse}
.tr_count {border:none}
.td_count {padding: 0px;}
.count_str {font-size:11px; font-weight:600;}
.count {font-size:11px; font-weight:600;}
.tr_line {}
.td_line {}
.line {width:100%; height:1px; color:black;}
.tr_not_found {}
.td_not_found {}
.not_found_str {font-size:11px; font-weight:300;}

/*ТАБЛИЦА со списком товаров*/
.table_goods
{
	border: none;
	width: 100%;
	border-collapse: collapse;
	cursor: default;
}




/*название товара + цена (заголовок)*/
.tr_head
{

}

.td_head_name,
.td_head_price
{
	padding: 5px 15px;
	background-color: #151912;
}

.head_name,
.head_price
{
	font-size: 14px;
	color: #C1CEBB;
	text-transform: capitalize;
}


/*название товара + цена (содержание)*/
.tr_row
{

}
	.tr_row:hover td
	{
		background-color: #283023 !important;
	}

.td_row_name,
.td_row_price
{
	padding: 5px 15px;
	background-color: #20271C;
	border-bottom: 1px solid #323D2C;
	color: #C1CEBB;
	font-size: 14px;
}

.link_name
{
	color: #C1CEBB !important;
	text-decoration: none !important;
}
	.link_name:hover
	{
		color: #C1CEBB !important;
		text-decoration: underline !important;
	}

.row_price
{
	
}



/*ТАБЛИЦА со ссылками на страницы*/
.table_pages
{
	width: 100%;
	border: none;
	margin-top: 5px;
}
.tr_pages
{
	border: none;
}

.td_pages
{
	
}
.pages_str
{
	font-size: 12px;
	font-weight: normal;
	margin-right: 5px;
}


.select_page
{
	color: #C1CEBB;
	background-color: #151912;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
}



.link_page
{
	color:#C1CEBB !important;
	text-decoration: none !important;
	padding: 2px 3px;
	font-size: 12px;
	font-weight: normal;
}
	.link_page:hover
	{
		color:#C1CEBB !important;
		text-decoration: underline !important;
		font-size: 12px;
		font-weight: normal;
	}





/*ТАБЛИЦА описания товара*/
.table_info {border:none; width:100%; border-collapse:collapse}

	/*Название товара*/
.tr_name {}
.td_h_name {padding: 5px; text-decoration:none; background-color:#eeeeee; border-bottom: 2px solid #DDDDDD; border-top: 2px solid #DDDDDD; text-align:right}
.h_name {font-size:12px; font-weight:300; font-style:normal; color:#7B9AC8;}
.td_i_name {padding: 5px; width:100%; background-color:#eeeeee; border-bottom: 2px solid #DDDDDD; border-top: 2px solid #DDDDDD; border-left: 1px solid #DDDDDD;}
.i_name {font-size:12px; font-weight:300; font-style:normal; color:#000000;}
.link_i_name {font-size:12px; font-weight:300; color:#223388; text-decoration:none;}
.link_i_name:hover {font-size:12px; font-weight:300; color:#223388; text-decoration:underline;}

	/*Цена*/
.tr_price {}
.td_h_price {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; text-align:right;}
.h_price {font-size:12px; font-weight:300; font-style:normal; color:#7B9AC8;}
.td_i_price {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD;}
.i_price {font-size:12px; font-weight:300; font-style:normal; color:#44BA14;}

	/*Продажа в кредит*/
.tr_credit {}
.td_h_credit {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; text-align:right;}
.h_credit {font-size:12px; font-weight:300; font-style:normal; color:#7B9AC8;}
.td_i_credit {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD;}
.i_credit {font-size:12px; font-weight:300; font-style:normal; color:#000000;}
.credit_price_str {}
.credit_price {color:#44BA14; font-weight:300;}
.credit_period_str {}
.credit_period {}

	/*Скидки*/
.tr_discount {}
.td_h_discount {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; text-align:right;}
.h_discount {font-size:12px; font-weight:300; font-style:normal; color:#7B9AC8;}
.td_i_discount {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD;}
.i_discount {font-size:12px; font-weight:300; font-style:normal; color:#000000;}
.li_discount {}
.discount_amount {color:#44BA14;}
.discount_percent {font-weight:600;}

	/*Товар*/
.tr_goods {}
.td_h_goods {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; text-align:right;}
.h_goods {font-size:12px; font-weight:300; font-style:normal; color:#7B9AC8;}
.td_i_goods {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD;}
.i_goods {font-size:12px; font-weight:300; font-style:normal; color:#000000;}

	/*Загружен*/
.tr_dateput {}
.td_h_dateput {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; text-align:right;}
.h_dateput {font-size:12px; font-weight:300; font-style:normal; color:#7B9AC8;}
.td_i_dateput {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD;}
.i_dateput {font-size:12px; font-weight:300; font-style:normal; color:#000000;}

	/*Описание товара*/
.tr_descr {}
.td_h_descr {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; text-align:right;}
.h_descr {font-size:12px; font-weight:300; font-style:normal; color:#7B9AC8;}
.td_i_descr {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD;}
.i_descr {font-size:12px; font-weight:300; font-style:normal; color:#000000;}

	/*preview*/
.table_preview {}
.tr_preview {}
.td_preview {text-align:center; padding:10px;}
.link_preview {}
.link_preview_zoom {}
.img_zoom {width:17px; height:17px; background-image:url(zoom0000.gif); margin:5px; background-repeat:no-repeat; border:1px solid #ffffff;}

	/*Дополнительная информация*/
.tr_adddescr {}
.td_h_adddescr {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; text-align:right;}
.h_adddescr {font-size:12px; font-weight:300; font-style:normal; color:#7B9AC8;}
.td_i_adddescr {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD;}
.i_adddescr {font-size:12px; font-weight:300; font-style:normal; color:#000000;}

	/*Отзывы покупателей о товаре*/
.tr_responses {}
.td_h_responses {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; text-align:right;}
.h_responses {font-size:12px; font-weight:300; font-style:normal; color:#7B9AC8;}
.td_i_responses {padding: 3px; text-decoration:none; border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD;}
.i_responses_good {font-size:12px; font-weight:300; font-style:normal; color:#000000;}
.i_responses_bad {font-size:12px; font-weight:300; font-style:normal; color:#000000;}
.link_i_responses_good {font-size:12px; font-weight:300; color:#48C000; text-decoration:underline;}
.link_i_responses_good:hover {font-size:12px; font-weight:300; color:#48C000; text-decoration:underline;}
.link_i_responses_bad {font-size:12px; font-weight:300; color:#FF0000; text-decoration:underline;}
.link_i_responses_bad:hover {font-size:12px; font-weight:300; color:#FF0000; text-decoration:underline;}

	/*ТАБЛИЦА отзывов*/
.table_responses_in {width:100%;}
.tr_responses_in {}
.td_responses_in {padding: 3px; text-decoration:none; border-bottom: 1px solid #EEEEEE;}
.date_response {font-size:11px; font-weight:300; font-style:normal; color:#B2B2B2;}
.good_response {font-size:12px; font-weight:300; font-style:normal; color:#48C000;}
.bad_response {font-size:12px; font-weight:300; font-style:normal; color:#FF0000;}
.label_comment {font-size:11px; font-weight:300; font-style:normal; color:#B2B2B2;}
.comment_response {font-size:12px; font-weight:300; font-style:normal; color:#000000;}

/*КНОПКА Оплатить*/
.table_pay {}
.tr_pay {}
.td_pay {}
.button_pay {font-size:11px;}
