.main_content_shop  {
	text-align: center;
}
/*------------------list-view------------------*/
.tt_products_item_list  { display: block; }
.tt_products_item_list .listitem      { text-align: center; float: left; display: block; }
.tt_products_item_list .listitem .listitem_item {
	text-align: center;
	width: 160px;
	height: 200px;
	margin: 5px 0 0 5px;
	padding: 3px;
	border: solid 1px transparent;
	cursor: pointer;}
.tt_products_item_list .listitem .listitem_item:hover  {
	border: 1px solid #807300;
	background-image: url(../images/_template/20_white.png);
	background-repeat: repeat;
}
.tt_products_item_list .listitem .listitem_img {
	vertical-align: bottom;
	height: 160px;
	cursor: pointer; }
.tt_products_item_list .listitem .listitem_title {
	vertical-align: bottom;
	margin-top: 10px;
	cursor: pointer; }
/*------------------list-view------------------*/
.tt_products_item_single_display { text-align: left; }
.tt_products_item_single_display h1 { font-size: 12pt; font-variant: normal; text-align: left; padding: 5px; border-bottom: 1px solid #807300; }
.tt_products_item_single_display h1 span { font-size: 8pt; font-weight: 400; font-style: italic; font-variant: normal; text-align: right; display: block; }
.tt_products_item_single_display_image { float: left; margin: 0; padding: 0; }
.tt_products_item_single_display_image dl { margin: 0; padding: 0; }
.tt_products_item_single_display_image dt { text-align: center; margin: 0; padding: 0; }
.tt_products_item_single_display_image dd { font-size: 8pt; font-weight: normal; font-style: italic; text-align: center; margin: 0; padding: 0; }
.tt_products_item_single_display_txt { vertical-align: bottom; margin-top: 10px; margin-left: 210px; padding-left: 10px; border-left: 1px solid #fff; }
/*------------------Cat-list------------------*/
.tt_products_cats {
	text-align: left;
	padding: 0;
	border: 1px solid #807300;
	background-image: url(../images/_template/45_black.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tt_products_cats h1 {
	color: #EBDD78;
	font-size: 12pt;
	font-variant: normal;
	background-color: #5E5704;
	text-align: left;
	margin: 0;
	padding: 3px;
}
.tt_products_item_catlist { margin: 0; padding: 5px; }
.tt_products_item_catlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none; }
.tt_products_item_catlist ul ul {
	margin: 5px 0 0; }
.tt_products_item_catlist ul ul ul { margin: 0 0 0 10px; }
/*------------------mini-basket------------------*/
.tt_products_minibasket {
	font-size: 8pt;
	text-align: right;
	width: 220px;
	float: right;
	clear:both;
	padding-left: 10px;
	border: 1px solid #807300;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/_template/45_black.png);
	background-repeat: repeat;
	background-position: left top;
}
.tt_products_minibasket a { font-size: 8pt; }
.tt_products_minibasket .right {
	color: #b3b3ff;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: #5E5704;
	text-align: right;
	margin: 0 0 0 10px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tt_products_minibasket .right a { font-size: 10pt; }
/*------------------basket------------------*/
/*------------------basket_items------------------*/
.basket_items { width: 100%; margin: 0; padding: 0; }
.basket_items thead .hruler {
	line-height: 0;
	background-color: transparent;
	height: 10px;
	border-style: none;
	border-width: 0;
	background-image: none;
}
.basket_items .hruler {
	line-height: 0;
	background-color: transparent;
	height: 3px;
	border-style: none;
	border-width: 0;
	background-image: none;
}
.basket_items tbody td {
	background-color: transparent;
	vertical-align: middle;
	border-right: 1px solid #d3d1c5;
	background-image: url(../images/_template/20_white.png);
	background-repeat: repeat;
	background-position: left top;
}
.basket_items th { font-weight: bold; background-color: #5E5704; text-align: left; vertical-align: top; padding-top: 5px; padding-bottom: 10px; padding-left: 10px; border-right: 1px solid #d3d1c5; }
.basket_items tbody td, .basket_items tbody a, .basket_items tbody input { font-size: 8pt; }
.basket_items tbody .image, .basket_items tbody .product_number, .basket_items tbody .product, .basket_items tbody .price, .basket_items tbody .total { padding-right: 5px; padding-left: 5px; }
.basket_items tbody .price, .basket_items tbody .total { 
	text-align: right; width: 100px;
}
.basket_items tfoot .total, .basket_items tfoot .price {
	text-align:right;
}
.basket_items tbody .product_number { width: 100px; }
.basket_items tbody .image { text-align: center; width: 110px; }
.basket_items tbody .quantity { text-align: right; width: 30px; padding-right: 5px; padding-left: 2px; }
.basket_items tbody .delete { width: 50px; padding-right: 2px; padding-left: 20px; }

.basket_items tbody .no_border, .basket_items thead .no_border {
	border-right-style: none;
	border-right-width: 0;
}
/*------------------basket_delivery------------------*/
.basket_items tfoot .total h2 { text-align: right; }
.basket_items tfoot td { background-color: transparent; text-align: left; border-style: none; }
.basket_items tfoot .text_ust { font-size: 8pt; font-weight: normal; font-style: italic; text-align: right; }
/*------------------tt_products_basket_info-----------------*/

.tt_products_basket_info {
	text-align: left;
}
label {
	font-weight: bold;
	display: block;
	margin-top: 7px;
}
label.checkbox {
	display: inline;
	margin-top: 0px;
}
.tt_products_basket_info .billing_address_container .col_left, .tt_products_basket_info .delivery_address_container .col_left {
	float: left;
	width: 49%;
}
.tt_products_basket_info .billing_address_container .col_right, .tt_products_basket_info .delivery_address_container .col_right {
	margin-left: 50%;
	width: 49%;
}
.tt_products_basket_info fieldset {
	margin-top: 10px;	
	
}

/*------------------tt_products_basket_payment-----------------*/
.tt_products_basket_payment {
	text-align: left;
}
.tt_products_basket_payment dl dt {
	display: block;
	clear:both;
	float: left;
	width: 200px;
	font-weight: bold;
}
.tt_products_basket_payment dl {
	margin-left:100px;
}
.tt_products_basket_payment dl dd {
	margin-left: 210px;
}

.tt_products_basket_payment dl .margintop {
	margin-top: 10px;
}
.tt_products_basket_payment .price {
	text-align:right;
}
.tt_products_basket_payment .price_summary .total {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}
.tt_products_basket_payment .price_summary dd.total {
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*------------------tt_products_basket_order_confirmation-----------------*/
.tt_products_order_confirmation .order_data dl dt {
	width: 150px;
	text-align: left;
	float: left;
	font-size: 12pt;
	font-weight: bold;
}
.tt_products_order_confirmation .order_data dl dd {
	margin-left: 160px;
	text-align: left;	
	font-size: 12pt;
	font-weight: bold;
}
