/* layout
--------------------------------------------------------------*/

/*

#box{
	width: 930px;
}

#content{
	width: 670px;
}

.products li img{
width: 180px;
}

*/


/* colores
--------------------------------------------------------------*/

a:link{ color: #47a2f5; }
a:visited{ color: #4c7fae; }


/* header
--------------------------------------------------------------*/

#header{
	margin-top: 15px;
	background: url(/themes/lomochile/stylesheets/img/bg-header.png) top center no-repeat;
	padding-top: 140px;
	height: auto;
}

#header h1,
#header #bajada{
	display: none;
}
#buscador {
	display: none;
}

/* menu
--------------------------------------------------------------*/


#menu {
	margin: 0;
	background: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu li{
	font-size: 1.2em;
	border-color: #999;
}

#menu li.current a{
	font-weight: bold;
}

#menu li a:hover{
	text-decoration: underline;
	color: #fff;
}

#menu li a{
	color: #fff;
	padding: 0;
}


/* contenido
--------------------------------------------------------------*/

#container{
	margin-top: 20px;
}

#status{
	display: none;
}

h2.titulo,
.cart h2{
	border: 0;
	font-size: 1.3em;
	color: white;
	font-weight: bold;
	background: #83c2e2;
	padding: 5px 13px;
	margin-bottom: 10px;
}

.description{
line-height: 140%;
padding: 0;
}
.description p{
font-size: 1em;
}

/* colecciones
--------------------------------------------------------------*/

.products li{
	width: 136px;
	margin: 0 10px 0;
	padding: 10px;
	border-top: 1px solid #eee;
	background: none;
	text-align: center;
}
.products li.item-5,
.products li.item-9{
	clear: none;
}
.products li.item-4,
.products li.item-7,
.products li.item-10{
	clear: left;
}


.products li img{
	margin: 1px auto 5px;
	float: none;
	border: none;
	max-width: 137px;
}
.products li h3{
	font-size: 1.1em;
	margin: 0;
	font-weight: normal;
}
.products li h3 a{
	color: #444;
}

.products li p{
	margin: 0;
	font-size: 1em;
	display: none;
}
.products li small{
	font-size: 1.2em;
	margin-top: 10px;
	position: static;
	color: #a00;
}

/*.products li small:before{
	content: "$";
}*/


/* carro
--------------------------------------------------------------*/

.cart_action_buttons,
.cart_action_buttons input{
	text-transform: lowercase;
}

.cart_action_buttons .continue{
	color: #ff6600;
}

.cart_action_buttons .checkout{
	background: #ff6600 !important;
}

/* ficha
--------------------------------------------------------------*/

#content.ficha{
	position: relative;
}


.imagenes img{
	float: left;
}

.imagenes .principal img{
	margin: 10px 30px;
}

#img-small{
	width: 200px;
	float: right;
	margin-right: 10px;
}

#img-small li{
	float: left;
	margin: 5px;
}

#img-small li img{
	border: 1px solid #ccc;
	padding: 3px;
}

.texto{
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.texto h2{
	margin-bottom: 10px;
}


/* sidebar
--------------------------------------------------------------*/

#sidebar h3{
	background: #47a2f5;
}

/* footer
--------------------------------------------------------------*/


#footer{
	border: 0;
	padding: 5px 8px;
	background: #333;
	color: #fff;
	text-align: right;
}

#footer p{
	margin: 0;
	font-size: 1em;
}

