  /*
  $Id: stylesheet.css,v 1.1.1.1 2006/08/29 11:41:09 andrei Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* Add PNG transparency support to IE 5.5-6.x */
img, input, .transBgImg{ behavior: url(ie6_behaviors/iepngfix.htc); }

/* Add whatever:hover support to IE 5.5-6.x */
body { behavior: url(ie6_behaviors/csshover.htc); }

.center-contents { text-align: center; margin-left: auto; margin-right: auto; }

.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; }

.site_wrapper {
  /* width: 1143px; */
  
  max-width:1143px;
  width: expression(document.body.clientWidth > 1143? "1143px": "auto" );
  
  border-style: none solid; border-width: 1px; border-color: #CCCC99;
  
  /* Main site background color */
  background: #E0E0C0; 
  color: #000000;
  margin: auto;
}

BODY {
/*  background: #ffffff; */
/*  text-align: center; */
  text-align: left;
  background: #FFFFFF;
  /*background-image: url('images/wallpaper2.jpg');
  background-repeat: repeat*/
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  /* color: #AABBDD;  blue */
  color: #CC6600; /* orange */
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #DBCEBE;
}

div.headerNavigation, TR.headerNavigation {
  /*background: #v;*/
  background-image: url("images/button-middle.gif");
}

div.headerNavigation, TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #70B24A;*/
  background: #DBCEBE;
  background-image: url("images/button-middle.gif");
  color: #ffffff;
  font-weight : bold;
  padding-top: 2px; 
  padding-bottom: 3px;
}

.siteImageHeader
{
  background: #CCCC99;
}

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;
}

/* RAR -- Added to support right aligned menu */
.headerMenuItem{
  /* font-family: Verdana, Arial, sans-serif; */
  font-family: tahoma,sans-serif;
  /* font-size: 10px; */
  font-weight: bold;
  line-height: 20px;
  font-size: small; /*14px; */
  background-image: url("images/button-middle.gif");
  height: 20px;
  padding: 0px 8px 0px 8px;
  text-align: right;
  
 /* background: #70B24A; */
/*  background: #bbc3d3; */
  vertical-align: middle;
  color: #ffffff;
  display: block;
  right: 0;
  float: right;
  width: 99px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 100px;
}



/* RAR -- Added to support right aligned menu */
.headerMenuHeader{
  /* font-family: Verdana, Arial, sans-serif; */
  font-family: tahoma,sans-serif;
  /* font-size: 10px; */
  font-weight: bold;
  line-height: 20px;
  font-size: small; /*14px; */
  background-image: url("images/button-middle.gif");
  height: 20px;
  padding: 0px 8px 0px 8px;
  text-align: right;
  
 /* background: #70B24A; */
/*  background: #bbc3d3; */
  vertical-align: middle;
  color: #ffffff;
  display: block;
  right: 0;
  float: right;
  opacity: 1.0;
  filter: alpha(opacity=100);
  width: 130px;
}

.headerMenuHeader:hover {
  text-decoration: none;
  color: #ffffff;
  }
  
.headerMenuItem:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  text-decoration: none;
  color: #ffffff;
}

TR.footer {
  background: #70B24A;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #70B24A;*/
  background-image: url("images/button-middle.gif");
  color: #ffffff;
  font-weight: bold;
  padding-top: 2px; 
  padding-bottom: 3px;
}

.headerMainNavigation {
  font-family: tahoma,sans-serif;
  font-weight: bold;
  line-height: 18px;
  font-size: 11px;
  height: 18px;
  vertical-align: middle;
  color: #ffffff;
  background-image: url("images/button-middle.gif");
  background-position: bottom;
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 5px;
  padding-right: 10px;
}

.infoBox {
  background: #4ea256; /* Green */
  
}

.infoBoxContents {
  background: #f8f8f9;
  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, TD.infoBoxHeading a, div.infoBoxHeading {
  /* font-family: Verdana, Arial, sans-serif; */
  font-family: tahoma,sans-serif;
  /* font-size: 10px; */
  font-weight: bold;
  line-height: 20px;
  font-size: small; /*14px; */
  height: 20px;
  
 /* background: #70B24A; */
/*  background: #bbc3d3; */
  vertical-align: middle;
  color: #ffffff;
}

TD.infoBoxHeading, div.infoBoxHeading {
  background-image: url("images/button-middle.gif");
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.tableBoxVerticalSeparator {
  height: 100px; 
  width: 1px;  
  border-right: 1px solid #DBCEBE;
}

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 {
  background-image: url("images/button-middle.gif");
  /*background: #70B24A;*/
  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading-href {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading-href:hover {
  color: #ffffff;
}

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,H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;

  /* Main site text color - Dark Red */
  color: #804040;
  border-bottom: 1px solid #b7b489; /*Tan*/
  aposition: relative;
  aleft: -15px;
}

H2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #993333; /*color: #A2404E;*/
  border-bottom: 1px solid #b7b489; /*Tan*/
}


.pageSubHeading
{
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: relative;
  float: right;
  top: 5px;
  height: 16px;
}

.pageSubHeading *
{
vertical-align: bottom;
height: 16px;
}

.pageSubHeading:hover
{
  opacity: 1.0;
  filter: alpha(opacity=100);
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  aline-height: 1.5;
  padding-left: 15px;
}

/* Change this setting to globally set the font of the product
 * descriptions and text on the main page */
TD.main P, TD.main FONT
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #882222;
}

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: #cc9900;
  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: #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; }

/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	/* background-color: #e6e7e6;*/
	background-color: #ffffff;
	/*border: 1px outset #fdfefd;*/
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	awhite-space: nowrap;
	line-height: 10px;
}

.vertitem	a {   /* Font style, size of main menu items */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	text-decoration: none;
	position: relative;
  padding-left: 5px;
  padding-top: 3px;
  display: block;		
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #000000; /*#000000;*/
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff; /*#ffffff; */
	background-color: #800000; /* #21449c; */
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	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: #FFFFFF; /*#e6e7e6;*/
	/*border: 2px outset #fdfefd; */
	border: 1px outset #800000;

	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	awhite-space: nowrap;
	line-height: 10px;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;			
	text-decoration: none;
	
	position: relative;
	display: block;	
	padding-left: 5px;
	padding-top: 3px;
}

.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: #800000; /*#21449c;*/
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	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 */
    font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}

/*-------------------------------------------*/
/*    Vertical Expanding Tree menu style     */
/*-------------------------------------------*/

/* Height and font size of main items in tree */
div.treemenudiv
{
  height: 18px;
  font-size: 11px;
  padding-right: 8px; /* Padding on right side of menu (needed by ie6?) */
}

/* Vertically center everything inside the menu item */
/* Set the text color of the main tree items */
.treemenudiv *
{
  vertical-align: middle;
  color: #882222; /* Dark Red */
}

/* Height and font size of sub-items in  the tree */
.treemenugroupdiv .treemenudiv
{
  height: 16px;
  font-size: 10px;
}

/* Size of images in front of items (needed by iepngfix) */
div.treemenudiv img
{
  width: 12px;
  height: 16px;
}

/* Hide images in front of sub-items and set width so they are 
   appropriately indented. This was added to make my specific 
   tree menu work right */
div.treemenugroupdiv div.treemenudiv img
{
  visibility: hidden;
  width: 9px;
}

/* Text color of the tree sub-items */
.treemenugroupdiv .treemenudiv *
{
  color: #000000;
}

/* Explictly set hover behavior for links to override global css settings */
div.treemenudiv a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

/* Set link style when hovering over parent div */
div.treemenudiv:hover a
{
  color: #FFFFFF;
}

/* Set link style for sub-items when hovering over parent div (ie6 only?) */
div.treemenugroupdiv div.treemenudiv:hover a
{
  color: #FFFFFF;
}

/* Set background when hovering over item */
div.treemenudiv:hover
{
  background-image: url("images/button-middle.gif");
}

TD.main div.testimonial
{
  background: #CCCC99;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  afont-weight: bold;
  width: 75%;

  /* Center paragraph */
  margin-left: auto;
  margin-right: auto;

  padding: 5px;

  afont-variant: small-caps;
  border-color: #999966 white;
  border-style: solid none;
  border-width: 1px;
}

TD.main div.testimonial p
{
  color: #000000;
}

TD.main div.testimonial p:first-letter
{
  font-size: 18px;
  font-weight: bold;
}



/*---------------------------------*/
/*    Make an offer v3.0 styles    */
/*---------------------------------*/

SPAN.MakeAnOffer {
  font-family: Verdana, Arial, sans-serif;
  color: #666000;
  font-size: 12px;
}

.maooffer {
  background: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  /*text-align: center;*/
  font-variant: small-caps;
  border-color: #DBCEBE white;
  border-style: solid none;
  border-width: 1px;
}

.maolowoffer {
  background: #dd0000;
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-variant: small-caps;
  border: medium;
  border-style: ridge;
}

/* Defines a container for absolutely positioned elements */
.container
{
  position: relative;
  zoom: 1; /* For IE to give the container a layout so opacity works
  on children */
}

/* Defines an element that when displayed will "disable" everything in
 * it's container */
div.disabler
{
  position: absolute;
  left: 0px; top: 0px;
  width: 100%; height: 100%;
  background-color: #666666; /* dark gray */
  opacity: .5; 
  filter: alpha(opacity=50); /* partially transparent */
  z-index: 1000; /* Move above everything else */
}

div.disabled_message
{
  position: absolute;
  left: 0px; top: 0px;
  width: 100%; height: 100%;
  z-index: 1001; /* Move above disabler div */
}

/* Defines an element with no transparency */
.opaque
{
  opacity: 1.0; filter: alpha(opacity=100); /* opaque */
}

/* Defines a hidden object */
.hidden
{
  display: none;
}

/* VJ Links Manager v1.18 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black;
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold; 
  color: #000; 
}
A.linkListingMain {
  color: #fff;
}
A.linkListingMain:hover {
  color: #FF0000;
}

.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingCats:hover {
  color: #FF0000;
}

.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingSubCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}

/* VJ Links Manager v1.18 end */



