/**
 * File: catalog.css
 * 
 * Author: Borja Morales
 * Version: 1.0
 * Filesize: 0000005180
 * History: 22/10/2007 13:13 Incluida cabecera para control de versiones. 
 */
@import "catalog/login.css";
@import "catalog/menu.css";
@import "catalog/cover.css";
@import "catalog/categories.css";
@import "catalog/list_products.css";
@import "catalog/product.css";
@import "catalog/basket.css";
@import "catalog/process.css";
@import "catalog/orders.css";

* { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; }

#menu div.menu_title_main {}

/**
*	Herramientas (Campo de búsqueda superior y botón de carrito)
*/
#catalog_tools {}
form#form_catalog_search { display: inline; float: right; margin: 4px 0 0 0; width: 350px; }
form#form_catalog_search #search_title { display: none; }

form#form_catalog_search fieldset{ border: none; padding:0 20px 5px 0; text-align:right; }
#right .box img{float:right; margin: 10px 0;}

#catalog_tools input {
	height: 15px;
	margin: 0 5px 0 0;
	padding: 1px 2px;
	width: 165px;
	background: url(../images/backgrounds/bg_top_search.gif) repeat 0 0;
	border: 1px solid #950922;
	color: #555;
	font-size: 11px;
}

#catalog_tools input.checkbox { width: 13px; height: 13px; float:left; margin:0 5px 0 5px; border:none;}

#catalog_tools label {float:left; padding: 5px 0 5px 3px; color:#ffffff; font-size:9px; }
	
#catalog_tools button {
	height: 23px;
	overflow: hidden;
	position: relative;
	top: 5px;
	width: 50px;
	background: url(../images/button_top_search.gif) no-repeat 0 2px;
	text-indent: -99999px;
}

#catalog_tools a#view_basket {
	float: right;
	width:164px;
	height: 38px;
	margin: 10px 0;
	background:url(../images/catalog/view_basket.gif) no-repeat top right;
	display: block;
	text-indent:-1100px;
	cursor:pointer;
	}/**
*  Cabecera de destacados, ofertas, novedades y búsqueda
*/

img.header {}

/**
*  Miga de pan
*/
div#product div#details p.category_path { text-decoration: none; clear:both;	}
div#product div#details p.category_path a {text-decoration: none; background: url(../images/arrow_red.gif) no-repeat 0 5px; padding-left: 10px; }
div#product div#details p.category_path a:hover { color:#333333; font-weight:bold;	}
p.category_path a:visited { }
p.category_path a.normal {	}

/**
 *	Botones
 */
p.back {	}
p.back a, p.back a:visited {	}

input.basket {	}

button.next {	}

/**
 *	Alerta
 */
#info {
	float: left;
	width: 648px;
	margin: 10px 0;
	padding: 10px 20px 5px;
	color: #FA8B07;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	border: 1px dashed #F89C30;
	background: #ffe7ca;
}

.messages {	}
.messages ul {}
.messages li.error {	}

div#order_all { float:left; background:#e9e9e9; width:98%; padding:5px 8px; margin-bottom: 25px;  }
div#order_all div.products_order { float:left; margin-top:11px; }

div#order_all div.products_order strong { font-size: 12px; float: left; font-weight: bold;}

div#order_all div.products_order div { float:left; margin-left:5px;}
div#order_all div.products_order div span { color: #3b3b3b; margin:0 0 0 6px; }
div#order_all div.products_filter { float:right; margin:3px 0; }
div#order_all div.products_filter form label input { border:1px solid #3b3b3b; width:45px;  text-align: right;}

div#order_all div.products_filter form input.button_f {
	width: 63px;
	height: 25px;
	margin: 0 0 0 10px;
	border: 0;
	color: #fff;
	cursor: pointer; 
	background: url(../images/button.gif); 
}
div#order_all div.products_filter form input.button_f:hover { background: url(../images/button_hover.gif); }
#contents fieldset { border:none; padding:0; margin:0;}

/*mensage error*/
div.registration .messages { 
	border:1px dashed #3AA4C2;
	color:#333333;
	float:left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:10px 0pt;
	padding:20px 0 20px 9%;
	text-align:left;
	width:90%;
	background:#F9F69F url(../images/catalog/new_alert.png) no-repeat scroll 20px 5px;
}

div.registration .messages ul { float:left;  margin: 0; }
div.registration .messages ul li {
	color:#333333;
	float:left;
	clear:both;
	margin:5px 0pt;
	padding:0pt 0pt 0pt 12px;
	width:90%;
}



/* Tags */
 
.details { float:left; width: 100%; margin: 0; padding: 0; cursor:pointer;}

#contents .details .featured {
	float:left;
	margin: 0;
	padding: 8px 0 13px 38px;
	width: 60px;
	background: url(../images/catalog/ico_featured.gif) no-repeat left;
	color: #cb8421;
	font-weight: bold;
}
#contents .details .offer {
	float:left;
	margin: 0;
	padding:8px 0 13px 38px;
	width:60px;
	background: url(../images/catalog/ico_offer.gif) 	no-repeat left;
	color:#333333;
	font-weight: bold;
}
#contents .details .new {
	float: left;
	margin: 0;
	padding: 8px 0 13px 38px;
	width: 60px;
	background: url(../images/catalog/ico_new.gif) no-repeat left ;
	color: #c02222;
	font-weight: bold;
}

.details .description { float:left; width: 100%;  margin:0; padding: 0;}

/**
 *	Campos
 */
.registration input, div.registration select, div.registration textarea  {	}

.registration select#id_province {}

div#popin {  }

#catalog_options { width: 243px; margin: 12px 0 0; }

#catalog_options a { float: left; }


/* FORMULARIO DE BÚSQUEDA RÁPIDA*/

div#quick_search_controls { width:448px; float:left; background:#f5f5f5; padding:10px; margin:15px 0 5px; display:inline;}

#contents fieldset.form_quick_search { border:none; float:left; width:450px; margin:0; padding:0;}

#contents fieldset.form_quick_search select#quick_search_products { 
background:#FFFFFF; 
border-color:#CCCCCC #C4060C #CCCCCC #CCCCCC; 
border-style:solid; 
border-width:1px; 
color:#7D7C7C;
margin:0;
width:274px;
padding:3px 2px;
}

#contents fieldset.form_quick_search label{ margin-right:10px; color:#555; float:left; width:auto; padding:3px 0 0; }

#contents fieldset.form_quick_search input { width:48px; paddin:2px 3px; margin:0 0 0 5px;}


div#filter_products { float:left; border-bottom:1px dotted #DCD6D6; border-top:1px dotted #cfcece; padding:3px 0; width:447px; margin:10px 0 0;}
div#delete_filter_products a { 
	background:transparent url(../images/ico_delete.gif) no-repeat scroll 0 3px;
	color:#CE062A;
	display:block;
	float:left;
	font-size:12px;
	height:12px;
	padding:0 0 5px 15px;
	text-align:left;
	text-decoration:none;
	width:100px;
	margin:10px 0 0;
}

div#delete_filter_products a:hover { color:#CE062A; text-decoration:underline; }

#contents a:visited, .webservice a:visited { text-decoration:none; }



border-bottom:1px dotted #DCD6D6;