@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";

* { 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 {
	width:436px;
	padding: 0 0px 0px 10px;
	}

/**
*	Herramientas (Campo de búsqueda superior y botón de carrito)
*/
div#catalog_tools {
	float:left;
	margin: 3px 0 0 3px;
	width: 454px;
	height:28px;
	background:url(../images/catalog/back_tools.gif) no-repeat;
	}

div#catalog_tools input {
	/*float:left;
	margin: 5px 0 0 35px;
	padding-left: 4px;
	height: 14px;
	border:1px solid #9CB2D6;*/
	}
label {color:#495b16; margin: 2px;  width:120px;}
form#form_catalog_search label {color:#495b16; margin: 2px;  width:115px; float:left;}
	
input#category_search {
	float:left;
	margin: 8px 0 0 10px;
	padding:0;
	}

input#search_topic {
	float:left;
	margin: 8px 0 0 27px;
	padding:0;
	border:1px solid #9CB2D6;
	}

div#catalog_tools button, div#catalog_tools a, .option_button {
	cursor: pointer;
	float:left;
	margin: 5px 0 0 10px;
	border: 1px solid #336600;
	width: 60px;
	padding: 0 0 2px 0;
	font-weight:bold;
	color: #5c693b;
	background: white;
	}

div#catalog_tools a#view_basket {
	float:right;
	margin: 6px 15px 10px 0px;
	text-align: center;
	background:white;
	color:#5c693b;
	}

/**
*  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: #777777;
	}
p.category_path a { color: #777777; }
p.category_path a:hover {
	text-decoration: underline;
	color: #777777;
	}
p.category_path a:visited { color: #9ca680; }
p.category_path a.normal {
	padding-left: 10px;
	background: url(../images/catalog/icon_tiny_arrow.gif) no-repeat left;
	}

/**
 *	Botones
 */
p.back {
	cursor: pointer;
	float:left;
	margin: 15px 0 8px 0;
	width: 60px;
	height: 16px;
	padding: 2px 0 0 21px;
	text-align: center;
	background:url(../images/catalog/icon_back.gif) no-repeat #91A963;
	}
p.back a, p.back a:visited {
	display:block;
	color: white;
	font-weight: bold;
	}

input.basket {
	cursor: pointer;
	float: right;
	margin: 0px;
	border:none;
	width: 80px;
	height: 17px;
	padding-left: 20px;
	color: white;
	font-weight: bold;
	background:url(../../images/catalog/icon_basket.gif) no-repeat #9bb74a;
	}

button.next {
	cursor: pointer;
	float: right;
	padding-right: 21px;
	background:url(../../images/catalog/icon_next.gif) right no-repeat #91a963;
	}

/**
 *	Alerta
 */
div#info {
	margin: 20px 0 0 90px;
	height: 50px;
	padding: 25px 0 0 60px;
	font-weight: bold;
	color: #ff4500;
	background-image: url(../images/catalog/alert.png);
	background-repeat: no-repeat;
	}

div.messages {
	padding-top: 45px;
	font-weight: bold;
	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;
	border: 1px solid #678db2;
	width:110px;
	height: 14px;
	padding: 1px 0 0 0;
	color: #333333;
	font-size: 12px;
	text-align:center;
	background-image:url(../images/catalog/bg_price.gif);
	}
div.product div.options p.priceoffer, div#product p.priceoffer {
	float:left;
	margin: 0px;
	width:150px;
	height: 14px;
	border: 1px solid #6c7a44;
	padding: 1px 0 0 0;
	color:#6c7a44;
	font-size: 12px;
	text-align:center;
	background-image:url(../images/catalog/bg_price_offer.gif);
	}
div.product div.options p.priceoffer .old, div#product p.priceoffer .old {
	text-decoration: line-through;
	margin-right: 3px;
	color:#ff4500;
	}

/**
 *	tags
 */
div.tags p.featured {
	color: #333333;
	background:url(../../images/catalog/icon_featured.gif) no-repeat;
	}
div.tags p.offer {
	color: #333333;
	background:url(../../images/catalog/icon_offer.gif) no-repeat;
	}
div.tags p.new {
	color: #333333;
	background:url(../../images/catalog/icon_new.gif) no-repeat;
	}

div.tags  {
	float:left;
	margin: 10px 0 15px 0;
	width: 100%;
	}

div#products div.tags  { margin: 0; }
div.tags p {
	float: left;
	margin:0 10px 5px 0;
	height:14px;
	padding: 5px 10px 0 20px;
	font-weight: bold;
	}

/**
 *	Campos
 */
div.registration input, div.registration select, div.registration textarea  {
	margin-bottom: 12px;
	border:1px solid #909090;
	padding-left: 4px;
	width: 275px;
	}

div.registration .delivery  {
	width: 236px;
}

div.registration .btn_calendar {
	background:transparent url(../../images/btn-calendar.png) no-repeat scroll 0 0;
	border:medium none;
	height:23px;
	width:35px;
}

div.registration select#id_province {
	width: 231px;
	padding: 0px;
	}