@charset "utf-8";
/* CSS Document */
.uc_products {
	margin: 0 auto;
	width: 620px;
	margin-top: 10px;
	border:1px solid #cccccc;
	overflow: hidden;
}
.uc_product_b {
	width: 600px;
	height: 150px;
	border: 1px dotted gray;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.uc_product_b li {
	list-style: none;	
	border: 1px dotted gray;
}
ul.uc_products {
	list-style: none;
	
}
.uc_image_product_b {
	width: 120px;
	height: 150px;
	float: left;
	margin-top: 2px;
	margin-left: 2px;	
}
.uc_image_product_b img{
	margin-top: 7px;
	margin-left: 7px;
}
.uc_des_product_b {
	width: 340px;
	float: left;	
	overflow: hidden;
	font-size: 14px;
	height: 120px;
}
.uc_name_product_b {
	width: 460px;
	height: 38px;
	line-height: 1;
	margin-bottom: 3px;
	float: left;
	padding-top: 7px;
	overflow: hidden;
}
.uc_name_product_b a {
	color: #993300;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.uc_product_price_b {
	width: 100px;
	float: left;
	height: 120px;
}
.uc_product_price_b span {

	text-align: left;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.uc_cart_product_b {
	width: 160px;
	float: left;	
}
.uc_cart_product_b a{
	width: 10px;
	white-space: nowrap;
	overflow:hidden;
	
}

.uc_product {
	width: 520px;
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top: 10px;
		-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;  
   border: 1px solid gray;	
	

}
.name_product {
	width: 300px;
	line-height: 1;
	position: relative;
	float: left;
		
	margin-bottom: 10px;
}
.name_product a {	
	color: #993300;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.body_product {
	width: 520px;
	padding-top: 5px;
	overflow: hidden;
	height: auto;
}
.image_product {
	overflow: hidden;
	height: auto;
	float:left;
	width: 200px;
	text-align: center;
}
.image_product img{
	margin-top: 10px;}
.images {
	overflow: hidden;
	height: auto;
	float:left;
	width: 250px;
	text-align: center;
	border: 1px solid gray;
}
.info_product {
	float:right;
	width: 300px;
	margin-top: 15px;
	margin-right: 5px;
	border-left: 1px solid gray;
	padding: 5px;
}
.info_product_head {
	padding: 3px;
}
.info_product_cat {
	padding: 3px;
}
.info_product_price {
	overflow: hidden;
	min-height: 40px;
	position:relative;
	margin-bottom: 25px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	width: 300px;
}
.info_product_art {
	position:relative;
	margin-bottom: 25px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	width: 440px;
}
.product_price_label {
	margin-right: 5px;
	clear: both;
	font-size: 14px;

}
.product_art_label {
	font-weight: bold;
	float:left;
}
.product_price {
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	color:#990000;
}
.product_compare_price {
	text-decoration: line-through;
	color: #666666;
	font-size: 16px;
}
.product_currency_price {
}
.info_product_features {
	overflow: hidden;
	height: auto;
	margin-top: 8px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
.info_product_cart {
	position: absolute;
	width: 140px;	
	right: 0px;
	top: 0px;
}
.description_product {
	overflow: hidden;
	height: auto;
	border:1px solid #CCCCCC;	
	margin-top: 5px;
	padding-bottom: 10px;
}
.description_product p {
	padding: 5px;
	
	text-align:justify;
}
.info_product_head {
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.variants {
	float: left;
	font-size: 12px;
	
}
.variant td {
	padding-bottom: 6px;
	vertical-align: middle;
	white-space:nowrap;
	overflow: hidden;
}
.variants_product {
	float: left;
	font-size: 12px;
}
.variant_product td {
	padding-bottom: 6px;
	vertical-align: middle;
	
}
.compare_price {
	font-size: 14px;
	text-decoration: line-through;
	white-space: nowrap;
	color: #707070;
}
.variant_name {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
.variant_radiobutton {
	margin-right: 5px;
	margin-left: 0px;
}
.uc_comments_body {
	width: 800px;
	margin: 0 auto;
	border: 1px solid gray;
}
.uc_comments {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.uc_comments h2{
	padding: 0px;}
.comment_textarea {
	height: 100px;
	width: 420px;
	margin: 0 auto;
}
.comment_form {
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	border: 1px solid gray;		
		margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 15px;	
	overflow: hidden;
}
.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	
	height: 100px;
	font-size: 12px;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}
.comment_form .input_captcha {
	float: left;
	width: 100px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.button_send {
   border-top: 0px solid #000000;
   background: #b59648;
   background: -webkit-gradient(linear, left top, left bottom, from(#fad791), to(#b59648));
   background: -webkit-linear-gradient(top, #fad791, #b59648);
   background: -moz-linear-gradient(top, #fad791, #b59648);
   background: -ms-linear-gradient(top, #fad791, #b59648);
   background: -o-linear-gradient(top, #fad791, #b59648);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   margin-left: 50px;
   margin-top: 20px;
}
.button_products {

   display: -moz-inline-stack;
   display: inline-block;
   width: 143px;
   height: 38px;
   background: url("http://dabuttonfactory.com/b.png?t=%D0%92%20%D0%BA%D0%BE%D1%80%D0%B7%D0%B8%D0%BD%D1%83&f=Calibri-Bold&ts=24&tc=ffffff00&it=png&c=5&bgt=gradient&bgc=d68e3c&ebgc=6e4704&hp=20&vp=11") no-repeat;
   line-height: 38px;
   vertical-align: text-middle;
   text-align: center;
   color: #ffffff;
   font-family: Calibri;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-shadow: none;
}
a.button_products > span {
   display: -moz-inline-block;
}

}
.button_rec {
	cursor: pointer;	
	width: 100px;
	overflow: hidden;
	border: 0px;
	height: 30px;
	background: url(../images/add2cart.png) no-repeat;
	margin-right: 7px;
}
.button_checkout {
	cursor: pointer;
	background-color: #FFFFFF;
	width: 170px;
	text-align:right;
	border:1px solid #666666;
	display: inline-block;
	color: #000000;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	height: 35px;
	overflow: hidden;
	background: url(../images/shopcart.png) #FFFFFF no-repeat;
}
.button_checkout_info {
	cursor: pointer;
	background-color: #8BF086;
	width: 150px;
	text-align:right;
	border:1px solid #666666;
	display: inline-block;
	color: #000000;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	height: 35px;
	overflow: hidden;
	background: url(../images/button_checkout.png) no-repeat;
}
.button_user {
	cursor: pointer;
	background-color: #8BF086;
	width: 100px;
	text-align:right;
	border:1px solid #666666;
	display: inline-block;
	color: #000000;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	height: 35px;
	overflow: hidden;
	background: url(../images/client_b.png) no-repeat;
}
.button_products_b {
   border-top: 0px solid #000000;
   background: #b59648;
   background: -webkit-gradient(linear, left top, left bottom, from(#fad791), to(#b59648));
   background: -webkit-linear-gradient(top, #fad791, #b59648);
   background: -moz-linear-gradient(top, #fad791, #b59648);
   background: -ms-linear-gradient(top, #fad791, #b59648);
   background: -o-linear-gradient(top, #fad791, #b59648);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
.button_products_p {
   border-top: 0px solid #000000;
   background: #b59648;
   background: -webkit-gradient(linear, left top, left bottom, from(#fad791), to(#b59648));
   background: -webkit-linear-gradient(top, #fad791, #b59648);
   background: -moz-linear-gradient(top, #fad791, #b59648);
   background: -ms-linear-gradient(top, #fad791, #b59648);
   background: -o-linear-gradient(top, #fad791, #b59648);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
.button_products_bc {
      border-top: 0px solid #000000;
   background: #b59648;
   background: -webkit-gradient(linear, left top, left bottom, from(#fad791), to(#b59648));
   background: -webkit-linear-gradient(top, #fad791, #b59648);
   background: -moz-linear-gradient(top, #fad791, #b59648);
   background: -ms-linear-gradient(top, #fad791, #b59648);
   background: -o-linear-gradient(top, #fad791, #b59648);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
.button {
	float: left;
	clear: left;
	cursor: pointer;
}
.button {
	border:1px solid #cccccc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	behavior: url(PIE.htc);
}
.button:active {
	position:relative;
	top:1px;
}


.uc_cart a {
	color: #00F;
}
.uc_cart_head {
	font-weight:bold;
	color: #000;	
	line-height: 40px;
	
	background:url(../images/shopping_cart.png) no-repeat;
}
.uc_cart_head a {
	color: #000;
	margin-left: 40px;
	font-size: 20px;
	text-decoration: underline;
}
.uc_cart_body {
	
	font-size: 16px;
}
.uc_cart_body a {
	text-decoration: underline;
	color: #00F;
}
.uc_share_page {
	margin: 0 auto;
	width: 720px;
	margin-top: 10px;
}
.uc_call_order {
	width: 700px;
	border: 1px solid gray;
	margin: 0 auto;
	margin-top: 20px;
}
.uc_call_order_head {
	font-weight:bold;
	color:#FFFFFF;
	background: #009900;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.uc_call_order_body {
	padding:10px;
}
#features {
	padding: 10px 0px 0px 0px;
	margin-bottom: 10px;
}
#features .feature {
	padding-bottom: 10px;
}
#features a {
	color: #4a4a4a;
	margin-left: 5px;
}
#features a:hover {
	color: #eb7742;
}
#features b {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin-top: 10px;
}
#features a.selected {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #4a4a4a;
	color: #fffeff;
	text-decoration: none;
}
.uc_cart_form {
	padding: 10px;
}
.message_error {
	color: red;
	background-color: #FFF;
	border: 1px solid #ff4545;
	float: left;
	margin-left: 15px;
	padding: 4px 4px;
}
.uc_form_name {
	float: left;
}
.uc_form_email {
	float: left;
}
.uc_form_phone {
}
.uc_form_address {
	height: 100px;
	width: 300px;
}
.uc_form_comment {
	height: 100px;
	width: 300px;
}
/* @group Корзина */
.mycart {
	border: 1px solid gray;
	padding: 5px;
}
#purchases tr {
	border-top: 1px solid #d5d5d5;
	height: 70px;
	
}
#purchases th {
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
}
#purchases .image {
	width: 50px;
	text-align: center;
}
#purchases .image a {
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
#purchases .name {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases .name a{
	color: #000033;
	
}
#deliveries
{
list-style-type: none;}
#purchases td.name {
	font-size: 14px;
}
#purchases td .download_attachment {
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}
#purchases .price {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price {
	font-size: 14px;
}
#purchases .remove {
	padding-left: 15px;
	text-align: right;
}
#purchases .amount {
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}
#purchases .amount select {
	font-size:12px;
}




ul.cat_new {
	
padding: 5px;
margin-left: 0px;
list-style: none;


}
ul.cat_new a{
display: block;
height: 40px;
margin-top: 3px;
margin-bottom: 13px;
color: #000000;}
ul.cat_new li {
	
	float: left;	
	border: 0px solid #999;
	color: #000;		
	font-size: 16px;	
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 6px;
	width: 180px;
	height: 170px;
}




ul.cat_new ul {	
	height: 120px;
	overflow: hidden;
	
	
}
.cat_new  li ul
{

border: 0px;
margin: 0px;
list-style: circle;
list-style-position: outside;

}
.cat_new  li ul a
{

height: auto;
color: #000000;
font-size: 12px;}











table.order_info {
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
table.order_info td {
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.uc_brands {
	padding: 10px;
	margin: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid gray;	
}
.uc_brands a {
	color: #000;
	font-weight:bold;
	padding: 3px;
}
.uc_brands a.selected {
	color: #FFF;	
	font-weight:bold;
	padding: 3px;
}
.uc_brand {
	width: 100px;
	height: 100px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid gray;
	text-align:center;
	padding-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}
.select_br {
	width: 100px;
	height: 100px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid gray;
	text-align:center;
	padding-top: 5px;
	background: #FFA600;
	margin-right: 5px;
	margin-bottom: 5px;	
}
.uc_brand_image {
	height: 80px;
}
.uc_brand_name {
	height: 20px;
}
.uc_brand_name a {
	color: #000;
	font-size: 12px;
}

/*Recomenduemye tovary*/


.uc_products_rec_block{
	width: 260px;
	float: left;
	border: 1px solid gray;
	margin: 5px;
	height: 100px;
	}
.uc_products_rec_image_block{
	width:120px;
	float: left;	
	height: 100px;
	vertical-align: middle;	
}
.uc_products_rec_image_block img{
margin-top: 10px;
	margin-left: 10px;
        height: 80px;}
	
.uc_products_rec_name_block{
	width:120px;
	float: left;
	height: 40px;
	overflow: hidden;}
.uc_products_rec_name_block a{
		color:#000000;
	text-decoration:underline;
	font-size: 12px;}
.uc_products_rec_price_block{
	width:80px;
	float: left;
	margin-top: 7px;}
.cat_features label{
	font-weight: bold;}