/*@import url("http://cssksw.com/3jvd6m57fd");*/

/* ### GENERALES ### */
/* # ESTRUCTURA # */
body  {
  font: 62.5% Arial, Helvetica, sans-serif;
  background: #FFF;  
  color: #393939;
}
#container, #header, #sidebar, #mainContent, #footer {
  position: relative;
}
#container {
  width: 960px;
  margin: 0 auto;  
}
#header {
  z-index: 998;
}
#sidebar {
  clear: left;
  float: left;
  width: 228px;
  border: 1px dotted #9ecde7;
  margin-top: 10px;
  padding-bottom: 10px;
  z-index: 999;  
}
#sidebar2 {
  clear: left;
  float: left;
  width: 228px;
  border:none;
  margin-top: 10px;
  padding-bottom: 10px;
  z-index: 999;  
  left: 3px;
}

#mainContent {
  margin: 0 0 0 250px;
}
#footer {
  margin-top: 20px;
  clear: both;
}

/* # ESTILOS GENERALES # */
.background {
  background-image: url(/images/general_backgrounds.png);
}
.button {
  background-image: url(/images/general_buttons.gif);
}
p.featured {
  font-weight: bold;
  font-size: 1.4em;
  color: #f40000;
  margin-bottom: 5px;
}
p.noProducts {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  margin-top: 200px;
}
/* Se usa para el logo de la página y nombre de la empresa */
#header h2 a {
  background: url(/images/general_logo.gif);
  height: 68px;
  width: 240px;
  position: absolute;
  top: 13px;
  left: 11px;
}
/* Se usa para los nombres de las páginas */
h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: #3c3c3c;
  margin-top: 5px;
}

/* # TOOLS # */
.floatRight {
  float: right;
  margin-left: 8px;
}
.floatLeft {
  float: left;
  margin-right: 8px;
}
.floatClear {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.noFloat {
  float: none;  
}
.textCenter     { text-align: center; }
.textRight      { text-align: right; }
.textLeft     { text-align: left; }
.noText {text-indent: -9999px;}

/* Fixing float container height problems
http://www.kevingeorge.net/blog/?p=25 */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* Dialogs */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:10px 10px 10px 50px;
    background-repeat: no-repeat;
    font-weight: bold;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    /*background-image: url(/images/icon_info.png);  -- Sacado a pedido de Gerardo */
}
.info a {
  color: #00529B;
  font-size: 1.1em;
}
.info a:hover {
  text-decoration: none;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(/images/icon_ok.png);
}
.success a {
  color: #4F8A10;
  font-size: 1.1em;
}
.success a:hover {
  text-decoration: none;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    /*background-image: url('warning.png');*/
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
   /* background-image: url(/images/icon_cancel.png); -- Sacado a pedido de Gerardo */
}
.error a {
  color: #D8000C;
  font-size: 1.1em;
}

/* Data Table */
.dataTable td {
  background-color: #eaebed;
  padding: 10px;
  border: 1px solid #a1a1a1;
  font-size: 1.2em;
}
.dataTable th {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 4px;
}
.dataTable tr.totals td {
  background-color: #d5d5d5;
  font-weight: bold;
}

/* # HEADER */
#header {
  background-color: #BE0027;
  color: #FFF;
  margin-top: 10px;
}
#headerMain {
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 87px;
  font-weight: bold;
}
/* Main part */
#headerMain #headerContent {
  height: 53px;
  margin-left: 310px;
}
#headerMain #headerContent .col1 {
  width: 180px;
  float: left;
}
#headerMain #headerContent .col1 p {
  margin: 5px 0 0 10px;
  font-size: 1.5em;
  line-height: 1.4em;
}
#headerMain #headerContent .col1 strong {
  font-size: 1.3em;
}
#headerMain #headerContent .col2 {
  width: 180px;
  float: left;
}
#headerMain #headerContent .col2 p {
  font-size: 1.1em;
  margin-top: 5px;
  margin-left: 5px;
  line-height: 1.4em;
}
#headerMain #headerContent .col2 a {
  color: #FFF;
}
#headerMain #headerContent .col3 {
  margin-left: 360px;
  padding-top: 1px;
  width: 250px;
  font-size: 1.1em;
}
#headerMain #headerContent .col3 p {
  margin-top: 6px;
}
#headerMain #headerContent .col3 img {
  display: block;
  margin-top: 5px;
}

/* Navigation */
#headerMain #headerNav {
  text-transform: uppercase;
  clear: both;
  margin-left: 310px;
  /*height: 35px;*/  
  z-index: 997;
}
/*#headerMain #headerNav  li {
  display: inline;
  border-right: 1px solid #FFF;
}
#headerMain #headerNav  li.last {
  border: none;
}
#headerMain #headerNav  li a {
  color: #FFF;
  font-size: 1.2em;
  text-decoration: none;
  padding: 8px;
}
#headerMain #headerNav  li a:hover {
  text-decoration: underline;
}*/

/* Ajax Indicator */
#headerMain #ajaxIndicator {
  position: absolute;
  right: 10px;
  top: 62px;
  width: 16px;
  height: 16px;
}

/* Search */
#headerSub {
  background-position: 0 -87px;
  background-repeat: no-repeat;
  background-color: #e3e3e3;
  height: 44px;
  color: #000;
}
#headerSub #headerSearch {
  position: relative;
  width: 730px;
  float: left;
  padding-top: 8px;
}
#headerSub #headerSearch label {
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 10px;
  margin-right: 10px;
}
#headerSub #headerSearch input.text {
  border: 1px solid #b4b4b4;
  width: 330px;
  padding: 5px 0 5px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#headerSub #headerSearch input.submit {
  width: 40px;
  height: 28px;
  display: block;
  position: absolute;
  top: 6px;
  left: 430px;
}
#headerSub #headerSearch input.submit:hover {
  background-position: -200px 0;
}
/*redessociales EAF2011*/
#headerSub #headerSocial {
  background-position: -400px 0;
  display: block;
  width: 150px;
  height: 28px;
  margin-left: -200px;
  margin-top: 14px;
  float: left;
}
#headerSub #headerSocial a.button {
  background-position: -400px 0;
  display: block;
  width: 98px;
  height: 28px;
  margin-left: 10px;
  margin-top: 6px;
  float: left;
}
/* Cart */
#headerSub #headerCart {
  width: 230px;
  margin-left: 730px;
}
#headerSub #headerCart a.button {
  background-position: -400px 0;
  display: block;
  width: 98px;
  height: 28px;
  margin-left: 10px;
  margin-top: 6px;
  float: left;
}
#headerSub #headerCart a.button:hover {
  background-position: -600px 0;
}
#headerSub #headerCart p {
  padding-top: 6px;
  margin-left: 130px;
  line-height: 1.3em;
  font-size: 1.1em;
}

/* # SIDEBAR # */
#sidebar h5 {
  background: url(/images/sidebar_hdr.gif);
  height: 23px;
}
#sidebar h6 {
  margin: 15px 15px 5px 15px;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
}
#sidebarBrandMenu li a, #sidebarSpecialMenu li a {
  border: 1px solid #FFF;
  border-bottom-color: #CCC;
  display: block;
  padding: 3px 0 3px 20px;
  color: #414141;
  text-decoration: none;
  font-size: 1.1em;
}
#sidebarBrandMenu li a:hover, #sidebarSpecialMenu li a:hover{
  background: #BE0027;
  color: #FFF;
}

/* # FOOTER # */
#footer.background {
  background-position: 0 -131px;
  height: 120px;
}
#footerContent {
  color: #FFF;
  padding-top: 10px;
}
#footerContent p.logo {
  background: url(/images/general_logo.gif);
  height: 68px;
  width: 240px;
  position: absolute;
  top: 13px;
  left: 11px;
}
#footerContent .col1 {
  margin-left: 290px;
  width: 320px;
  float: left;
  font-weight: bold;
  line-height: 1.6em;
  font-size: 1.2em;
}
#footerContent .col2 {
  width: 340px;
  margin-left: 610px;
  margin-right: 10px;
  text-align: right;
  font-size: 1.2em;
  line-height: 1.6em;
}
#footerContent a {
  color: #FFF;
}
/* # TICKER # */
#ticker {
  padding: 3px 10px;
  margin: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* # PRODUCT LIST */
.productList {
  width: 100%;
}
.productList td {
  padding: 10px 15px;
  width: 20%;
  border-bottom: 1px solid #dddddd;
}
.productList span.itemNumber {
  font-size: 0.9em;
  color: #4f4f4f;
}
.productList p.image {
  text-align: center;
}
.productList p.title {
  font-size: 1.1em;
  margin: 4px 0;
}
.productList p.title a {
  font-weight: bold;
  text-decoration: none;
}
.productList p.title a:hover {
  text-decoration: underline;
}
.productList p.brand {
  font-size: 1.1em;
  font-weight: bold;
}
.productList p.price {
  color: #993333;
  font-weight: bold;
  font-size: 1.4em;
}
.productList p.price .strikethrough {
  text-decoration: line-through;
  font-size: 0.8em;
  color: #000;
}
.productListHeader {
  overflow: auto;
}
.productListHeader h1 {
  width: 400px;
  float: left;
}

/* # PAGER # */
.pager {
  margin: 10px 0;
  float: right;
}
.pager li{
  margin-right:2px;
  font-weight: bold;
  font-size: 1.1em;
  display: inline;
}
.pager a{
  border: 1px solid #fab1c0;
  margin-right:2px;
  float: left;
  display: block;
  padding:3px 6px;
  color: #be0027;
  text-decoration: none;
}
.pager a:hover{
  border:solid 1px #be0027;
}
.pager .active{
  background:#be0027;
  color:#FFFFFF;
  font-weight:bold;
  display:block;
  float:left;
  padding:4px 6px;
}

/* # SORT BY # */
.sortBy {
  text-align: right;
  font-weight: bold;
  margin-top: 5px;
}
.sortBy select {
  border: 1px solid #fab1c0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #be0027;
  text-align: left;
  width: 110px;
}


/* # FILTER BY # */
.filterBy h2 {
  clear: both;
  font-size: 1.5em;
  padding-top: 5px;
  
}

.filterBy label {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 3em;
}
.filterBy select {
  margin-right: 10px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #BE0027;
}
.filterBy input.text {
  border: 1px solid #BE0027;
  font-size: 11px;
}
.filterBy input.submit {
  border: 1px solid #BE0027;
  background-color: #BE0027;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  padding: 1px;
  text-transform: uppercase;
}
/* # HOME # */
#homeFeaturedBrands {
  margin: 10px 0;
}
#homeFeaturedProducts {
  margin: 10px 0;
}

/* # DETALLE PRODUCTO # */
#productDetail h1 {
  margin-bottom: 5px;
}
#productDetail h2 {
  margin-bottom: 5px;
  font-size: 16px;
}
#productDetail h3 {
  font-size: 1.5em;
  margin: 15px 0 5px 0;
}
#productDetail .imageContainer {
  width: 260px;
  float: left;
  z-index: 1;
}
#productDetail .imageContainer img {
  border: 1px solid #dedede;
}
#productDetail .imageContainer .miniPhotoContainer {
  width: 250px;
  height: 42px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
#productDetail .imageContainer .miniPhotoContainer img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;  
}
#productDetail .imageContainer .miniPhotoContainer img.last {
  margin-right: 0;
}
#productDetail .saleInfoContainer, #productDetail .priceContainer {
  margin-left: 260px;
}
#productDetail .saleInfoContainer, #productDetail .priceContainerSoldOut {
  margin-top: 5px;
}
#productDetail .saleInfoContainer .price {
  color:#993333;
  font-size:1.4em;
  font-weight:bold;
  margin: 10px 0;
}
#productDetail .saleInfoContainer .price .iva {
  font-size: 0.8em;
  font-weight: normal;
  color: #000;
}
#productDetail .priceContainer, 
#productDetail .priceContainerSoldOut {
  font-weight: bold;
  font-size: 1.2em;
}
#productDetail .priceContainer table,
#productDetail .priceContainerSoldOut table {
  border: 1px solid #a1a1a1;
  width: 450px;
}
#productDetail .priceContainer tr.dataRow td,
#productDetail .priceContainerSoldOut tr.dataRow td {
  background-color: #eaebed;
  border-bottom: 1px dashed #d6d6d6;
}
#productDetail .priceContainer tr.buttonRow td {
  background-color: #d5d5d5;
  border-top: 1px solid #a1a1a1;
}
#productDetail .priceContainer td,
#productDetail .priceContainerSoldOut td {
  padding: 3px;
}
#productDetail .priceContainer td.col1 {
  
}
#productDetail .priceContainer td.col2 {
  
}
#productDetail .priceContainer td.col3 {
  width: 40px;
  text-align: right;
}
#productDetail .priceContainer td.col4 {
  width: 75px;
  text-align: right;  
}
#productDetail .priceContainer select {
  border: 1px solid #fab1c0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #be0027;
}
#productDetail .priceContainer input.submit {
  background-position: -1000px 0;
  width: 160px;
  height: 28px;
  display: block;
  float: right;
}
#productDetail .topPartContainer {
  margin-top: 10px;
  overflow: auto;
}
#productDetail .toolsContainer {
  background-color: #efeff0;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  overflow: auto;
  margin: 5px 0;
  padding: 5px;
}
#productDetail .toolsContainer li {
  display: inline;
}
#productDetail .toolsContainer a {
  padding: 0 10px;
  font-size: 1.1em;
  text-decoration: none;
}
#productDetail .toolsContainer a:hover {
  text-decoration: underline;
}
#productDetail .descriptionContainer {
  font-size: 1.1em;
}
#productDetail .descriptionWrapper {
  line-height: 1.6em;
}
#productDetail .descriptionNote {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px dashed #999999;
}
#productDetail .informationRequest {
  position: relative;
  padding-left: 30px;
}
#productDetail .informationRequest textarea,
#productDetail .informationRequest input.text {
  width: 170px;
  margin-top: 2px;
  margin-bottom: 2px;
}
#productDetail .informationRequest textarea {
  height: 30px;
}
#productDetail .informationRequest input.submit {
  position: absolute;
  right: 40px;
  bottom: 10px;  
}


/* # CARRITO - Listado de Items # */
#cartItemList table {
  margin-top: 10px;
}
#cartItemList td {
  background-color: #eaebed;
  padding: 10px;
  border: 1px solid #a1a1a1;
  font-size: 1.2em;
}
#cartItemList .col1 {
  width: 40px;
  text-align: center;
}
#cartItemList .col2 {
  width: 340px;
}
#cartItemList .col3 {
  width: 100px;
  text-align: center;
}
#cartItemList .col4 {
  width: 60px;
  text-align: center;
}
#cartItemList .col5 {
  width: 80px;
  text-align: center;
}
#cartItemList .col6 {
  width: 80px;
  text-align: center;
}
#cartItemList th {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 4px;
}
#cartItemList select {
  border: 1px solid #fab1c0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #be0027;
}
#cartItemList td.col2, #cartItemList td.col6 {
  font-weight: bold;
}
#cartItemList .totals td {
  background-color: #d5d5d5;
  font-weight: bold;
}
#cartItemList .submit {
  background-position: -1200px 0;
  width: 160px;
  height: 28px;
  display: block;
  margin-top: 10px;
  float: left;
}
#cartItemList .return {
  display: block;
  text-indent: -9999px;
  background-position: -1600px 0;
  width: 160px;
  height: 28px;  
  margin-top: 10px;
  margin-left: 200px;
}

/* # CARRITO - Confirmar compra # */
#checkOrder table {
  margin-top: 10px;
}
#checkOrder td {
  background-color: #eaebed;
  padding: 10px;
  border: 1px solid #a1a1a1;
  font-size: 1.2em;
}
#checkOrder .col1 {
  width: 340px;
}
#checkOrder .col2 {
 width: 100px;
  text-align: center;
}
#checkOrder .col3 {
  width: 60px;
  text-align: center;
}
#checkOrder .col4 {
  width: 80px;
  text-align: center;
}
#checkOrder .col5 {
  width: 80px;
  text-align: center;
}
#checkOrder th {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 4px;
}
#checkOrder td.col1, #checkOrder td.col5 {
  font-weight: bold;
}
#checkOrder tr.totals td {
  background-color: #d5d5d5;
  font-weight: bold;
}
#checkOrder .button {
  display: block;
  height: 28px;
  text-indent: -9999px;
  margin-top: 10px;
}
#checkOrder .toUserInfo {
  background-position: -1200px 0;
  width: 160px;
  float: left;
}
#checkOrder .toShowCart {
  background-position: -1400px 0;
  width: 160px;
  position: relative;
  bottom: 50px;
  left: 150px;
}
#checkOrder form {
  margin: 10px;
}
#checkOrder form p {
  overflow: hidden;
  zoom: 1;
}
#checkOrder label {
  display: block;
  width: 150px;
  float: left;
  font-weight: bold;
  line-height: 30px;
}
#checkOrder label.required:after {
  content: " *";
}
#checkOrder hr {
  margin: 10px 0;
}
#checkOrder label.noBlock {
  display: inline;
  float: none;
}
#checkOrder input,
#checkOrder textarea {
  margin-bottom: 15px;
}
  


#error404 {
  background: url(/images/error404.jpg) no-repeat;
  height: 485px;
  position: relative;
  margin-top: 20px;
}
#error404 h2 {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3em;
  color: #FFF;
}
#error404 p {
  position: absolute;
  left: 10px;
  top: 90px;
  width: 320px;
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}  




#contactPage p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 10px;
}
#contactPage form {
  margin-left: 40px;
  margin-top: 25px;
}
#contactPage label {
  display: block;
  float: left;
  width: 150px;
  line-height: 20px;
  font-weight: bold;
}
#contactPage input {
  margin-bottom: 8px;
}
#contactPage p.address {
  width: 270px;
  float: left;
}
#contactPage .googleMaps {
  margin-left: 280px;
}



/* Registered users */
.registeredUsersLayoutBox {
  text-align: center;
}
.registeredUsersLayoutBox label {
  font-size: 1.2em;
  line-height: 20px;
  font-weight: bold;
}
.registeredUsersLayoutBox input.text {
  margin: 5px 0;
}
#registeredUsers p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 16px;
}



/* Recomendar a un amigo */
#recommendedItemGroupPage p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 10px;
}
#recommendedItemGroupPage strong {
  font-weight: bold;
  font-size: 1.3em;
}
#recommendedItemGroupPage form {
  margin-left: 40px;
  margin-top: 25px;
}
#recommendedItemGroupPage label {
  display: block;
  float: left;
  width: 150px;
  line-height: 20px;
  font-weight: bold;
}
#recommendedItemGroupPage input {
  margin-bottom: 8px;
}

/* Creditos */
#footer-idea {
  text-align: right;
  line-height: 20px;
  font-size: 11px;
  color: #555;
  margin: 15px auto;
}
#footer-idea img {
  float: right;
  display: block;
  margin-left: 7px;
  border: none;
}
#footer-idea a {
  color: #CB8B00;
  text-decoration: none;
  font-weight: bold;
}
#footer-idea a:hover {
  color: #333333;
}
