@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body { 
	font-family:Calibri, Arial; 
	font-size:14px; 
	line-height:20px; 
	color:#71797c; 
	margin:0px; 
	padding:0px; 
}

a{ color:#beb173; text-decoration:underline; }

a:hover{ text-decoration:none; color:#4a4e52; }

img { border:0px; }

p { padding:0 0 10px 0; }

table tr td { padding:5px; }
#feedback tr td { padding:5px }
#feedback tr td input, #feedback tr td textarea { border:1px solid #ccc; padding:2px; }

input:focus, textarea:focus {outline: 0 none;}

.clear{
	clear:both;
	overflow:hidden;
	width:0px;
	height:0px;	
	line-height:0px;
	float:none;
}

.page_set{
	background:#c63a59;
	display:inline-block;
	padding:2px 7px;
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
}

.page_link{
	background:#313742;
	display:inline-block;
	padding:2px 7px;
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

.page_link:hover { background:#c63a59; color:#fff; }

.prev_page, .prev_page:hover {
	text-indent:-999px; 
	background:url(/library/img/bg_page_prev.png) no-repeat;	
	width:15px;
	height:18px;
	padding:0 !important;
}

.next_page, .next_page:hover {
	text-indent:-999px; 
	background:url(/library/img/bg_page_next.png) no-repeat;	
	width:15px;
	height:18px;
	padding:0 !important;
}

#title{
	width:100%;
	/*height:100%;*/
	margin:0 0 10px;
	background:url(../images/line_title.png) repeat-x 0 50%;	
}

.title{
	display:inline-block;
	background:#393939;
	padding:8px;
	color:#fff;
	font-size:14px;
	line-height:15px;
	text-transform:uppercase;
}
.title > a { color:#fff; text-decoration:none }
.title > a:hover { color:#cd536e }
.button{
	display:inline-block;
	color: #fff;
    cursor: pointer;
    font-family: Calibri,Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 20px 0 0;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;	
	border:0px;
	background:#C63A59;
}
.button:hover{ background:#2f3540; color: #fff; }
.button2{
	display:inline-block;
	color: #fff;
    cursor: pointer;
    font-family: Calibri,Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 20px 0 0;
    padding: 5px 15px 7px;
    text-decoration: none;
    text-transform: uppercase;	
	border:0px;
	background:#2f3540;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
}
.button2:hover{ background:#C63A59; color: #fff; }
.button3{
	display:inline-block;
	color: #fff;
    cursor: pointer;
    font-family: Calibri,Arial;
    font-weight: normal;
    line-height: 17px;
    margin:0 0 0 5px;
    font-size:16px; 
	padding:4px 20px 5px;
    text-decoration: none;
    text-transform: uppercase;	
	border:0px;
	background:#C63A59;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
}
.button3:hover{ background:#2f3540; color: #fff; }
#on_pdf { margin:5px 0 0; font-size:15px; line-height:15px; background:#C63A59; }
#on_pdf:hover { background:#2f3540; }
.button5{
	display:inline-block;
	color: #fff;
    cursor: pointer;
    font-family: Calibri,Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 20px 0 0;
    padding: 5px 15px 7px;
    text-decoration: none;
    text-transform: uppercase;	
	border:0px;
	background:#C63A59;
}
.button5:hover{ background:#2f3540; color: #fff; }
#main{
	width:100%;
	height:100%;	
}

#main_header{
	width:100%;
	height:100%;	
	background:url(../images/bg_head.png) repeat-x;
	border-bottom:3px solid #c73d5b;
}

.main{
	width:965px;
	height:100%;
	margin:0 auto;	
	position:relative;
}

#header{
	height:105px;
	width:100%;	
	position:relative;
}

.logo{
	display:block;
	width:215px;
	height:91px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/logo.png) no-repeat;	
	text-decoration:none;
}

.phones{
	position:absolute;
	top:12px;
	right:0px;	
	background:url(../images/bg_phone.png) no-repeat 0 3px;	
	padding:0 0 0 25px;
	font-size:18px;
	color:#373737;
	line-height:22px;
}

.phones strong { font-size:24px; }

.city{
	font-size:14px;
	color:#747474	
}

.perzonal { font-size:14px; }

#menu {
	position:absolute; 
	top:63px;
	left:230px;	
}

.login{
	position:absolute;	
	top:64px;
	right:0px;
}

.login a{
	text-decoration:none;
	color:#fff;
	font-size:10px;
	line-height:15px;
	display:block;
	float:left;
	padding:5px 5px 5px;	
	font-weight:normal;
	font-family:Calibri, Arial;
	text-transform:uppercase;
	cursor:pointer;	
	background:#c63a59;	
}

.login a:hover{
	background:#393939  !important;	
}

.pen{
	margin:1px 5px 0 5px;
	width:14px;
	height:26px;
	display:block;
	float:left;
	background:url(../images/bg_pen.png) no-repeat 0 0px;	
}

#slider{
	width:100%;
	height:270px;	
	overflow:hidden;
}

#main_categ{
	width:100%;
	height:auto;	
}

.categs{
	margin:15px 0;
}

.categs a{
	text-decoration:none;
	color:#373737;
	font-size:16px;
	line-height:18px;
	display:block;
	float:left;
	padding:5px 9px;	
	font-weight:normal;
	font-family:Calibri, Arial;
	text-transform:uppercase;
	cursor:pointer;	
	margin:0 15px 0 0;
}

.categs a.last { margin:0px; }

.categs a:hover, .categs a.active{
	color:#fff;
	background:#c63a59;	
}
/*
.search{
	background:url(../images/bg_search.png) no-repeat;
	width:153px;
	height:41px;	
}
#search{
	background:none;
	border:0px;
	color:#a2a2a2;
	font-size:14px;
	padding: 11px 2px 7px 11px;
    width: 107px;	
}
.but{
	background:url(../images/but_search.png) no-repeat 0 6px;
	width:24px;
	height:24px;
	cursor:pointer;
	border:0px;	
}
*/

.search {
    height: 36px;
    margin: 20px auto 20px;
    position: relative;
    width: 702px;
}
.search form input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #373737;
    color: #878787;
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    width: 560px;
}
.search form input[type="submit"] {
    background: none repeat scroll 0 0 #c63a59;
    border: 2px solid #ea4e39;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: Calibri, Arial;
    font-size: 18px;
    font-weight: 500;
    padding:2px 0 8px;
    line-height: 18px;
    text-align: center;
    width: 122px;
}
.search form input[type="submit"]:hover {
    background: none repeat scroll 0 0 #ea4e39;
	border-color:#c63a59;
}
#content{
	width:100%;
	height:100%;
	overflow:hidden;
}

.top_cont{
	width:100%;
	height:100%;	
	background:url(../images/bg_content_top.png) repeat-x 0 top;
	padding:15px 0 0;
}

.bottom_cont{
	width:100%;
	height:100%;	
	background:url(../images/bg_content_down.png) repeat-x 0 bottom;
	padding:0 0 12px;
}

.center_cont{
	width:100%;
	height:100%;	
	background:url(../images/bg_content_center.png) repeat 0 top;
	padding:5px 0 20px;
}

#footer{
	width:100%;
	/*height:123px;
	background:url(../images/bg_footer.png) repeat-x 0 top;*/
	position:relative;
	height: 42px; 
	background: url(../images/bg_footer.png) repeat-x 0 bottom;
}

.delivery_text{
	color:#2d333d;
	font-size:24px;
	line-height:41px;
	text-transform:uppercase;
	padding:0 0 0 70px;	
	background:url(../images/bg_delivery.png) no-repeat;
	position:absolute;
	top:20px;
	left:165px;
	height:41px;
	font-weight:bold;
}

.delivery_text2{
	color:#2d333d;
	font-size:14px;
	line-height:20px;
	position:absolute;
	top:20px;
	right:165px;
}

.copy{
	position:absolute;
	bottom:11px;
	right:0px;
	color:#fff;	
}

.center{
	background:#fff;
	box-shadow: 0 0 10px 0 #e5e5e5;	
	padding:30px;
}

.akcii_list{
	width:770px;
	background:#fff;
	box-shadow: 0 0 10px 0 #e5e5e5;
	margin:0 0 20px 0;
}

.akcii_img{
	float:left;
	width:180px;	
}

.akcii_img a { display:block; }

.akcii_desc{
	float:right;
	width:570px;
	padding:15px 0;	
}

.akcii_name{
	text-decoration:none;
	color:#c63a59;
	text-transform:uppercase;
	line-height:22px;	
}

.akcii_date{
	color:#747474;
	line-height:30px;
	font-style:italic;	
}

.akcii_anounce{
	color:#373737;
	line-height:18px;	
}

.left_block{
	float:left; 
	width:770px;	
}

.element_block{
	display:block;
	float:left;
	width:185px;
	margin:0 10px 20px 0;
	box-shadow: 0 0 10px 0 #e5e5e5;	
	background:#fff;
}

.search_rez > h1 {
    color: #393939;
    font-size: 20px;
    line-height: 24px;
}
.search_rez > h1 > span.wordsSearch {
    color: #c13c54;
}
.search_rez > h1 > span.goodsFind {
    color: #393939;
    font-size: 14px;
}

.last_bl { margin-right:0px; }
.el_img{ display:block; margin:0 0 10px 0; text-align:center }

.el_options{ padding:0 10px 15px 10px; }

.el_options p { padding:0 0 5px 0; }

.name_p {
	max-height: 38px;
	min-height: 38px;
    overflow: hidden;	
}

.el_name{ 
	text-decoration:none;
	text-transform:uppercase;
	color:#373737;
}

.el_name:hover { color:#C63A59; }

.nameBlock{
	color:#686868;
	font-size:12px;
	line-height:16px;	
}
.nameBlock a{
	color:#686868;
	font-size:12px;
	line-height:16px;	
	text-decoration:none;
}
.nameBlock a:hover { color:#C63A59; }

.el_dop{ padding:0 0 5px 0; }
.el_price { float:left; }
.actions { float:right; }

.price{
	font-size:18px;
	line-height:24px;
	color:#5f5f5f;
	font-weight:bold;	
}

.add_basket{
	display:inline-block;
	width:27px;
	height:26px;
	text-indent:-999999px;
	background:url(../images/bg_basket1.png) no-repeat;
	cursor:pointer;
	text-decoration:none;
}

.user_login{
	font-weight:bold;
	color:#2f3541;
	font-size:30px;
	line-height:36px;
	padding:0 0 10px 0;	
}

.user_fio{
	color:#373737;
	font-size:18px;
	line-height:24px;
	font-style:italic;	
	padding:0 0 10px 0;
}

.user_mail{
	color:#747474;
	padding:0 0 10px 0;	
}

.user_phone{
	color:#373737;	
	padding:0 0 10px 0;
}

.change{ color:#cd536e; cursor:pointer; }

.adres_dost{
	color:#2f3541;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	padding:30px 0 10px;
}

.user_adress{
	color:#373737;
	padding:0 0 10px 0;	
}

.user_dop{
	color:#a2a2a2;
	padding:0 0 10px 0;	
}

.border{
	padding:5px 0;
	margin:5px 0;
	border-bottom:1px solid #dcdcdc;	
}

.change_parol{
	background:url(../images/bg_password.png) no-repeat;
	color: #2F3540;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 0 0 0 22px;
}

.window_form{
	display:none; 
	background:#fafafa;
	padding:25px 25px; 
	top:0; 
	left:0; 
	overflow:hidden;
	position:fixed;
	z-index:9999;
	/*box-shadow: 0 0 1px #000;
	border:2px solid #ff440d;*/
	border:1px solid #a9aaaa;
	box-shadow: 0 0 5px 0 #a9aaaa;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-box-shadow:inset 0 0 3px #ccc; 
	-webkit-box-shadow: inset 0 0 3px #ccc; 
	overflow:hidden;
	z-index:9999999;
	behavior:url(/PIE.php);
	zoom:1;
}

.close{
	cursor:pointer; 
	position:absolute; 
	top:5px; 
	right:5px; 
	width:20px;
	height:20px;
	background:url(../images/close_x.png) no-repeat;
	z-index:99;
}
.blackback{
	background:#000;
	opacity:0.75;
	filter: alpha(Opacity=75);
	z-index:9999990;
	width:100%;
	height:100%;
	position:fixed;
}

#change_data_user{
	width:500px; 
	height:300px; 	
}

#change_adres_user{
	width:500px; 
	height:225px; 	
}

#change_password_user{
	width:710px; 
	height:225px; 	
}

#window_login input[type="text"], #window_login input[type="password"] {
	padding:5px;
	border:1px solid #ccc;
	width:180px;	
}
.title_window{
	color:#2f3541;
	font-family:Calibri;
	font-weight:bold;
	font-size:24px;
	line-height:26px;
	border-bottom:1px solid #dedede;
	padding:0 0 15px;
	margin:0 0 15px;	
}
.mytab_window span { color:#F00; }
.mytab_window b { color:#373737; font-size:14px; font-weight:normal; font-family:Calibri; }
.mytab_window input[type="text"], .mytab_window input[type="password"], .mytab_window select {
	width:200px;
	padding:3px;
	border:1px solid #393939;	
}

.feed_call{
	float:left;
	background:url(../images/bg_feed_call.png) no-repeat center 0;
	width:270px;
	min-height:150px;
	overflow:hidden;	
	padding:190px 0 0px;
}

.feed_adres{
	float:left;
	background:url(../images/bg_feed_adres.png) no-repeat center 0;
	width:270px;
	min-height:150px;
	overflow:hidden;	
	padding:190px 0 0px;
	margin:0 60px;
}

.feed_online{
	float:left;
	background:url(../images/bg_feed_online.png) no-repeat center 0;
	width:210px;
	min-height:150px;
	overflow:hidden;	
	padding:190px 0 0px;
}
.feed_title{
	text-align:center;
	color:#2f3541;
	font-size:30px;
	line-height:34px;
	padding:0 0 20px;	
}
.feed_block{
	font-size:14px;
	line-height:25px;
	color:#373737;	
}
.feed_block a{ color:#c63a59; }

#basket_block{
	float:right;
	width:180px;	
	position:relative;
	margin:30px 0 0;
}
#baskets{
	background:#f1f1f1;
	border:1px solid #fff;
	box-shadow: 0 0 10px 0 #E5E5E5;
	padding:20px 0px 20px;
	width:180px;
	position:absolute;
	right:0px;
	top:10px;
}
#baskets .block_green{
	background:#45711e;
	position:absolute;
	top:0px;
	left:2px;
	height:5px;
	width:176px;	
}
.title_bask{
	background:url(../images/bg_basket.png) no-repeat;
	color:#373737;
	font-size:14px;
	line-height:16px;
	font-family:Calibri;	
	padding:7px 5px 3px 30px;
	text-transform:uppercase;
	margin:0 0 7px 14px; 
	cursor:pointer;
	display:inline-block;
	border-bottom:1px solid #f1f1f1;
}
.title_bask:hover { border-color:#373737 }
.bl_bask{
	padding:10px 30px;
	margin:0 0 5px;
	border-bottom:1px solid #dcdcdc;	
}
.bl_bask .fl_bask{
	float:left;
	width:650px;	
	border-right:1px solid #dcdcdc;
}
.bl_bask .rg_bask{
	float:right;
	width:160px;	
}
.nn{
	font-family:Calibri;
	font-size:18px;
	line-height:22px;
	color:#2f3541;
	padding:0px;	
	font-weight:bold;
}
.bl_bask .img_bb{
	display:block;
	cursor:pointer;
	border:1px solid #a7a7a7;
	width:68px;
	float:left;
}
.bl_bask .desc_bb{
	float:right;
	width:550px;
	padding:5px 0 0;	
}
.bl_bask .cat_n{
	color:#373737;
	font-family:Calibri;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	text-decoration:none;	
}
.bl_bask .cat_art{
	color:#a7a7a7;
	font-family:Calibri;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	text-decoration:none;	
	padding:5px 0;
}
.bl_bask .st_bb{
	color:#373737;
	font-family:Calibri;
	font-size:14px;
	line-height:18px;
	text-decoration:none	
}
.price_bb{
	color:#497820;	
	font-size:18px;
	padding:0 20px 0 3px;
}
.st_bb input[type="text"]{
	border:1px solid #afafaf;
	font-size:12px;
	font-family:Calibri;
	color:#242424;
	padding:2px 0;
	margin:0px;
	width:40px;
	text-align:center;	
}
.count_right input[type="text"]{
	border:1px solid #afafaf;
	font-size:12px;
	font-family:Calibri;
	color:#242424;
	padding:2px 0;
	margin:0px;
	width:25px;
	text-align:center;	
}
.cart_quantity_down, .cart_quantity_up{
	color:#cd536e;
	font-weight:bold;	
	text-decoration:none;
	cursor:pointer;
	font-size:20px;
	margin:0 0px;
	display:inline-block;
	width:11px;
	height:25px;
}
.div_cart_quantity_delete{
	background:url(../images/basket_del.png) no-repeat;
	padding:2px 0 0 20px;
	min-height:20px;	
	margin:20px 0 0;
}
.div_cart_quantity_delete a{
	color:#838383;
	font-family:Calibri;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	border-bottom:1px dashed #838383;
	cursor:pointer;
}
.div_cart_quantity_delete a:hover{
	border-bottom:1px dashed #CD536E;
	color:#CD536E;
}
div.total_b{
	text-align:right;
	padding:15px 40px 0 0;	
}
.el_basket_right{
	position:relative;
	padding:8px;
	border-bottom:1px solid #e8e8e8;	
}
.el_basket_right .number{
	color:#aeaeae;
	font-family:Calibri;
	font-size:14px;
	line-height:18px;
	padding:0 0 2px;
		
}
.el_basket_right .name_basket_right{
	color:#373737;	
	font-size:14px;
	line-height:18px;
	font-family:Calibri;
	text-decoration:none;
}
.el_basket_right .name_basket_right:hover{
	color:#cd536e;	
}
.el_basket_right .price2{
	font-size:18px;
	line-height:22px;
	color:#497820;	
	font-family:Calibri;
	padding:0px;
}
.ajax_cart_block_remove_link{
	cursor:pointer;
	position:absolute;
	right:8px;
	top:8px;
	background:url(../images/delete.gif) no-repeat;
	width:11px;
	height:11px;		
}
.cart-prices-block{
	padding:10px;	
}
.cart_block_shipping_cost{
	float:right;
	color:#cd536e;
	font-size:14px;
	line-height:18px;
	font-family:Calibri;
	text-decoration:underline;
}
.it{
	color:#aeaeae;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	font-family:Calibri;	
}
.nas{
	line-height:22px;
	color:#373737;
	float:left;
	padding:4px 0 0;
}
.ajax_block_cart_total{
	float:right;
	color:#497820;
	font-size:18px;
	line-height:22px;
	font-family:Calibri;
}
.count_right{
	float:right;
	width:58px;	
	text-align:right;
}
#id1{
	border:1px solid #ededed;
	box-shadow: 0 0 10px 0 #e5e5e5;	
	display:block;	
}
.more-views ul{
	list-style:none;	
}
.more-views ul li{
	float:left;	
	border:1px solid #ededed;
	box-shadow: 0 0 10px 0 #e5e5e5;	
	width:55px;
	margin:0 9px 0 0;
}
.price_cat{
	background:url(../images/price_bg.png) no-repeat;
	color:#ffffff;
	font-size:12px;
	line-height:30px;
	font-family:Calibri;
	text-align:right;
	padding:0 5px 0 0;
	height:30px;
	width:99px;	
	font-weight:bold;
	margin:0 0 10px;
}
.price_cat span{
	font-size:20px;	
	padding:0 3px 0 0;
}
.descs{
	padding:10px 0;
	color:#747474;
	font-size:14px;
	line-height:18px;
	font-family:Calibri;	
}
.descs span{ color:#373737; }
.descs span.yes { color:#497820; padding:0 20px 0 0; background:url(../images/bg_nal2.png) no-repeat right 0; } 
.descs span.no { color:#f00; padding:0 20px 0 0;  } 
.tit{
	font-size:#2f3541;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	padding:0 0 10px 40px;
	border-bottom:1px solid #dcdcdc;
	margin:10px 0 10px 0;	
}
.comm_block{
	padding:0 20px 20px;
	margin:0 0 20px;
	border-bottom:1px dotted #bdbdbd;	
}
.comm_block_user{
	float:left;
	width:70px;
	height:70px;
	background:url(../images/bg_user_com.png) no-repeat;	
}
.comm_block_desc{
	width:585px;
	float:right;	
}
.comm_block_desc a{
	color:#2f3541;
	font-weight:bold;	
}
.comm_block_desc span.date_c{
	color:#747474;
	font-size:12px;
	font-style:italic;
}
.add_bb_right{
	margin:0px 0 0;
	text-align:right;
	float:right;	
	padding:3px 0 0;
}
.add_basket3{
	float:right;
	width:128px;
	height:28px;
	background:url(../images/bg_but_basket.png) no-repeat;
	cursor:pointer;
	display:inline-block;
	margin:0 0px 0 10px;
}
.add_basket3:hover { background-position:0 bottom }
.add_bb_right input[type="text"]{
	border:1px solid #afafaf;
	font-size:12px;
	font-family:Calibri;
	color:#242424;
	padding:2px 0;
	margin:0px;
	width:25px;
	text-align:center;	
}
#cart-sidebar{
	overflow:hidden;	
}
.tit_ord{
	font-weight:bold;
	padding:0 0 5px 15px;
	margin:0 0 10px;
	color:#2f3541;
	font-size:18px;
	line-height:22px;
	border-bottom:1px solid #dcdcdc;	
}
.delev_ord p{ padding:0 0 5px; }
.pay_but {
	display: block;
	width: 195px;
	height: 30px;
	border-radius: 4px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-family: 'Helvetica';
	font-weight: bold;
	font-size: 13px;
	float: left;
	margin: 5px 0px 5px 5px;
}
.pay_but:hover {
	/*border:1px solid #000;	
	color:#FF0000;*/
}

#call_back{
	display:none;	
	color:#497820;
}
#call_back input[type="text"]{
	padding:4px;	
	border:1px solid #497820;
}
#call_back p { padding:0 0 5px; }

.ml-button-12 {
	background-color: #F39C45;
	border: 1px solid #A87017;
	-moz-box-shadow:inset 0px 0px 1px rgba(184,129,39,1);
	-webkit-box-shadow:inset 0px 0px 1px rgba(184,129,39,1);
	box-shadow:inset 0px 0px 1px rgba(184,129,39,1);
	background-image: -o-linear-gradient(90deg , rgb(250,153,60) 0%, rgb(244,197,140) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(250,153,60) 0%, rgb(244,197,140) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(250,153,60) 0%, rgb(244,197,140) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(250,153,60) 0%, rgb(244,197,140) 100%);
	background-image: linear-gradient(90deg , rgb(250,153,60) 0%, rgb(244,197,140) 100%);
	color: #A8580B;
	text-shadow: rgba(254,252,252,0.5) 0px 1px 0px;
}

/*Hover*/
.ml-button-12:hover {
	background-color: #EAB26C;
	background-image: -o-linear-gradient(90deg , rgb(248,169,91) 0%, rgb(244,210,170) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(248,169,91) 0%, rgb(244,210,170) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(248,169,91) 0%, rgb(244,210,170) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(248,169,91) 0%, rgb(244,210,170) 100%);
	background-image: linear-gradient(90deg , rgb(248,169,91) 0%, rgb(244,210,170) 100%);
}

/*Active*/
.ml-button-12:active {
	background-color: #E77E21;
	-moz-box-shadow:inset 0px 0px 5px rgba(184,129,39,1);
	-webkit-box-shadow:inset 0px 0px 5px rgba(184,129,39,1);
	box-shadow:inset 0px 0px 5px rgba(184,129,39,1);
	background-image: -o-linear-gradient(90deg , rgb(244,197,140) 0%, rgb(250,153,60) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(244,197,140) 0%, rgb(250,153,60) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(244,197,140) 0%, rgb(250,153,60) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(244,197,140) 0%, rgb(250,153,60) 100%);
	background-image: linear-gradient(90deg , rgb(244,197,140) 0%, rgb(250,153,60) 100%);
	text-shadow: none;
}

/* Button Style 13 */

/*Normal*/
.ml-button-13 {
	background-color: #D85257;
	border: 1px solid #951119;
	-moz-box-shadow:inset 0px 0px 1px rgba(167,32,35,1);
	-webkit-box-shadow:inset 0px 0px 1px rgba(167,32,35,1);
	box-shadow:inset 0px 0px 1px rgba(167,32,35,1);
	background-image: -o-linear-gradient(90deg , rgb(208,69,72) 0%, rgb(243,146,147) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(208,69,72) 0%, rgb(243,146,147) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(208,69,72) 0%, rgb(243,146,147) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(208,69,72) 0%, rgb(243,146,147) 100%);
	background-image: linear-gradient(90deg , rgb(208,69,72) 0%, rgb(243,146,147) 100%);
	color: #A7000F;
	text-shadow: rgba(254,252,252,0.5) 0px 1px 0px;
}

/*Hover*/
.ml-button-13:hover {
	background-color: #F07D81;
	background-image: -o-linear-gradient(90deg , rgb(216,90,93) 0%, rgb(243,167,169) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(216,90,93) 0%, rgb(243,167,169) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(216,90,93) 0%, rgb(243,167,169) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(216,90,93) 0%, rgb(243,167,169) 100%);
	background-image: linear-gradient(90deg , rgb(216,90,93) 0%, rgb(243,167,169) 100%);
}

/*Active*/
.ml-button-13:active {
	background-color: #C4262E;
	-moz-box-shadow:inset 0px 0px 5px rgba(167,32,35,1);
	-webkit-box-shadow:inset 0px 0px 5px rgba(167,32,35,1);
	box-shadow:inset 0px 0px 5px rgba(167,32,35,1);
	background-image: -o-linear-gradient(90deg , rgb(243,146,147) 0%, rgb(208,69,72) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(243,146,147) 0%, rgb(208,69,72) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(243,146,147) 0%, rgb(208,69,72) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(243,146,147) 0%, rgb(208,69,72) 100%);
	background-image: linear-gradient(90deg , rgb(243,146,147) 0%, rgb(208,69,72) 100%);
	text-shadow: none;
}

/* Button Style 14 */

/*Normal*/
.ml-button-14 {
	background-color: #E25485;
	border: 1px solid #BF0F61;
	color: #AB1242;
	text-shadow: rgba(254,252,252,0.5) 0px 1px 0px;
	-moz-box-shadow:inset 0px 0px 1px rgba(204,45,116,1);
	-webkit-box-shadow:inset 0px 0px 1px rgba(204,45,116,1);
	box-shadow:inset 0px 0px 1px rgba(204,45,116,1);
	background-image: -o-linear-gradient(90deg , rgb(216,73,119) 0%, rgb(238,143,178) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(216,73,119) 0%, rgb(238,143,178) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(216,73,119) 0%, rgb(238,143,178) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(216,73,119) 0%, rgb(238,143,178) 100%);
	background-image: linear-gradient(90deg , rgb(216,73,119) 0%, rgb(238,143,178) 100%);
}

/*Hover*/
.ml-button-14:hover {
	background-color: #E979A5;
	background-image: -o-linear-gradient(90deg , rgb(222,96,137) 0%, rgb(238,161,189) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(222,96,137) 0%, rgb(238,161,189) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(222,96,137) 0%, rgb(238,161,189) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(222,96,137) 0%, rgb(238,161,189) 100%);
	background-image: linear-gradient(90deg , rgb(222,96,137) 0%, rgb(238,161,189) 100%);
}

/*Active*/
.ml-button-14:active {
	background-color: #CB2965;
	-moz-box-shadow:inset 0px 0px 5px rgba(204,45,116,1);
	-webkit-box-shadow:inset 0px 0px 5px rgba(204,45,116,1);
	box-shadow:inset 0px 0px 5px rgba(204,45,116,1);
	background-image: -o-linear-gradient(90deg , rgb(238,143,178) 0%, rgb(216,73,119) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(238,143,178) 0%, rgb(216,73,119) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(238,143,178) 0%, rgb(216,73,119) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(238,143,178) 0%, rgb(216,73,119) 100%);
	background-image: linear-gradient(90deg , rgb(238,143,178) 0%, rgb(216,73,119) 100%);
	text-shadow: none;
}

#others_goods { display:none; }
#others_goods .element_block {
	width:210px;
	margin:0 20px 20px 0;	
}
#others_goods .last{ margin:0 0 20px; }

.comments_form input[type="text"]{
	padding:5px;
	width:200px;	
}
.comments_form textarea{
	padding:5px;
	width:400px;
	height:100px;	
}
.rev_block{
	height:22px;
	padding:5px 0;	
	position:relative;
}
.rev_block a.comments{	
	display:block;
	padding:5px 5px 10px 5px;
	width:30px;
	height:20px;
	background:url(../images/bg_com.png) no-repeat;
	text-align:center;
	line-height:17px;
	font-size:15px;
	color:#cd536e;
	text-decoration:none;
	
}
.rev_block .com_top{
	position:relative;
	float:left;
	width:40px;	
	cursor:pointer;
}
.rev_block .comm_bl{
	display:none;
	width:240px;
	padding:5px;
	height:auto;
	border-top:2px solid #cd536e;
	position:absolute;
	right:-130px;
	top:32px;
	box-shadow: 0 0 7px 0 #999;
	background:#fff;
	z-index:999;
}
.rev_block .comm_block{
	padding:0 5px 10px;
	margin:0 0 10px;	
}
.rev_block .comm_bl .comm_block_desc{
	float:none;
	width:auto;
}
.rev_block .comm_bl .ccc{
	color:#373737; 
	margin:5px 0 0; 
	font-size:12px;
	line-height:17px;
}
#load{
	height:18px;
	width:18px;
	margin:3px auto;
	background:url(../images/load.gif) no-repeat;	
}

.item_rating {
	height:16px;
	list-style:none;	
}

.item_rating:after{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.item_rating li {
	float:left;
	height:16px;
	padding-right:5px;
	font-size:14px;
	line-height:16px;
	color:#fff;
}

.item_rating li.star {
	width:16px;
	padding:0 3px 0 0px;
	background:transparent url(../images/star.png) no-repeat center left !important;
	cursor:pointer;
}

.item_rating li.star.set {
	background:transparent url(../images/star_set.png) no-repeat center left !important;
}

table tr td { padding:5px; }
#feedback tr td { padding:5px }
#feedback tr td input, #feedback tr td textarea { border:1px solid #ccc; padding:3px; }
#do_feedback { cursor:pointer; padding:3px 10px !important; }

.breadcrumb { margin:0 0 10px; background:#c63a59; display: inline-block; font-size:13px; line-height:14px; padding:5px; color:#333; }
.breadcrumb a { color:#fff; text-decoration:none }