/*
  $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: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #b4b9c3; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #ff0001; text-decoration: underline; }

BODY {
  background: #dcdcdc;
  background-image: url(images/bg-blue.gif);
  color: #000000;
  margin: 0px;
}

/* Header links */
A {
  color: #000000;
  text-decoration: none;
}

/* Header links */
A:hover {
  color: #fffff;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
  background-image: url(images/bg-box-header.png);
}

TR.headerNavigation {
  background:#0087d8;
  background-image: url(images/bg-header-menu.gif); */
   vertical-align: middle;
 
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #dd0000;
  color: #ffffff;
  font-weight : bold;
  background-image: url(images/bg-header-menu.gif);
  vertical-align: middle;
}

/*header navigation buttons */
A.headerNavigation {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-decoration: none;
	/*border-bottom-color: #ff0001;
	border-bottom-style: none;
	border-left-color: #ff5353;
	border-left-style: solid;
	border-top-color: #ff0001;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	background-image: url(images/bg-blue-header-menu.png);*/
	font-weight: bold;
}

A.headerNavigation:hover {
	color: #aeafd2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	
}

/* old Top Menu */

#navigation a 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #ffffff;

/*background: #1875bb url("images/left-tab.gif") left top no-repeat; */
text-decoration: none; 
padding-left: 10px;
align:center; 
} 

#navigation a span 
{ 
/*background: url("images/right-tab.gif") right top no-repeat; */
padding-right: 10px; 
} 

#navigation a, #navigation a span 
{ 
display: block; 
float: right;
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

#navigation a:hover 
{ 
color: #ff0000; 
/*background: #1875bb url("images/left-tab-hover.gif") left top no-repeat; */
text-decoration: none; 
padding-left: 10px; 
} 

#navigation a:hover span 
{ 
/*background: url("images/right-tab-hover.gif") right top no-repeat; */
padding-right: 10px; 
} 

#navigation 
{ 
list-style: none; 
padding: 0; 
margin: 0;
/*background: #0037c8 url("images/images/bg-bluefademenu.jpg");*/
vertical-align:top;
} 

#navigation li 
{ 
float: right; 
display: block; 
margin: 0; 
padding: 0;
/*background: #0037c8 url("images/images/bg-bluefademenu.jpg");*/ 
}

/* end old menu */


/* ...*/
.listmenu ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
 	/*margin: 0 0 0px 0;
 	padding: 0 0 2px 0; */
 	list-style-type: none;
 	width:150px;
 	/*background-color:#ffffff;*/
 	vertical-align:top;
	margin: -4px;
	display: block;
	/*padding:2 2 3 14px;*/
	
	
	
 }

.listmenu li a {
 color: #ffffff;
 display: block;
 
 border-left:0px solid #666;
 border-right:0px solid #666;
 border-bottom: 1px solid #9b9dff;
 height: 18px;
 padding: 4px 2px 4px 30px;
 text-decoration: none;
 font-weight:bold;
 /*background-color:#2429FE;*/
 }

.listmenu li a:hover {
 background-color: #FF0000;
 color:#ffffff;
 }













TD.infoBoxHeading A { 
  color: #ffffff;
  text-decoration: none;
  
}

TD.infoBoxHeading A:hover {
  color: #0000ff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #ffffff;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

IMG.productImageSmall {
	border:1px;
	border-thickness: 1px;
	border-color: #646464; 
	border-style: solid;
} 

A:hover IMG.productImageSmall, A:active IMG.productImageSmall {
	border:1px;
	border-thickness: 1px;
	border-color: #000000;
	border-style: solid
}

TR.footer {
  
  background-image: url(images/bg-header-menu.gif);
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
   color: #ffffff;
  font-weight: bold;
  background-image: url(images/bg-header-menu.gif);
  padding-bottom: 4px;
	padding-top: 4px;
}

.infoBox {
  background:#ffffff;

  
}

.infoBoxContents {
  /*background: #FFffff;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #404040;
  
  
}




.sideNavigation .infoBox {
 background:#eaf1ff url(images/bg-menu.jpg);
  border:1px;
	border-color: #83aaf8; 
	border-style: solid;
	
	
    
}

.sideNavigation .infoBoxContents {
  /*background: #ffffff;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #404040;
  
}


.sideNavigation .infoBoxContents A {

	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
    color: #000080;
	font-weight:bold;
	/*background-color: #ffffff;*/
	text-decoration: none;
	border-top: none #000000 1px;
	/*border-left: solid #000000 1px;*/
	/*border-bottom: solid #d2d2d2 1px;*/
	/*border-right: solid #000000 1px;*/
	margin: -4px;
	
	display: block;
	/*background:url(images/menu-arrows.gif) center left no-repeat; margin:0px;
	height: 22px;*/
	padding:2 2 3 10px;
}
.sideNavigation .infoBoxContents A:hover , .sideNavigation .infoBoxContents a.current {
	color: #ffffff;
	background: #0000c0;
	text-decoration: none;
	font-weight: bold;
}







/* Categories menu */
.infoBoxContentsCategories {
  background: #ececec;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #404040;
  
}


.infoBoxContentsCategories A {

	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
    color: #404040;
	background-color: #ececec;
	text-decoration: none;
	border-top: none #000000 1px;
	/*border-left: solid #000000 1px;*/
	border-bottom: solid #ffffff 1px;
	/*border-right: solid #000000 1px;*/
	margin: -4px;
	
	display: block;
	/*background:url(images/menu-arrows.gif) center left no-repeat; margin:0px;
	height: 22px;*/
	padding:2 2 3 10px;
}
.infoBoxContentsCategories A:hover , .infoBoxContentsCategories a.current {
	color: #000000;
	background: #b0c86c;
	text-decoration: none;
	font-weight: bold;
}





















.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: 12px;
	font-weight: bold;
	background: #0000c0;
	color: #ffffff;
	padding-bottom: 0px;
	padding-top: 0px;
	height:24px;
	background-image: url(images/bg-box-header.gif);
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #f0f0f0;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #494948;
  border-spacing: 1px;
  background: #ffffff;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #494948;
  color: #FFffff;
  font-weight: bold;
}

TD.productListing-heading A { 
  color: #ffffff; 
  text-decoration: none; 
}

TD.productListing-heading A:hover { 
  color: #FFFFFF; 
  text-decoration: underline; 
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
   color: #000000;
}

A.pageResults {
  color: #ff0000;
}

A.pageResults:hover {
  color: #0000ff;
  background: #51ca00;
}

TD.pageHeading, DIV.pageHeading, H1 {
	padding: 5px 0px 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #494948;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #808080;
}

TD.smallTextFooter, SPAN.smallTextFooter, P.smallTextFooter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #c0c0c0;
}




TD.catlistText a, SPAN.catlistText, P.catlistText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #1875bb;
  text-align:left;
  vertical-align:middle;
  padding-left:10px;
 
  
}

TD.catlistText a:hover {
  color: #404040;
  text-decoration:underline;
}













.smallTextFooter A{
  color: #dcdcdc;
  text-decoration: underline;
}

.smallTextFooter A:hover {
  color: #ff0000;
 text-decoration: underline;
}





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;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, 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: #d9d9d9; }

.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: #b4b9c3; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #b4b9c8; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }




/* new menu */



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	
	/*list-style: none;*/
	line-height: 2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
    color: #404040;
	padding-top:4px;
	background-color: #ececec;
	text-indent:10;
	list-style-image: url('/images/single-arrow-green.gif');
	list-style-position: inside;
	
}

#nav a {
	/*display: block;*/
	width: 100%;
	background-color: #ececec;
}

#nav li { /* all list items */
	float: left;
	width: 100%; /* width needed or else Opera goes nuts */
	background-color: #ececec;
	/*background: url(images/double-arrow-green.gif) left no-repeat; ????*/
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ececec;
	width: 100%;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	/* left: auto; */
	
	
	
}

	
/* Menu items with subcategories */	
#nav a.daddy {
	background: url(images/arrow_green.gif) center right no-repeat;
}

#nav a:hover {
color:#62782e;
text-decoration:underline;
}
#nav a:selected {
color:#62782e;
}


/* Selected items with subcategories */	
#nav li.selected {
    color:#62782e;
	

}

.headertable{
 background: url(images/bg-header.jpg) center left;
}