@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-left: 5px;
	margin-bottom:18px;
	width:422px;
	padding: 0 10px 0px 0;
	float: left;
	}

/**
*	Herramientas (Campo de búsqueda superior y botón de carrito)
*/
div#catalog_tools {
	float:left;
	margin:0;
	width: 170px;
	background: url(../images/bg_search.gif) no-repeat;
	}

div#catalog_tools input {
	width: 130px;
	height: 12px;
	border:1px solid #a4b161;
	margin:28px 2px 0 24px;
	}

div#catalog_tools input.checkbox { width: 13px; margin: 1px 1px 0 0; border: none; }

div#catalog_tools label {
	width: 100px;
	float: left;
	margin: 7px 0 0 5px ;
	color: #a4b161;
	letter-spacing: -1px;
	font-size:9px;
	}
	
div#catalog_tools button, div#catalog_tools a, .option_button {
	cursor: pointer;
	margin: 4px 9px 0 0;
	float:right;
	border: 1px solid #697338;
	width: 50px;
	padding: 0px;
	font-weight:bold;
	color:#353535;
	background-color: #a4b161;
	}

div#catalog_tools a#view_basket {
	position: relative;
	margin-top: 25px !important;
	margin-top: 22px;
	margin-left: 80px;
	padding:0;
	float: right;
	width: 74px;
	text-align: center;
	overflow:hidden;
}

div#catalog_tools form, div#catalog_tools form div { width: 165px; float: left; height:112px; margin:0; padding:0;}

/**
*  Cabecera de destacados, ofertas, novedades y búsqueda
*/

img.header { margin-top:0; }

/**
*  Miga de pan
*/
p.category_path {
	margin:2px;
	line-height: 11px;
	color: #b4b4b4;
	}
p.category_path a { color: #999999; }
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-image: url(../images/catalog/icon_tiny_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	}

/**
 *	Botones
 */
p.back {
	cursor: pointer;
	text-align:center;
	}
p.back a, p.back a:visited {
	background:url(../images/catalog/icon_back.gif) left  top no-repeat #aaaaaa;
	display:block;
	color: white;
	font-weight: bold;
	float:left;
	height: 16px;
	margin-bottom:10px;
    padding:2px 0px 0px 20px;
	width:75px;
	margin: 15px 0px 10px;	}

input.basket {
	cursor: pointer;
	float: right;
	margin: 0px;
	border:0;
	height: 17px;
	padding-left: 15px;
	color: #6a7438;
	font-weight: bold;
	background:url(../../images/carrito.jpg) no-repeat left center #ffffff;
	}

button.next {
	cursor: pointer;
	float: right;
	padding-right: 21px;
	background:url(../../images/catalog/icon_next.gif) right no-repeat #aaaaaa;
	}

/**
 *	Alerta
 */
div#info {
	margin: 20px 0 0 60px;
	height: 50px;
	padding: 15px 0 0 60px;
	font-weight: bold;
	color: #ff4500;
	background-image: url(../images/catalog/alert.png);
	background-repeat: no-repeat;
	width:250px;
	}

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 {
	cursor:pointer;
	float:left;
	margin: 0 10px 7px 0;
	width:307px;
	color: #000000;
	font-size: 10px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px dotted #687236;
	}
	
div.product div.options p.priceoffer, div#product p.priceoffer {
	float:left;
	margin: 0px;
	width:150px;
	height: 14px;
	padding: 1px 0 0 0;
	color:#697338;
	font-weight:bold;
	font-size: 13px;
	text-align:center;
	}
div.product div.options p.priceoffer .old, div#product p.priceoffer .old {
	text-decoration: line-through;
	margin-right: 3px;
	color:#666666;
	}

/**
 *	tags
 */
div.tags p.featured {
	color: #6d61b1;
	background:url(../../images/catalog/icon_featured_.gif) no-repeat;
	padding:5px 0px 10px 30px;
	}
div.tags p.offer {
	color: #b1617c;
	background:url(../../images/catalog/icon_offer_.gif) no-repeat;
	padding:5px 0px 10px 30px;
	}
div.tags p.new {
	color: #61b196;
	background:url(../../images/catalog/icon_new_.gif) no-repeat;
	padding:5px 0px 10px 30px;
	}

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 25px;
	font-weight: bold;
	}

/**
 *	Campos
 */
div.registration input, div.registration select, div.registration textarea  {
	overflow:hidden;
	margin-bottom: 12px;
	border:1px solid #909090;
	padding-left: 4px;
	width: 225px;
	}

div.registration select#id_province {
	width: 231px;
	padding: 0px;
}

div#popin { }


div#catalog_left { float:left; width:170px; }