a.btn { background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.06, rgb(224,133,5)), color-stop(0.42, rgb(255,151,6)), color-stop(0.69, rgb(255,175,1)), color-stop(0.93, rgb(255,175,1)), color-stop(0.97, rgb(255,213,123)), color-stop(0.99, rgb(224,133,5)) ); background-image: -moz-linear-gradient( center bottom, rgb(224,133,5) 6%, rgb(255,151,6) 42%, rgb(255,175,1) 69%, rgb(255,175,1) 93%, rgb(255,213,123) 97%, rgb(224,133,5) 99% ); } a.btn:hover { text-decoration:none; background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.06, rgb(224,133,5)), color-stop(0.17, rgb(255,172,55)), color-stop(0.69, rgb(255,191,52)), color-stop(0.93, rgb(255,191,52)), color-stop(0.97, rgb(255,222,150)), color-stop(0.99, rgb(224,133,5)) ); background-image: -moz-linear-gradient( center bottom, rgb(224,133,5) 6%, rgb(255,172,55) 17%, rgb(255,191,52) 69%, rgb(255,191,52) 93%, rgb(255,222,150) 97%, rgb(224,133,5) 99% ); } .fancyShoppingCart { > div { b { display:inline-block; padding-bottom:5px; } > div { padding-top:15px; } > div.btn_box { padding:14px 0 0 0; border-top:1px solid #aaa; } h4 { padding-bottom:10px; } > div#shoppingcartbox { padding:5px 0 5px 0; border-top:1px solid #aaa; .item, .emptyitem{ padding: 3px 0 5px 0; a { color:#0071BF; float: right; cursor: pointer; display:inline-block; width:11px; height:15px; padding: 0px 3px; } } span { float: left; display:inline-block; } } .item{ border-top:1px solid #f5f5f5; } .btn{ display: inline-block; padding: 5px 10px; border: 1px solid #e08605; border-radius:5px; color:#013671 } .search_field_cart { border:1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:5px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.04, rgb(255,255,255)), color-stop(0.52, rgb(246,246,246))); background-image: -moz-linear-gradient( center bottom, rgb(255,255,255) 4%, rgb(246,246,246) 52% ); height:19px; width:158px; input { border:0; background:transperent; float:left; width:128px; } > div{ display:inline-block; float:right; cursor: pointer; } } } } }