
/* shop stuff */
.shop-stuff {width:210px;/*float:left;*/ margin:0 30px 30px 0;}
.shs-title {font:14px Arial; color:#ffb618; background:#1c1c1c; padding:7px;}
.shop-stuff .shs-descr {}
.shop-stuff div div {margin:5px 0;}

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

.shs-price {font-weight:bold; font:20px Georgia; color:#b6640d;}
.shs-but {background: url(img/buy.jpg) no-repeat; border:0px; width:68px; height:21px; cursor:pointer; font:11px Arial; text-transform:uppercase; color:#FFFFFF; text-align:center;}
.price-add {color:red; padding-left:3px;}

/* cart block */
.shop-cart {text-align:left; padding:0px 15px;}
#totalCart {padding-bottom:10px;}
#toolsCart {text-align:center;}
.shop-cart h1 {padding:0px;}
.shop-cart div {margin:0px;}
.shop-cart table {border-collapse:collapse; margin:5px 0;}
.shop-cart td {padding:3px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.shop-cart table small {font-size:11px; color:#595959;}
#cartEmpty {height:10px; line-height:10px; text-align:left;}

/* 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;}
#stuffCount {text-align: center; width:30px; font-size:13px; padding:1px 2px; background-color: #fff; border:1px solid #888;}
.field-arr-up {cursor:pointer; margin:0 0 6px 1px;}
.field-arr-down {cursor:pointer; margin:0 0 -4px -17px;}

.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 {
 	font:11px Arial; color:#4a4b4c;
}

