
/* shop stuff */
.shop-stuff {font-family:Tahoma;width:291px; height:402px; float:left; margin:0 35px 15px 0; background:transparent url(img/ramka.jpg) no-repeat;}
.shop-stuff-b {padding:10px;}
.shop-stuff .shk-image {}
.shop-stuff .shs-descr {}
.shop-stuff .shs-price {}
.shop-stuff .shs-price .shk-but {}
.shop-stuff small {}

.shs-tocart {}
.shs-tocart div {}

.shk-price {}
.shk-but {background: url(img/cart.png) no-repeat transparent;width:49px;height:46px;border:0;cursor:pointer;}
.shk-but:active {background: #A3A3A3; outline:none;}
.price-add {color:red; padding-left:3px; line-height:0;}

/* cart block */
.shop-cart {text-align:right;width:90px;padding-right:71px;padding-top:15px;min-height:65px;color:#FFFFFF;font-size:12px;background:url(img/cart_big.png) no-repeat top right;}
.shop-cart-head {padding:5px 0 15px 0; text-align: center;}
.shop-cart-body {}
.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;}
#butEmptyCart {text-decoration: none; color:#000; border-bottom:1px dashed #000;} 
#cartEmpty {}
#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;
}*/

.shop-cart a{color:#FFFFFF;}

.shop-stuff{text-align:center;}
.shop-stuff h3{padding-top:15px;padding-bottom:10px;font-weight:normal;font-size:16px;text-transform:uppercase;}
.shop-stuff h3 a{color:#000000;text-decoration:none;}
.shop-stuff h3 a:hover{text-decoration:underline;}

.shs-image-div img{border:0;}

.shs-price-div{padding-top:15px;padding-bottom:15px;text-transform:lowercase;}

.shs-more a{text-decoration:underline;color:#000000;font-size:13px;}

#cartInner table{margin-top:20px;}

#shopOrderForm table{margin:20px 0 0 50px;font-family:Tahoma;}
#shopOrderForm table td{padding:2px 3px 2px 3px;}
#shopOrderForm .textfield{width:300px;}
#shopOrderForm textarea{width:300px;}