/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.errorBox { font-family: Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
body {
    font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
  color: #000000;
  margin: 0px;
}
 
strong, em, b, i, h1, h2, h3, h4, h5, h6, address {
    font-family: Arial, Helvetica, sans-serif;
	
}
  


A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #778087;
	background: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7C7C7;
	border-right-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
	border-left-color: #C7C7C7;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #778087;
}

TD.infoBoxHeading {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	font-style: normal;
	background-color: #DEDEDE;
	height: 26px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7C7C7;
	border-right-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
	border-left-color: #C7C7C7;
	
}

TD.infoBox, SPAN.infoBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFF;
}

TABLE.productListing {
	border: 0px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 0px;
	background-color: #FFF;
}

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #CCC;
	height: 25px;
	
}

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 750px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: Normal;
	color: #000000;
	margin-bottom: 1px;
	border-bottom-color: #C7C7C7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

/* CSS IMAGE POPUP VIEWER ON MOUSEOVER */

#impop {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#impop a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#impop a img {
	border: 0px;
}

#impop a.p1, #pic a.p1:visited {
	background-color: #FFFFFF;
	border: 0px;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#impop a.p1:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

#impop a.p1:hover .large {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	position: absolute;
	width: auto;
	height: auto; 
	left: -175px;
	top: 10px;
}
      .demo {
	background: #ECECEC; width:200 px;
	 moz-border-radius:15 px;}

#tdsearch {
	font-family: Arial, Helvetica, sans-serif;
}
.fondodebarra3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  ;
	font-weight: bold;
	background-image: url(http://www.elbazardigital.com/catalog/images/barragriscentro.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fondodebarra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: ;
	font-weight: bold;
	background-image: url(http://www.elbazardigital.com/catalog/images/barragriscentro.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fondodebarraizq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(http://www.elbazardigital.com/catalog/images/barragrisizq.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.fondodebarrader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(http://www.elbazardigital.com/catalog/images/barragrisder.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.fondodebarranaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-image: url(http://www.elbazardigital.com/catalog/images/barranaranjacentro.gif);
	background-repeat: repeat-x;
	height: 30px;
	background-color: #FFF;
}
.marcapais {
	
	background-image: url(http://www.elbazardigital.com/catalog/images/marcapais.png);
	
}
.buttonimportacion
  {
    
    display: block;
    width: 151px;
    height: 30px;
    background: url("http://www.elbazardigital.com/catalog/images/menu_importacion_pasivo.gif") no-repeat 0 0;

  }


.buttonimportacion:hover
  { 
    background: url("http://www.elbazardigital.com/catalog/images/menu_importacion_activo2.gif") no-repeat 0 0;
  }
  
  .buttonhome
  {
    display: block;
    width: 36px;
    height: 30px;
    background: url("http://www.elbazardigital.com/catalog/images/menu_home_pasivo.gif") no-repeat 0 0;

  }
.buttonhome:hover
  {
    background: url("http://www.elbazardigital.com/catalog/images/menu_home_activo.gif") no-repeat 0 0;
  }
  
   .buttondvd
  {
    display: block;
    width: 190px;
    height: 30px;
    background: url("http://www.elbazardigital.com/catalog/images/menu_principal_pasivo.gif") no-repeat 0 0;

  }
.buttondvd:hover
  {
    background: url("http://www.elbazardigital.com/catalog/images/menu_principal_activo.gif") no-repeat 0 0;
  }
  
     .buttonbluray
  {
    display: block;
    width: 61px;
    height: 30px;
    background: url("http://www.elbazardigital.com/catalog/images/menu_bluray_pasivo.gif") no-repeat 0 0;

  }
.buttonbluray:hover
  {
    background: url("http://www.elbazardigital.com/catalog/images/menu_bluray_activo2.gif") no-repeat 0 0;
  }
       .buttonmusica
  {
    display: block;
    width: 55px;
    height: 30px;
    background: url("http://www.elbazardigital.com/catalog/images/menu_musica_pasivo.gif") no-repeat 0 0;

  }
.buttonmusica:hover
  {
    background: url("http://www.elbazardigital.com/catalog/images/menu_musica_activo2.gif") no-repeat 0 0;
  }
       .buttonjuegos
  {
    display: block;
    width: 57px;
    height: 30px;
    background: url("http://www.elbazardigital.com/catalog/images/menu_juegos_pasivo.gif") no-repeat 0 0;

  }
.buttonjuegos:hover
  {
    background: url("http://www.elbazardigital.com/catalog/images/menu_juegos_activo2.gif") no-repeat 0 0;
  }
         .buttondvdclubes
  {
    display: block;
    width: 83px;
    height: 30px;
    background: url("http://www.elbazardigital.com/catalog/images/menu_dvdclubes_pasivo.gif") no-repeat 0 0;

  }
.buttondvdclubes:hover
  {
    background: url("http://www.elbazardigital.com/catalog/images/menu_dvdclubes_activo2.gif") no-repeat 0 0;
  }
       .buttonvida
  {
    display: block;
    width: 93px;
    height: 30px;
    background: url("http://www.elbazardigital.com/catalog/images/menu_vida_hogar_pasivo.gif") no-repeat 0 0;

  }
.buttonvida:hover
  {
    background: url("http://www.elbazardigital.com/catalog/images/menu_vida_hogar_activo2.gif") no-repeat 0 0;
  }
     .buttonoutlet
  {
    display: block;
    width: 55px;
    height: 30px;
    background: url("http://www.elbazardigital.com/catalog/images/menu_outlet_pasivo.gif") no-repeat 0 0;

  }
.buttonoutlet:hover
  {
    background: url("http://www.elbazardigital.com/catalog/images/menu_outlet_activo2.gif") no-repeat 0 0;
  }
.Estilo21 {font-size: 9px; font-family: Arial; }
.Estilo22 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.Estilo31 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.Estilo66 {color: #FF3300; font-weight: bold; }
.Estilo67 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC;
}
.Estilo71 {
	font-size: 12px;
	color: #0066FF;
}
.Estilo76 {font-size: 14px; font-family: Arial; font-weight: bold; color: #0066FF; }
.Estilo79 {font-size: 14px; font-family: Arial; font-weight: bold; color: #666666; }
.Estilo80 {font-size: 13px}
.Estilo82 {font-size: 13px; color: #666666; font-family: Arial; }
.Estilo83 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo86 {
	color: #FF0000;
	font-size: 19px;
}
bodymenutree {
            font-family: Georgia;
            font-size: 11pt;
        }
        
        .treeMenuDefault {
            font-style: italic;
        }
        
        .treeMenuBold {
            font-style: italic;
            font-weight: bold;
        }

