#spacelab {
	width: 95%;
	margin: auto;
}

h3 {
	border-bottom: 1px solid #669;
	margin-bottom: 10px;
}


h3.especificaciones {
	background: url(images/especificaciones.gif) no-repeat top left;
	height: 25px;
}

#spacelab ul {
	padding: 0 10px 0 5px;
}
#spacelab ul li {
	list-style-type:none;
	padding: 0 0 0 15px;
	background: #fff url(images/bullet_01.gif) no-repeat top left;
	width:95%;
}
.productstitle {
	font-family:Arial,Sans,Verdana;
	font-size:16px;
	font-weight:bold;  
	text-transform:lowercase;
	text-align:center;
	padding:2px 2px 0 2px;
	color:#444;
	border-bottom:10px solid #eee;
}
.imagepop {
	margin: 10px 0 10px 20px;
}
.imagepop img {border: 1px solid #ccc;}
.prices {
	font-size:34px;
	font-weight:bolder; 
	text-align:right;
	color:#222d27;
	letter-spacing:1px; 
}
.botones {
	margin-bottom:10px;
}
.btnRev {
	margin-left:20px;
}
.btnCart {
	margin-left:204px;
}
/*forms*/
.input-box
{
	float: left;
	margin: 6px;
	color: #666;
	background: #fffef5;
	border: #ccc solid 1px;
	width:84%;
}

.submit-button
{
	float: right;
	color: #444;
	background: #ccc;
	border: 2px #000 solid;
	margin:5px;
	padding: 0 2px;
	font-size: 11px;
}

fieldset
{
	border: 1px solid #ccc;
	margin: auto;
	width: 494px;
	font-size: 11px;
	text-align:center;
}

legend
{
	background: #444;
	border: 1px solid #ccc;
	padding: 2px 10px;
	margin:10px 0 0 10px;
	color: #fff;
}
.alerta, .alerta a, .alerta a:active, .alerta a:hover {
	text-align:center;
	padding:5px;
	color:#888;
}
#resultado {margin-top:28px;background: #eee;}
/*end forms*/

