/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { }
.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { color: #70d250; text-decoration: underline; }

body {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-size:.9em;
  text-align:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ddd;
}

tr, td {
  font-size:.9em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap { margin: 0 auto; text-align:left; width: 940px; background-color: #fff;}

A {
  color: #993300; 
}

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

FORM {
	display: inline;
}

TR.header {
  background: #FAF5D2;
}

TR.headerNavigation {
  background: #ccc;
}

TD.headerNavigation {
  background: #ADE087;
  color: #000;
  font-weight : bold;
  padding: 3px;
  padding-bottom: 3px;
  border-top: solid 1px #32AD22;
  border-bottom: solid 1px #32AD22;
  font-size: .82em;
}

A.headerNavigation { 
}

A.headerNavigation:hover {

}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #fff;
}

TD.headerInfo {

  background: #ccc;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ccc;
}

TD.footer {
  background: #ADE087;
  color: #000;
  font-weight : bold;
  padding: 3px;
  padding-bottom: 3px;
  border-top: solid 1px #32AD22;
  border-bottom: solid 1px #32AD22;
  font-size: .82em;
}


/* ESTILOS BOXES */
.infoBox {
  background: #fff;
  border: #ddd solid 1px;
}

.infoBoxContents {
  background: #FAF5D2;
}

.infoBoxContents2 {
  background: url(img/fondo_boton.gif);
  font-weight:bold;
  border: 1px solid #000;
}
.infoBoxContents2 a, .infoBoxContents2 a:hover, .infoBoxContents2 a:visited{
  text-decoration: none;
  font-size: 1.4em;
}
.infoBoxContents2 img{ text-decoration:none; border: 0;}

.infoBoxContents3 {
  background: url(img/fondo_boton2.gif);
}
.infoBoxContents3 a, .infoBoxContents3 a:hover, .infoBoxContents3 a:visited{
  color: #D7CF33;
}
.infoBoxContents4 {
  background: url(img/fondo_boton3.gif);
  font-size:.95em;
}
.infoBoxContents4 a, .infoBoxContents4 a:hover, .infoBoxContents4 a:visited{
  color: #000;
}

.infoBoxContents5 {
  background: url(img/fondo_boton4.gif);
  
}
.infoBoxContents5 a, .infoBoxContents5 a:hover, .infoBoxContents5 a:visited{
  color: #000;
}

.infoBoxContents6 {
  background: url(img/fondo_boton5.gif);
  font-size:.95em;
}
.infoBoxContents6 a, .infoBoxContents6 a:hover, .infoBoxContents6 a:visited{
  color: #000;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-size:.9em;
  padding: 2px;
  padding-left: 5px;
  font-weight: bold;
  background: #C41D00;
  color: #fff;
}

TD.infoBox, SPAN.infoBox {
}

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;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  background: #32AD22;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-weight: bold;
  color: #000;
	font-size: 1.2em;
	border-bottom: solid 1px #32AD22;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {

}

TD.accountCategory {

  color: #aabbdd;
}

TD.fieldKey {

  font-weight: bold;
}

TD.fieldValue {

}

TD.tableHeading {

  font-weight: bold;
}

SPAN.newItemInCart {

  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {

}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }


/* menu Image -noborderBox2 - Show Sub-categories  Star */
a.menucateg:link, a.menucateg:visited, a.menucateg:active {
display: block;
vertical-align: middle;
color:#999999;
font-weight: bold;
text-align: left;
height: 19px;
padding-top:2px;
text-decoration: none;
background-color: #EDEDEF;
border: solid 1px #FFFFFF;
}

a.menucateg:hover {
border: solid 1px #CCCCCC;
background-image: url(index_files/images/menuon.png);
background-repeat: repeat;
text-decoration: none;
font-weight: bold;
color: #000000;
}

a.menusubcateg:link, a.menusubcateg:visited, a.menusubcateg:active {
display: block;
vertical-align: middle;
text-align: left;
height: 19px;
text-decoration: none;
padding-top:2px;
border-bottom: 1px solid #7b9ebd;
border: solid 1px #FFFFFF;
}

a.menusubcateg:hover {
border-bottom: 1px solid #666666;
border-top: 1px solid #666666;
background-image: url(index_files/images/menuon.png);
background-repeat: repeat;
text-decoration: none;
color: #000000;
}
/* menu Image -noborderBox2 - Show Sub-categories  End */

p.error { 
	border: 1px solid #f00;
	-moz-border-radius: 8px;
	background: #fdd;
	color:#f00;
	padding:3px;
}

p.confirmacion { 
	border: 1px solid #090;
	background: #dfd;
	color:#090;
	padding:3px;
}

