/* This imageless css button is based on the button that was generated by CSSButtonGenerator.com */
.buttonRow a {
  text-decoration: none;
}


#navMainSearch .button, #navMainSearch input.button{
	position:relative;
	padding:11px 10px;
	left:-6px;
	border:0px solid #32A8B3;
	background-color:#32A8B3;
	color:#ffffff;
}

#navMainSearch input.cssButtonHover  {  
	position:relative;
	padding:11px 10px;
	left:-6px;
	border:0px solid #28868f;
	background-color:#28868f;
	color:#ffffff;
}
  
  
  

.button, input.button {
/* -moz-border-radius:0px;
 -webkit-border-radius:0px;
 border-radius:0px;
 display:inline-block;
 font-family:arial, verdana, helvetica, sans-serif;
 font-size:13px;
 font-weight:bold;
 margin: 0;
 padding:3px 8px;
 text-decoration:none;
 border: 1px solid #fff;
*/ 
	border-radius: 3px;

	position:relative;
	padding:4px 10px;
	left:-6px;
	border:0px solid #32A8B3;
	background-color:#32A8B3;
	color:#ffffff;
}

input.cssButtonHover {
	position:relative;
	padding:4px 10px;
	left:-6px;
	border:0px solid #28868f;
	background-color:#28868f;
	color:#ffffff;
}


/******** SUBMIT BUTTON - SEARCH ETC ********/



input.submit_button {
/*
	position:relative;
	padding:6px 15px;
	left:-6px;
	border:2px solid #207cca;
	background-color:#207cca;
	color:#fafafa;
*/

}



input.submit_button:hover, input.cssButtonHover {
 /*background-color: #4495af;  /* Hover color for the submit buttons */
 /*border: 1px solid #fff; */  /* Submit button border color */
 /*cursor: pointer; */
  
}






/***** NORMAL BUTTON CONTINUE SHOPPING, CHECKOUT ETC*****/

.button_in_cart {
	font-size:20px;
	font-family:'Roboto','Helvetica Neue', Helvetica, Arial, Verdana, sans-serif !important;
	font-weight: bold;
	left:-4px !important;
	position: static !important;
	padding:4px 15px !important;
}

span.normal_button {
	position:relative;
	padding:4px 10px;
	left:-6px;
	border:0px solid #32A8B3;
	background-color:#32A8B3
	color:#fafafa;
}


span.normal_button:hover {
	position:relative;
	padding:4px 10px;
	left:-6px;
	border:0px solid #28868f;
	background-color:#28868f;
	color:#fafafa;
}

.navNextPrevList .normal_button{
	position:relative;
	padding:0px 0px;
	left:-6px;
	border:0px solid #32A8B3;
	background-color:#32A8B3;
	color:#fafafa;
}

.navNextPrevList .normal_button:hover{
	position:relative;
	padding:0px 0px;
	left:-6px;
	border:0px solid #28868f;
	background-color:#28868f;
	color:#fafafa;
}

.product_detail {
	background-color: #ffffff;
	padding: 4px 4px;
}

.product_detail .normal_button{
	background-color: #ffffff;
	padding:0px 0px;
	color: #28868f;
}

.product_detail .normal_button:hover{
	background-color: #ffffff;
	padding:0px 0px;
	color: #28868f;
}

/***** checkout button etc *******/
/*.buttonRow.forward .normal_button{
background-color: #000000;
}
*/
