/* shop stuff */
.shop-stuff {width:140px; padding:10px; /*float:left;*/ margin:0 10px 10px 0; border:1px solid #ddd;}
.shop-stuff_2 {width:150px; padding:10px; float:left; margin:0 10px 10px 0; border:1px solid #ddd;}
.shop-stuff .shs-title {font-weight:bold; font-size:12px; color:#005a87; text-align:center;}
.shop-stuff .shs-descr {min-height:25px; text-align:center;}
.shop-stuff div div {margin:5px 0;}
A:link.shs-link{font-size:13px; color:#005a87; text-decoration:none; border-bottom:1px dashed #005a87; text-align:center}
A:visited.shs-link{font-size:13px; color:#005a87; text-decoration:none; border-bottom:1px dashed #005a87; text-align:center;}

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

.shs-price {font-weight:bold; font-size:17px; color:#F60;}
.shs-price-title { font-size:13px; color:#333; text-align:center;}
.shs-but {background: url(/img/shopcart.png) bottom repeat-x #dfdfdf; border:1px outset #888; margin:5px 5px 0 0; padding:2px; outline:none; color:#FFF; font-weight:bold;}

.shs-but:active {background: #A3A3A3; outline:none;}
.price-add {color:red; padding-left:3px;}

/* cart block */
.shop-cart {background-color:#fff; padding:2px; margin:10px 0; font-size:11px; text-align:left; color:#333;}
.shop-cart div {width:160px;}
.shop-cart A:link{
	color:#005a87;
	font-size: 11px;
}
.shop-cart A:visited{
	color:#005a87;
	font-size: 11px;
}

.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;}
#cartEmpty {height:50px; font-size:13px; color:#666; font-style:italic;}

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

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

CartTitle{
	font-size:10px;
	color:#F00;
}
#stuffHelperName B{
	font-size:12px;
	color:#005a87;
}
.shs-count{
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.shs-title {font-weight:bold; font-size:12px; color:#333; text-align:center;}
