BODY {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	background: #ffffff;
	color: #000000;
	margin: 0px;
}

.boxText { 
	padding: 0px; 
	color:#5F5F5F; 
	font-size: 11px; 
}
.errorBox { 
	font-size : 10px; 
	background: #ffb3b5; 	
	font-weight: bold; 
}
.stockWarning { 
	font-size : 10px; 
	color: #cc0033; 
}
.productsNotifications { 
	background: #f2fff7; 
}
.orderEdit { 
	font-size : 10px; 
	color: #70d250; 
	text-decoration: underline; 
}

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

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

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {
}

TD.headerNavigation {
	font-size: 10px;
	color: #000000;
	font-weight : bold;
}

A.headerNavigation { 
	color: #FFFFFF; 
}

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

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.footer {
	background: #1D4585;
	height: 25px;
	text-align: right;
	padding: 0 12px 0 0;
	margin-top: 15px;
}

TD.footer {
	font-size: 10px;
	background: #1D4585;
	color: #ffffff;
}

.infoBox {
	padding: 4px;
}

.infoBoxContents {
	font-size: 12px;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-size: 11px;
	font-weight: bold;
	background: #BF3434 url(images/headbg.jpg) repeat-x;
	color: #ffffff;
	height: 27px;
	width: 210px;
	padding-left: 12px;
	border: 1px solid #cccccc;
}

TD.infoBox, SPAN.infoBox {
	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: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-spacing: 0px;
}

.productListing-heading {
	font-size: 12px;
	/*background: #D6D5D5;*/
	color: #000000;
	font-weight: bold;
	height: 15px;
}

TD.productListing-data {
	font-size: 12px;
	font-weight: bold;
}

A.pageResults {
	color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	font-size: 16px;
	font-weight: bold;
	color: #BA3333;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-size: 10px;
	color: #000000;
}

TD.main, P.main {
	font-size: 11px;
	line-height: 1.5;
}


TD.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
}

TD.largeText, SPAN.largeText, P.largeText {
	font-size: 20px;
}

TD.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-size: 12px;
}

TD.tableHeading {
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-size: 10px;
	color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
	width: 100%;
	font-size: 11px;
}

SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	color: #ff0000;
}

SPAN.errorText {
	color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { 
	font-size: 10px; 
	color: #8c8c8c; 
}
.checkoutBarCurrent { 
	font-size: 10px; 
	color: #000000; 
}

/* message box */

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

/* input requirement */

.inputRequirement { 
	font-size: 10px; 
	color: #ff0000; 
}
.imagesBoxContents {
	font-size: 10px;
}

/* Custom CSS */

.menu {
	font-size: 11px;
	color: #5F5F5F;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
}
.menu a{
	font-size: 11px;
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover{
	font-size: 11px;
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: underline;
}
.left {
	background: url(images/cleftbg.jpg) top no-repeat;
	margin-top: 4px;
}
.search-box {
	position: absolute;
	top: 96px;
	width: 200px;
}
.search-box p {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 -5px 18px;
	padding: 0;
}
* html .search-box p{
	margin: 0 0 0 14px;
}
.search {
	font-size: 11px;
	color: #FFCF11;
	text-decoration: none;
	padding: 0 0 0 13px;
}
.search a{
	font-size: 11px;
	color: #FFCF11;
	text-decoration: none;
	line-height: 24px;
	margin-left: 2px;
}
.search a:hover{
	font-size: 11px;
	color: #FFCF11;
	text-decoration: underline;
}
#sicon {
	position: relative;
	top: 4px;
}
* html #sicon {
	top: 3px;
}
.date {
	font-size: 10px;
	color: #5F5F5F;
	text-decoration: none;
	margin-right: -30px;
}
* html .date {
	margin-right: 0;
}
.text {
	font-size: 12px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #BA3333;
}
.title {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFCF11;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
}
.adjustc {
	padding:3px;
	border: 2px solid #CACACA;
}
.cleft {
	margin-top: 26px;
}
* html .cleft {
	margin-top: 30px;
}
.spacing {
	height: 4px;
}
.fproduct {
	border: 1px solid #CACACA;
	margin: 4px 4px 0 0;
	height: 266px;
	width: 178px;
	padding: 5px;
}
.sproduct {
	border: 1px solid #CACACA;
	margin: 0 4px 0 0;
	height: 130px;
	width: 178px;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}
.pdot {
	background: url(images/hrdot.gif) repeat-x;
	height: 1px;
}
*html .dotted { 
	background: url(images/dot.gif) center repeat-x;
	margin: 0px;
	margin-top: -2px;
	margin-bottom: -2px;
	margin-left: 0px;
	margin-right: 0px;
	height: 1px;
}
.dotted { 
	background: url(images/dot.gif) center repeat-x;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	height: 1px;
}
.free {
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #cccccc;
}

/*change the menu hover color below*/

#thecategories {
	font-weight: bold;
}
#thecategories a:hover {
	color: #FF0000;
}

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

.activelink {
	font-weight: bold;
}

#thecategories a {
	width: 100%;
}

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

#topcat a {
}

#secondcat {
}

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

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

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

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

.estimatedshippingBox {
	  background: #FF8E90; 
}

TD.estimatedshippingBoxHeading {
	font-size: 10px;
	font-weight: bold;
	background: #bbc3d3;
	color: #ffffff; 
}

.estimatedshippingBoxContents {
	background: #f8f8f9;
	font-size: 10px; 
}

.ShowShipping {
	background: #444ddd;
	color: #fffffa;
	font-size: 6px;
	font-weight: bold;
	text-align: center;
}
#alt a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
#alt a:hover {
	color: #BC2C2C;
	font-weight: bold;
	text-decoration: underline;
}
.item-title {
	text-align: center;
}
.item-title a {
	color: #173568;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.item-title a:hover {
	color: #BC2C2C;
	text-decoration: underline;
}
