/*
  $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: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #003366;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #999999;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #999999; 
}

A.headerNavigation:hover {
  color: #003366;
}

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: Verdana, Arial, sans-serif, Tahoma;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  border: 1px solid #999999;
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.infoBoxContentsLarge {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.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: 12px;
  font-weight: bold;
  background: url(images/infobox/middle_spacer.gif);
  color: #ffffff;
}
DIV.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
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: #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: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #999999;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #cccccc;
  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: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  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: #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: #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; }

/*start ccc_9.3 */

TR.ccc {
     cursor: pointer; 
     cursor: hand;
    }
TD.ccc {  
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
}

DIV.ccchead {  
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
}

DIV.ccc {  
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
cursor: pointer; 
cursor: hand;
}

TD.specHeader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #999999;
	text-align: center;
}

TD.spec {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
padding: 2;
background-color: #CCCCCC;
}
/*end ccc_9.3 */

/*styles to display the drop down navigation menu TR mod */
/* generic container used to ensure proper positioning */
.wrapper {
	position:relative; 
}	


/* generic container used to ensure proper positioning */
.subNav {
	position:absolute;
}	

.subNav A {
	color: "#999999";
	text-decoration: none;
}	

.subNav a:hover {
	color: #003366;
	text-decoration: underline;
}	

#subNav_home {
	
	position: absolute;
	padding-top: 6px;
	left: 80;
	font-family: verdana;
	font-size: 10px;
	z-index: 1;
	cursor: hand;
	color: "#999999";
}


#subNav_products {
	visibility:hidden;
	position: absolute;
	padding-top: 6px;
	left: 40;
	font-family: verdana;
	font-size: 10px;
	z-index: 2;
    cursor: hand;
	color: "#999999";
}


#subNav_support {
	visibility:hidden;
	position: absolute;
	padding-top: 6px;
	left: 290;
	font-family: verdana;
	font-size: 10px;
	z-index: 3;
	cursor: hand;
	color: "#999999";
}


#subNav_news {
	visibility:hidden;
	position: absolute;
	padding-top: 6px;
	left: 290;
	font-family: verdana;
	font-size: 10px;
	z-index: 4;
	cursor: hand;
	color: "#999999";
}


#subNav_contact {
	visibility:hidden;
	position: absolute;
	padding-top: 6px;
	left: 200;
	font-family: verdana;
	font-size: 10px;
	z-index: 5;
	cursor: hand;
	color: "#999999";
}

div.account_text A {
	color: "#999999";
	}
	
div.account_text a:hover {
	color: #003366;
	text-decoration: underline;
}

div.account_text {
	position: absolute;
	padding-top: 6px;
	right: 0;
	font-family: verdana;
	font-size: 10px;
	color: "#999999";
}
.priceBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-right: 8px;
	padding-left: 8px;

}
.priceSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.stickyTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

.stickyBottom {
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}

.stickyLeft {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.stickyRight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.stickyImageTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.stickyImageBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.infoBoxSpace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
.hpBoxmain {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	word-spacing: normal;
	background-image: url(images/middle.jpg);
}
.hpBoxTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: CENTER;
	padding-top: 5px;
	color: #FFFFFF;
	background-color: #000000;
	
  }
.reviewText {
 	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

A.reviewText {
	color: #666666;
}

A.reviewText:hover {
	color: #000000;
}

.reviewTitle{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	word-spacing: normal;
	padding: 10px;
}

.reviewTitleLarge{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	word-spacing: normal;
}
.testimonial{
	text-align: right;
	padding: 1px 3px;
}
.tBoxmain {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	word-spacing: normal;
	background-image: url(images/middle.jpg);
}


.news{
	text-align: center;
	padding: 2px 0px 3px;
	text-transform: uppercase;
}