
/* shop stuff */
.shop-stuff {height1:260px;  margin:15px auto;}
.shop-stuff-b {padding:10px;}
.shop-stuff .shk-image { 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 .shs-price { margin:50px 0 20px 0/*height:100%/*40px;*/ }
.shop-stuff .shs-price .shk-but {float1: right; vertical-align: middle;}


.shs-tocart {text-align:right;margin:5px 0; padding:5px 0; margin-right:120px; }
.shs-tocart div {margin:5px 0;}

.shk-price_old {font-weight:bold; font-size:1.3em;}
.shk-price {padding:5px 35px; ;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 #000; border:1px outset #888; margin:5px 5px 0 0; padding:2px;}
.shk-but {background: url(img/button_VievObj.gif) bottom repeat-x; border:none; margin:5px 10px 5px 10px;padding-left:15px; padding-right:15px; padding:2px 5px; color:#fff;font-size:0.8em;text-decoration:none;font-weight:bold}
.shk-but span {text-decoration:underline;}
.shk-but_old:active {background: #000; 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 {background-image:url(img/eliterose_catalog.jpg);background-position:top center;background-repeat:no-repeat; border1:1px solid #fff; font-size:12px;}
.shop-cart-head {padding:5px 0 25px 0px; text-align: center; margin-bottom:35px;}
.shop-cart-body {padding:20px 0; text-align: center;}
.shop-cart-body span {color:#FFF;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:#fff; border-bottom:1px dashed #ccbc7c; font-size:11px; margin:10px 0; font-weight:normal } 
#cartEmpty {height:50px; line-height:50px; color:#ccbc7c;}
#totalCart {margin:5px 0;}
.cart-order {margin:5px 0; text-align: center; color:#fff;}
#butOrder{ color:#fff;}

/* helper box */
#stuffHelper {position: absolute; z-index:100; width:150px; padding:5px; background-color:#000; 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;
}*/


