/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
* {font-family:Arial, Helvetica, sans-serif;}
:focus {
	outline: 0;
}
.cat_description {  /*font-family : lucida console, Verdana, Arial, sans-serif;*/ font-size : 10px; color: #800000; font-weight: bold }
.boxText { /*font-family: lucida console, Verdana, Arial, sans-serif;*/ font-size: 10px; }
.errorBox { /*font-family : lucida console, Verdana, Arial, sans-serif;*/ font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { /*font-family : lucida console, Verdana, Arial, sans-serif;*/ font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { /*font-family : lucida console, Verdana, Arial, sans-serif;*/ font-size : 10px; color: #70d250; text-decoration: underline; }
.navBlue     { color: #FF0000; font-size: 8pt; /*font-family: lucida console, Verdana;*/ }
.subnavBlue     { color: #9966FF; font-size: 8pt; /*font-family: lucida console, Verdana;*/ }


BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  /*font-family: lucida console;*/
}

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

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

FORM {
  display:block !important;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

a:hover.headerNavigation {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  /*font-family: lucida console, 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: lucida console, Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
}
.infoBoxContentsHeader{
  background: #f8f8f9;
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

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

TD.main_table_heading {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  border-width: thin;
  border-color: #99AECE;
  border-style: solid;
  background: #f8f8f9;
  color: #ffffff;
}

TD.main_table_heading_inner {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #f8f8f9;
  color: #ffffff;
}
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: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

.productlisting-headingPrice { 
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  /*font-family: lucida console, Times New Roman, Verdana, Arial, sans-serif;*/
  font-size: 12px;
}

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

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

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

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

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

TD.category_desc {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  color: #ff0000;
}

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

TEXTAREA {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 11px;
}

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

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

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

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

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

.checkoutBarFrom, .checkoutBarTo { /*font-family: lucida console, Verdana, Arial, sans-serif;*/ font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { /*font-family: lucida console, Verdana, Arial, sans-serif;*/ font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

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

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
}

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

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */
.content  {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 10px; /*font-family: lucida console, Verdana, Helvetica;*/}

/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
/* <FONT COLOR="bbc3d3" FACE="Arial" SIZE="1"> */
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 11px;
  line-height: 1.5;
  color: #BDCAF0;
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
  background-image: url('images/button_blank_left.gif');
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
  background-image: url('images/button_blank_right.gif');
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  background-image: url('images/button_blank_middle.gif');
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  font-weight: bold;
  color: #000000
}
A.HeaderPageLinks {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
a:hover.HeaderPageLinks {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #00FF00;
}

TD.cookieUsage {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  font-weight: bold;
  background: #000000;
  color: #FFFFFF;
}
.yearHeader { /*font-family: lucida console, Helvetica, Arial, Verdana;*/ font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;} .calendarMonth { background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader { /*font-family: lucida console, Helvetica, Arial, Verdana;*/ font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 22px;}
.calendarToday { /*font-family: lucida console, Arial, Verdana;*/ font-size: 10px; color: #000000; background-color: #FFCF00; padding-left : 3px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendarWeekend { /*font-family: lucida console, Arial, Verdana;*/ font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendar { /*font-family: lucida console, Arial, Verdana;*/ font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px; }
.event { /*font-family: lucida console, Arial, Verdana;*/ font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
.empty { background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {color: red; text-decoration: underline;}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {color: red; text-decoration: underline;}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {color: red; text-decoration: underline;}

/* VJ infosystem added */
h4.infoTitle { 
  margin: 0;
  margin-bottom: 0.2em;
}

p.infoBlurb { 
  margin: 0;
  margin-bottom: 2em;
}


TD.productPriceInListing {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  /*font-family: lucida console, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  background: #ccffcc;
}

TD.topnav {
	font-size: 12px;
	/*font-family: lucida console, Times New Roman;*/
	padding-bottom: 4px;
}

ul.topnav {
	margin: 0px;
}

ul.topnav li {
	display: inline;
	padding-right: 11px;
}

.heading {
	font-size: 14px;
	/*font-family: lucida console, Times New Roman;*/
	font-weight: bold;
	color: #fff;
}

hr.thin {
	height: 0;
	border: 0;
	border-top: 1px solid #c0c0c0;
}

TD.formtitle {
	font-size: 11px;
	font-weight: bold;
	/*font-family: lucida console, Times New Roman;*/
}

div.main_nav {
	background-color: #aaa;
	height: 26px;
	*height: 30px;
	text-align: center;
	/*font-family: lucida console, Times New Roman;*/
	font-size: 12px;
	color: #fff;
	margin-bottom: 1px;
	padding-top: 4px;
}

div.footer_links {
	background-color: #aaa;
	height: 26px;
	*height: 30px;
	text-align: center;
	/*font-family: lucida console, Times New Roman;*/
	font-size: 12px;
	color: #fff;
	margin-bottom: 1px;
	padding-top: 4px;
}

ul.botnav {
	margin: 0;
	padding-left:20px;
	padding-top: 4px;
}

ul.botnav li {
	display: inline;
	padding-right: 12px;
	font-size: 12px;
}

ul.botnav li a {
	color: #fff;
}

.heading_dark {
	font-size: 14px;
	/*font-family: lucida console, Times New Roman;*/
	font-weight: bold;
	color: #000;
}

div.productpage_title {
	background-color: #aaa;
	color: #fff;
	float: left;
	width: 435px;
	*width: 445px;
	height: 20px;
	*height: 22px;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 2px;
}

div.productpage_price {
	background-color: #000;
	color: #fff;
	float: right;
	width: 88px;
	height: 20px;
	*height: 22px;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
}

div.poductpage_desc {
	font-size: 12px;
	width: 235px;
	*width: 245px;
	float: left;
	padding-left: 10px;
	text-align: justify;
}

div.productpage_form {
	float:right;
	margin-left:10px;
	overflow:visible;
	width:270px;
}

hr.hr_needs_height {
	margin-top:105px !important;
}

select.selectProductList {
	float:right;
	width:266px;
}

select.selectProductListStretch {
	width:360px;
}

td.footer_text {
	color: #9c9c9c;
	font-size: 10px;
	padding-top: 4px;
	/*font-family: lucida console, arial;*/
}

td.footer_text a {
	color: #9c9c9c;
}

textarea.productList {
	background:#ECE9D8;
	border-left:1px solid #ECE9D8;
	border-top:1px solid #ECE9D8;
	display:block;
	height:150px;
	overflow:auto;
	padding:6px 0 0 6px;
	width:266px;
}
/* Clear Definition : life saver with floats by damu */	
p.clear {
	clear:both !important;
	line-height:0 !important;
	height:0 !important;
	font-size:0 !important;
	display:block !important;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	}
/* END: ----------------------- */