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

.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: #ffccff;  color: #666666; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #3399FF; text-decoration: underline; }
a.orderEdit:hover { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF99FF; text-decoration: underline; }

BODY, HTML {
  /*background: #F5FCFE url(template_images/bg.gif) repeat-y center;
  margin: 0px;
  scrollbar-base-color: #0099FF;
  scrollbar-track-color: #66ccff; */
/*  scrollbar-face-color: #; */
 /* scrollbar-highlight-color: #66ccff;
  scrollbar-3d-light-color: #66ccff;
  scrollbar-darkshadow-color: #003399;
  scrollbar-shadow-color: #ffffff;
  scrollbar-arrow-color: #ffffff; */
  background-color: #afd1ff;
  background-image:url(template_images/header_bg.jpg);
  background-position:top left;
  background-repeat:repeat-x;
  text-align:center;
}

BODY#print {
  background: #FFFFFF;
}
#wrapper {
	background-image:url(template_images/body_bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	margin: 0 auto;
	padding:0px;
}
/* P {
 	font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.5;
}
*/
TD, TH, PRE {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.5;
}

TH {
  font-weight: bold;
}

TABLE.template {
	width: 800px;
	margin: 0 auto;
	text-align:center;
}

TABLE.template #tabMenu {
  vertical-align:bottom;
}

TABLE#prevNext {
  width:150px;
	
}

TABLE.template TD.menuButton, TABLE.template TD.menuButtonSel {
  width: 99px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

TABLE.template TD.menuButton {
  background: url(template_images/tab_menu.jpg) no-repeat;
}

TABLE.template TD.menuButtonSel {
  background: url(template_images/tab_menu_sel.jpg) no-repeat;
}

TABLE.template TD.menuButton A, TABLE.template TD.menuButton A:visited, TABLE.template TD.menuButtonSel A, TABLE.template TD.menuButtonSel A:visited {
  color: #333333;
  text-decoration: none;
}

TABLE.template TD.menuButton A:hover, TABLE.template TD.menuButton A:active, TABLE.template TD.menuButtonSel A:hover, TABLE.template TD.menuButtonSel A:active {
  color: #333333;
  text-decoration: underline;
}

TABLE.template .logo {
  background: url(template_images/shachah_logo.gif) no-repeat center center;
  width: 250px;
  height: 70px;
}

TABLE#informationPage TD, TABLE#loginPage TD, TABLE#accountPage TD, TABLE#searchPage TD {	
  padding: 5px 10px 5px 10px;	
  vertical-align: top;
}

TABLE#loginPage, TABLE#accountPage, TABLE#searchPage, TABLE#informationPage, TABLE.checkoutPage, TABLE.checkoutPage TABLE {
  width:100%;
}

.half {
  width:50%;
}

.quarter {
  width:25%;
}

.checkoutBox {
  vertical-align:top;
  width:25%;
}

.checkoutPayBox {
  vertical-align:top;
  width:100%;
  border: 1px dotted #66CCFF;
  margin-bottom: 10px; margin-top: 10px;
  padding: 5px 10px 5px 10px;
}

.checkoutPayBox TABLE {
  width:100%;
}

TABLE#createAccPage TABLE TD, TABLE#informationPage .content, TABLE#loginPage TABLE TD, TABLE#accountPage TABLE TD, TABLE#searchPage TABLE TD{	
  padding: 5px 10px 5px 10px;
}

TABLE#commentsBox, TABLE#customsBox, TABLE#customerBox, TABLE#billBox, TABLE#orderSumBox, TABLE#giftBox, TABLE#paymentBox { width: 100%; /*border: 1px none #66CCFF;*/ margin-bottom: 10px; margin-top: 10px;}
TABLE#accountPage TABLE { width: 100%; border: 1px dotted #66CCFF;}

TABLE#nextBox TH, TABLE#backBox TH, TABLE#nextBox TD, TABLE#backBox TD, TABLE#modSelBox TD, TABLE#modSelBox TH, TABLE#errorPayBox TD, TABLE#errorPayBox TH, TABLE#billAddBox TD, TABLE#billAddBox TH, TABLE#shipModBox TD, TABLE#shipModBox TH, TABLE#shipBox TD, TABLE#shipBox TH, TABLE#addShipBox TD, TABLE#addShipBox TH, TABLE#commentsBox TD, TABLE#commentsBox TH, TABLE#customsBox TD, TABLE#customsBox TH, TABLE#billBox TD, TABLE#orderSumBox TD, TABLE#giftBox TD, TABLE#billBox TH, TABLE#orderSumBox TH, TABLE#giftBox TH {
  vertical-align:top;
  padding: 5px 10px 5px 10px;
}

TABLE#modSelBox TH, TABLE#billAddBox TH, TABLE#errorPayBox TH, TABLE#shipModBox TH, TABLE#shipBox TH, TABLE#addShipBox TH, TABLE#commentsBox TH, TABLE#customsBox TH, TABLE#customerBox TH, TABLE#billBox TH, TABLE#orderSumBox TH, TABLE#giftBox TH, TABLE#paymentBox TH {
  background-color: #D5EAFF;
}

TABLE#orderSumBox TD.heading, TABLE#billBox TD.heading {
  font-weight:bold;
}

TABLE#customerBox TD, TABLE#customerBox TH, TABLE#paymentBox TD, TABLE#paymentBox TH {
  padding: 5px;	
}

TABLE#accountPage TABLE TD.content, TABLE#loginPage TD.content, TABLE#accountPage TD.content {	vertical-align: top; width: 50%;}
TABLE#accountPage TABLE TD.fieldKey, TABLE#searchPage TABLE TD.fieldKey {	vertical-align: top;	width: 45%; text-align: right; font-weight: bold;}
TABLE TD.addressLabel, TABLE TD.fieldContent { width: 20%;}
TD.contentNoColumn {  padding: 10px 10px 5px 10px;}

BODY {
 /* padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;     */
}

UL LI{
	list-style: square url(none) outside;
	padding: 0px;
}

OL LI{
	padding: 0px;
}

#menuArea {
	margin: 0 auto;
	padding:0px;
	width: 792px;
	height: 39px;
	text-align:left;
}
#menuArea a, #menuArea a:link {
	padding:0px;
	margin:0px;
}
#selectSiteArea {
	margin: 0 auto;
	padding: 0px 0px 0px 5px;
	width: 792px;
	height: 37px;
	background-image:url(template_images/select_site_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position: relative;
	top:-8px;
	text-align: right;
}
#selectSiteArea .links {
	display:block;
	margin-right:20px;
	position:relative;
	top:6px;
}
#selectSiteArea .links a, #selectSiteArea .links  a:link {
	padding:0px;
	margin:0px;
}

#selectSiteTopArea {
	margin: 0 auto;
	padding: 0px 0px 0px 5px;
	width: 792px;
	height: 32px;
	background-image:url(template_images/select_site_bg_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position: relative;
	top: 0px;
	text-align: right;
}
#selectSiteTopArea .links {
	display:block;
	margin-right:20px;
	position:relative;
	top:0px;
}
#selectSiteTopArea .links a, #selectSiteTopArea .links  a:link {
	padding:0px;
	margin:0px;
}

TABLE.mainmenu {width: 100%;}

TR.mainMenu {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 25px;
}

TD.mainMenubg, TD.mainMenubgSel {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-left:8px;
	padding-right:8px;
}

TD.mainMenubg {
	background: url(template_images/menu_bg.gif) repeat-x;
}

TD.mainMenubgSel {
	background: url(template_images/menu_bg_sel.gif) repeat-x;
}

TD.mainMenubg A, TD.mainMenubg A:visited, TD.mainMenubgSel A, TD.mainMenubgSel A:visited {
  color: #333333;
  text-decoration: none; 
}

TD.mainMenubg A:hover, TD.mainMenubg A:active, TD.mainMenubgSel A:hover, TD.mainMenubgSel A:active {
  color: #333333;
  text-decoration: underline; 
}

TD.storeLeftColumn {
	background: #E3F1FB; 
	vertical-align:top;
	padding-bottom: 10px;
	text-align:center;
	}

TD.storeCenterColumn, TD.productCenterColumn {
	width: 600px;
	padding-bottom: 10px;
	}

TD.storeCenterColumn, TD.storeCenterColumn TD {
	vertical-align:top;
}

.samplesInfo, TD.productCenterColumn TABLE.productinfo, TD.storeCenterColumn .cartInfo, TD.searchBox {
	padding-top: 10px;
	padding-bottom: 10px;
}

.samplesInfo TD{
	padding-right: 10px;
}

.cartProductImage {
 width:160px;
}

TD.storeCenterColumn .cartPage TD{
	padding-left: 5px;
}

TABLE.mainStorePage, TD.storeCenterColumn TABLE.displayCount, #productInfoMain, TD.searchBox, TABLE.sideBox, TD.storeCenterColumn TABLE.storePage, TD.storeCenterColumn TABLE.checkoutSuccessPage, TD.storeCenterColumn TABLE.cartPage, TD.storeCenterColumn TABLE.cartPage TABLE{
	width:100%;
}

TD.productCenterColumn, TD.productCenterColumn TD, TABLE.mainStorePage TD {
	vertical-align:top;
}

TD.productCenterColumn TABLE, TD.storeCenterColumn TABLE.cartPage, TABLE.mainStorePage, TD.storeCenterColumn .checkoutSuccessPage TD{
	padding-left: 10px;
	padding-right: 10px;
}

TD.productCenterColumn TABLE.productOptions TD, TD.storeCenterColumn .checkoutSuccessPage TD{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

TD.productCenterColumn TABLE.productOptions TD.fieldKey{
 width: 30%;
 font-size: 11px;
}

TD.productCenterColumn td.xsellHeading, TD.storeCenterColumn TD.displayCount{
	background: #E8E8E8; 
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
 font-size: 11px;
	border: 1px #E8E8E8 solid;
}

TD.productCenterColumn H1.productName {
 font-weight: bold;
 font-size: 14px;
}

TD.productCenterColumn H2.productPrice {
 font-weight: bold;
 font-size: 12px;
}

TD.productCenterColumn H3.productDescription {
 font-weight: normal;
 font-size: 11px;
}

TD.productCenterColumn TD.xsellHeading {
 font-weight: bold;
	background: #4AA3E5;
	color: #ffffff;
}
TD.productCenterColumn TD.xsellDataLeft{
 font-size: 11px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 5px;
 padding-right: 5px;
	border-left: 1px #E8E8E8 solid;
	border-top: 1px #E8E8E8 solid;
	border-bottom: 1px #E8E8E8 solid;
}

TD.productCenterColumn TD.xsellDataRight {
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 10px;
 font-size: 11px;
	border-right: 1px #E8E8E8 solid;
	border-top: 1px #E8E8E8 solid;
	border-bottom: 1px #E8E8E8 solid;
}

TD.storeCenterColumn .listDetail{
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 10px;
 font-size: 11px;
}

TD.productCenterColumn TD.xsellDataRight a.title, TD.productCenterColumn TD.xsellDataRight a.title:visited{
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}

TD.productCenterColumn TD.xsellDataRight a.title:hover, TD.productCenterColumn TD.xsellDataRight a.title:active{
	font-weight: bold;
	color: #3366CC;
	text-decoration: underline;
}

TD.productCenterColumn TD.xsellDataRight a.more, TD.productCenterColumn TD.xsellDataRight a.more:visited, TD.storeCenterColumn .listDetail a.more, TD.storeCenterColumn .listDetail a.more:visited{
	color: #3366CC;
	text-decoration: none;
}

TD.productCenterColumn TD.xsellDataRight a.more:hover, TD.productCenterColumn TD.xsellDataRight a.more:active, TD.storeCenterColumn .listDetail a.more:hover, TD.storeCenterColumn .listDetail a.more:active{
	color: #3366CC;
	text-decoration: underline;
}

TD.mainMenubgBottom {
 background: #DDF5FB url(template_images/footer_bg.jpg) repeat-y;
/*	background: #DDF5FB url(template_images/main_bot.gif) no-repeat; */
	height: 22px;
	}
TD.mainbgTop {
	background: #FFFFFF url(template_images/main_righttop_bg.gif) no-repeat right top;
	vertical-align: top;
	}
TD.mainbgTop h4{
	padding-top: 40px;
	}

TD.mainbgBot {
	background: #FFFFFF url(template_images/main_rightbot_bg.gif) no-repeat right bottom;
	width: 515px;
	height: 60px;
	vertical-align: top;
	padding-bottom: 20px;
	}

TD.subMainMenu, TD.subMainMenuSub, TD.subMainMenuSub1 {
  font-size: 11px;
 	background: #0187CF;
/* 	background: #0187CF url(template_images/corner_left.gif) no-repeat left top;*/
		padding:4px;
 	border-bottom: 1px dotted #66CCFF;
		color: #ffffff;
}

TD.subMainMenu2nd {
 	background: #0187CF;
		padding:4px;
 	border-bottom: 1px dotted #66CCFF;
		color: #ffffff;
}

TD.subMainMenuSub {
  background: #0296E5;
}
TD.subMainMenuSub1 {
  background: #F5FCFE;
}

TD.subMainMenuSub a:link, TD.subMainMenuSub a:visited, TD.subMainMenu a:link, TD.subMainMenu a:visited, TD.subMainMenu2nd a:link, TD.subMainMenu2nd a:visited{
	border-right: 1px solid #ffffff;
	color: #ffffff;
	padding-left:2px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	text-decoration: none;
}

TD.subMainMenuSub1 a:link, TD.subMainMenuSub1 a:visited {
	border-right: 1px dotted #66CCFF;
	padding-left:2px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	text-decoration: none;
}

TD.subMainMenuSub1 a:hover, TD.subMainMenuSub1 a:active, TD.subMainMenu a:hover, TD.subMainMenuSub a:hover, TD.subMainMenu a:active, TD.subMainMenuSub a:active, TD.subMainMenu2nd a:hover, TD.subMainMenu2nd a:active{
/*	background: #2F97FF; */
	text-decoration: underline;
}

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

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

A.bottom_link {
  color: #ffffff;
  text-decoration: none;
}

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

FORM {
        display: inline;
}

div#header {
	background-image:url(template_images/header.jpg);
	margin: 0 auto;
	padding:0px;
	width: 900px;
	height: 219px;
	display:block;
}

TR.header {
  background: #ffffff;
}

TR.breadCrumb {
}

TD.breadCrumb {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	height: 40px;
	border-bottom: 1px dotted #999999;
	padding-left:10px;
}

TR.breadCrumb a {
	color: #333;
	text-decoration: none;
}

TR.breadCrumb a:hover {
	color: #007DFB;
	text-decoration: underline;
}

TR.headerNavigation {
/*  background: #ffffff; */
}

TD.headerNavigation {
	background: #E2F1F6;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	height: 24px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

table.catNav td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.catNavHead {
 background: url(template_images/cat_menu.gif) no-repeat top center;
	width: 175px;
	height: 26px;
}

td.catNavSub {
	color: #333333;
	width: 175px;
	height: 26px;
}

td.catNavHead a, td.catNavHead a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

td.catNavSub a, td.catNavSub a:visited{
	text-decoration: none;
}

td.catNavHead a:hover, td.catNavHead a:active {
	color: #FFFFFF;
}
td.catNavHead a:hover, td.catNavHead a:active, td.catNavSub a:hover, td.catNavSub a:active {
	text-decoration: underline;
}

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

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

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

TD.footer {
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}

.infoBox {
/*  background: #74CEFF;  */
  background: #CCCCCC;  
}

.infoSideBoxContents {
  padding-top: 5px;
  background: #74CEFF;  
/*  background: #ECECEC;*/  
 	font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
}
.infoBoxContents {
  padding-top: 5px;
  background: #ffffff; 
 	font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
}

.infoBoxContents A {
  color: #333333;
  text-decoration: underline;
}

.infoBoxContents A:hover {
  color: #333333;
  text-decoration: underline;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBoxHeadingPurple {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #caa2c5;
  color: #ffffff;
}

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: #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 {
 width: 100%;
}

.sideBorders {
	border-right: 1pt solid #E8E8E8;
	border-left: 1pt solid #E8E8E8;
}

TD.productListing-width {
 width: 33%;
}
TABLE.productListing TD{
	padding:5px;
	border-right: 1pt solid #E8E8E8;
	border-left: 1pt solid #E8E8E8;
}

TD.cartProductListing-heading {
  font-weight: bold;
 	border-bottom: 1pt solid #E8E8E8;
 	border-top: 1pt solid #E8E8E8;
  color: #2F97FF;
		height:20px;
 	padding:5px;
}

.cartProductListing-odd, .cartProductListing-even {
 	padding:5px;
}

.cartProductListing-odd {
  padding:5px;
  background: #E3F1FB;
}

TD.productListing-heading {
  font-weight: bold;
  color: #2F97FF;
  height:50px;
  vertical-align: top;
  border-top: 1pt solid #E8E8E8;
}
TD.productListing-bottom {
  border-bottom: 1pt solid #E8E8E8;
}

TD.productListing-heading a, TD.productListing-heading a:visited {
  color: #4D71AB;
  text-decoration: none;
}

TD.productListing-heading a:hover, TD.productListing-heading a:active {
  color: #2F97FF;
  text-decoration: underline;
}

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

A.pageResults, A.pageResults:visited {
  color: #4D71AB;
  text-decoration: none;
}

A.pageResults:hover {
  color: #4D71AB;
  text-decoration: underline;
}

TD.pageText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

TD.pageTextPrint {
  padding-right: 50px;
  text-align:right;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #666666;
 	padding-left: 10px;
}

TD.cartPageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #666666;
 	padding-left: 10px;
 	padding-top: 10px;
 	padding-bottom: 10px;
}

TD.pagesubHeading, DIV.pagesubHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2F97FF;
		padding-left: 10px;
 	padding-top: 5px;
 	padding-bottom: 5px;
}

TD.pagesubHeading a, TD.pagesubHeading a:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #2F97FF;
  text-decoration: none;
 	padding: 4px;
}

TD.pagesubHeading a:hover, TD.pagesubHeading a:active {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #2F97FF;
 	background: #FFFFCC;
 	padding: 4px;
  text-decoration: underline;
}
.featuredPrice {
 	font-family: Verdana, Arial, sans-serif;
	 font-size: 11px;
 	color: #CC0000;
  font-weight: bold;
 	vertical-align: top;
}
TD.featured, .featured {
	font-family: Verdana, Arial, sans-serif;
	vertical-align: top;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 20px;
/*	border-left: 1px dotted #999999;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
*/
}

TD.featuredImg {
	vertical-align: middle;
	padding: 10px;
}
TD.featured a {
  font-family: Verdana, Arial, sans-serif;
  color: #003399;
}

TD.featured a:hover {
  font-family: Verdana, Arial, sans-serif;
  color: #2F97FF;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
}
/*
TD.main, P.main, li.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
}
*/
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, .cartSubTotalHeading, .cartSubTotal{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.cartSubTotal{
  background: #E8E8E8;
  text-align: center;
}
.cartDelivery, .cartSubTotalHeading {
  background: #E8E8E8;
  text-align: right;
}

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

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
		padding: 10px 10px 10px 15px;
}

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

INPUT.loginbox
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
}

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;
  width:100%;
}

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

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

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

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

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; width:33%; padding-bottom:10px;}
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #999999; width:33%;  padding-bottom:10px;}

/* message box */

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

/* input requirement */

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

TABLE.homeHeader {
    width:100%;
}

TD.homeHeaderL {
	background: #E3F1FB url(template_images/tab_cornerL.gif) no-repeat right;
	width: 9px;
}

TD.homeHeaderC {
	background: #8DCCFA;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	width: 55%;
	height: 24px;
}

TD.homeHeaderR {
/*	background: #E3F1FB url(template_images/tab_corner.gif) no-repeat left; */
	background: #E3F1FB url(template_images/tab_corner.gif) no-repeat left;
	width: 250px;
}

TD.homeContent {
	background: #F5FCFE;	
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

TABLE#homePages {
  width: 690px;
}
