/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p,td {font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px;
}
A:link {
	color: #003366;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:visited {
	color: #003366;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:hover {
	color: #FF6600;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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;
}

.infoBox {
  background: #b6b7cb;
}

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

.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: #3f4854;
	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: #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: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  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: #ff9900;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 25px;
}

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: 12px;
}

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;
}
.specialOrigPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}

.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

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

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}
/*
.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; }
.leftBG{
	background-color: #d7d7d7;
	background-image: url(images/BG-left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rightBG{
	background-color: #d7d7d7;
	background-image: url(images/BG-right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.footerBG{
	background-color: #c5c8cc;
	background-image: url(images/BG-footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.footer{
	font-size: 12px;
	color: #000000;
}
.headerBG{
	background-color: #dadad9;
	background-image: url(images/BG-header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ProductImage_Thumb {
	padding: 10px;
	background-image: url(images/BG-ProductImage_Thumb.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
	.HeadNavBG {
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/head-nav/NavBox-BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	.HeadNav a, .HeadNav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/head-nav/NavTab-120-link.gif);
	background-repeat: repeat-x;
	display: block;
	padding-top: 15px;
	padding-bottom: 16px;
	}

	.HeadNav a:hover {
	color:#000000;
	text-decoration:none;
	background-image: url(images/head-nav/NavTab-120.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	display: block;
	padding-top: 15px;
	padding-bottom: 16px;
	}

	.SpecialHeadNav a, .SpecialHeadNav a:visited {
	color:#FFFF00;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/head-nav/NavTab-120-link.gif);
	background-repeat: repeat-x;
	display: block;
	padding-top: 15px;
	padding-bottom: 16px;
	}

	.SpecialHeadNav a:hover {
	color:#FF0000;
	text-decoration:none;
	background-image: url(images/head-nav/NavTab-120.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	display: block;
	padding-top: 15px;
	padding-bottom: 16px;
	}
.HeadNav_ASI_Numbers{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-right: 15px;
}
.HeadNav_Padding{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-right: 15px;
}
*.m11{FONT-SIZE: 11px; COLOR: #4C5053; TEXT-DECORATION: none}
*.h11{FONT-SIZE: 11px; font-weight:normal; COLOR: #4C5053; TEXT-DECORATION: none}
/*change the menu hover color below*/
#thecategories a:link {
	background-color: #dedede;
	color: #3f4854;
}
#thecategories a:visited {
	background-color: #dedede;
	color: #3f4854;
}
#thecategories a:hover {
	background-color: #DFF7FF;
	color: #990000;
}

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

#thecategories {
	position: relative;
}

.activelink {
	display: block;
	font-weight: bold;
	color: #990000;
}

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

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

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

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

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

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

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

.FeatureBox_Shadow{
	background-image: url(images/BG-FeatureBox-Shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.LeftCol_Shadow{
	background-image: url(images/BG-LeftCol-Shadow.gif);
	background-repeat: repeat-y;
}
.Col_Left{
	background-color: #dedede;
}
.Content_Head_H2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
}
.Content_Text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}
.ColorPick_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.PriceFormatterHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2D5582;
}
.PriceFormatterQ{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.PriceFormatterP{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.HeaderMarquee{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #293747;
	padding: 2px;
}
.eFlyerDate{
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFF99;
	display: block;
	padding: 5px;
}
.eFlyerDateCurrrent{
	font-size: 12px;
	font-weight: bold;
	background-color: #FF6600;
	display: block;
	color: #FFFFFF;
	padding: 5px;
}
.eFlyerView{
	font-weight: bold;
	color: #009900;
}
.eFlyerPrint{
	font-weight: bold;
	color: #006699;
}
.eFlyerNEW{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	background-color: #FF0000;
	padding-right: 5px;
	padding-left: 5px;
}
.TellaFriendHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003F93;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 25px;
}
.TellaFriendHeading2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #293747;
	line-height: 20px;
}
.product_Link, a:link.product_Link, a:visited.product_Link  {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #000000;
}
a:hover.product_Link  {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	color: #B64926;
}
.ProductModel {
	font-weight: bold;
	color: #B64926;
}
.rowDIV_dotLine   {
	line-height: 5px;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #B64926;
	text-decoration: none;
	padding-top: 5px;
}
.rowDIV_dotLine2   {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
}
.colDIV_dotLine2   {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
}
