
/* shop stuff */
.shop-stuff {margin:0 10px 10px 0; border:1px solid #ddd; float:left; width:175px; overflow: hidden; height:210px}
.shop-stuff .shs-title {font-weight:bold;}
.shop-stuff .shs-descr {min-height:50px; padding:5px; width:170px;}

.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:1.3em;}
.shs-but {	height: 21px;
	width:57px;
	background-image:url('../../templates/gal/images/btn_comm.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	border:0;
	color:#FFF;
	float:right;
	cursor:pointer;
	font-size:10px;
	margin-right:5px;
}
.shs-but:active {background: #A3A3A3; outline:none;}
.price-add {color:red; padding-left:3px;}

/* cart block */
.shop-cart {font-size:11px;}
.shop-cart-head {padding:5px 0 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;}
#toolsCart {margin:0 0 5px 0; text-align: right;}
#toolsCart a {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: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;
background-image: url(http://getalife.cl/assets/templates/gal/images/back_modulo_300.jpg);
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat-x;  
}
.shop-stuff .shs-descr {
  /* for IE6 */  
  _height: 120px;
}

.botonera-tienda{
	float:left;
	position:absolute;
	text-align:right;
	margin-right:5px;
	margin-bottom:5px;
	width:120px;
	height:30px;
	vertical-align:bottom;
	}