
/* START ADDITIONAL */
/* * * * * * * * SCROLLBARS * * * * * * * */
BODY 	{
			SCROLLBAR-FACE-COLOR: #FFFFFF; SCROLLBAR-HIGHLIGHT-COLOR: #777777; SCROLLBAR-SHADOW-COLOR: #777777; SCROLLBAR-3DLIGHT-COLOR: #777777; SCROLLBAR-ARROW-COLOR: #CC0000; SCROLLBAR-TRACK-COLOR: #DDDDDD; SCROLLBAR-DARKSHADOW-COLOR: #777777;
			font-family: Arial, Helvetica, sans-serif;
  			font-size: 12px;
  			color:#666666;
  			background-color: #909090;
		}

/* * * * * * * * LINKS * * * * * * * */
A.mainCategory {
  color: #222222;
  text-decoration: none;
  
  font-size: 12px;
  text-transform: uppercase;
  word-spacing: 3px;
  letter-spacing: 1px; 
}

A.mainCategory:hover {
  color: #2B8BBE;
  text-decoration: none;
  
  font-size: 12px;
  text-transform: uppercase;
  word-spacing: 3px;
  letter-spacing: 1px; 
}

A.subCategory {
  color: #999999;
  text-decoration: none;
  
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 3px;
  letter-spacing: 1px; 
}

A.subCategory:hover {
  color: #1079EC;
  text-decoration: none;
  
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 3px;
  letter-spacing: 1px; 
}

A.listingBrand {
  color: #808080;
  text-decoration: none;
}

A.listingBrand:hover {
  color: #2B8BBE;
  text-decoration: none;
}

A.listingName {
  color: #68799C;
  text-decoration: none;
}

A.listingName:hover {
  color: #2B8BBE;
  text-decoration: none;
}

.listingRetailPrice
{
  color: #666666;
  
  font-size: 11px;
}
.listingPrice
{
  /*
  color: #222222;
  */
  color: #0099CC;
  
  font-weight: bold;
  font-size: 11px;
}

.listingUsualPrice
{
  color: #888888;
  
  font-size: 11px;
}

.listingSavings
{
	color: #0000FF;
}

.invoiceNo
{
	color: #A2010C;
	font-family: Courier New, monospace;
	font-size: 12px;
	font-weight: bold;
}

.invoiceTxt
{
	font-family: Courier New, monospace;
	font-size: 11px;
}
/* * * * * * * * TABLES * * * * * * * */
TD.paging {
  
  font-size: 11px;
  color: #666666;
  background-color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 5px;
  text-transform: lowercase;
}

TABLE.shaded {
	BACKGROUND-COLOR: #DEDEDE; WIDTH: 95%;
	}

TD.shaded	{
	BACKGROUND-COLOR: #F4F4F4;
	}

TD.catSplash {
  
  background: #FFFFFF;
  font-size: 11px;
}		
/* * * * * * * * FORM ELEMENTS * * * * * * * */
TEXTAREA{
			 FONT-SIZE: 11px;
			COLOR: #CC0000;
			BORDER: 1px solid #7BAADD;
			WIDTH: 100%;
		}

INPUT.noBorder
		{
		    BORDER: none;
			COLOR: #CC0000;
		}
		
INPUT
 {
		 FONT-SIZE: 11px;
		COLOR: #CC0000;
		BACKGROUND-COLOR: #FFFFFF;
		BORDER: 1px solid #CCCCCC;
}
SELECT.small, INPUT.small
 {
		 FONT-SIZE: 11px;
		COLOR: #CC0000;
		BACKGROUND-COLOR: #FFFFFF;
		BORDER: 1px solid #CCCCCC;
}
INPUT.button
		{
			 FONT-SIZE: 11px;
			COLOR: #CC0000;
			FONT-WEIGHT: bold;
			BACKGROUND-COLOR: #FFFFFF;
			BORDER: 2px solid #CCCCCC;
		}

SELECT
 {
		 FONT-SIZE: 11px;
		COLOR: #CC0000;
		BACKGROUND-COLOR: #FFFFFF;
		BORDER: 1px solid #CCCCCC;
}

.formFields {
		
		FONT-SIZE: 11px;
		COLOR:#555555;
}

/* END ADDITIONAL */

.boxText { 
/*  font-size: 11px; */
  
  font-size: 11px;
  MARGIN-LEFT: 2px;
}
.errorBox {  font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning {  font-size : 11px; color: #CC0000; }
.productsNotifications { background: #f2fff7; }
.orderEdit 
{ 
			 FONT-SIZE: 11px;
			COLOR: #CC0000;
			FONT-WEIGHT: bold;
			BACKGROUND-COLOR: #FFFFFF;
			BORDER: 0px;
			margin-left:5px;
	}

BODY {
  background: #909090;
  color: #222222;
  margin: 0px;	
  text-align: center;
}

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

A:hover {
  /*
  color: #7087E4;
  */
  color: #CC0000;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

.text {
  
  font-size: 11px;
  color: #3B70AA;
}

TR.headerNavigation {
  background: #ffffff;
  color:#707A8E;
}

TD.headerNavigation, SPAN.headerNavigation {
font-size:11px;
font-weight:bold;
 color:#707A8E;
}

A.headerNavigation { 
font-size:11px;
font-weight:bold;
color:#880088;
}

A.headerNavigation:hover {
 
  text-decoration: none;
  color:#707A8E;
}

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

TR.footer {
  color: #707A8E;
  text-align: center;
}

TD.footer {
  
  font-size: 11px;
  color: #707A8E;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  background: #FFFFFF;

}

.infoBoxContents {
  background: #FFFFFF;
  
  font-size: 11px;
  MARGIN-LEFT: 0px;

}



.infoBoxNotice {
  background: #EEEEEE;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  
  font-size: 11px;
}

TD.infoBoxHeading, SPAN.infoBoxHeading {
  
  font-size: 11px;
  font-weight: bold;
  background: #F8F8F8;
  border-top: solid 1px #FFFFFF; 
  border-bottom: solid 1px #DEDEDE;
  border-right: #DEDEDE solid 1px;  
  padding-top:3px;
  padding-bottom:3px;
  padding-left:2px;
  color: #660033;
  TEXT-ALIGN: left;
}

.infoBoxHeadingFooter
{
    
}

TD.infoBox, SPAN.infoBox {
  
  font-size: 11px;

}

.rightBoxContents {
  background: #FFFFFF;
  
  font-size: 11px;
  

}

TD.rightBoxHeading {
  
  font-size: 11px;
  font-weight: bold;
  border-bottom: dotted 1px #DEDEDE;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:2px;
  color:#660033;
  background-color:#F8F8F8;
  TEXT-ALIGN: left;
}

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: #DEDEDE solid 1px;*/
}


.productListing-heading {
  
  font-size: 11px;
  font-weight: bold;
  background: #F4F4F4;
  padding-top:3px;
  padding-bottom:3px;
  /*color: #707A8E;*/
  color: #111111;
  TEXT-ALIGN: left; 
  text-transform: uppercase;
  border-bottom: #DEDEDE solid 1px;
}

TD.productListing-data {
  
  background: #FFFFFF;
  font-size: 11px;
  text-align:left;
  height:50px;
  padding-bottom:6px; 
  border-bottom:0px;
  border-top:0px;
}

TD.productListing-subtotal {
  
  background: #F4F4F4;
  font-size: 11px;
  text-align:left;
  border-top:0px;
  padding-top:3px;
  padding-bottom:3px; 
}

.invoiceListing-heading {
  font-family: Courier New, monospace;
  font-size: 11px;
  font-weight: bold;
  background: #F8F8F8;
  border-top: solid 1px #FFFFFF; 
  border-bottom: solid 1px #EEEEEE;
  padding-top:3px;
  padding-bottom:3px;
  TEXT-ALIGN: left; 
  text-transform: uppercase;
}

TD.invoiceListing-data {
  font-family: Courier New, monospace;
  font-size: 11px;
  background: #FFFFFF;
  text-align:left;
  height:50px;
  padding-bottom:6px; 
}

A.pageResults {
  color: #CC0000;
}

A.pageResults:hover {
  color: #CC0000;
}

TD.pageHeading, DIV.pageHeading, SPAN.pageHeading {
  padding-top: 11px;
  padding-right: 11px;
  
  font-size: 18px;
  font-weight: normal;
  width:100%;
  text-align:left;
  //color:#666666;
  color:#000000;
  text-decoration: underline;
  
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, SPAN.main, DIV.main {
  
  font-size: 13px;
  line-height: 1.5;
  color: #555555;
}

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

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: 11px;
  color: #CC0000;
}

SPAN.greetUser {
  color: #61728F;
  font-weight: bold;
}

TABLE.formArea
{
    background: #f4f4f4;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
}

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

SPAN.markProductOutOfStock {
  
  font-size: 11px;
  color: #CC0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  font-size: 11px;
  font-weight: bold;
  color: #CC0000;
}

SPAN.errorText {
  
  color: #CC0000;
}

.moduleRow { }
.moduleRowOver { color:#A1BECE; cursor: pointer; cursor: hand; }
.moduleRowSelected { }

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

/* message box */

.messageBox {  font-size: 11px; }
.messageStackError, .messageStackWarning {  font-size: 11px; color: #660033; background-color: #ffffff; }
.messageStackSuccess {  font-size: 11px; color: #0000FF; background-color: #ffffff; }

/* input requirement */

.inputRequirement {  font-size: 11px; color: #8C504A; }

.footerText, a.footerText
{
FONT-SIZE: 11px; 
font-weight: normal; 

}

div.footerText
{
width:760px;
text-align:center;
padding-top:20px;
padding-bottom:20px

}

.category_desc
{
    font-size: 11px;
}

.navGrey
{
	color:#660033; /*red*/
	font-weight: bold;
	height:20px;
	font-size:11px;
}

.navGreyOn
{
	color:#cc0000;
	font-weight: bold;
	height:20px;
	font-size:11px;
}




.CatMenu
{
width:100%;
font-size:11px;
color:#333333;
font-weight:bold;
 
}

td.filters
{
	padding:3px;
}

.ccNumberInput,.ccNameInput, .ccTypeInput
{
    width:132px;   
}



.ccMonthInput
{
 
}

.ccYearInput
{
      
}

#productInfo 
{

	padding: 0px;
	margin: 0px;
	margin-left:20px;
}

#productInfo li
{
   color:#666666; /*blue*/
   
    padding:2px;
    padding-left:0px;
    font-size:12px;
   
}



#productInfo li a
{
    color:#666666; 
    text-decoration:underline;
}

hr.coS
{
    color:#660033;/*burgundy */
    margin:10px 30px 10px 30px;
}

#goToCheckout
{
	padding-right:3px;
	
	width:93px;

}

.inputButtom
{
   border:solid 0px #fff;
   margin:0px;
   padding:0;
}

#goToCheckout a
{
	
	

}

#GiftNote textarea
{
 background-image:url(/images/Packaging.jpg);
 background-repeat:no-repeat;
 background-position:left;
 padding-left:150px;
 padding-top:5px;
 padding-right:5px;
 padding-bottom:5px;
 font-size:14px;
 color:Black;

}


#frontSplash
{
   
}

.frontSplashBox
{
    
   background-color: #ffefef;
  font-size: 11px;
  MARGIN-LEFT: 0px;
  padding-left:2px;
}

#externalLogos
{
    padding:5px;
}

#externalLogos img
{
    border:0px;
}

#outOfStock
{
    font-size:11px;
    color:#ff0000;
}

#outOfStock a
{
     text-decoration:underline;
     font-weight:bold;
    
}

.imgBor
{
 border:solid 1px #CCCCCC;   
}

