
/* shop stuff */
.shop-stuff {width:760px; padding-top:10px; /*float:left;*/ margin:0 10px 10px 0; border:0px solid #ddd;}
.shop-stuff .shs-title {font-size:14px; font-style:italic;}
.shop-stuff .shs-descr {min-height:120px;}
.shop-stuff div div {margin:0px 0;}

.shs-tocart {margin:0px 0; padding:0px 0; border-top:0px dashed #ddd;}
.shs-tocart div {margin:0px 0;}

.shs-price {font-size:24px; font-weight:bold; text-align: center; color: #485577; vertical-align: center; text-align:center;}
.shk-price {font-size:24px; font-weight:bold; text-align: center; color: #485577; vertical-align: center; text-align:center;}

.shk-but {background: url(img/button2.gif); background-repeat: no-repeat; border:0px outset #ffffff; margin:5px 5px 0 0; padding:2px; width:120px; height:26px;font-size:14px;  font-weight:bold; color:#485577;}
.shk-but:active {background: #A3A3A3; outline:none;}
.price-add {color:red; padding-left:3px;}

/* cart block */
.shop-cart {border:0px solid #485577; padding:10px; margin:0px 10px;}
.shop-cart-head {padding:5px 0 15px 0; text-align: center; font-size: 14px; color: #485577;}
.shop-cart-body {padding:15px 0; text-align: center;}
.shop-cart table {border-collapse:collapse; margin:5px 0;}
.shop-cart td {padding:3px; border-bottom:1px solid #485577; border-top:1px solid #485577;}
.shop-cart table small {font-size:11px; color:#595959;}

a#butEmptyCart {text-decoration: none; color:#000; border-bottom:1px dashed #485577;} 
#cartEmpty {height:50px; line-height:50px; font-size: 11px; color: #485577;}
#totalCart {margin:5px 0;}
.cart-order {margin:5px 0; text-align: center; font-size: 12px;color: #485577;}
.cart-order #butOrder {font-weight: bold;}

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

.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;
}


