/* shop stuff */
.shop-stuff {	float: left;
		width: 185px;
	margin-top: 20px;
	display: block;}
	.shop-stuff img{
	width: 140px;
	height: 140px;
	margin-left: 20px;
}
.shs-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	display: block;
	float: left;
	width: 184px;
	margin-bottom: 5px;
	background-color: #E31818;
	padding-top: 5px;
	padding-bottom: 5px;
}
.shop-stuff .shs-descr {}
.shop-stuff div div {
	margin:5px 0;
}

.shs-tocart {margin:5px 0; padding:5px 0; }
.shs-tocart div {margin:5px 0;}

.shs-price {
	font-weight:bold; 
	font-size:1.3em;
	margin-right:28px;
	}
.shs-but {
	background: url(img-anadir-a-carro.png) no-repeat;
	padding:2px;
	border: 0px;
	width: 200px;
	height: 28px;
	color:#945800;/*marron claro*/
	font-size: 11px;
	font-weight:bold;
}

.shs-but a:hover{
	color:#FFF;
	background: url(img-anadir-a-carro2.png) no-repeat;
	}
.shs-but2 {
	background: url(img/solcitarproductored.jpg) bottom repeat-x #dfdfdf;
	margin:5px 5px 0 0;
	padding-top:2px;
	outline:none;
	border: 0px;
	width: 95px;
	height: 27px;
}
.shs-but:active {
	outline:none;
	border: 0px;
}
.price-add {color:red; padding-left:3px;}

/* cart block */
.shop-cart {
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;}
.shop-cart div {
	display:block;
	width: 180px;
	color:#945800;/*marron claro*//
	float: left;
	margin-top:30px;
	text-align: left;
}
#toolsCart {
	display:block;
	width: 90px;
	float: right;
	text-align: left;
}
#toolsCart a{
	color:#f48400;/*naranjo*/
	}
	#toolsCart a:hover{
	color:#945800;/*marron claro*/
	}
.cart-order {
	float: left;
	width:193px;
	color:#945800;
}

.shop-cart table {border-collapse:collapse; margin:5px 0;}
.shop-cart td {padding:3px 0; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.shop-cart table small {font-size:11px; color:#595959;}
#cartEmpty {height:50px; line-height:50px;}

/* helper box */
#stuffHelper {
	position: absolute;
	z-index:100;
	width:180px;
	padding:5px;
	background-color:#FFF;
	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;
  margin-left:3px;
}
.shs-link {
	background-image: url(tab2.jpg);
	display: block;
	height: 26px;
	width: 93px;
	float: left;
	text-align: center;
	padding-top: 4px;
	margin-left: -7px;
}


/
