/**
 * 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; }

div#menu div.menu_title_main { background: url(../images/cab_menu_out.jpg) top left no-repeat; }
div#contents {
	margin-right: -5px; /*para que entre en los 768*/
	width:542px;
	padding: 0 20px 0px 10px;
	}

/**
*	Herramientas (Campo de búsqueda superior y botón de carrito)
*/
div#catalog_tools {
	float:left;
	margin: 3px 0 0 10px;
	width: 560px;
	height:27px;
	background: #f5f5f5;
	}

div#catalog_tools input {
	float:left;
	margin: 5px 0 0 10px;
	padding-left: 4px;
	width: 270px;
	height: 14px;
	border:1px solid #9CB2D6;
	background:transparent url(../images/catalog/form-fnd.gif) repeat-x scroll left top;
	}

div#catalog_tools input.checkbox { width: 13px; margin: 1px 1px 0 0; border: none; }

div#catalog_tools label {
	float: left;
	margin: 7px 0 0 5px;
	color: #4d4d4d;
	letter-spacing: -1px;
	}
	
div#catalog_tools button, div#catalog_tools a, .option_button {
	cursor: pointer;
	float:left;
	margin: 1px 0 0 2px;
	width: 23px;
	height: 24px;
	font-size:0px;
	border:0;
	background: url(../images/catalog/view.gif) no-repeat;
	}
	
div#catalog_tools button, div#catalog_tools div#form_catalog_search a#view_basket {
	cursor: pointer;
	float:left;
	margin: 2px 0 0 5px;
	width: 23px;
	height: 24px;
	font-size:0px;
	background: url(../images/catalog/search.gif) no-repeat;
	}

div#catalog_tools a#view_basket {
	margin: 0 3px 0 3px;
	padding:8px 0 0 16px;
	width: 74px;
	text-align: center;
	color:black;
	font-size:9px;
}

/**
*  Cabecera de destacados, ofertas, novedades y búsqueda
*/

img.header { margin-top:10px; }

/**
*  Miga de pan
*/
p.category_path {
	margin:0;
	line-height: 11px;
	color: #9CB2C6;
	}
p.category_path a { color: #9CB2C6; }
p.category_path a:hover {
	text-decoration: underline;
	color: #9CB2C6;
	}
p.category_path a:visited { color: #9CB2C6; }
p.category_path a.normal {
	padding-left: 10px;
	background: url(../images/catalog/icon_tiny_arrow.gif) no-repeat left;
	}

/**
 *	Botones
 */
p.back {
	}
p.back a, p.back a:visited {
	display:block;
	color:#515151;
	font-weight: bold;
	}

input.basket {
	cursor: pointer;
	float: right;
	margin: 0px;
	border:none;
	width: 140px;
	height: 32px;
	padding-left: 20px;
	color: white;
	font-size:0;
	background:url(../images/catalog/icon_basket.gif) no-repeat transparent;
	}

button.next {
	cursor: pointer;
	float: right;
	margin: 10px 12px 5px 0;
	border: 1px solid white;
	height: 30px;
	padding: 0 30px 0 0;
	font-weight: normal;
	color: #000000;
	background: url(../images/catalog/enviar.gif) right top no-repeat;
	}

form#form_shipping_details div p.back a { 
	border: 1px solid red; 
	display:block; 
	float:left;
	margin: 15px 0 5px 10px;
	border: 1px solid white;
	height: 30px;
	padding: 5px 0 0 30px;
	font-weight: normal;
	color: #000000;
	background: url(../images/catalog/icon_back.gif) left top no-repeat;
	}

form#form_payment_type div p.back a { 
	border: 1px solid red; 
	display:block; 
	float:left;
	margin: 15px 0 5px 10px;
	border: 1px solid white;
	height: 30px;
	padding: 5px 0 0 30px;
	font-weight: normal;
	color: #000000;
	background: url(../images/catalog/icon_back.gif) left top no-repeat;
	}

div#contents div#process form div p.back a { 
	border: 1px solid red; 
	display:block; 
	float:left;
	margin: 15px 0 5px 10px;
	border: 1px solid white;
	height: 30px;
	padding: 5px 0 0 30px;
	font-weight: normal;
	color: #000000;
	background: url(../images/catalog/icon_back.gif) left top no-repeat;
	}

/**
 *	Alerta
 */
div#info {
	margin: 20px 0 0 120px;
	height: 50px;
	padding: 10px 0 0 60px;
	font-weight: normal;
	color: #ff4500;
	background-image: url(../images/catalog/alert.png);
	background-repeat: no-repeat;
	}

div.messages {
	padding-top: 45px;
	font-weight: normal;
	text-align: center;
	color: #ff4500;
	background-image: url(../images/catalog/alert.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
div.messages ul {margin: 0; padding: 10px 0;}
div.messages li.error {
	list-style: none;
	color: #ff4500;
	}

/**
 *	Precios
 */
div.product div.options p.price, div#product p.price {
	float:left;
	margin: 0 10px 0 0;
	width:110px;
	height: 14px;
	padding: 18px 0 0 0;
	color: #414141;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	}
div.product div.options p.priceoffer, div#product p.priceoffer {
	float:left;
	margin-left: 10px;
	width:150px;
	height: 14px;
	padding: 10px 0 0 0;
	color:#c0c0c0;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	}
div.product div.options p.priceoffer .old, div#product p.priceoffer .old {
	text-decoration: line-through;
	margin-right: 3px;
	color:#999999;
	}

/**
 *	tags
 */
div.tags p.featured {
	color: #004184;
	background:url(../images/catalog/icon_featured3.gif) no-repeat;
	font-size:0;
	}
div.tags p.offer {
	color: #FF4500;
	background:url(../images/catalog/icon_offer3.gif) no-repeat;
	font-size:0;
	}
div.tags p.new {
	color: #007D39;
	background:url(../images/catalog/icon_new3.gif) no-repeat;
	font-size:0;
	}

div.tags  {
	float:left;
	margin: 10px 0 2px 0;
	width: 100%;
	}

div#products div.tags  { margin: 0; padding:0; height:32px; }
div.tags p {
	float: left;
	margin:0 10px 5px 0;
	height:14px;
	padding: 15px 1px 0 22px;
	font-weight: bold;
	}

/**
 *	Campos
 */
div.registration input, div.registration select, div.registration textarea  {
	border:1px solid #909090;
	padding-left: 4px;
	width: 345px;
	}

div.registration select#id_province {
	width: 345px;
	padding: 0px;
}

div#popin { width: 600px; }

div#contents div#basket { width:560px;}