#main_wrapper #header_main_wrapper #header_top_part #settings_buttons  a b {
    color:#F05A28;
}
#buybasketCenter{
    width: 1170px;
    margin: 0px auto;
    /*margin-bottom: -10px;*/
    font-size: 0px;
    top:0px;
}
#buybasket {
    position: absolute;
    width:256px;
    background: url(/static/images/basket_bottom.gif) no-repeat bottom;
    margin-left:730px;
    top:26px;
    z-index: 20;
    height:auto;
    font-size: 12px;
    display:none;
}
#buybasket b.topshadow{
	width:256px;
	height:4px;
	background: red url("/static/images/cart_top_gar.jpg") repeat-x top;
	display:block;
}
* html #buybasket {
     margin-left:726px;
}

#buybasket .buy {
     width:256px;
     background: #F6921E;
     margin: 0px 0px 25px 0px;
     z-index: 20;
     background: url(/static/images/basket_center.gif) repeat-y bottom left;
     text-align: center;
     padding-top: 10px;
	 position:relative;
}




#buybasket .buy .a {
    background: url(/static/images/buy_button.png) repeat-y bottom;
    width: 225px;
    line-height: 46px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}




#buybasket .buy .content {
    width:225px;
    margin: 0px auto;
    margin-bottom: 10px;
    text-align: left;
    color:#FFFFFF;
    
}

#buybasket .buy .content b {
    background: #F05A28;
    padding:3px 4px;
    display: block;
    font-size:12px;
}

#buybasket .buy .content .product {
    background: url(/static/images/b_product.jpg) repeat-x bottom;
    display: block;
    padding-bottom: 8px;
    margin-bottom:10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
#buybasket .buy .content .product span.title {
	width:225px;
	float:left;
	display:block;
	white-space:normal;
}
#buybasket .buy .content h2 {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 12px;
}
#buybasket .buy .content .small {
     font-size: 10px;
} 

#main_wrapper #header_main_wrapper #header_top_part #settings_buttons  .cart_button {
    line-height: 28px;
    height: 28px;
    background: url(/static/images/buybasket.jpg) top;
    width: 122px;
    color:#FFFFFF;
    text-align: center;
    padding: 0px; 
    display: block; 
    font-size:10px;
    margin:-10px 0 0 -3px;
    float: left;
    z-index: 20;
}

* html #main_wrapper #header_main_wrapper #header_top_part #settings_buttons  .cart_button {
    position: absolute;    
}

#main_wrapper #header_main_wrapper #header_top_part #settings_buttons  .cart_button b {
   font-size:12px;
   color:#FFFFFF; 
}






