/* CSS Document */

#product {
	border:#CCC 1px solid;
	color:#666;
	font-size:12px;
	position:relative;
}

#product A#carrito {
	position:absolute;
	right:10px;
	top:10px;
	background:#39F;
	display:block;
	width:150px;
	text-align:center;
	padding:2px;
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

#product A#carrito:hover {
	background:#F90;
}

#product a#comprar {
	background:#39F;
	display:block;
	width:100%;
	text-align:center;
	padding:2px;
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
#product a#comprar:hover {
	background:#F90;
}

#product .imgHolder {
	text-align:center;
	display:block;
	width:350px;
}

#product TABLE {
	width:350px;
}
	
#product TH {
	font-size:10px;
	color:#666;
	text-align:left;
	font-weight:normal;
}

#product .size {
	background:#CCC;
	font-size:9px;
	color:#666;
	padding-left:5px;
	padding-right:5px;
}
	
#product .price {
	background:#F90;
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	text-align:right;
}

#product H2 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	padding-top:110px;
	text-align:right;
}

#product H3 {
	color:#F90;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin-bottom:20px;
}

#product H4 {
	color:#000;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
}

#product UL {
	margin-left:20px;
	margin-bottom:2em;
}

#product #info {
	float:left;
	width:350px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#product #text {
	margin-left:380px;
	width:320px;
	background:url(bg_product.gif) no-repeat;
	padding-left:20px;
}

	#product #text P {
		margin-bottom:2em;
	}