@charset "utf-8";
/*
 * CSS Machote para Tiendas Anclas
 * Desarrollado por: Federico Michell Vijil
 * Fecha: 04-11-2009
 */

/** HEADER **/

/*- Formas de Pago -*/
#formas_de_pago a img {
	border:none;
	display:block;
}

/*- Header y menu superior -*/
#headerMenu {
	height:151px;
	background:url(../imgs/header.jpg) no-repeat;
	display:block;
	text-align:left;
	position:relative;
	margin:0;
}

#linkindex a {
	position:absolute;
	width:275px;
	height:0;
	display:block;
	top:24px;
	left:40px;
	padding-top:57px;
	overflow:hidden;
	cursor:pointer;
	background:url(../imgs/bh_headerlink.gif) transparent no-repeat left top;
}

#headerMenu ul {
	list-style-type:none;
	margin:0 0 0 27px;
	padding:80px 0 0 0;
}

#headerMenu ul li {
	display:inline;
	border-right:1px solid #FFF;
	margin-right:10px;
	padding:0 10px 0 0;
}

#headerMenu ul li:last-child {
	border:none;
	margin:0;
	padding-right:0;
}

#headerMenu li a, #headerMenu li a:link, #headerMenu li a:visited, #headerMenu li a:active {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#headerMenu li a:hover {
	text-decoration:underline;
}

/*- Buscador -*/
#buscador {
	display:block;
	height:35px;
	margin-top:10px;
	padding:10px 0 0 5px;
}

#buscador a img {
	border:none;
}

#buscador #frmBuscar {
	width: 600px;
	margin: 0;
	padding: 0;
	float:left;
}

#buscador #frmBuscar label{
	margin:5px 10px 0 5px;
	font-size:14px;
	color:#FFF;
	float:left;
}

#slcDepartamentos{
	padding:3px;
	height:24px;
	border:none;
	border-top:1px solid #CCC;
	font-size:12px;
	float:left;
}

#inputString {
	padding:3px;
	height:18px;
	width: 221px;
	border:none;
	border-top:1px solid #CCC;
	font-size:12px;
	margin-left: 5px;
	float:left;
}

#btnBuscar{
	margin-left:10px;
	margin-top:5px;
	float:left;
}

#btnPagar {
	float:right;
	margin-right:200px;
	margin-top:3px;
	display:block;
}