/*
-----------------------------------------
Theme Name: Repuestos Lahsen
Theme URI: http://repuestos.lahsen.cl
Description: Modificacion al template Base de Bootic para plantilla de Repuestos Lahsen.
Version: 0.2
Author: Sergio Majluf
Author URI: http://basa.cl
-----------------------------------------
*/

a:link 		{ color: #0474c0; }
a:visited 	{ color: #134467; }
a:active 	{ color: #2582c8; }

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

#box{
	width: 970px;
	background: #fff url(img_repuestos_lahsen/repuestosBox-bg.png) no-repeat 0 145px;
}

#content{
	width: 680px;
}

#sidebar{
	width: 240px;
}


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

#header h1{
	padding: 0 0 0 95px;
	margin: 0px 12px 0;
	height: 105px;
	background: url(img_repuestos_lahsen/logo-lahsen.png) no-repeat;
}

#header h1 a {
	font-size: 50%;
	position: relative;
	top: 50px;
}
#bajada{
	display: none;
}

#buscador{
	right: 10px;
	top: 115px;
}
#buscador input{
	padding: 3px 5px;
	width: 170px;
	-moz-border-radius: 8px;
}

/* @group Trasnversal menu */

ul#menu {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

ul#menu li {
	margin: 0 1px 0 0;
	float: left;
	text-align: center;
	background: url(img_repuestos_lahsen/menuTransversal-li-bg.png) no-repeat center top;
	border: none;
	padding: 0;
}

ul#menu li:hover {
	background: url(img_repuestos_lahsen/menuTransversal-li-bg.png) no-repeat left -30px;
}

ul#menu li.active {
	background: url(img_repuestos_lahsen/menuTransversal-li-bg.png) no-repeat left -60px;
}


ul#menu li a {
	display: block;
	padding: 10px 0 0 0;
	height: 20px;
/* padding + height = 30px */
	width: 150px;
	font-weight: bold;
	color: #15496e;
	font-size: 95%;
}

ul#menu li a:hover {
	text-decoration: none;
}
ul#menu li.menuitem-repuestos {
	background: url(img_repuestos_lahsen/menuTransversal-li-bg.png) no-repeat left -60px;
}
ul#menu li.menuitem-repuestos a {
	color: #fff;
	margin: 7px 0 3 0;
}

/* @end */

#status{
	margin: 12px 12px;
	color: #e8eaeb;
}


#status a{
	color: #e8eaeb;
}

p#location {
	font-weight: bold;
	color: #fff;
}
p#location a{
	font-weight: normal;
	font-style: normal;
}
p#carro a{
	font-style: italic;
	text-decoration: none;
}
/* content
--------------------------------------------------------------*/

div.product-description.clearfix {
border-bottom: 1px dotted #888;
	background-color: #fff;

}

div#ficha-left.texto.clearfix {
border-bottom: 1px dotted #888;
padding-bottom: 10px;
background-color: #d6edfd;

}

.highlight{
	background: #d6edfd;
	color: #0474c0;
}

h2.titulo,
.cart h2,
.orders h2{
	border-bottom: 3px solid #0474c0;
	font-size: 19px;
	font-weight: bold;
	padding: 1px 0 5px 0;
	text-transform: none;
	color: #0474c0;

}

.collection li small{
	color: #5fba18;
	font-weight: bold;
}

.pagination a,
.pagination span{
	border: 1px solid #97c4e3;
}
.pagination a:link{
	color: #86aeca;
	border-color: #86aeca;
}

span.disabled.prev_page {
	color: #cacaca;
}

.pagination a:hover,
.pagination .current{
	color: #17507a;
	border-color: #0474c0;
	background-color: #c2e3f9;
	font-weight: bold;
	text-decoration: none;
}

/* posts
--------------------------------------------------------------*/

big.precio{
	color: #61b919;
	font-size: 1.2em;
}

form.add_to_cart input {
	display: inline;
	padding: 6px 0 7px 10px;
	font-size: 12px;
	text-align: center;
	background: url(img_repuestos_lahsen/boton-verde-l.png) no-repeat 0 50%;
	zoom: 1;
	*padding-top: 0;
	*padding-bottom: 0;
	margin-right: 5px;
	margin-left: 10px;
}

form.add_to_cart #cart_item_quantity{
	background-color: #fff;
	background-image: none;
}


a.boton,
div.boton,
form.add_to_cart {
	display: inline;
	padding: 6px 0 8px 10px;
	font-size: 12px;
	text-align: center;
	background: url(img_repuestos_lahsen/boton-verde-l.png) no-repeat 0 50%;
	zoom: 1;
	*padding-top: 0;
	*padding-bottom: 0;
	margin-right: 5px;
}

a.boton.amarillo,
div.boton.amarillo {
	background: url(img_repuestos_lahsen/boton-amarillo-l.png) no-repeat 0 50%;
}

a:hover.boton span,
div.boton input:hover,
a:hover.boton.amarillo span,
div.boton.amarillo input:hover {
	color: #fff;
}

a.boton span,
div.boton input,
form.add_to_cart .submit {
	display: inline;
	padding: 5px 18px 7px 8px;
	color: #dfdfdf;
	text-shadow: #16517d 0 1px 1px;
	font-size: 1em;
	font-weight: bold;
	border: none;
	background: url(img_repuestos_lahsen/boton-verde-r.png) no-repeat 100% 50%;
	zoom: 1;
}

a.boton.amarillo span,
div.boton.amarillo input {
	color: #dfdfdf;
	text-shadow: #423b15 0 1px 1px;
	background: url(img_repuestos_lahsen/boton-amarillo-r.png) no-repeat 100% 50%;
}

ul#atributos{
	margin: 0;
	padding: 0;
}
ul#atributos li {
	padding-bottom: 10px;
	margin: 0;
	list-style: none;
}

p.tags {
	font-style: italic;
}

/* forms
--------------------------------------------------------------*/

form {
	padding-left: 10px;
}

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

#sidebar h3{
	font-size: 16px;
	color: #17507a;
	border-bottom: 3px solid #c1ccd4;
	background-image:none;
	margin-bottom: 10px;
}

li.current,
li.current a {
	color: #17507a;
	font-weight: bold;
}



/* cart
--------------------------------------------------------------*/
.cart .cart_action_buttons .continue{
	float: left;
	padding: 5px;
	font-size: 1.1em;
}

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

#footer{
	border-top: 3px solid #0474c0;
}

