/*
  $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: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  background: #1F277D;
 color: #fff;
  margin: 0px;
}

A {
  color: #77B4F3;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #E20C26; 
}

A.headerNavigation:hover {
  color: #77B5F2;
  text-decoration:underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #1F277E;
  font-weight: bold;

}
A.header{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #1F277E;
  font-weight: bold;

}
A.header:hover{
  color: #1F277E;
  text-decoration:underline;
  }
A.header:visited{
  color: #1F277E;
  }
A.menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1F277E;
  font-weight: bold;
  }
A.menu{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1F277E;
  font-weight: bold;

}
A.menu:hover{
  color: #E30B27;
  text-decoration:nonee;
  }
A.menu:visited{
  color: #1F277E;
  }

.menu_header{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#1F277E;
font-weight:bold;
}
.menu_header a:link {
color:#1F277E;
}
.menu_header a:visited {color:#1F277E;}
.menu_header a:hover {color: #E30B27;}
.menu_header a:focus {color: #E30B27;}
.menu_header a:active {color: #E30B27;}

.column {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#1F277E;
font-weight:bold;
}
.column a:link {
color:#1F277E;
}
.column a:visited {color:#1F277E;}
.column a:hover {color: #E30B27;}
.column a:focus {color: #E30B27;}
.column a:active {color: #E30B27;}

.languaje A{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #E30B27;
  font-weight: bold;

}
.languaje A:hover{
  color: #E30B27;
  text-decoration:underline;
  }
.languaje A:visited{
  color: #E30B27;
  }




TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
 /* background: #b6b7cb;*/
 color:#77B4F3;
}

.infoBoxContents {
  /*background: #f8f8f9;*/
 color:#77B4F3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #E30A27;

 
}

TD.product_list, A.product_list {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #E30A27;
  text-decoration:none;
 /* line-height:1.5;*/
}


A.product_list:hover {
  color: #77B4F3;
  text-decoration:underline;
 }

TD.product_list2, A.product_list2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  text-decoration:none;
}


A.product_list2:hover {
  color: #333333;
  text-decoration:underline;
 }


TD.pageHeading, DIV.pageHeading, A.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #E30A27;
  padding-left:12px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /*line-height: 1.5; */
  padding-left:12px;
  padding-right:12px;
}

TD.main_blue, P.main_blue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  padding-left:0px;
  padding-right:12px;
  color:#1D277E;
}
TD.main_white, P.main_white {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  padding-left:4px;
  padding-right:8px;
  color:#FFFFFF;
}
TD.main_brown, P.main_brown SPAN.main_brown {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.0;
  padding-left:12px;
  padding-right:12px;
  padding-top:10px;
  color:#333333;
  vertical-align:top;
 /* text-align:justify;
  background-color:#FFFFFF;*/
}
TD.main_brown_s, P.main_brown_s SPAN.main_brown_s {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.0;
  padding-left:8px;
  padding-right:5px;
  padding-top:5px;
  color:#333333;
  vertical-align:top;
 /* text-align:justify;
  background-color:#FFFFFF;*/
}
TD.mainarea{
padding-left:14px; padding-top:8px;
height:482px;
}


TD.smallText, SPAN.smallText, P.smallText, div.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#E30A27;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.noborder{
border:none;
size:5;
width:30px;

}
TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, 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: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; color:
#000000 }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.facts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#1f277d;
	}
td.facts {
	border-bottom:#1f277d 1px solid;
	padding-left:5px;
	
}
.facts_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#E30b27;
	}
	
.scrollarea{
	height: 105px;
	width: 534px;
	overflow: auto;
	border: 0px solid #999;
	background-color: #ccc;
	padding: 8px;
}



.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #0000FF;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}