/* ## main styles ######################################################################################################### */

.form{margin:0px;}
.clear{clear:both;}
/* ## custom styles ######################################################################################################### */
#wrapper{width:1026px;margin:7px auto;background:#fff;}
	
		#search_area{float:right; margin-right:10px;padding-top:35px;}
			#search_input{padding-left:3px;background-color: #fff;border:1px solid #666;width:150px;height:20px;float:left;margin-right:3px;}
			#search_go{float:left;border:none;}
	
		
			#client_area{width:173px;text-align:right;}
				.client_input{padding-left:3px;background-color: #fff;border:1px solid #666;height:20px;width:150px; margin-bottom:3px;}
				#client_go{border:none;}
				#client_signup{font-size:10px;margin:7px 0px 0px 0px;color:#333;margin-left:5px;}
					#client_signup a{color:#333;text-decoration:underline;}
	
	#powered_by{ text-align:center;padding:5px 0px;}
		#powered_by p, #powered_by p a{color:#CCCCCC;margin:0px;}


/* ## shop styles ######################################################################################################### */
.ft100bold,.ft100, .ftwidth, .currencysubmit{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:e8e8e8 ;font-size:10px;
  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:11px;font-weight:bold; 
}

/* 	For Price */
.shopprice{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #A92870;
}

/* 	For heading and text in Shop 
	shopform 
	For form fields
	-----------------------------
	Not sure about shopselect
*/ 
.shoptext, .shoptextbold, .shopselect,.shopform{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.shopform{
	width:140;
}

.shoptextbold{
	font-weight:bold;
}

/* Not sure where its being used */
.productheader{
	font-size: 14px;
	font-weight: bold;
	color: A92870;
}
/* For required field asterik */
.shopred {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
}


/* Not sure where its being used */
.table{
	/*border-color: black;
	boder-style: thin;*/
	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 */

#googleMap { text-align: left; background-color:#FFFFFF; }  	
/* Start Form Validation Styles*/
.validation_failed {
  border: 1px solid red;
}
.error_msg {
  color:red;
}
/* End  Form Validation Styles */

