
/* shop stuff */
.shop-stuff {display: inline-block; width:220px; height:200px; float:right; margin:0 4% 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;}

.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 {background-color: #c0c0c0; bottom repeat-x #dfdfdf; border:0px outset black; margin:5px 5px 0 0; padding:2px; font-family: verdana, calibri; color:#000000; }
.shk-but:active {background: #A3A3A3; outline:none;}
.shk-but:hover {background: #79a0c1; outline:none;}
.price-add {color:red; padding-left:3px; line-height:0;}


/* cart block */
.shop-cart {background-color:#fff; border:0px solid #cfcfcf; padding:10px; margin:10px 0; text-align: left; width:205px;}
.shop-cart-head {padding-top: 0px; padding-bottom: 5px; text-align: left; font-family: Verdana, Arial; font-size: 20px; font-variant:small-caps; color:#004a83; }
.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 solid #ddd; border-top:1px solid #ddd; }
.shop-cart table small {font-size:11px; color:#595959;}
#butEmptyCart {text-decoration: none; color:#243342; border-bottom:1px dashed #243342; font-family: Verdana, Arial; font-size: 12px;} 
#cartEmpty {margin-top: 0px; margin-left: 10px; font-family: Tahoma; font-size: 20px; color:#2c3b4e;}
#cartEmptys {height:25px; line-height:30px; font-family: Verdana, Arial; font-size: 15px; color:#2c3b4e; font-weight: 800;}
#cartEmptys1 {height:25px; line-height:30px; font-family: Verdana, Arial; font-size: 12px; color:#2c3b4e; }
#totalCart {margin:5px 0;}
.cart-order {margin:5px 0; text-align: right; font-family: Verdana, Arial; font-size: 11px; color:#2c3b4e;}

/* helper box */
#stuffHelper {position: absolute; z-index:100; width:150px; padding:5px; background: #e1e1e1; border:2px solid #666666; display:none; font-family: verdana, calibri; color: #000000}
#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;}


/* materials */
.materials {padding:5px 0;}
.materials img {width:70px;}
.materials input {cursor: pointer;}

.ozak:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#2f3d48;
	font-weight: 800;
	}
.ozak:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#2f3d48;
	font-weight: 800;
	}
.ozak:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#0071c9;
	font-weight: 800;
	}
.ozak:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005495;
	text-decoration: none; 
	border-bottom: 1px dashed #163a5b;
  
	}




