/*******************************************************************************
* Hoja de estilos para Embuastur - SECCION CATALOGO
* @author Trisquelmedia, S.L.
*******************************************************************************/
h2 {
	color: #333;
	font-size: 95%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 3px 18px;
}

/* Caja para producto destacado en portada */
#contenido .caja_destacada{
	width: 402px;
	margin: 0 0 0 17px;	
	border: 1px solid #701B00;
	background-color: #FFF;
	padding: 8px 8px 8px 8px;
	display: block;
	height: 182px;
}

#contenido p.ref2 {
	font-size: 75%;
	color: #94948F;
	float: left;
	margin: 0 20px 0 0;
}

#contenido p.desc2 {
	font-size: 65%;
	color: #666;
	float: left;
	margin: 5px 20px 0 0;
	width: 180px;
	clear: both;
}

/* Caja para las novedades en portada */
#contenido .caja_novedad{
	width: 402px;
	height: 102px;
	margin: 0 0 10px 17px;	
	display: block;
}

#contenido p.desc3 {
	font-size: 65%;
	color: #666;
	float: left;
	margin: 5px 0 0 0;
	width: 270px;
	clear: both;
}

/* Caja para las ofertas en portada */
#contenido .caja_oferta{
	width: 196px;
	height: 52px;
	margin: 0 0 10px 17px;	
	display: block;
	float: left;
}

#contenido p.ref3 {
	font-size: 75%;
	color: #C7007D;
	float: left;
	margin: 0 20px 0 0;
}

/* Elementos comunes cajas de portada */
#contenido .caja_destacada a, #contenido .caja_novedad a, #contenido .caja_oferta a{
	margin: 0;
	padding: 0;
	float: left;
}

#contenido .caja_destacada img, #contenido .caja_novedad img, #contenido .caja_oferta img{
	border: 1px solid #999;
	margin: 0 20px 0 0;
	float: left;	
}

#contenido .caja_destacada img{
	border: none;
}

/*************************************************************************************************/

/* Cajas para datos del producto en categorias */
#contenido .caja_producto{
	background-color: #FFF;
	width: 420px;
	min-height: 102px;
	margin: 0 0 15px 18px;	
	display: block;
}

#contenido .caja_producto2{
	background-color: #F9EFE1;
	width: 420px;
	min-height: 102px;	
	margin: 0 0 15px 18px;	
	display: block;	
}

#contenido .caja_producto img.mini, #contenido .caja_producto2 img.mini{
	border: 1px solid #999;
}

#contenido .caja_producto img, #contenido .caja_producto2 img{
	border: none;
	float: left;
	margin: 0 15px 0 0;
}

#contenido .datos {
	float: left;
	padding-top: 4px;
}

#contenido p.ref {
	font-size: 75%;
	color: #000;
	float: left;
	margin: 0 20px 0 0;
}

#contenido p.desc {
	font-size: 65%;
	color: #666;
	float: left;
	margin: 5px 20px 0 0;
	width: 270px;
	clear: both;
}

#contenido p.precio {
	font-size: 70%;
	color: #000;
	float: left;
	margin: 0 20px 0 0;
}

#contenido p.precio span{
	font-weight: bold;	
}

#contenido .mini{
	border: 1px solid #999;
	margin: 0 5px 3px 0;
}

/************************* MENU DESPLEGABLE IZQUIERDA CATALOGO ****************************************/
#menu_izq {
	width: 179px;
	padding: 15px 0 0 0;
	background-color: #D1BCA3;	
	font-size: 62%;	
}

.ac_menu, .ac_menu_off, .ac_menu2 {
	display: block;
	background-color: #D1BCA3;
	border-bottom: 1px solid #764500;
	padding: 0 0 0 12px;	
}

.ac_menu a, .ac_menu_off a, .ac_menu_on a, .ac_contenido a, .ac_menu2 a {
	display: block;
	width: 167px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	outline: none;
}

.ac_menu a, .ac_menu_off a, .ac_menu2 a{
	color: #701B00 !important;	
}

.ac_menu_on a, .ac_contenido a {
	color: #333 !important;		
}

.ac_menu_on, .ac_menu_off_activo {
	width: 167px;
	height: 26px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
	display: block;
	background-color: #FFFFCC;
	border-bottom: 1px solid #764500;
	padding: 0 0 0 12px;	
}

.ac_menu_off_activo p {
	font-size: 100%;
}


.ac_contenido {
	display: block;
	width: 179px;	
	background-color: #FFFFCC;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #764500;	
	overflow: hidden;
}

.ac_contenido_vacio {
	display: block;
	width: 179px;	
	height: 1px;
	background-color: #FFFFCC;
	padding: 0;
	overflow: hidden;
}

.ac_contenido a {
	padding: 0 0 0 22px;
}

.ac_contenido p.actual {
	color: #701B00;	
	font-weight: bold;
	line-height: 26px;	
	font-size: 100%;	
	padding: 0 0 0 22px;	
	margin: 0;	
}

#ocultame {
	visibility: hidden;
}

/* Buscador */
#buscador {
	display: block;
	background-color: #D1BCA3;
	border-bottom: 1px solid #764500;
	padding: 0 0 1px 10px;
}

/* FORMULARIOS BUSQUEDA Y COMPRA */
form.buscar , form.comprar {
	margin: 5px 0 0 0;
	height: 22px;
}

form.buscar input, form.comprar input {
	height: 14px;
	line-height: 14px;
	float: left;
}

form.buscar input.cadena {
	width: 100px;
	color: #999;
	margin: 0 4px 0 0;
}

form.buscar input.boton {
	height: 18px;
	line-height: 13px;	
	font-size: 150%;
	width: 50px;
	text-align: center;
}

form.buscar label{
	display: none;
}

form.comprar label{
	float: left;
	margin: 0 5px 0 0;
	font-size: 90%;
	line-height: 24px;
	height: 18px;
}

form.comprar input.unidades{
	width: 50px;
}

form.comprar input.boton {
	height: 18px;
	line-height: 13px;	
	font-size: 100%;
	width: 80px;
	text-align: center;
	margin: 0 0 0 5px;	
}


/* Carrito */
table#pedido{
	font-size: 80%;
	width: 420px;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #94948F;
	background-color: #FFFFFF;		
}

table#pedido th{
	font-weight:normal;
}

table#pedido tr{
	font-size: 90%;
	text-align:left;
}

table#pedido th.borde{
	margin: 2px 0 2px 0;
	padding: 5px 0 5px 0;
	background-image: url("../imagenes/fondo_sep.gif");
	background-repeat: repeat-x;
	background-position: 0%;
}

table#pedido td.referencia, table#pedido td.importe{
	color: #000;
	font-size: 100%;
}

table#pedido th#referencia, table#pedido td.referencia{
	width: 20%;
}

table#pedido th#descripcion, table#pedido td.descripcion{
	width: 45%;
}

table#pedido th#unidades, table#pedido td.unidades{
	width: 10%;
}

table#pedido th#importe, table#pedido td.importe{
	text-align: center;
	width: 15%;
}

table#pedido td.importe{
	text-align: right;
}

table#pedido th#borrar, table#pedido td.borrar{
	text-align: center;
	width: 10%;
}
 
form#f_pedido{
	margin: 0 0 0 13px;
	padding: 0;
	background-color: #FFF;
	width: 420px;	
	font-size: 100%;	
	display: block;
}

form#f_pedido input.boton{
	font-size: 100%;
	margin: 5px 5px 5px 330px;
}

form#f_pedido input.unidades{
	width: 30px;
	height: 14px;
	line-height: 14px;
	font-size: 80%;		
	color: #94948F;
	border: 1px solid #94948F;	
	padding: 0 2px 0 2px;
}

p.texto{
	margin: 10px 0 0 20px;
}

p span{
	color: #000;
	font-weight: bold;
}

p.notas, p.notas2{
	margin: 5px 0 5px 10px;
	color: #94948F;
	font-size: 65%;
}

p.notas2{
	margin: 5px 0 5px 30px;
}

p.texto_dch{
	float: right;
}

a.boton, a.boton2 {
	background-color: #701B00;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 100%;
	padding: 0 0 2px 0;
	margin: 0;
	height: 14px;	
	text-align: center;
	text-decoration: none;
	float: right;	
	width: 160px;
}

a.boton2 {
	background-color: #F08B00;
	border: 1px solid #701B00;	
}

.total, .botonera {
	color: #94948F;
	width: 420px;	
	margin: 0 0 7px 13px;
	line-height: 15px;
	height: 18px;
}

.total p.etiqueta, .botonera p {
	padding: 0 5px 0 5px;
	line-height: 13px;	
	display: block;
	color: #94948F;	
	font-size: 70%;
	height: 13px;
	float: right;
}

.total p.etiqueta {
	margin: 0;
	padding: 0;
	float: left;
	width: 75%;
	text-align: right;
}

.total p.valor {
	color: #000;
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;	
	text-align: right;	
}

.total p.valor span{
	font-weight: bold;
}

/* Comprar */
form#f_pedido.compras{
	background-color: transparent;
}

table#pedido.comprar{
	margin-left: 20px;
}

form#f_pedido.compras fieldset legend{
	color: #666;
	font-size: 70%;
}

form#f_pedido.compras fieldset p{
	width: 390px;
	line-height: 20px;
	clear: both;
}

form#f_pedido.compras fieldset p label{
	line-height: 30px;
	float: left;
}

form#f_pedido.compras fieldset p input{
	margin: 10px 5px 0 10px;
	float: right;
	height: 14px;
}

form#f_pedido.compras fieldset p input.usuario{
	width: 200px;	
}

form#f_pedido.compras fieldset p input.direccion{
	width: 290px;	
}

form#f_pedido.compras fieldset p input.radio{
	float: left;
	margin: 4px 10px 0 0;
	padding: 0;
}

form#f_pedido.compras p.check{
	height: 14px;
	line-height: 14px;
}

form#datos input.boton {
	font-size: 100%;
}

/* CARRITO DE LA COMPRA ACTUAL - RESUMEN EN EL MENU DE LA DERECHA */
#carrito_cabecera{
	background-image: url("../imagenes/carrito_cabecera.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	height: 15px;
	margin: 10px 0 0 10px;
	padding: 0;
	display: block;
}

* html #carrito_cabecera{
	margin-bottom: -5px;
	padding-bottom: 0px;
}

#carrito_contenido{
	background-image: url("../imagenes/carrito_fondo.gif");
	background-repeat: repeat-y;
	width: 180px;
	margin: 0 0 0 10px;
	padding: 0px 10px 5px 10px;	
	display: block;	
}

* html #carrito_contenido{
	width: 170px;
	padding-top: 0px;
	margin-top: 0px;
}

#carrito_contenido p{
	width: 160px;
	color: #000;
}

#carrito_contenido p.titulo{
	width: 160px;
	color: #999;
}

#carrito_contenido p.condiciones{
	width: 160px;
	margin-top: 5px;
	font-size: 65%;
}

table#resumen_carrito {
	margin: 4px 0 4px 0;
	font-size: 65%;
	width: 160px;
}

table#resumen_carrito th{
	font-weight:normal;
}

table#resumen_carrito th#referencia, td.referencia{
	width: 50%;
}

table#resumen_carrito th#unidades, table#resumen_carrito th#importe{
	text-align: right;
}

table#resumen_carrito td.unidades, table#resumen_carrito td.importe{
	text-align: right;
}

table#resumen_carrito td.total{
	font-weight: bold;
}

table#resumen_carrito tr.sep_tabla{
	background-image: url("../imagenes/sep_tabla.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 151px;
	height: 5px;
}

#carrito_pie{
	background-image: url("../imagenes/carrito_pie.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	height: 15px;
	margin: 0 0 10px 10px;
	padding: 0;
	display: block;	
}

form#ver_pedido p{
	width: 150px;
	text-align: right;
	height: 25px;
	line-height: 25px;	
}

form#ver_pedido input.boton {
	font-size: 100%;
	margin-left: 35px;
}

/* Seccion ofertas menu derecha */
.sep_top, .sep_ofertas{
	background-image: url("../imagenes/sep_ofertas.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 168px;
	height: 20px;
	margin: -15px 5px 4px 18px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

.sep_ofertas{
	margin: -15px 5px 4px 5px;
}

#menu_dcha p.top, #col_izq p.oferta{
	color:  #701B00;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}

#col_izq p img, #menu_dcha p img.producto{
	border: 1px solid #999;
	margin: 2px 0 2px 0;
}

form#paypal_form p{
	font-size:100%;
}