
/* shop stuff */
.shop-stuff {width:235px; height:265px; float:left; margin:0 4% 15px 0;background: url(img/catalog.jpg) no-repeat;}
.shop-stuff-b {padding:10px;background: url(img/catalog_bot.jpg) 0% 100% no-repeat;}
.shop-stuff .shk-image {float:left; margin:0 10px 5px 0;border:1px dashed #000000;padding:3px}
.shop-stuff .shs-descr {height:120px; margin-bottom:5px; border-bottom:1px dotted #000;}
.shop-stuff .shs-price {height:43px;width:100%;}
.shop-stuff .shs-price .shk-but {float: right; vertical-align: middle;}
.shop-stuff small {font-size:12px;}

.shs-tocart {margin:5px 0; padding:5px 0; border-top:1px dotted #000;}
.shs-tocart div {margin:5px 0;}
.shs-tocart-down {margin:5px 0; padding:5px 0;}
.shs-tocart-down div {margin:5px 0;}

.shk-price {font-weight:bold; font-size:1.3em;}
.shk-price-all {padding-left:20px;}
.shk-but {margin:0px 5px 0 0; padding:1px;}

.price-add {color:red; padding-left:3px; line-height:0;}

/* cart block */
.full{color:#fed9bb;}
.shop-cart {background: #730800 url(img/cart.jpg) no-repeat; padding:0px; margin:0px 0px;}
.shop-cart-head {padding:5px 0 15px 0; text-align: center;color:#fed9bb;}
.shop-cart-body {padding:15px 0; text-align: center;color:#fed9bb;font-size:85%;}
.shop-cart table {border-collapse:collapse; margin:5px 0;}
.shop-cart td {padding:3px; border-bottom:1px dotted #000000; border-top:1px dotted #000000;color:#fed9bb;font-size:85%;}
.shop-cart table small {font-size:11px; color:#595959;}
#butEmptyCart {text-decoration: none; color:#000; border-bottom:1px dashed #000;color:#fed9bb;font-size:85%;} 
#cartEmpty {height:50px; line-height:50px;}
#totalCart {margin:5px 0;}
.cart-order {margin:5px 0; text-align: center;color:#fed9bb;}

/* helper box */
#stuffHelper {position: absolute; z-index:100; width:150px; padding:5px; background-color:#f5f5f5; border:1px solid #888; display:none;}
#stuffHelper div {/*padding:5px 0; */text-align: center;}

/* progressbar */
#shkLoading {width:30px; height:30px; position: absolute; z-index:100; background:url(img/ajax-loader.gif) center center no-repeat #fff; border:1px solid #888; display: none;}

.relative {position:relative;}

/* *** crossbrowser inline-block *** */
/*.shop-stuff {*/
  /* for firefox2 */
  /*display: -moz-inline-stack;*/
  /* for all modern */
  /*display: inline-block; vertical-align: top;*/
  /* for IE6 & IE7 */
  /*zoom: 1; *display: inline;*/
/*}
.shop-stuff .shs-descr {*/
  /* for IE6 */  
  /*_height: 120px;
}*/


