/*

  $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

*/



/* El Area custmization */

@import url("../stylesheet.css");
@import url("c_lista/c_lista.css");


/*************************************************************************/

.sub-titulos{
	font-size:13px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}


/*************************************************************************/


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

}



A {

  color: #CC0000;

  text-decoration: none;

}



A:hover {

  color: #AABBDD;

  text-decoration: underline;

}



FORM {

	display: inline;

}



TR.header {

  background: #ffffff;

}



TABLE.headerNavigation {

  background: #666666;

}



TR.headerNavigation {

  background: #E8E7E5;

}



TD.headerNavigation {

  font-size: 13px;

  background: #E8E7E5;

  background-image: url( '../images/box_header_bg.jpg' );

  color: #E0051C;

  font-weight : bold;

  line-height: 16px;

  white-space: nowrap;

  padding-left: 4px;

  padding-right: 4px;

  vertical-align: top;

}



A.headerNavigation {

  color: #E0051C;

  white-space: nowrap;

}



A.headerNavigation:hover {

  color: #FF3333;

}



TR.headerError {

  background: #ff0000;

}



TD.headerError {

  font-size: 14px;

  background: #ff0000;

  color: #ffffff;

  font-weight : bold;

  text-align : center;

}



TR.headerInfo {

  background: #00ff00;

}



TD.headerInfo {

  font-size: 14px;

  background: #00ff00;

  color: #ffffff;

  font-weight: bold;

  text-align: center;

}



TD.footer {

  text-align: center;

  vertical-align: middle;

}



.infoBox {

  background: #FFFFFF;

}



.infoBoxContents {

  background: #F8F8F8;

}



.infoBoxCalendarMonth {

  background: #f2f2f2;

  font-weight: bold;

}



.infoBoxCalendarDay {

  text-align: center;

  color: #cccccc;

}



.month_day {

  background: #f2f2f2;

  color: #999999;

}



.infoBoxNotice {

  background: #FF8E90;

}



.infoBoxNoticeContents {

  background: #FFE6E6;

}



TD.infoBoxHeading {

  font-weight: bold;

	padding-left: 7px;

  height: 18px;

  line-height: 18px;

	color: #E0051C;

	background-color: #E8E7E5;

  background-image: url( '../images/box_header_bg.jpg' );

}



A.infoBoxHeading {

	color: #E0051C;

}



A.infoBoxHeading:hover{

	color: #1C05E0;

}



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: #b6b7cb;

  color: #FFFFFF;

  font-weight: bold;

}



TD.productListing-data {

  font-size: 11px;

}



A.pageResults {

  color: #0000FF;

}



A.pageResults:hover {

  color: #0000FF;

  background: #FFFF33;

}



TD.pageHeading, DIV.pageHeading {

  font-size: 16px;

  font-weight: bold;

  color: #9a9a9a;

}



TR.subBar {

  background: #f4f7fd;

}



TD.subBar {

  color: #000000;

}



TD.main, P.main {

  font-size: 12px;

  line-height: 2;

}



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

}



TD.accountCategory {

  font-size: 14px;

  color: #aabbdd;

}



TD.fieldKey {

  font-size: 14px;

  font-weight: bold;

}



TD.fieldValue {

  font-size: 14px;

}



TD.tableHeading {

  font-size: 14px;

  font-weight: bold;

}



SPAN.newItemInCart {

  color: #ff0000;

}



CHECKBOX, INPUT, RADIO, SELECT {

}



TEXTAREA {

  width: 100%;

  font-size: 13px;

}



SPAN.greetUser {

  font-size: 14px;

  color: #f0a480;

  font-weight: bold;

}



TABLE.formArea {

  background: #f1f9fe;

  border-color: #7b9ebd;

  border-style: solid;

  border-width: 1px;

}



TD.formAreaTitle {

  font-size: 14px;

  font-weight: bold;

}



SPAN.markProductOutOfStock {

  font-size: 14px;

  color: #c76170;

  font-weight: bold;

}



SPAN.productSpecialPrice {

  color: #ff0000;

}



SPAN.errorText {

  color: #ff0000;

}



.moduleRow { }

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }

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

