/*
  $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
*/

* { font-family: Verdana, Arial, sans-serif;}
.boxText { font-size: 12px; line-height: 16px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
TD.stockWarning { font-family : Verdana, Arial, sans-serif; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #8AAE1E;
  margin: 0px;
}

A {
  color: #87C20C;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TD.body_left {
  background-image: url(./images/body_left.gif);
}

TD.body_right {
  background-image: url(./images/body_right.gif);
}

TR.header {
  background: #ffffff;
  background-image: url(./images/header_background.png);
  background-position: right top;
  background-repeat: no-repeat;
}

TR.header TD {
  border-bottom: 1px solid #8aae40;
}

TABLE.headerNavigation {
  table-layout: fixed;
}

TR.headerNavigation {
  background: #99cc00;
}
TD.headerNavigation {
  font-size: 12px;
  background: #99cc00;
  color: #639300;
  border-top: 1px solid #bdde5d;
  border-bottom: 1px solid #628b00;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
A.headerNavigation {
  color: #639300;
}
A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #99CC00;
}

TD.footer {

  font-size: 11px;
  background: #99CC00;
  color: #cde587;
  height: 20px;
}

A.footer {
  color: #cde587;
}

A.footer:hover {
  color: #ffffff;
}

.infoBox {
  background: #e3f4c8;
}

.infoBoxContents {
  background: #b7e371;

  font-size: 12px;
  background-image: url(./images/infobox_shading.gif);
  background-position: top;
  background-repeat: repeat-x;
  border-width: 0px 0px 1px 0px;
  border-color: #c7e372;
  border-style: solid;
}

.infoBoxNotice {
  background: #FF8E90;
  color: #FF0000;
  font-weight: bold;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  color: #FF6666;
  font-size: 12px;
  line-height: 16px;
}
.infoBoxNoticeContents TD {
  padding: 4px;
}


TABLE.column_left, TABLE.column_right {
  border-spacing: 0px;
}

TD.column_left, TD.column_right {
  border-width: 0px 1px;
  border-color: #c7e372;
  border-style: solid;
  background-color: #b7e371;
}
TD.column_center {
  padding: 12px 24px;
}

TD.column_bottom {
  background-image: url(./images/column_bottom.gif);
  background-position: top;
  background-repeat: repeat-x;
  height: 96px;
}

TD.infoBoxHeading {

  font-size: 13px;
  font-weight: bold;
  background: #e3f4c8;
  color: #6a990b;
  text-transform: lowercase;
  background-image: url(./images/infoboxHeading_background.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 43px;
  padding-top: 6px;
  padding-left: 46px;
  border-width: 1px 0px 0px 0px;
  border-color: #c7e372;
  border-style: solid;
  margin-top:1px;
}
TD.contentBoxHeading {

  font-size: 13px;
  font-weight: bold;
  background: #e3f4c8;
  color: #6a990b;
  text-transform: lowercase;
  height: 43px;
  padding-top: 6px;
  padding-left: 46px;
  border-width: 1px 0px 0px 0px;
  border-color: #c7e372;
  border-style: solid;
  margin-top:1px;
}
TD.infoBoxHeading A {
  color: #6a990b;
}
TD.infoBoxHeading A:hover {
  color: #6a990b;
}

TD.infoBoxHeading_Cesta {
  background-image: url(./images/infoboxHeading_background_cesta.png);
}

TD.infoBox, SPAN.infoBox {

  font-size: 12px;
}

TD.infoBox2HeadingTextOnly {
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  color: #87c20c;
  text-align: left;
}

TD.infoBox2Heading {
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  color: #999999;
  background-image: url(./images/infobox2Heading_background.gif);
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 3px;
  padding-left: 10px;
}
TD.infoBox2Heading_TopLeft {
  background-image: url(./images/infobox2Heading_background_topLeft.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 16px;
  width: 4px;
}
TD.infoBox2Heading_TopRight {
  background-image: url(./images/infobox2Heading_background_topRight.gif);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  width: 4px;
}
TD.infoBox2Heading_BottomLeft {
  background-image: url(./images/infobox2Heading_background_bottomLeft.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 4px;
  height: 4px;
}
TD.infoBox2Heading_BottomRight {
  background-image: url(./images/infobox2Heading_background_bottomRight.gif);
  background-position: top right;
  background-repeat: no-repeat;
  width: 4px;
  height: 4px;
}
TD.infoBox2Heading_BottomCenter {
  background-image: url(./images/pixel_cccccc.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

TD.infoBox2Heading A {
  color: #87c20c;
}
TD.infoBox2Heading A:hover {
  color: #6a990b;
}

.infoBox2 {
  color: #cccccc;
  background: #ffffff;

  font-size: 11px;
  border-width: 0px 1px 1px 1px;
  border-color: #cccccc;
  border-style: solid;
}
.infoBox3, .infoBox3Contents, .infoBox3Contents A {
  color: #999999;
  background: #ffffff;
  font-size: 11px;
}
.infoBox3Contents {
  padding-left: 10px;
}

DIV.infoBox2Div {
  height: 163px;
  width: 100%;
  overflow: auto;
}
DIV.infoBox2Div_Image {
  height: 90px;
  width: 100%;
  overflow: hidden;
  background-color: #e4e4e4;
}
DIV.infoBox2Div_Image DIV {
  height: 100%;
  width: 100%;
  background-position: center;
}
DIV.infoBox2Div_Texto {
  height: 206px;
  width: 100%;
  overflow: auto;
}
DIV.infoBox2Div_TextoNoImg {
  height: 296px;
  width: 100%;
  overflow: auto;
}
DIV.infoBox2Div_Description {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 6px;
  margin-bottom: 4px;
  background-color: #e4e4e4;
}
DIV.categories2_1 {
  padding-left: 12px;
  text-indent: -8px;
  padding-right: 10px;
  font-weight: bold;
}
DIV.categories2_2 {
  padding-left:20px;
  padding-right:10px;
}
.boxText2 {
  color: #999999;

  font-size: 11px;
  line-height: 16px;
}
.boxText2 A {
  color: #999999;
}
.boxText2 A:hover {
  color: #cccccc;
}
TABLE.categorias3 DIV.infoBox2Div{
  height: 20px;
}
.boxText_interna {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
}
TD.tableBox_recuadro_IzqSup {
  background-image: url(./images/recuadro_borde_IzqSup.gif);
}
TD.tableBox_recuadro_DerSup {
  background-image: url(./images/recuadro_borde_DerSup.gif);
}
TD.tableBox_recuadro_IzqInf {
  background-image: url(./images/recuadro_borde_IzqInf.gif);
}
TD.tableBox_recuadro_DerInf {
  background-image: url(./images/recuadro_borde_DerInf.gif);
}
TD.tableBox_recuadro_Sup, TD.tableBox_recuadro_Inf {
  background-color: #ffffff;
}

.loginBox TD{
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #639300;
  font-size: 11px;
  background-color: #E1F3C3;
}
.loginBoxHeading TD{
  color: #5E8A1C;
  background-color: #B3E065;
  font-size: 13px;
  border-width: 2px 0px;
  border-color: #FFFFFF;
  border-style: solid;
  padding: 4px 4px 4px 7px;
}
.loginBox2 TD {
  padding-left: 0px;
  padding-right: 10px;
  line-height: 1.5;
}
TD.reviewImage {
  border-color: #E1F3C3;
  border-width: 16px;
  border-style: solid;
  background-color: #FFFFFF;
}

.category_list ul {
  font-size: 12px;
  list-style-type: none;
  text-indent: -8px;
  padding-left: 4px;
  margin-left: 4px;
}
.category_list ul ul {
  font-size: 11px;
  list-style-type: none;
  text-indent: -5px;
  padding-left: 6px;
  margin-left: 6px;
}
.category_list ul ul ul{
  font-size: 10px;
  list-style-type: none;
  padding-left: 3px;
  margin-left: 3px;
}
.category_list ul ul ul ul{
  font-size: 9px;
  list-style-type: none;
  padding-left: 1px;
  margin-left: 1px;
}
.category_list ul li{
  padding-left: 0px;
  margin-left: 0px;
}

TABLE.categories2 TD {
  vertical-align: top;
}
TABLE.categories2 TD.boxText2 {
  height: 100px;
  overflow: scroll;
}

TD.buttonBox_left {
  background-image: url(./images/button_left.gif);
  width: 9px;
  height: 22px;
  background-position: top left;
  background-repeat: no-repeat;
}
TD.buttonBox_center {
  color: #6a990b;

  font-size: 12px;
  font-weight: bold;
  background-image: url(./images/button_center.gif);
  height: 22px;
  background-position: top;
  background-repeat: repeat-x;
  white-space: nowrap;
  text-transform: lowercase;
  padding: 0px 8px 1px 6px;
}
TD.buttonBox_right {
  background-image: url(./images/button_right.gif);
  width: 9px;
  height: 22px;
  background-position: top right;
  background-repeat: no-repeat;
}
A.buttonBox, A.buttonBox:hover {
  color: #6a990b;
  text-decoration: none;
}

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: #f8f8f9;
}

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: #f8f8f9;
}

TR.cartListing-odd {
  background: #EDF8DA;
}
TR.cartListing-even {
  background: #E1F3C3;
}

TD.cartListing-heading, TD.cartListing-data, TD.cartListing-heading-first, TD.cartListing-heading-last {
  vertical-align: middle;

  font-size: 11px;
  padding: 1px 8px;
  color: #70A600;
}
TD.cartListing-separator {
  padding: 0px;
}
TD.cartListing-data A {
  color: #70A600;
}
TD.cartListing-heading, TD.cartListing-heading-first, TD.cartListing-heading-last {
  padding: 4px 7px;
  border-top: 1px solid #A4CC28;
  border-bottom: 1px solid #A4CC28;
}
TD.cartListing-heading-first {
  border-left: 1px solid #A4CC28;
}
TD.cartListing-heading-last {
  border-right: 1px solid #A4CC28;
}
TD.cartListing-name, TD.cartListing-name A {
  color: #6F9300;
  font-size: 13px;
  font-weight:bold;
}
TD.cartListing-price {
  color: #6F9300;
  font-size: 15px;
  font-weight:bold;
}
TD.cartListing-total {
  color: #6F9300;
  font-size: 18px;
  font-weight: bold;
}

TABLE.productListing {
}

.productListing-heading {
}
.productListing-heading:hover {
  color: #6F9300;
}

TD.productListing-data {
  vertical-align: middle;
  font-size: 11px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #a4cc28;
  padding: 4px 8px;
}
TD.productListing-link {
  font-size: 11px;
  text-align: center;
  text-decoration:underline;
  font-weight: bold;
}

TD.productListing-first {
  border-left-width: 1px;
  border-right-width: 1px;
  border-right-color: #c7e373;
  vertical-align: middle;
  width: 102px;
 }
TD.productListing-first-noimage {
  border-left-width: 1px;
  border-right-width: 1px;
  border-right-color: #c7e373;
  background-image: url('images/_sinfoto.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #8cab2e;
  height: 92px;
  width: 102px;
 }
TD.productListing-last {
  border-right-width: 1px;
  border-right-color: #a4cc28;
  padding-left: 8px;
}
A.productListing-name {
  color: #99CC00;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
}
.productListing-price {
  color: #0099FF;
  font-weight: bold;
  font-size: 16px;
}
.productListing_description {
  color: #999999;
}
A.productListing-readMore{
  text-decoration: underline;
}

.productBox {
  vertical-align: top;

  font-size: 11px;
  border-width: 1px;
  border-style: solid;
  border-color: #a4cc28;
  padding: 4px 8px;
  color: #999999;
  line-height: 15px;
}
.productBox-name {
  color: #99CC00;
  font-weight: bold;
  font-size: 18px;
}
.productBoxGreen {
  color: #99CC00;
}
#td_precio {
  font-size: 15px;
  font-weight: bold;
}
.productBox-titles:first-line {
  color: #99CC00;
}
.productBox-titles A {
  color: #999999;
}
.productBox-titles A:hover {
  color: #AABBDD;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}
A.pageResults {
  color: #FFFFFF;
}
A.pageResults:hover {
  color: #6a990b;
}

TD.pageHeading, DIV.pageHeading {

  font-size: 13px;
  height: 22px;
  background-color: #639300;
  font-weight: bold;
  color: #E0F3C2;
  padding: 1px;
  padding-left: 10px;
}
.pageHeading A:hover {
  color:#E1F3C3;
}
TD.pageFooter, TD.pageFooter TD {
  height: 22px;
  color: #E1F3C3;
  background-color: #99CC00;
  font-size: 12px;
  padding-left: 8px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

TD.text_information {
  padding: 12px;
  text-align: justify;
}

TD.smallText, SPAN.smallText, P.smallText, A.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {

  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {

  font-size: 12px;
}

TD.tableHeading {

  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {

  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #87C20C;
}

INPUT[type="text"], INPUT[type="password"] {
  border: 1px solid #719602;
  padding: 3px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #719602;
  color: #87C20C;
  padding: 3px;
}

SPAN.greetUser {

  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: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {

  color: #ff0000;
}
SPAN.productOldPrice {
  font-size: 10px;
  text-decoration: line-through;
}

SPAN.errorText {

  color: #ff0000;
}

.moduleRow { background-color: #F8FCF1;}
.moduleRowOver, .moduleRowOver TD { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }
.moduleRow TD, .moduleRowSelected TD, .moduleRowOver TD{
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #639300;
}

.accountRowOdd TD { }
.accountRowEven TD { background-color: #F5FCED; }
.accountRowOver TD { background-color: #D7E9F7; cursor:pointer; }

.checkoutBarFrom, .checkoutBarTo { font-size: 13px; color: #aec48d; }
.checkoutBarCurrent { font-size: 13px; color: #5e8a1c; font-weight: bold;}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning, .messageStackSuccess { font-size: 13px; }
.messageStackError { color: red; }

/* input requirement */

TD.inputRequirement, SPAN.inputRequirement { color: #78B300; }


BODY.popup {
  background-color: #CFEC9F;
}

TABLE.popup {
  color: #639300;
  font-size: 11px;
  width: 100%;
}
IMG.popup {
  position: absolute;
  top: 11px;
  left: 8px;
}
.popupHeader {
  font-size: 13px;
  color: #FFFFFF;
  background-color: #639300;
  font-weight: bold;
  height: 22px;
  padding-left: 44px;
}
.popupContent {
  border: 1px solid #639300;
  background-color: #E8F5CF;
  padding: 12px;
  text-align: justify;
}

TD.commentsTitle {
  font-family: Arial;
  font-size: 14px;
  color: #639300;
}
TD.comments {
  background-color: #F2FAE4;
  padding: 4px;
  color: #999999;
}

table.plazos_entrega {
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
}
table.plazos_entrega caption {
  text-align: left;
  color: #639300;
  font-size: 12px;
}
table.plazos_entrega td {
  border: 1px solid #8AAE1E;
  text-align: center;
  padding: 4px;
  font-size: 12px;
}
tr.entregas_negro td, td.entregas_negro {
  color: #666666;
}