/*
  $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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.errorBox {
	font-family : Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CC0000;
}
.stockWarning {
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	color: #CC3333;
	text-decoration: blink;
}
.productsNotifications { background: #CCCCCC; }
.orderEdit { font-family : Arial, Verdana, sans-serif; font-size: 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #FFFFA7;
  color: #333333;
  margin: 0px;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	background-color: #996699;
	background-image: url(../../../images/menubarvig.gif);
	background-repeat: repeat-x;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight : bold;
	font-size: 11px;
	text-decoration: none;
	background-color: #996699;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-image: url(../../../images/menubarvig.gif);
	background-repeat: repeat-x;
}

A.headerNavigation {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #996699;
	background-image: url(../../../images/menubarvig.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 4px;
}

A.headerNavigation:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.headerNavigation:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.headerNavigation:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, Helvetica, 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, Helvetica, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	background-color: #FFFFFF;
}

.infoBoxContents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.infoBoxNotice {
	background-color: #993366;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color: #996699;
	height: 20px;
}

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

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: #CCCCCC;
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #993366;
}

TD.productListing-data {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-weight: normal;
	text-decoration: none;
}

A.main {
	color: #C55C8E;
	font-weight: normal;
	text-decoration: none;
}

A.main:hover {
	color: #C55C8E;
	font-weight: normal;
	text-decoration: underline;
}

A.main:active {
	color: #C55C8E;
	font-weight: normal;
	text-decoration: none;
}

A.main:visited {
	color: #C55C8E;
	font-weight: normal;
	text-decoration: none;
}

bodymain {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.bodymain:link {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.25;
  color:#333333
  font-weight: normal;
text-decoration: none;
}

A.bodymain:hover {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.25;
  color:#CC6633
  font-weight: normal;
	text-decoration: none;
}

A.bodymain:visited {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.25;
  color:#333333
  font-weight: normal;
	text-decoration: none;
}

A.bodymain:active {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.25;
  color:#333333
  font-weight: normal;
	text-decoration: none;
}


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

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #663366;
  font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border: 1px solid #DD9727;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #ff0000; }
.addresses {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

.categorybox{
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFDFDF;
}
/*change the menu hover color below*/
#thecategories a:hover {
	color: #000000;
}

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

#thecategories {
	position: relative;
	top: -0px;
	margin-bottom: -0px;
	width: 100%;
}

.activelink {
	display: block;
	font-weight: normal;
	color: #CC6699;
	background-image: url(../../../images/catlozenge.gif);
	background-repeat: no-repeat;
}

#thecategories a {
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
}

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

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

#secondcat a {
	padding-left: 5px;
	padding-top: 5px;
	font-style: italic;
}

#thirdcat a {
	padding-left: 8px;
	padding-top: 5px;
}

#fourthcat a {
	padding-left: 10px;
	padding-top: 5px;
}

#fifthcat a {
	padding-left: 12px;
	padding-top: 5px;
}.columnborder {
}
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 190px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	background-repeat: no-repeat;
	font-weight: normal;
}
	
.suckerdiv ul li{
	position: relative;
	background-repeat: no-repeat;
	height: 21px;
	background-image: url(../../../images/catlozenge.gif);
	background-position: 0 -1px;
	padding-left: 8px;
	padding-top: 2px;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 190px; /* Parent menu width - 1*/
position: absolute;
width: 190px; /*sub menu width*/
top: -5;
display: none;
}

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

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
	left: 190px;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{ 
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #333333;
text-decoration: none;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #333333;
}

.suckerdiv ul li a:hover{
color: #333333;
text-decoration: underline;
}

.suckerdiv ul li ul li a:hover{
color: #333333;
text-decoration: underline;
}

.suckerdiv ul li ul li ul li a:hover{
color: #333333;
text-decoration: underline;
}

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

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }

A.contactus {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #CC0066;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

A.contactus:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

A.contactus:active {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

A.contactus:hover {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline blink;
}
.main_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 1px;
	color: #CC0066;
	font-weight: normal;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 1px;
	color: #CC0066;
	font-weight: normal;
}
A.headerNavigation_mainpages {

	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #996699;
	background-image: url(../../../images/menubarvig.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 4px;

}
.rightcolumntext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.25;
}
.homepageleftcolumntext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
A.homepagedownloadlink:link {
	color: #FF6699;
}
A.homepagedownloadlink:hover {
	color: #FF6699;
	text-decoration: underline;
}
A.homepagedownloadlink:active {
	color: #FF6699;
}
A.homepagedownloadlink:visited {
	color: #FF6699;
}
A.homepageleftcolumn:link {
	color: #FF6699;
}
A.homepageleftcolumn:hover {
	color: #FF6699;
	text-decoration: underline;
}
A.homepageleftcolumn:active {
	color: #FF6699;
}
A.homepageleftcolumn:visited {
	color: #FF6699;
}
