@import url("products.css");
@import url("cart.css");
@import url("checkout.css");
@import url("upsells.css");

/* home separación entre los banners */
.yui-gb .yui-u {
  margin-left: 5px;
}

/* Setting the width to 1020 */
#custom-doc {
	margin-top:14px;
	padding-top:20px;
	width:1020px;

}

/* HEADER BLOCK */
/* The main header block, it should contain, navigation, flash navigation and logo */

#hd {
	position: relative;
	height: 103px;

	background: url('../img/header_bg.png') 0 10px no-repeat;
}

#logo {
	position:absolute;
        left:6px;
	top:-30px;
        width:200px;
        height:94px;
}

#logo a {
    display:block;

        width:200px;
        height:150px;    
    font-size:0;
}

.yui-main {
	height:100%;
}

#custom-doc.home {
	margin-top:0;
	padding-top:0;
	background:none;
}

div.home {
	top:0;
	height:32px;
  margin-top: 5px;
  margin-bottom: 4px;
}

.home .links {
	position:relative;
	top:12px;
	left:20px;
	float:left;
}

.home .links li {
	float:left;
	margin-right:10px;
}
.home .links li a {
	color:#2AA4D5;
}


#search_mini_form{
	float:left;
	position:relative;
	left:375px;
	top:-22px;
}

.home #search_mini_form{
	top:11px;
	float:left;
	left:20px;
}

#search_mini_form label{
	float:left;
	position:relative;
	top:1px;
	color:#B9171D;
	font-weight:normal;
	margin-right:10px;
}

#search_mini_form input{
	float:left;
	margin-left: 0px;
	padding-left:2px;
	border: 1px solid #B9171D;
	color:#B9171D;
	clear:none;
}

#search_mini_form input.button{
	border:none;
	background:none;
}

#loginbox {
	position:relative;
	left:0px;
	top:-32px;
	float:right;
}

#loginbox.home {
	top:0;
	float:right;
}
#loginbox input {
	margin-left:6px;
	padding-left:2px;
	border:1px solid #B9171D;
}


#loginbox .button {
	border:none;
	position:relative;
	margin-left:0;
	top:10px;
	right:2px;
}


/* SITE NAVIGATION */
#navigation {
	position:absolute;
	right:150px;
	top:5px;
}

#navigation .site-selector, /* Site selector means the list with the tabs that are outside the header */
#navigation .site-navigation, /* Site navigation is the list with the tags inside the header */
#navigation ul li
 {
	position:relative;
	bottom:2px;
	float:left;
}

#navigation .site-selector {
	height:24px;
	line-height:20px;
	margin-top: 28px;
}
#navigation .site-selector ul li{
		background:url(../img/bgnavbar-rep.png) repeat-x;
		height:20px;
}

#navigation .site-selector .first {
	background:url(../img/bgnavbar.png) no-repeat ;
	
}

#navigation .site-selector .last {
	background:url(../img/bgnavbar.png) no-repeat right;
	
}

/* Non-Active tabs style */
#navigation .site-selector li a{
	display:block;
	color:#B9171D;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding-left:5px;

}

#navigation .site-selector li {
	padding-left:5px;
	padding-right:5px;

}


/* Active Tab Style*/
#navigation .site-selector li.active  {

}

#navigation .site-selector li.active a  {
	height:26px; /* Esto hace que la pestaña activa se mezcle con el header*/
	color:#48587E;

}



#navigation .site-navigation{
	position:absolute;
	right:70px;
	top:-2px;
	height:24px;
	line-height:24px;
	width:567px;

}

#navigation .site-navigation li a{
	color:#42486B;
	font-size:12px;
	text-decoration:none;
}

#navigation .site-navigation li {
	margin-left:10px;
	margin-right:10px;
}

/* END OF NAVIGATION */


/* The main BG for the middle of the page */
#content-border {
	background:transparent url(../img/middle_container_bg.png) repeat-y;
}

/* The middle column of the layout, it's displaced a few pixels to fit in the bg image */
.yui-u.first.content {
	position:relative;
	left:20px;
}

/* On this theme, the right sidebar*/
.sidebar-b {
	position:relative;
	left:65px;
}

.sidebar-b .button{
	position:relative;
	top:12px;
	border:none;
	background:transparent;
}

.sidebar-b form input {
	background:white;
	border:1px solid #B9171D;
	color:#666;
	padding:2px;
	margin-right:2px;
	clear:both;
}


/* On this theme, the left sidebar*/
.sidebar-a {
	padding-left:10px;
}

/* body middle block */
#bd {
	background:transparent url(../img/main_container_bg.png) no-repeat scroll left top;
}

/* STYLE FOR CATEGORY MENU */

#category-menu li a{
	text-decoration:none;
	color:#48587E;
}

#category-menu {
	position:relative;
	top:60px;

}

#category-menu li{
	background:url(../img/nav_arrow_right.gif) no-repeat  0 4px;
	padding-left:10px;
	margin-bottom:3px;
}

#category-menu .active {
	background:url(../img/nav_arrow_right_active.gif) no-repeat 0 4px;
}

#category-menu ul li{
	padding-left:10px;
	
}
#category-menu .category-item {
	background:none;
	margin-top:0;
	margin-bottom: 5px;
}


#category-menu {

	font-size:12px;
	font-weight:bold;
	color:#48587E;
	
}

#category-menu ul{
	padding-left:5px;
}

#category-menu ul li {
	font-size:12px;
	font-weight:normal;
	color:#48587E;
}

/* END OF STYLE FOR CATEGORY MENU */

h1 {
	font-size:24px;
	color:#D0D2E9;
	font-weight:bold;
}


/* SEARCH BOX */




/*FOOTER STYLE*/
#ft {
	height:100px;
	clear:both;
	background:url(../img/footer_container_bg.png) center top  no-repeat;
}

#ft.home {
	background:none;
}

#ft.home p{
	position:relative;
	top:0px;
}
#ft p {
	position:relative;
	top:40px;
	color:#B9171D;
	width:640px;
	margin-left:auto;
	margin-right:auto;
}
.sidebar-a .block,
.sidebar-b .block {
	width:169px;
	margin-left:15px;
	margin-top:20px;
}

.sidebar-a .block {
	padding-top:60px;
	width:169px;
}

.wrapcontent {
  margin-left:20px;
	min-height:400px;
	width:560px;
	padding-right:20px;
}


.product-view {
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
}
.breadcrumbs{
	clear:both;
  margin-top: 5px;
}

.breadcrumbs li {
	float:left;
	margin-right:5px;
	color:#2AA4D5;
}



.product-essential {
	float:left;
}

.product-collateral {
	position:relative
	float:left;
	width:300px;
	margin-left:10px;
}

.description {


	
}

.short-description {
	margin-bottom:6px;
	width:270px;
	float:left;

}

.product-view .product-media {
	
	width:259px;
	float:left;
}

.product-view .product-media #image{
	width:240px;
}

.product-view .product-media .more-views li{
	float:left;
	margin-right:3px;
}

.product-view .product-text {
	float:left;
	padding-left:10px;
	width:259px;
}

.product-view{
	width:590px;
}


.product-name {
	line-height:14px;
	clear:both;
}

.qty-pills {
	float:right;
	text-align:left;
}


.rounded {
    
    text-align: left;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rounded-bottom {
  -moz-border-radius-bottomleft:8px;
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-left-radius:8px;
  -webkit-border-bottom-right-radius:8px;
}

.product-name {
	line-height:14px;
	clear:both;
    padding-top: 10px;
    margin-bottom: 4px;
}
.block-content ul li a{
	color:#48587E;
	text-decoration:none;
}

.result {
	text-align:justify;
	padding-bottom:10px;
	padding-top:10px;
}
.level0 a {
	/*padding-bottom:5px;
	display:block; */
}


.price-box .price{
	font-size:12px;
	font-weight:bold;
}
.price-wrap{
	position:relative;
	top:20px;
}

.availability {
	font-weight:bold;
	font-size:12px;
}
.availability span{
	font-weight:normal;
}

 a {
	text-decoration:none;
	
	color:#B9171D;
}

.signin {
  margin-left: 5px;
	margin-right:3px;
	color:#B9171D;
}

.product-shop {
	clear:both;

}
/*Category list style*/

.product-box {
	padding-top:20px;
	height:150px;
}

.product-box img {
	width:135px;
	position:relative;

}

.product-box a{
	font-size:12px;
	text-decoration:none;
}

.price-box {
	float:left;
}



form label {
	font-weight:bold;
}
form textarea,
form input {
	background:white;
	border:1px solid #A6ADC9;
	color:#B9171D;
	padding:2px;
	margin-bottom:5px;
	clear:both;
}


/*User account styles double check please*/

h3{
	color:#B9171D;
	margin-top:10px;
	margin-bottom:2px;
}

p {
	
}

.tab-bar {
	position:absolute;
	bottom:10px;
}

.tab-bar li {
	float:left;
}

#tab-box{
	position:relative;
	top:20px;
	margin-bottom:20px;
}

#tab-box  li {
	position:relative;
	right:6px;
	margin-top:-10px;
	background:url('../img/tab-inactive.png') no-repeat left top;
	width:160px;
	height:40px;
	padding-left:6px;

	line-height:46px;
}

#tab-box  li a{
	font-weight:bold;
	display:block;
	text-transform:capitalize;
	top:10px;
	position:relative;
	height:23px;
	line-height:23px;
	width:160px;
	color:#2c2c2c;
}

#tab-box  li a.active{
	background:url('../img/tab-active.png') no-repeat left top;
	height:40px;
	position:relative;
	right:6px;
	padding-top:10px;
	padding-left:6px;
	top:0px;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.attribute {
	margin-top:20px;
	width:500px;
}
.attribute p{
	padding-right:30px;
	
	
}

.homepage {
	background:white;
	width:1020px;
	height:460px;

}

.categories-box {
	padding-top:30px;
	width:480px;
	height:460px;
	position:relative;
}

.category-image {


}

.category-1 {
	position:absolute;
	left:5px;
	top:45px;
		background:green;
}

.category-2 {
	background:red;
	position:absolute;
	right:30px;
	top:45px;
}

.category-3 {
	background:blue;
	position:absolute;
	right:30px;
	bottom:0px;
}

.category-4 {
	background:yellow;
	position:absolute;
	left:5px;
	bottom:0px;
}

/*.category-title {
	margin-bottom:10px;
	margin-top:10px;
}*/

.category-title h2{
	color:#5c5c5c;
	font-size:18px;
}

/* Product listing changes */

.products-grid {
	width:590px;
}

.products-grid td {
	border:1px solid #EFEFEF;
	width:300px;
	padding-right:5px;
	padding-left:5px;
	position:relative;
}

.products-grid td .products-box {
	position:relative;


}

.products-grid td  .product-image{
	float:left;

}

.products-grid td  .product-info{
	float:left;
	
	
	width:142px;
	height:136px;
	position:relative;
}

.products-grid td  .product-info .product-name {
	margin-top:0;
	margin-bottom:5px;

}

/*.products-grid td  .read-more {
	position:absolute;
	bottom:16px;
	right:2px;
	font-size:11px;
	
}*/

#shopping-cart-table .product-name {
	font-size:12px;
}

.products-grid td  .product-info .product-name a{
	color:#585858;
}

.products-grid td  .product-info .availability,
.products-grid td  .product-info .button{
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:0;
	margin-top:5px;
}

.products-grid td  .product-info .price-box {
/*	position:absolute;
	bottom:0;
	left:0;*/
      float:left;
      width:150px;
}


/*Zoom Bar*/
.zoom {
	height:48px;
	display:none;
	background:red;
}


.zoom #zoom_out{
	float:left;
}

.zoom #track {
	background:url(../images/slider_bg.gif) no-repeat;
}

.zoom #handle {
	height:22px;
	width:9px;
	background:url(../images/magnifier_handle.gif) no-repeat;
}

.zoom #zoom_in{
	float:right;
}

.product-options {
	position:relative;
	left:50px;
	margin-top:20px;
}

.product-options li {
	float:left;
	margin-right:3px;
}

.product-options input {
	border:1px solid #CFCFCF;
	background:white;
	color:black;
	text-align:right;
	margin-right:10px;
	width:40px;
	padding:1px;
}

.product-options .quantity-form{
	position:relative;
	bottom:2px;
}

.product-options .button {
	border:none;
	position:relative;
	top:5px;
	width:57px;
}

.product-options li {
	float:left;
	margin-right:20px;
	line-height:24px;
}


.pagination {
	margin-top:15px;
        font-size: 80%;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}


#ft.home {
	position:relative;
	height:10px;
	
}

.welcome-user {
	font-weight:bold;
	float:right;
	color:#999;
}


.welcome-user.nav {
	position:absolute;
	left:640px;
	top:-20px;
}

.welcome-user.home {
	position:relative;
	top:18px;
	right:10px;
}

div.pager ul li {
	float:left;
	margin-left:20px;
	margin-top: 7px;
	margin-bottom: 13px;
	list-style-type:none;
}

.rightnav {
	
	float:left;
}

.rightnav.logged {
	position:relative;
	right:20px;
}

.rightnav.logged li{
	font-weight:bold;
	margin-right:5px;
}

.rightnav.logged li a{
	font-weight:normal;
}

.rightnav .last {
	padding-right: 9px;
	background:url('../img/separator.png') no-repeat right 3px;
	
}

.rightnav li {
	float:left;
	margin-right:2px;
	position:relative;
	top:12px;
}

.collapse {
	cursor:pointer;
	margin-bottom: 5px;
}

/* Send to a friend*/

.buttons-set {
	/*width:200px;*/
	margin-bottom:20px;
	text-align:left;
}

.buttons-set button,
.buttons-set input{
	float:left;
	
	
}

#wishlist-table h3{
	font-size:12px;
}

#wishlist-table {
	width:570px;
}



#wishlist-table td{
	border-bottom:solid 1px #EFEFEF;
	padding: 10px 10px 10px 10px;
}

#wishlist-sidebar .product-image{
	margin-left:50px;
	
}



#wishlist-sidebar .btn-remove {
	float:right;
}

/* Delete Special Price */
/*
.price-box .special-price {
  display: none;
}*/


.wrapcontent .category-description {
  margin: 0 0 0 0;
  padding-top:5px;
}


.wrapcontent .category-description object {
  margin-left: 1px;
  #margin-left: 4px;
}

.wrapcontent .products-grid {
}

.contact-form {

  width: 500px;
  margin-left: auto;
  margin-right: auto;

  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-form .form-list {
	width:200px;
	float:left;
	

}

.contact-form .comment{
	float:left;
	top:10px;
	position:relative;
	
}

.contact-form .comment #comment{
	top:10px;
	position:relative;
}

.validation-advice{
	color:red;
}


.flash-marquee {
  position: relative;
  top: -30px;
  #margin-left: 5px;
}

ul.category-item  li {
  background: url('../images/nav_arrow_right.gif') 0px 5px no-repeat;
  padding-left: 10px;
}

.std {
  margin-top: 15px;
}

.std strong {
  font-weight: bold;
}

.std strong {
  font-style: italic;
}

.std p {
	text-align:justify;
}

.std ul {
  padding-left: 15px;
  list-style: disc;
}

.std ul li {
  list-style: disc;
}

.fix-position {
  position: relative;
  padding-left:15px;
}

.wrapcontent input[type="checkbox"], input[type="radio"] {
	border:0;
}

#store-locator {
	margin-top:15px;
}

#store-locator .store-locator-logo {
	float:left;
	margin-right:10px;

}

#store-locator p{
	text-align:justify;
}



#store-locator input.selector{
	float:left;
	margin-right:5px;
}

#searchtype-selector {
	display:block;
	width:120px;
	clear:both;
}

#store-locator input.city{
	float:left;
	width:160px;
}

#store-locator input.submit{
	width:160px;
}

.form-locator {

	position:relative;
	left:180px;
}

.form-locator .information{
	width:200px;
	margin-bottom:8px;
}

.locator-results {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.locator-results th {
	font-weight:bold;
	font-size:16px;

}

.locator-results .store-name{
	width:120px;
}

.locator-results .store-info{
	width:300px;
}
.locator-results tr{
	border-bottom:1px solid #AFAFAF;
}
.locator-results td{
	padding-top:6px;
	padding-bottom:4px;
	border-bottom:1px solid #AFAFAF;
}

.locator-results .caption{
	font-weight:bold;
}

.results {
	position:relative;

}

.clearfix {
	clear:both;
}

#coupon-form li {
  list-style-type: none;

  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.product-box .box-left {
  float:left;
  position:relative;
  width:130px;
}

.old-price span {
  color:#A8A8A8;
}

.price-box .price {
  font-size:12px;
  font-weight:bold;
}


.product-box .box-left p {
  text-align:center;
}