/*
* darker:  #701487
* base:    #220021
* lighter: #56003f
*/
#mobile_header.smartMenu a{
	border-color: #701487;
}

#mobile_footer, 
#order .price.all, 
#lightview1 h3, #lightview2 h3, 
#boxies .box h3{
	background: #220021;
}

#mobile_header, 
#ws_basket .description, 
#pbox h3{
	background: #220021;
	border-bottom: solid 5px #56003f;
}
#order .price{
	border-bottom: solid 1px #220021;	
}
#ws_product .item_title .del, #order .row .col_3 .piece .plus, #order .row .col_3 .piece .minus, #order .row .col_3 .piece .del{
	background-color: #220021;
}


#lightview1 h3, #lightview2 h3, 
#lightview1 h3.ok, #lightview2 h3.ok, 
.button_cont .button_ok{
	background: #220021;
}
.button_cont .button_ok:hover{
    background: #56003f;
}

/*a.button, #header_pic .flex-caption a, #ds_search .button, #ws_search .ws_submit, #pay_desk, 
.form_content .button, 
#webshop .basket_cont .basket{
	background: #220021;
	background: -moz-linear-gradient(top,  #56003f 0%, #220021 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56003f), color-stop(100%,#220021));
	background: -webkit-linear-gradient(top,  #56003f 0%,#220021 100%);
	background: -o-linear-gradient(top,  #56003f 0%,#220021 100%);
	background: -ms-linear-gradient(top,  #56003f 0%,#220021 100%);
	background: linear-gradient(to bottom,  #56003f 0%,#220021 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56003f', endColorstr='#220021',GradientType=0 );
	
	border: solid 1px #220021;
}
#mobile_menu, #mobile_lang, #ds_search, 
#pbox .box{
	background: #56003f;
}*/