/*********************** Blank Long ***********************/

.buttonlongblank a{
	background-image: url('cs/cs_images/buttonlongblank.jpg'); 
	background-repeat: no-repeat;		
	width: 300px;
	height: 45px;
	display: block;	
	float: left;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
	padding-top: 13px;
	color: #ffffff;

}

.buttonlongblank a:hover{
	background-image: url('cs/cs_images/buttonlongblankhover.jpg'); 
	color: #ffffff;	
	float: left;
	
}

/*********************** Order Now ***********************/


.ordernow a{
	background-image: url('cs/cs_images/buttonlongblank.jpg'); 
	background-repeat: no-repeat;		
	width: 300px;
	height: 45px;
	display: block;	
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
	padding-top: 13px;
	color: #ffffff;

}

.ordernow a:hover{
	background-image: url('cs/cs_images/buttonlongblankhover.jpg'); 
	color: #ffffff;	
	
}



.ordernowsmall a{
	background-image: url('cs/cs_images/order_now.png'); 
	background-repeat: no-repeat;		
	width: 110px;
	height: 40px;
	display: block;	

}

.ordernowsmall a:hover{
	background-image: url('cs/cs_images/order_now_hover.png'); 
	
}

/************************ More Info **********************/

.moreinfo a{
	background-image: url('cs/cs_images/button_moreinfo.jpg'); 
	width: 117px;
	height: 45px;
	float: left;
	display: block;	
}

.moreinfo a:hover{
	background-image: url('cs/cs_images/button_moreinfo_hover.jpg'); 
	width: 117px;
	height: 45px;
	float: left;	
	display: block;	
}



/************************ Front Block More Info **********************/

.frontblockmoreinfo a{
	background-image: url('cs/cs_images/button_moreinfo.jpg'); 
	width: 117px;
	height: 45px;
	position: relative;
	left: 110px;
	display: block;	
}

.frontblockmoreinfo a:hover{
	background-image: url('cs/cs_images/button_moreinfo_hover.jpg'); 
	width: 117px;
	height: 45px;
	position: relative;
	left: 110px;
	display: block;	
}

