#totalCart {
	display: none;
}
/* shop stuff */
.shs-tocart {margin:5px 0; padding:5px 0; border-top:1px dashed #ddd;}
.shs-tocart div {margin:5px 0;}

.shs-but {
	background: url(img/grad.gif) bottom repeat-x #dfdfdf; 
	border:1px outset #888; 
	margin:5px 5px 0 0; 
	padding:2px; 
	outline:none;
	width: 79px;
	height: 30px;
}
.shs-but:active {background: #A3A3A3; outline:none;}
.price-add {color:red; padding-left:3px;}

/* cart block */
.shop-cart {}
.shop-cart div {}
.shop-cart table {border-collapse:collapse; margin-top:2px;}
.shop-cart td {padding:0px;}
.shop-cart table small {font-size:11px; color:#595959;}
#cartEmpty {height:40px; line-height:40px;}

/* 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;}
#stuffCount {text-align: center; width:30px; font-size:13px; padding:1px 2px; background-color: #fff; border:1px solid #888;}
.field-arr-up {cursor:pointer; margin:0 0 6px 1px;}
.field-arr-down {cursor:pointer; margin:0 0 -4px -17px;}
