/* Main Styles */
td,body{ font: 12px/18px Arial, Helvetica, sans-serif; text-decoration:none; vertical-align: top; color: #4d4d4f;}

/* Elements */
#mainBG { background: #FFFFFF url(../images/graphics/bg_main01.jpg) repeat-x; margin: 0px; }
#topHeader {background: #690000 url(../images/graphics/bg_headerRed.gif) repeat-x;}
#topNavigation { padding: 8px 20px 0px 0px;}
#searchArea { padding: 4px 0px 0px 0px; width: 170px;}
#searchBox {border: 1px #690000 solid; color: #690000; font-size: 10px; background-color: #fff; }
#mainImageBG { background: #c6c7c9 url(../images/graphics/bg_mainImage.gif) no-repeat; height: 167px;}
#logo { padding: 12px 12px 0px 25px; width: 202px;}
#homeFeatureArea { height: 176px; background: #515153 url(../images/graphics/bg_featureArea.gif) repeat-y; padding: 0px 12px 3px 12px; }
#latestNews { width: 170px; background: #fff; padding: 0px 15px 15px 15px;}
#latestNews p { font-size: 11px; }
#latestNews a { color: #a40000; text-decoration: underline;}
#latestNews a:hover { color: #7a0202;}
#featureProduct { padding: 8px 29px 4px 29px;}
#featureProduct p { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; }
#featureProduct p:shoptextbold { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; }
#featureProduct a {color: #FFFFFF; text-decoration: underline;}
#featureProduct a:hover {color: #FFFFFF; text-decoration: none;}
#contentArea { background: #FFFFFF url(../images/graphics/bg_contentArea.gif) repeat-x; padding: 0px 12px 12px 12px; height: 350px;}
#mainNavigation { background: #6e0000 url(../images/graphics/bg_navigation.gif) no-repeat; padding: 15px 0px 0px 0px;}
#contentText { padding: 36px 29px 20px 29px;}


/* Links */
a{ color:#a40000; text-decoration: none;}
a:hover{ color:#7a0202; text-decoration: underline;}

hr{	height: 1px; color: a40000;}
input,textarea,select,button{ border: 1px #a40000 solid; color: #4d4d4f;}

/* Footer */
#footer{ padding: 0px 12px 0px 12px; height: 20px; background-color: #FFFFFF;}
#footer p { font-size: 10px; color: #c6c7c9; }
#footer a{ text-decoration: none; color: #848486;}
#footer a:hover{ text-decoration: underline; color: #404041;}

/* Start Shop Styles */
/* ft100bold
   Continue button in Cart, Login , Login New Users in Address Info Page
   Edit Shipping Address, Edit Billing Address, Process Order in Billing Info
   Save Shipping Address, Save Billing Address in Edit address page
   Order Id in dsp-order
   --------------------------------
	ft100 
	Add to Cart, Add to Quote, Save to Wishlist 
	-------------------------------
	ftwidth 
	Add to Quote, Add to Wishlist, Add to Cart in Product description
	Copy to Cart, Transfer to Wishlist, Transfer to Cart, Remove, Recalculate in Cart
	Print button in dsp-order
	------------------------------
	currencysubmit
	Set Currency in Currency Converter

*/
.ft100bold,.ft100, .ftwidth, .currencysubmit{ background-color:e8e8e8 ;font-size:11px; border:1px buttonface outset; padding-top:1; height:20; text-align:center; cursor:default;}
.ftwidth{ width: 130px; }
.ft100bold{ font-weight: bold; }

/* If Custom Add to Cart button is to be added
   Used for add to cart .. Name of the image has to be addtocart.gif*/
.addtocart{  background:url("../images/graphics/addtocart.gif") no-repeat left top; width:120px; height:20px; border:0px;}

/*	If Custom Add to Quote button is to be added
	Used for Add to Quote .. Name of the image has to be addtoquote.gif */
.addtoquote.addtocart{ background:url("../images/graphics/addtoquote.gif") no-repeat left top; width:120px; height:20px; border:0px;}

/*	If Custom Add to Wishlist button is to be added
	Used for Add to Wishlist .. Name of the image has to be addtowish.gif*/
.addtowish{	background:url("../images/graphics/addtowish.gif") no-repeat left top; width:120px; height:20px; border:0px;}

/*	In product description (template 1), heading for Price, Quantity, Price Inc etc*/
.shopsubmit{ font-size: 12px; font-weight: bold; }

/* 	For Price */
.shopprice{	font-weight:bold; font-size: 12px; color: #9e0000;}

/* 	For heading and text in Shop 
	shopform 
	For form fields
	-----------------------------
	Not sure about shopselect
*/ 
.shoptext, .shopselect,.shopform{ font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.shoptextbold{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #9e0000; font-weight: normal; }
.shopform{ width:140; }

/* Not sure where its being used */
.productheader{ font-size: 14px; font-weight: normal;	color: A92870;}
/* For required field asterik */
.shopred { color: #9e0000;}

/* Not sure where its being used */
.table{	cellspacing: 0;	cellpadding: 0;	width: 90%;	border: 1;}

/*	Image class used for product image */ 
.image,.imagefeature{ border:0;	margin-top: 0.3em; margin-bottom: 0.3em; }
.imagefeature{ width:110;}

/* For drop down list of currencies in currency converter */
.currencystyle{ width: 150px; font-size: 12px;}

/* End Shop Styles */