
.relative {width:100%; position:relative;}

/* shop stuff */
.shop-stuff {width:45%; height:265px; float:left; margin:0 20px 15px 0; border:1px solid #888;}
.shop-stuff-b {padding:10px;}
.shop-stuff .shk-image {float:left; margin:0 10px 5px 0;}
.shop-stuff .shs-descr {height:180px; margin-bottom:5px; border-bottom:1px dashed #888;}
.shop-stuff .shs-price {height:40px;}
.shop-stuff .shs-price .shk-but {float: right; vertical-align: middle;}
.shop-stuff small {font-size:12px;}
.shop-stuff fieldset {padding:0; margin:0; border:0;}

.shs-tocart {margin:5px 0; padding:5px 0; border-top:1px dashed #888;}
.shs-tocart div {margin:5px 0;}

.shk-price {font-weight:bold; font-size:1.3em;}
.shk-but { 
	margin-top: 4px;
/*	background: url(img/grad.gif) bottom repeat-x #dfdfdf; 
	border:1px outset #888; 
	margin:5px 5px 0 0; 
	padding:2px; */

}
.shk-but:active {background: #A3A3A3; outline:none;}
.price-add {color:red; padding-left:3px; line-height:0;}

/* cart block */
.shop-cart {
/*	background-color:#fff; 
	border:1px solid #888;  
	padding:10px;           */
	margin:10px 0;
}
.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:4px; 
/*	border-bottom:1px solid #ddd; 
	border-top:1px solid #ddd; */

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.shop-cart table small {font-size:11px; color:#595959;}
#butEmptyCart {text-decoration: none; color:#000; border-bottom:1px dashed #000;} 
#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: 9999999999;
	width:250px; 
	padding: 26px;
	font-size: 16px;
	background-color:#FFF; 
/*	border:1px solid #955b00; */
	display:none;
	font-weight:normal !important;
	margin-top: -6px;

	

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 

-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);
        
        box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);


}
#stuffHelper div {/*padding:5px 0; */text-align: center;}

/* progressbar */
#shkLoading {
	width:36px; 
	height:36px; 
	position: absolute; 
	z-index:99999; 
	background:url(img/ajax-loader.gif) center center no-repeat #fff; 
	border:1px solid #888; 
	display: none;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px; 
-webkit-box-shadow: 0px 0px 4px 0px rgba(, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 4px 0px rgba(, 0, 0, 0.5);
box-shadow: 0px 0px 2px 0px rgba(, 0, 0, 0.5); 
}

/* materials */
.materials {padding:5px 0;}
.materials img {width:70px;}
.materials input {cursor: pointer;}


#stuffHelperName {
 display: block;
 margin-bottom: 5px;
 font-size: 16px;
}

#stuffHelper input {
 font-size: 14px !important;
 font-weight: bold;
 line-height: 14px;
 padding-top: 2px !important;
 padding-bottom: 2px !important;
}