.shk-item {position:relative;}
/* shop stuff */
.shop-stuff {width:98%; height:260px; float:left; margin:15px auto;border-bottom:1px dashed #937142}
.shop-stuff-b {padding:10px;}
.shop-stuff .shk-image {float:left; margin:0 10px 5px 0;border:1px solid #463618;}
.shop-stuff .shs-descr1 {height:175px; margin-bottom:5px; border-bottom:1px dashed #888;}
.shop-stuff .shk-price {position:relative; margin:0px 10px 20px 0px; }
.shop-stuff .shs-price .shk-but {float1: right; vertical-align: middle;cursor:pointer}


.shs-tocart {margin:5px 0; padding:5px 0; border-top:1px dashed #888;}
.shs-tocart div {margin:5px 0;}

.shk-price_old {font-weight:bold; font-size:1.3em;}
.shk-price {margin-right: -25px; padding:5px 35px; background-image:url('img/price.png');background-repeat:no-repeat;background-position:center center;
  text-align:center;color:#fff;font-weight:normal;font-size:1.6em;line-height:32px}
.shk-but_old {background: url(img/grad.gif) bottom repeat-x #dfdfdf; border:1px outset #888; margin:5px 5px 0 0; padding:2px;}
.shk-but {background: url(img/cartbtn_bg.gif) bottom repeat-x; border:none; margin:5px 5px 0 0; padding:2px 12px; color:#fff1be;text-decoration:none;font-weight:bold}
.shk-but span {text-decoration:underline;}
.shk-but_old:active {background: #A3A3A3; outline:none;}
.price-add {color:red; padding-left:3px; line-height:0;}

/* cart block */
/*.shop-cart {background-color:#fff; border1:1px solid #888; padding:10px; margin:10px 0;}*/
.shop-cart {border1:1px solid #fff; font-size:12px;}
.shop-cart-head {padding:5px 0 15px 0; text-align: center;}
.shop-cart-body {padding:10px 0; text-align: center;}
.shop-cart-body span {color:#463618;font-weight:bold;padding:5px 10px;background-image:url(img/count.gif);background-repeat:no-repeat;bacground-position: 0 0}
.shop-cart table {border-collapse:collapse; margin:5px 0;}
.shop-cart td {padding:3px; border-bottom:1px dashed #937142;}
.shop-cart table small {font-size:11px; color:#595959;}
#butEmptyCart {text-decoration: none; color:#000; border-bottom:1px dashed #ccbc7c; font-size:11px; margin:10px 0; font-weight:normal } 
#cartEmpty {height:50px; line-height:50px;}
#totalCart {margin:5px 0;}
.cart-order {margin:5px 0; text-align: center;}

/* 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;
}*/


