/*
  $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
*/

/*** Begin Header Tags SEO ***/
{
font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px;}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; 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: #70d250; text-decoration: underline; }

BODY {
  background: #3c80a5;
  color: #000000;
  margin: 0px;
  background-image: url(bgbottom.jpg);
  background-repeat: repeat-x;
  background-position: bottom; 
  /*background-attachment: fixed;*/ 
}
.toptile {
   background-image: url(images/bg_tile.jpg);
   background-repeat: repeat-x;
}
A {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}


TR.headerNavigation {
      background-color: #dee8ff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 7px;
   color: #000000;
 /* font-weight : bold; */
}

A.headerNavigation { 
  color: #000000;

}

A.headerNavigation:hover {
  color: #555555;
}
TABLE.headerNavigation2 {
/*      background-color: #e6e6e6; */
background-image: url(tbltile.jpg);
background-repeat: repeat-x;
}

TD.headerNavigation2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
   color: #000000;
  font-weight : bold;
}

A.headerNavigation2 { 
  color: #000000;

}

A.headerNavigation2:hover {
  color: #555555;
}

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: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
  background-image: url(images/top_bar.jpg);
  background-repeat: repeat;
}

.infoBox {
	background-color:#dee8ff;
	}

TD.tab {
	background-image: url(tab.jpg);
	  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;

}
TD.notab {dee8ff
	background-image: url(notab.jpg);
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
  dee8ff


.infoBoxContents {
  background: #dee8ff;
/*   background-image: url(tablefade.jpg); */
  background-repeat: repeat-x;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background-image: url(images/side_nav_content.jpg);*/

}

.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: #dee8ff;
  color: #FFFFFF;
      background-image: url(images/top_bar.jpg); 
  background-repeat: repeat;
}

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;
  border-style: solid;
  border-color: #FFFFFF;
  border-bottom: 1px;
vertical-align: bottom;
}

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: #FFFFFF;
vertical-align: bottom;
  
}

TABLE.productListing {
vertical-align: bottom;
  
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #dee8ff;
  color: #000000;
  font-weight: bold;
  /*background-image: url(images/nav2.jpg);
  background-repeat: repeat;*/
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #dee8ff;
  border-style: solid;
  border-width: 1px;
vertical-align: bottom;
}

A.pageResults {
  color: #0000FF;
}

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

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

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: 11px;
  line-height: 1.5;
}

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

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: #f0a480;
  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;
}
P A {
	text-decoration: underline;
}
.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; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.menudiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 125px; /* Width of Menu Items */
font-family: arial;
font-size: 10px;
}
	
.menudiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.menudiv ul li ul{
left: 124px; /* Parent menu width - 1*/
position: absolute;

background-color: #dee8ff;
width: 175px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.menudiv ul li ul li ul{ 
left: 299px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.menudiv ul li ul li a{ 
left: 299px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.menudiv ul li ul li ul li a{ 
background-color: #dee8ff;
}

/*All subsequent sub menu levels offset */
.menudiv ul li ul li ul li ul li a{ 
background-color: #dee8ff;
}

/* menu links style */
.menudiv ul li a{
display: block;
color: black;
text-decoration: none;
padding: 0px 0px;
border-bottom: 0;
line-height: 1.9em;
}

.menudiv ul li a:visited{
color: black;
}

.menudiv ul li a:hover{
background-color: #a6cadf;
color: black;
text-decoration: none;

}

.menudiv ul li ul li a:hover{
background-color:  #a6cadf;
color: black;
text-decoration: none;
}

.menudiv ul li ul li ul li a:hover{
background-color:  #a6cadf;
color: black;
text-decoration: none;
}

/* The main categories with sub-categories */
.menudiv .subfolderstyle{
background: url(images/arrow_right2.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.menudiv ul li ul .subfolderstyle {
background-color: #dee8ff;
}

/* This one colors the sub-folder with other sub-folders */
.menudiv ul li ul li ul .subfolderstyle {
background-color: #dee8ff;
}

/* This one colors the sub-folder with other sub-folders */
.menudiv ul li ul li ul li ul .subfolderstyle {
background-color: #dee8ff;
}
	
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial
}

#sddm li a
{	display: block;
	margin: 0 0px 0 0px;
	padding: 0px 0px;
	width: 140px;
	background: url(notab.jpg) top left repeat-x;
	/*background: #004584;*/
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{ 
/*background: url(images/menu2.jpg) top left repeat-x; color: black;*/
background-color: #dee8ff;

}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-top: 1px white;
	border: 1px; border-color: black;
}

#sddm div a
{	
position: relative;
display: block;
padding: 0px 0px 0px 0px;
border-top: 1px white;
width: 159px;
white-space: nowrap;
text-align: left;
text-decoration: none;
background:  #004584;
color: #FFFFFF;
font: 11px arial;
}

#sddm div a:hover
{	
background: #FFFFFF;
color: #000000
}

