/*
  $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: #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: #70a0d2; text-decoration: underline; }

BODY {
  text-align: center;
  background-color: #8f8f8f;
  color: #ffffff;
  margin: 20px;
  font-size: 10px;
}

.fixcenter {
  width: 900px;
  border: solid 0px black;
  background: #222222;
  color: #ffffff;
  margin: auto;
  margin-top: 0px;
  text-align: left;
}

#container-top {
  width:900px;
  height: 22px;
  background-image: url('images/grey-box-top.jpg');
  background-repeat: no-repeat;
}

#container-middle {
  background-image: url('images/grey-box-fill.jpg');
  background-repeat:repeat-y;
  padding: 0px 30px 0px 30px;
}

#container-bottom {
  height: 27px;
  background-image: url('images/grey-box-bottom.jpg');
  background-repeat: no-repeat;
}

.left_column {
background-color: #222222;
border-right: 1px dashed #cccccc;
}

.bar-left {
width: 21px;
height: 48px;
background-image: url('images/bar-off-left.gif');
background-repeat:no-repeat;
}

.bar-right {
width: 25px;
height: 48px;
background-image: url('images/bar-off-right.gif');
background-repeat:no-repeat;
}
.bar-mid {
height: 48px;
background-image: url('images/bar-off-mid.gif');
background-repeat:repeat-x;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background-color: #222222;
}
a.head-text {
  font-family:times new roman, serif; 
  text-decoration: none;
}

a.head-text:hover {
  text-decoration: none;
}

TR.headerNavigation {
  background-color: #222222;
  padding-top: 0px;
  border: 1px black;
  vertical-align: top;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif; 
    background-image: url('images/bar-off-mid.gif');
  background-repeat:repeat-x;
  font-size: 10px; 
  color: #ffffff; 
  font-weight: bold; 
  padding-top: 12px;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #cdcdcd;
}

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-color: transparent;

  border: 1px Gray;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; 
  color: #ffffff; 
  font-weight: bold; 
  padding: 2px 0px 10px 12px; 
  background-image: url('images/bar-off-mid.gif');
  background-repeat:repeat-x;
}

.infoBox {
  background: #cdcdcd;
}

.infoBoxContents {
  background: #555555;
  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 {
  background-color: #cdcdcd;
  border: 1px Gray;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #555555;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.contentBox {
  background: #cdcdcd;
}

TD.contentBoxHeading {
  background-color: #cdcdcd;
  border: 1px Gray;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #555555;
}

.contentBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.BestSellersBox {
  background: #222222;
}
TD.BestSellersBoxHeading {
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.BestSellersBoxContents {
  background: #222222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.CategoriesBox {
  background: #222222;
}
TD.CategoriesBoxHeading {
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #fff;
}
.CategoriesBoxContents {
  background: #222222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.CategoriesBoxContents a {
  background: #222222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.CurrenciesBox {
  background: transparent;
}
TD.CurrenciesBoxHeading {
  background-color: #cdcdcd;
  border: 1px Gray;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #555555;
}
.CurrenciesBoxContents {
  background: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.InformationBox {
  background: #222222;
}
TD.InformationBoxHeading {
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.InformationBoxContents {
  background: #222222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}
.InformationBoxContents a {
  color: #ffffff;
  }

.LanguagesBox {
  background: transparent;
}
TD.LanguagesBoxHeading {
  background-color: #cdcdcd;
  border: 1px Gray;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #555555;
}
.LanguagesBoxContents {
  background: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.ManufacturerInfoBox {
  background: #cdcdcd;
}
TD.ManufacturerInfoBoxHeading {
  background-color: #cdcdcd;
  border: 1px Gray;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #555555;
}
.ManufacturerInfoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.ManufacturersBox {
  background: #222222;
}
TD.ManufacturersBoxHeading {
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.ManufacturersBoxContents {
  background: #222222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.OrderHistoryBox {
  background: #222222;
}
TD.OrderHistoryBoxHeading {
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.OrderHistoryBoxContents {
  background: #222222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.ProductNotificationsBox {
  background: #222222;
}
TD.ProductNotificationsBoxHeading {
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.ProductNotificationsBoxContents {
  background: #222222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.ReviewsBox {
  background: #cdcdcd;
}
TD.ReviewsBoxHeading {
  background-color: #cdcdcd;
  border: 1px Gray;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #555555;
}
.ReviewsBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.SearchBox {
  background: transparent;
}
TD.SearchBoxHeading {
  background-color: #000000;
  border: 0px Gray;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.SearchBoxContents {
  background: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.SearchBoxContents a {
   color: #ffffff;
}

.ShoppingCartBox {
  background: #000000;
}
TD.ShoppingCartBoxHeading {
  background-color: #000000;
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px Gray;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.ShoppingCartBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: black;
}


.SpecialsBox {
  background: #222222;
}
TD.SpecialsBoxHeading {
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.SpecialsBoxContents {
  background: #222222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.TellaFriendBox {
  background: #222222;
}
TD.TellaFriendBoxHeading {
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.TellaFriendBoxContents {
  background: #222222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.WhatsNewBox {
  background: #222222;
}
TD.WhatsNewBoxHeading {
  background-image: url(images/small-bar-mid.gif);
  background-repeat: repeat-x;
  border: 1px black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}
.WhatsNewBoxContents {
  background: #222222;
  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: #909090;
}

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: #a0a0a0;
}Customer

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #cdcdcd;
  border-spacing: 1px;
}

.productListing-heading {
  background-color: #555555;
  border: 1px Gray;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #ffffff;
}

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

A.pageResults {
  color: #555555;
}

A.pageResults:hover {
  color: #333333;
}

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

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: 11px;
  line-height: 1.5;
}
TD.main TD {
  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: 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:#FFCC33;
  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: #aaaaaa; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #555555; }

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

/* 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: #ff3333; }

.cssButton {
  background: #f0f0f0;
  color: #484848;
  width: 100px;
  min-height: 20px;
  vertical-align: top;
  font-weight: normal;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: #484848;
  border-spacing: 1px;
}

#thecategories a:hover {
	color: #cccccc;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 140px;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a, .topcat a {
padding-left: 0px;
}

#secondcat a, .secondcat a {
	padding-left: 20px;
}

#thirdcat a, .thirdcat a {
	padding-left: 35px;
}

#fourthcat a, .fourthcat a {
	padding-left: 50px;
}

#fifthcat a, .fifthcat a {
	padding-left: 65px;
}

/*menu*/
ul#navlist
{
margin: 0;
padding: 10px 0px 18px 0px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}

#navlist a { 
padding: 10px 10px 10px 10px; 
font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color:#ffff00;
text-decoration: none;

}


/*Drop down menu*/
#dropmenudiv {
position:absolute;
border:1px solid black;
border-bottom-width: 1;
font:normal 10px Verdana;
line-height:18px;
z-index: 1000;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #222222;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: #dddddd;
color: #222222;
}


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

}

.phplmnormal {     /* Font size & color of unlinked menu items */
	color: #ffffff;
	font-size: 13px;	
	text-decoration: none;	
}


a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */
	color: #ffffff;
	font-size: 10px;	
	text-decoration: none;	
}


a.phplm:hover	{      /* Font color, style of menu items when hovered over */
	color: #cccccc;
	background-color: #222222;
	font-size: 10px;	
	text-decoration: underline;	
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
	color: #ffffff;
	font-size: 10px;	
	text-decoration: none;	
}

.dmselected {   /* Style overide for selected category tree */
    font-weight: bold;
}
ul.sitemap {
color: #FFFF99;;
}
h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #cccccc;
}
/* VJ Links Manager v1.16 begin */
TABLE.linkListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #555555;
  color: #ffffff;
  text-align: center;
}
A.linkListing-heading {
  color: #ffffff;
}
A.linkListing-heading:hover {
  color: #ffffff;
}
TD.linkListing-data {
  border-right: 0px solid #b6b7cb;
  border-bottom: 0px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #aaaaaa;
}

TR.linkListing-even {
  background: #a0a0a0;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #000000;
  text-align: center;
  border: 1px solid black;
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #000000;
  text-align: center;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #000000;
  text-align: center;
}
A.linkListingMain {
  color: #000000;
}
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: #ffffff;
  line-height: 1.5;
}
A.linkListingCats:hover {
  color: #ffffff;
  text-decoration: underline;
}

.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.16 end */

td.phoneNumber {
font-family: "trebuchet MS";
font-size: 20px;
text-align:right;
font-weight: bolder;
}

p.partyText {
font-family: "trebuchet MS";
font-size: 20px;
font-weight: bolder;
}

a.party {
 font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}