/* lo basico
--------------------------------------------------------------*/

body{
	background: url(img/bg-body-pilpil2.png);
}

a { outline:none; text-decoration: none; }
a:link 		{ color: #dd2444; }
a:visited 	{ color: #dd546b; }
a:active 	{ color: #dd3030; }
a:hover 	{ text-decoration: underline; }


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

#box{
	background: #fff;
}

#content{

}
#sidebar{

}

#header{
	padding-top: 15px;
}

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

#header h1{
	margin: 0 0 0 30px;
}
#bajada{
	margin-left: 20px;
	font-size: 1.2em;
}
#header h1 a{
	text-indent: -9999px;
	background: url(/themes/pilpil/images/logo-pilpil.png) no-repeat;
	height: 106px;
	width: 115px;
	display: block;
}

#flipbook{
	position: absolute;
	top: 0;
	right: 0px;
}
#flipbook a{
	display: none;
}

#buscador{
	top: 105px;
	right: 20px;
	margin-top: 10px;
}

#menu {
	text-align: right;
	background: #bbb;
	margin-left: -20px;
	margin-right: -20px;
	padding-right: 20px;
}
#menu li {
	border-color: #ddd;
	font-size: 1.2em;
}

/* facebook icon
--------------------------------------------------------------*/

#menu .menuitem-facebook{
	position: absolute;
	right: 5px;
	border: 0;
	text-align: left;
}
#menu .menuitem-facebook a {
	text-indent: -9999px;
	float: right;
	background: url(/themes/romano/images/icono-facebook.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-top: -52px;
}
#buscador input{
	margin-right: 30px;
}


/* index
--------------------------------------------------------------*/

#myGallery{
	height: 280px !important;
}

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

#sidebar h3{
	background: #888;
}
#sidebar li{
	margin-left: 0;
}

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

#status{
	margin-left: 0;
	margin-right: 0;
}

#carro{
/*	display: inline;*/
/*  background: url(img/icon-cart-16.png) left no-repeat;*/
	padding-left: 20px;
}

h2.titulo,
.cart h2{
	border-color: #dd2444;
}

p.tags{
	display: none;
}

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

.collection li h3{
	font-size: 1em;
	margin: 0;
}
.collection li h3 a{
	color: #000;
}

.collection li small{
	position: static;
}

/* for :small images
--------------------------------------------------------------*/

.collection li{
	width: 136px;
}

.products li img,
.collection li img{
	max-width: 137px;
}

.products li.item-5,
.products li.item-9,
.products li.item-13{
	clear: none;
}
.products li.item-4,
.products li.item-7,
.products li.item-10,
.products li.item-13{
	clear: left;
}

/* fichas producto
--------------------------------------------------------------*/

/*
big.precio{
	position: static;
	margin: 0 20px 5px 0;
	padding: 4px 5px 3px;
}
*/

#ficha-right img{
	border: 0;
}

.product-description{
	float: left;
	width: 270px;
}

.add_to_cart{
	padding: 10px;
	width: 210px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 1px #ccc;
	-webkit-box-shadow: 0 0 1px #ccc;
	box-shadow: 0 0 1px #ccc;
}

.add_to_cart,
form.add_to_cart li.odd{
	background: #f6f6f6;
}

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

#similares{
	display: none;
}


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

#footer{
	margin-bottom: 0;
	padding-bottom: 10px;
	border-color: #dd2444;
}

/* footer on the foot
--------------------------------------------------------------*/

html,body {
	height:100%;
}

#box{
	min-height: 100%;
}

/* Hack para IE6 */
* html #box {
	height:100%;
}

