/* 
    Document   : etiqueta
    Created on : 19/06/2009, 02:55:03 PM
    Author     : Wil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
	background-color: #000000;
	margin: 0;
	padding: 0;
    color: white;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;

}

#wrap
{
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color:#000000;
}


.caja_select {
	width:70px;
	height:20px;
	text-align:left;
	font-size:11px;
	background-color:#333333;
	color:#FFFFFF;
	border:#333 1px solid;
}

.store_titulos_columnas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.store_texto_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.store_texto_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

.old-price {
	text-decoration: line-through;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F00;
	margin-top:0px;
}
