/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
.boxTextCat { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#FFFFFF; }
.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-image:url(images/bg.jpg);
  background-attachment:fixed;
  background-repeat:repeat-x;
  height:770px;
  color: #000000;
  margin: 0px;
}

.table_wrapper{
background-image:url(images/wrapper_bg.jpg);
background-repeat:repeat-y;
width: 904px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #FDA359;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
 /*  background: #bbc3d3;*/
 background: #16643D;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;
  background: #16643D;*/
  background-color: #16643D;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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;
}

.footer_bg {
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	width:904px;
	height: 30px;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    /*background: #bbc3d3;*/
  color: #7E7971;
  font-weight: bold;
}

a.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    /*background: #bbc3d3;*/
  color: #7E7971;
  font-weight: bold;
  text-decoration:none;
}

.hr
{
background-image: url(images/line.jpg);
background-repeat:repeat-x;
height:5px;
width: auto;
}
.infoBox {
   background: #EB700D;
 /* background: #FFFFFF;*/
}

.infoBoxCat {
	padding: 4px 0px 4px 10px;
	background-color: #16643D;
	margin: 0px 0px 0px 0px;
	/*width: 200px;*/
}

/*.infoBoxContents {
  background: #16643D
  #FFDC72;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}*/

.infoBoxContents {
  background: #FFFFFF;/*#f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsCat {
  background: #16643D;
  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: #FFC652/*bbc3d3*/;
  color: #ffffff;
}

.infoBoxHeadingCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-image: url(images/cart.jpg);
  background-repeat: no-repeat;
  width: 204px;
  text-align:center;
}

.catHeading {
  background-image:url(images/category.jpg);
  background-repeat:no-repeat;
  padding: 35px 0px 0px 0px;
  width: 96px;
  height:47px;
}

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: #f8f8f9;*/
  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;*/
  background: #ffffff;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  padding: 2px 2px 2px 2px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffcc66;
  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: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0D4026;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family:Tahoma;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText, div.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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;
}

.moduleRow { }
.moduleRowOver { background-color: #FCF2D2; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FBEFD6; }

.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; }


/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/
/*used by header for dm_category */
.verbar	{   /* Color of main vertical menubar and border */
	color: #FFFFFF;
	/*background-color: #e6e7e6;*/
	border: 0px outset #fdfefd;
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
	padding:5px 0px 0px 0px;
}

.vertitem	a {   /* Font style, size of main menu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 4px 0px 5px 0px;		
	text-decoration: none;
	position: relative;
	font-weight:bold;
	/*display: block;	*/
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #FFFFFF;
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #FFFFFF;
	text-decoration: none;
}



.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: collapse;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #33845B;
	position: relative;
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
	margin: 5px 0px 0px 0px;
	background-color: #33845B;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;			
	text-decoration: none;
	padding: 5px 0px 0px 0px;	
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #FFFFFF;
	text-decoration: none;	
	background-color: #33845B;
	padding: 5px 0px 0px 0px;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #FFFFFF;
	text-decoration: none;
	background-color: #44A072;	
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #FFCC51;
	background-color: #44A072;	
	text-decoration: none;	
	padding: 5px 0px 0px 0px;		
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 9px;
	right: 12px;
}

.dmselected {   /* Style override for selected category tree */
    color: #FFCC51;
	font-weight: bold;
}

.verbar .dmselected {    /*Style override for selected root category */
    color:#CCCC00;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:50px;
padding:0px;
text-align:center;
font-weight:bold;
/*/*border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}
