
/* shop stuff */
.shop-stuff {width:112px; /*float:left;*/ margin:0 7px 5px 0; background-color:#FFF; border: 1px dashed #999;}
.shop-stuff H3 {font-size:1em; font-weight:bold; color:#920911; text-align:center; margin-top:5px; margin-bottom:3px;}
.shop-stuff-b {padding:3px;}
.shop-stuff .shk-image {text-align:center;}
.shop-stuff .shs-descr {min-height:110px; maring-bottom:5px; /*border-bottom:1px dotted #333;*/}
.shop-stuff .shs-price {height:30px; padding-top:5px; padding-bottom:5px;}
.shop-stuff .shs-descr A:link, .shop-stuff .shs-descr A:hover, .shop-stuff .shs-descr A:visited{
	font-size:11px;
	color:#244487;
	font-weight:bold;
}
.shop-stuff .shs-price .shk-but {vertical-align: top; text-align:center;}
.shop-stuff small {font-size:12px;}



.shs-count{
	font-size:12px;
	color:#333;
	font-weight:bold;
}

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

.shk-price {font-weight:bold; font-size:1.3em; color: #920911;}
.shk-but {background: url(img/grad.gif) bottom repeat-x #dfdfdf; border:1px outset #888; margin:5px 5px 0 0; padding:2px; color:#FFF;}
.shk-but:active {background: #600; outline:none;}

button.red1{background: url(img/grad_1.gif) bottom repeat-x #dfdfdf; border:1px outset #888; margin:5px 5px 0 0; padding:2px; color:#FFF;}

button.red2{background: url(img/grad_2.gif) bottom repeat-x #dfdfdf; border:1px outset #888; margin:5px 5px 0 0; padding:2px; color:#FFF;}

.price-add {color:red; padding-left:3px; line-height:0;}

/* cart block */
.shop-cart {padding:10px; margin:10px 0; font-size:12px; color:#333;}
.shop-cart-head {padding:5px 0 15px 0; text-align: center;}
.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 dotted #333; border-top:1px dotted #333;}
.shop-cart table small {font-size:11px; color:#595959;}
#butEmptyCart {text-decoration: none; color:#26478c; border-bottom:1px dashed #333;} 
#cartEmpty {height:50px; line-height:50px; color:#333; font-style:oblique; font-weight:bold; font-size:12px;}
#totalCart {margin:5px 0;}
#butOrder {text-decoration: none; color:#26478c; border-bottom:1px dashed #333; font-size:12px;}
.cart-order {margin:5px 0; text-align: center; font-size:11px;}
.cart-order A:link, .cart-order A:visited {
	color:#26478c;
	font-size:10px;
}
.cart-order A:hover{
	color: #600;
}

/* 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;}
#stuffHelperName {
	font-size:12px;
}

/* 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;
}


