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

/* Menu */

MENU {
	PADDING-RIGHT: 2px; DISPLAY: block; PADDING-LEFT: 2px; FILTER: revealTrans(transition=12,duration=0.5) progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#333333,endColorStr=#666666) progid:DXImageTransform.Microsoft.Shadow(direction=180,color=#7b7b7b,strength=3); LEFT: 0px; PADDING-BOTTOM: 2px; MARGIN: 0px; VERTICAL-ALIGN: middle; PADDING-TOP: 2px; color: #ffffe5; font-weight: bold; font-size: 12px; FONT-FAMILY: arial, sans-serif, helvetica, verdana; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #cccccc
}
MENU A {
	COLOR: #ffffe5; TEXT-DECORATION: none
}
#menu1 {
	DISPLAY: block! important; FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=180,color=#999999,strength=3) progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#333333,endColorStr=#666666)
}
MENU SPAN {
	BORDER-RIGHT: white 1px; PADDING-RIGHT: 2px; BORDER-TOP: white 1px; DISPLAY: inline! important; PADDING-LEFT: 2px; PADDING-BOTTOM: 3px; VERTICAL-ALIGN: middle; BORDER-LEFT: white 1px; CURSOR: pointer; PADDING-TOP: 3px; BORDER-BOTTOM: white 1px; BACKGROUND-COLOR: transparent
}
MENU DIV {
	BORDER-RIGHT: white 1px; PADDING-RIGHT: 2px; BORDER-TOP: white 1px; DISPLAY: block! important; PADDING-LEFT: 2px; PADDING-BOTTOM: 3px; VERTICAL-ALIGN: middle; BORDER-LEFT: white 1px; CURSOR: pointer; PADDING-TOP: 3px; BORDER-BOTTOM: white 1px; BACKGROUND-COLOR: transparent
}
.HOVER {
	BORDER-RIGHT: white 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: white 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; VERTICAL-ALIGN: middle; BORDER-LEFT: white 1px solid; CURSOR: pointer; PADDING-TOP: 2px; BORDER-BOTTOM: white 1px solid; BACKGROUND-COLOR: #999999
}
.EXPANDABLE {
	BORDER-RIGHT: white 1px; PADDING-RIGHT: 2px; BACKGROUND-POSITION: right center; BORDER-TOP: white 1px; PADDING-LEFT: 2px; BACKGROUND-IMAGE: url(images/arrow1.gif); PADDING-BOTTOM: 3px; VERTICAL-ALIGN: middle; BORDER-LEFT: white 1px; CURSOR: pointer; PADDING-TOP: 3px; BORDER-BOTTOM: white 1px; BACKGROUND-REPEAT: no-repeat
}
.EXPANDABLEHOVER {
	BORDER-RIGHT: white 1px solid; PADDING-RIGHT: 1px; BACKGROUND-POSITION: right center; BORDER-TOP: white 1px solid; PADDING-LEFT: 2px; BACKGROUND-IMAGE: url(images/arrow2.gif); PADDING-BOTTOM: 2px; VERTICAL-ALIGN: middle; BORDER-LEFT: white 1px solid; CURSOR: pointer; PADDING-TOP: 2px; BORDER-BOTTOM: white 1px solid; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #999999
}
a.class1:link {color:#fefef1} 
a.class1:visited {color:#fefef1} 
a.class1:hover {color:#ffcc00; text-decoration: none}
a.class1:active {color:#0000ff}
a.class2:link {color:#fefef1} 
a.class2:visited {color:#ffffe5} 
a.class2:hover {color:#ffcc00; font-weight: bold;}
a.class2:active {color:#ffff00}
a.class3:link {color:#666666} 
a.class3:visited {color:#9999ff} 
a.class3:hover {color:#333333; font-weight: bold; text-decoration: underline; font-size: 12px}
a.class3:active {color:#ffcc00}
a.class5:link {color:#666666} 
a.class5:visited {color:#9999ff} 
a.class5:hover {color:#0000ff; font-weight: bold; font-size: 16px}
a.class5:active {color:#ffcc00}
a.class6:link {color:#666666; text-decoration: underline} 
a.class6:visited {color:#9999ff; text-decoration: underline}
a.class6:hover {color:#0000ff; font-weight: bold; font-size: 12px}
a.class6:active {color:#ffcc00}
a.class7:link {color:#333333} 
a.class7:visited {color:#333333} 
a.class7:hover {color:#000000; text-decoration: underline}
a.class7:active {color:#0000ff}
br.small {line-height:3px}

.boxText { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, Verdana, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, sans-serif; font-size : 10px; color: #ff3333; }
.stockWarning2 { font-family : Arial, Verdana, sans-serif; font-size : 15px; color: #ff3333; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Verdana, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #000000;
  color: #666666;
  margin: 0px;
  scrollbar-3dlight-color:#cccccc;
  scrollbar-arrow-color:#fefef1;
  scrollbar-base-color:#fefef1;
  scrollbar-darkshadow-color:#666666;
  scrollbar-face-color:#333333;
  scrollbar-highlight-color:#fefef1;
  scrollbar-track-color:#999999;
  scrollbar-shadow-color:#cccccc;
}

SELECT {
  background-color: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  font-family: Arial, Verdana, sans-serif;
  font-weight: none;
  font-size: 11px;
  scrollbar-face-color:#333333 !important;
  scrollbar-arrow-color:#fefef1 !important;
  scrollbar-highlight-color:#999999 !important;
  scrollbar-3dlight-color:#cccccc !important;
  scrollbar-shadow-color:#666666 !important;
  scrollbar-darkshadow-color:#666666 !important;
  scrollbar-track-color:#999999 !important;
}

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

A.link {
  color:#666666;
}

A.visited {
  color:#9999ff;
}

A:hover {
  color:#333333;
  text-decoration: none;
  font-weight: bold;
}

A:active {
  color:#ffcc00;
}

FORM {
	display: inline;
}

TR.header {
  background: #fefef1;
}

TR.headerMenu {
  background: #fefef1;
  background-image: url(images/menu_bar.gif);
}

.box1 {
  margin-left: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-collapse: collapse;
}

TR.headerNavigation {
  background: #fefef1;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #fefef1;
  color: #999999;
  font-weight : bold;
}

A.headerNavigation { 
  color: #999999; 
}

A.headerNavigation:hover {
  color: #333333;
  font-weight: bold;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #333333;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #333333;
  color: #cccccc;
  font-weight: bold;
}

.infoBox {
  background: #999999;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #cccccc;
  background-image: url(images/infobox/box-header.gif);
  color: #333333;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, 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;
}

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 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TD.pageHeading2, DIV.pageHeading2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}

TD.pageHeading3, DIV.pageHeading3 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  color: #ffffff;
}

TD.pageHeading5, DIV.pageHeading5 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

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: 10px;
  color: #ff0000;
}

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

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

SPAN.greetUser {
  font-family: Arial, Verdana, 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, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #ff3333;
  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: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #ff0000; }

/* Categories */

/*change the menu hover color below*/
#thecategories a:hover {
	background-color: #eeeeee;
	color: #333333;
}

.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;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
}

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

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

#secondcat a {
	padding-left: 7px;
}

#thirdcat a {
	padding-left: 12px;
}

#fourthcat a {
	padding-left: 17px;
}

#fifthcat a {
	padding-left: 22px;
}

/* Info Box 2 */

.infoBox2 {
  background: #fefef1;
}

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

TD.infoBox2Heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #fefef1;
  color: #666666;
}

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

TD.smallText2, SPAN.smallText2, P.smallText2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  padding: 2px;
  font-weight: bold;
  text-align:justify;
}

.errorBox2 { font-family : Arial, Verdana, sans-serif; font-size : 10px; background: #ffcccc; font-weight: bold; color: #ff3333}
TD.errorBox2, SPAN.errorBox2 { font-family : Arial, Verdana, sans-serif; font-size : 10px; background: #ffffec; font-weight: bold; text-align:justify; }

hr {
  width: 100%;
  color: #666666;
  height: 2px;
  margin-top: 0;
  margin:0px;
  padding:0px;
  border-bottom:1px dashed #777;
  border-top:0px;
  border-left:0px;
  border-right:0px;
  line-height:0px;
  display:block;
  border-style: none;
  background-color: #C0C0C0;
}

TD.smallrow {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border-width: 1px;
  padding: 1px;
  border-style: none;
}

TD.s_header {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: #cccccc;
  background-image: url(includes/languages/english/images/buttons/silver_header.gif);
  color: #333333;
}

.style2 { font-family : Arial, Verdana, sans-serif; font-size : 15px; font-weight: bold; color: #333333}

.box2 {
	padding: 0px;
	border-width: thin;
	border-style: solid;
	border-color: #0066FF #000099 #000099 #0066FF;
	FONT-FAMILY: verdana, helvetica, arial, sans-serif;
	margin-left: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	background-color: #ffffff
}

.tableHead2 {
	color: #333333;
	padding: 3px;
	font-weight: bold;
	font-size: 11px;
	background-color: #efefee;
}

.tableHead3 {
	color: #333333;
	padding: 3px;
	font-weight: normal;
	font-size: 10px;
	background-color: #f9f8f7;
}

TR.tablehead3-even {
	color: #333333;
	padding: 3px;
	font-weight: normal;
	background-color: #f2f2f2;
}

TR.tablehead3-odd {
	color: #333333;
	padding: 3px;
	font-weight: normal;
	background: #f7f7f7;
}

.box3 {
	padding: 3px;
	FONT-FAMILY: verdana, helvetica, arial, sans-serif;
	margin-left: 11px;
}

TD.main2, P.main2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

TD.main3, P.main3 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:justify;
}

TD.main5, P.main5 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1;
}

TD.main6, P.main6 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-decoration: underline;
}

.box5 {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	font-size: 11px;
	FONT-FAMILY: verdana, helvetica, arial, sans-serif;
}
.box5 td {
	padding: 2px;
}

.tableHead5 {
	color: #ffffff;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	background-color: #666666;
}
.tableHead5 td {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 2px;
}
.tableHead6 {
	color: #666666;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	background-color: #f7f7f7;
}
.tableHead6 td {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 2px;
}

TD.infoBox3Heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #fefef1;
  color: #333333;
}

TD.box3_line {
	border-width: 1px;
	border-style: solid;
	border-color: #fefef1 #999999 #fefef1 #fefef1;
}

TD.box5_line {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #999999 #ffffff #ffffff;
}

TD.box6_line {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
}

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

TR.infoheader {
  background: #fefef1;
  background-image: url(images/info_bar.gif);
}

#faqcontainer p {font-family: verdana;
margin: 0px 2px 10px 4px;
color: #333;
padding: 0px;}

#faqcontainer #answer p {margin: 0px 0px 0px 0px; padding: 0px;}

#faqcontainer #answer .top { color: #333; font-size: 7.5pt; text-align: right; margin-bottom: 10px; }
#faqcontainer #answer .top a { color: #333; text-decoration: none; }
#faqcontainer #answer .top a:link { text-decoration: none; }
#faqcontainer #answer .top a:visited { text-decoration: none; }
#faqcontainer #answer .top a:hover {text-decoration: underline; }
#faqcontainer #answer .top a:active {  text-decoration: none; }
