/*************************************************************************************
*
*		CATEGORIAS
*
*************************************************************************************/

/* Add the background image and set the height of the image */
div.skinnedSelect {
	background: url('../images/combo_seleccionar_categoria.png') no-repeat scroll 0pt 100%;
	height: 21px;
	margin-left:5px;
	width:175px;
}
/* Set the opacity to 0 to make the options appear invisible, this allows the image to be visable */
div.skinnedSelect select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	width: 170px;
	margin-left: -150px;
}
/* Tee text inside the box */
div.skinnedSelect .text {
float: left;
line-height: 19px;
width: 150px;

}
/* Shared font sizes */
div.skinnedSelect .text,
div.skinnedSelect select option
{
	text-indent: 5px;
	font-size: 11px;
	--font-weight:bold;
	color: #16395E;
}
div.skinnedSelect select option{
	background-color:#CEDCE0;
}

/*************************************************************************************
*
*		MODELOS
*
*************************************************************************************/

/* Add the background image and set the height of the image */
div.skinnedSelectModelo {
	margin-top:10px;
	margin-left:5px;
	float:left;
	background: url('../images/combo_modelo.png') no-repeat scroll 0pt 100%;
	height: 22px;
	width:120px;
}

/* Set the opacity to 0 to make the options appear invisible, this allows the image to be visable */
div.skinnedSelectModelo select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	width: 118px;
	margin-top:-2px;
	margin-left: -118px;
}

/* Tee text inside the box */
div.skinnedSelectModelo .text {
	float: left;
	line-height: 19px;
	width: 118px;
}

/* Shared font sizes */
div.skinnedSelectModelo .text,
div.skinnedSelectModelo select option
{
	text-indent: 5px;
	font-size: 11px;
	--font-weight:bold;
	color: #16395E;
}
div.skinnedSelectModelo select option{
	background-color:#CEDCE0;
}

/*************************************************************************************
*
*		OPCIONALES
*
*************************************************************************************/


/* Add the background image and set the height of the image */
div.skinnedSelectOpcional {
	margin-top:10px;
	margin-left:25px;
	float:left;
	background: url('../images/Fondo_Combo_Tiempo_Configuracion.png') no-repeat scroll 0pt 100%;
	height: 22px;
	width:78px;
}

#optionPrecio1{
	margin-left:-5px;
}
#optionfullPrecio1{
	margin-left:-5px;
}


/* Set the opacity to 0 to make the options appear invisible, this allows the image to be visable */
div.skinnedSelectOpcional select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	width: 78px;
	margin-top:-2px;
	margin-left: -78px;
}

/* Tee text inside the box */
div.skinnedSelectOpcional .text {
	float: left;
	line-height: 19px;
	width: 78px;
}

/* Shared font sizes */
div.skinnedSelectOpcional .text,
div.skinnedSelectOpcional select option
{
	text-indent: 0px;
	font-size: 11px;
	--font-weight:bold;
	color: #16395E;
}
div.skinnedSelectOpcional select option{
	background-color:#CEDCE0;
}

