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

BODY {
  background: #FFFFFF;
  color: #333333;
  margin: 0px;
}

A {
  color: #333333;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  background-image:url("images/header/bg_header_down.gif");    
  color: #555555;
  font-weight: normal;}

TR.headerNavigation {
/*  background-image:url("images/header/bg_header_down.gif");    */
}

TD.headerNavigation {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 14px;
/*  background-image:url("images/header/bg_header_down.gif");    */
  color: #F17022;
  font-weight: bold;
}
A.headerNavigation { 
  color: #F17022; 
}
A.headerNavigation:hover {
  color: #555555;
}

/* RED */
TR.headerNavigationRed {
}
TD.headerNavigationRed, DIV.headerNavigationRed {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #555555;
  font-weight: normal;
}
A.headerNavigationRed { 
  color: #FF0000; 
}
A.headerNavigationRed:hover {
  color: #555555;
}
/* Fin Red */

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #999999;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
  color: #676767;
  font-weight: normal;
}

A.footer_menu {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #555555;
  font-weight: normal;
}

TD.footer_menu {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;  
  color: #555555;
  font-weight: normal;
}

TR.footer_menu {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
/*  background-image:url("images/header/bg_header.gif");    */
  color: #555555;
  font-weight: normal;
}

/* Start header_menu*/
TR.header_menu {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
/*  background-image:url("images/header/bg_header_down.gif");    */
  color: #676767;
  font-weight: normal;
}

TD.header_menu {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
/*  background-image:url("images/header/bg_header_down.gif");    */
  color: #676767;
  font-weight: normal;
}

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

A.header_menu:hover {
  color: #006400;
  text-decoration: underline;
}

TD.header_menu_small {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 9px;
  color: #bfbfbf;
  font-weight: normal;
}

A.header_menu_green {
  color: #006400;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

A.header_menu_green:hover {
  color: #676767;
  font-weight: normal;  
  text-decoration: underline;
}

A.header_menu_orange {
  color: #F17022;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

A.header_menu_orange:hover {
  color: #F17022;
  font-weight: normal;  
  text-decoration: underline;
}
/* End header_menu*/

/* Start header_search*/
TR.header_search {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
/*  background-image:url("images/header/bg_search.gif");    */
  color: #FFFFFF;
  font-weight: normal;
}

TD.header_search {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
}

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

A.header_search:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* End header_search */

.infoBox {
  background: #E6E6E6; /*border*/
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333333;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
/*  background-image:url("images/infobox/bg-Header.gif");*/
/*  background-image:url("images/infobox_module/top.gif");/*/
  color: #676767;
}

A.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, 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: #FFFFFF;
}

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: 0px;
  border-style: solid;
  border-color: #E6E6E6;
  border-spacing: 1px;
}

TD.productListing {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #676767;
}

A.productListing {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #676767;
}

SPAN.productListing {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

/* ////////////////////////////////////////productListingBox */
TD.productListingBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #676767;
}

A.productListingBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #676767;
}

SPAN.productListingBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}
/* ////////////////////////////////////////End productListingBox */

.productListing-heading {
/*  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #E6E6E6;
  color: #676767;
  font-weight: bold;*/

   font-family: Arial, Verdana, sans-serif;
   font-size: 12px;
   font-weight: bold;
  color: #676767;
  vertical-align: middle;
  white-space: nowrap; 
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333333;
}

A.pageResults {
  color: #006400;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #006400;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

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

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

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

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
 font-size: 16px;  
 font-weight: bold;
}

SPAN.productPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #333333;
 font-size: 16px;  
  font-weight: bold;
}

TD.productPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #333333;
 font-size: 16px;  
  font-weight: bold;
}

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

SPAN.close{
  color: #FF0000;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;  
  }
  
/*Start SpecialPrice */
TR.SpecialPrice {
  background: ;
}

TD.SpecialPrice {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #ff0000;
font-weight: bold;
text-decoration: none;  
}

A.SpecialPrice {
  color: #ff0000;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

A.SpecialPrice:hover {
  color: #353535;
  text-decoration: underline;
}

TR.SpecialPricelOld {
  background: ;
}

TD.SpecialPricelOld {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #353535;
  font-weight: normal;
  text-decoration: line-through;  
}

A.SpecialPricelOld {
  color: #353535;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
}

A.SpecialPricelOld:hover {
  color: #353535;
  text-decoration: underline;
}
/*End SpecialPrice */

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

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

/* message box */

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

/* input requirement */

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

/*  Categories in the Categories Images box  */

.imageBox {
  width: 12.5em;  /* Width of each Category */
  height: 15.75em;  /* Height of each Category */
  padding: 5px;  /* Padding between the category contents and the border */
  border: 1px solid #182d5c;  /* Border around each Category -- See the Readme file */
  margin: 3px;  /* Margin between the Category border and other objects */
  font-family: Arial, Verdana, sans-serif;  
  font-size: 8pt;
  background: #ffffff;  /* Background color of each Category */
  float: left;  /* Don't change this */
}

/* Custom Product Builder */

.builder_heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #eeeef0;
  color: #333333;
  font-weight: bold;
}

.builder_footing {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #eeeef0;
  color: #333333;
  font-weight: bold;
}

TH {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
/* End Custom Product Builder */


/*   Horizontal Drop-Down Menu Style   */
.horbar	{   /* Color of main horizontal menubar and border */
	color: ;
	background-color: ;
	border: 1px outset  ;
}
.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
/*	white-space: nowrap; */
}
.horizitem a {              /* Font style, size of submenu items */
  font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	position: relative;	
	display: block;	
}
.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #676767;
	text-decoration: none;
}
.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #676767;
	background-color:  ;
	text-decoration: none;
}
.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #000000;
	background-color: ;	
	text-decoration: none;
}
.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.horizsubframe	{      /* Color of submenu item and border */
	background-color: ;
	border: 2px outset ;	
	position: relative;
	display: block;	
}
.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
/*	white-space: nowrap; */
}
.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	text-decoration: none;	
	position: relative;
	display: block;	
}
.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #676767;
	font-size: 12px;	
	text-decoration: none;
}
.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #676767;
	background-color: ;
	text-decoration: none;
}
.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #000000;
	background-color: ;		
	text-decoration: none;
}
.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}
.dmselected {   /* Style override for selected category tree */
    background-color:  ;
	font-weight: bold;
}
.horbar .dmselected {   /* Style override for selected root category */
    background-color: ;
}

/*   Vertical Fly-Out Menu Style   */
.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: ;
	border: 1px outset #676767;
}
.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
/*	white-space: nowrap; */
}
.vertitem	a {   /* Font style, size of main menu items */
    font-family: Arial, Verdana, sans-serif;
	font-size: 12px;		
	text-decoration: none;
	position: relative;
	display: block;		
}
.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #000000;
	text-decoration: none;	
}
.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #FFFFFF;
	background-color: ;
	text-decoration: none;
}
.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #000000;
	background-color:;	
	text-decoration: none;	
}
.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.vertsubframe	{   /* Color of submenu item and border */
	background-color: ;
	border: 2px outset #676767;
	position: relative;
	display: block;	
}
.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
/*	white-space: nowrap; */
}
.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Arial, Verdana, sans-serif;
	font-size: 12px;			
	text-decoration: none;	
	position: relative;
	display: block;	
}
.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #000000;
	text-decoration: none;	
}
.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #FFFFFF;
	background-color: ;
	text-decoration: none;
}
.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #000000;
	background-color: ;	
	text-decoration: none;			
}
.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}
.dmselected {   /* Style override for selected category tree */
    background-color: ;
	font-weight: bold;
}
.verbar .dmselected {   /* Style override for selected root category */
    background-color: ;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* Tree and Plain Menu Style */
.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
   display: block;  /*	white-space: nowrap; */
}

.phplmbodytable { /* Class of table cells containing plain menus */
  font-family: Arial, Verdana, sans-serif;
}

.phplmnormal {     /* Font size & color of unlinked menu items */
  font-family: Arial, Verdana, sans-serif;
	color: #555555;
	font-size: 12px;	
	text-decoration: none;	
}

a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */
  font-family: Arial, Verdana, sans-serif;
	color: #333333;
	background-color: ;
	font-size: 12px;	
	text-decoration: none;	
}

a.phplm:hover	{      /* Font color, style of menu items when hovered over */
  font-family: Arial, Verdana, sans-serif;
	color: #006400;
	background-color: ;
	font-size: 12px;	
	text-decoration: none;	
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
  font-family: Arial, Verdana, sans-serif;
	color: #006400;
	font-size: 12px;	
	text-decoration: none;	
}

.dmselected {   /* Style overide for selected category tree */
  font-family: Arial, Verdana, sans-serif;
    background-color: ;
 	color: #006400;   
	font-weight: bold;
}

/*INDIVIDUAL BOXES & GRAPHICAL BORDERS BEGIN */
/*.mws_boxTop_module    { background: url('images/infobox_module/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: normal;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_module   { background: url('images/infobox_module/left.gif'); }
.mws_boxRight_module  { background: url('images/infobox_module/right.gif'); }
.mws_boxBottom_module { background: url('images/infobox_module/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_module { background: #ffffff; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;}
.mws_boxCenter_module2 { background: #ffffff; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;}
TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}*/

/* INDIVIDUAL BOXES & GRAPHICAL BORDERS END */
.mws_boxTop    { background: url('images/infobox/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: normal;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft   { background: url('images/infobox/left.gif'); }
.mws_boxRight  { background: url('images/infobox/right.gif'); }
.mws_boxBottom { background: url('images/infobox/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter { background: #FFFFFF; }

.mws_boxTop_main    { background: url('images/infobox_main/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: normal;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_main   { background: url('images/infobox_main/left.gif'); }
.mws_boxRight_main  { background: url('images/infobox_main/right.gif'); }
.mws_boxBottom_main { background: url('images/infobox_main/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_main { background: #FFFFFF; }

TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*
.mws_boxLeft_upper   { background: url('images/infobox_main/upper_left.gif'); }
.mws_boxRight_upper  { background: url('images/infobox_main/upper_right.gif'); }
.mws_boxLeft_lower   { background: url('images/infobox_main/lower_left.gif'); }
.mws_boxRight_lower  { background: url('images/infobox_main/lower_right.gif'); } */

.mws_boxLeft_upper   { background: url('images/infobox/upper_left.gif'); }
.mws_boxRight_upper  { background: url('images/infobox/upper_right.gif'); }
.mws_boxLeft_lower   { background: url('images/infobox/lower_left.gif'); }
.mws_boxRight_lower  { background: url('images/infobox/lower_right.gif'); }