
.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;}


.detail-pagetitle {float:left; margin-top: 10px;}
.detail-content {margin-top: 10px;}

.shs-tocart {margin:5px 0; padding:5px 0; border:1px solid #888; width:300px; float:right;
   background-color: #FDFDFD;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    padding: 5px 10px;

}
.shs-tocart .dop-cenu {text-align:right;}
.shs-tocart .prosto-cena {text-align:right; margin:10px 0px 5px 0px;}

.shk-price {font-weight:bold; font-size:1.3em; color:#2A8B22;}
.shk-but0 {background: url(img/grad.gif) bottom repeat-x #dfdfdf; border:1px outset #888; margin:5px 5px 0 0; padding:2px;}
.shk-but0:active {background: #A3A3A3; outline:none;}
.price-add {color:red; padding-left:3px; line-height:0;}


.shk-but {
	height: 26px;
	margin:2px 4px;
	padding: 0px 2px 2px 2px;
	font: 16px "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight:bold;
	outline: none;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	color: #555;
	border: 1px solid #BBB;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #A5A5A5;
	text-shadow: 1px 1px #FAFAFA;
	box-shadow:
		inset 0 1px #F5F5F5,
		inset 1px 0 #EDEDED,
		inset -1px 0 #EDEDED,
		inset 0 -1px #E7E7E7,
		0 2px #B2B1B1,
		0 3px #A5A5A5,
		0 4px 2px rgba(0,0,0,0.4)
	;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	background-color: #E8E8E8;
}
.shk-but::-moz-focus-inner{border:0}
.shk-but:hover {
	border-top: 1px solid #C2C2C2;
	box-shadow:
		inset 0 1px #EFEFEF,
		inset 1px 0 #EDEDED,
		inset -1px 0 #EDEDED,
		inset 0 -1px #EDEDED,
		0 2px #B2B1B1,
		0 3px #A5A5A5,
		0 4px 2px rgba(0,0,0,0.4)
	;
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4e4e4 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4e4e4 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(top,  #e4e4e4 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	background-color: #E8E8E8;
}
.shk-but:active {
	top: 3px;
	border: 1px solid #B9B9B9;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #CACACA;
	background: #E3E3E3;
	box-shadow: inset 0 1px 2px #B9B9B9;
}


/* cart block */
.shop-cart {
  background-color: #FDFDFD;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    padding: 5px 10px; margin-bottom: 20px;}
	
.shop-cart-head {padding:5px 0 10px 0; text-align: center;}
.shop-cart-del {text-align:right; font-size:12px;}
.shop-cart-body {padding:10px 0; text-align: center;}
.shop-cart-body b{color: #4B2F00}
.shop-cart-summ {padding-bottom:10px;}
.shop-cart-summ b{color: #2A8B22}


.shop-cart-del-big  {text-align:right; margin:0px 0px 20px 0px;}
.shop-cart-summ-big {text-align:center; margin:10px 0px 10px 0px; }
.shop-cart-summ-big  b {color: #2A8B22; font-size:18px;}
.shop-cart table {border-collapse:collapse; margin:5px 0;}
.shop-cart tr {margin:0px 0px 10px 0px; border-bottom:1px solid #ddd; }
.shop-cart td {padding:3px;}

.shop-cart th  b a{color:#4B2F00}
.shop-cart th  span {font-size:12px; font-weight:normal;}
.shop-cart th+td {padding-top:6px;}
.shop-cart th+td  b{color:#2A8B22}
.shop-cart table small {font-size:11px; color:#595959;}
#butEmptyCart {text-decoration: none; color:#000; border-bottom:1px dashed #000;} 
#cartEmpty {height:20px; line-height:20px;}
#totalCart {margin:5px 0;}
.cart-order {margin:5px 0; text-align: center; color:#4B2F00}

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

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

