/*
-----------------------------------------------
rangeRoamer BUTTONS - CSS Styles
Author:   Karol Golka
Company:  http://www.rangeroamer.com
Version:  20 Mar 2006
----------------------------------------------- */

/* buttons ALL
-------------------- */

.standardButton,.standardButton:hover 
{
	border: none !important;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	background: #FBC97D url(../images/range-btn-big-orange.gif) no-repeat 0% 0%;
	color: #DA6801;		
	font-weight: bold;	
	font-size: 1.1em;		
	width: 240px !important;
	height: 49px !important;
	line-height: 49px !important;	
	
	}
.standardButton:hover {
	background-color: #FC9904;
	}
	
a.btn {
	display: block;
	text-decoration: none !important;	
	}
a.btn strong { font-size: 78%; }
	
a.btn:hover {
	text-decoration: none;
	}

/* buttons
-------------------- */
/* btn-details */
a.btn-details {
	background: #ACC4EB url(../images/range-btn-viewdetails.gif) no-repeat 0% 0%;
	width: 119px;
	height: 26px;
	line-height: 26px;		
	}
a.btn-details strong {
	color: #668ED8;		
	padding-left: 36px;
	}
a.btn-details:hover, a.btn-generic:hover {
	background-color: #668ED8;
	}
/* btn-add2cart, btn-startshopping */
a.btn-add2cart, a.btn-startshopping {
	background: #FBC97D url(../images/range-btn-add2cart.gif) no-repeat 0% 0%;
	width: 119px;
	height: 35px;
	line-height: 35px;		
	}
a.btn-add2cart strong, a.btn-startshopping strong {
	color: #DA6801;		
	padding-left: 36px;
	}
a.btn-add2cart:hover, a.btn-startshopping:hover {
	background-color: #FC9904;
	}
/* btn-startshopping mods */
a.btn-startshopping { 
	background-image: url(../images/range-btn-startshopping.gif);
	width: 186px;
	height: 35px;
	}
a.btn-startshopping strong {
	padding-left: 46px;
	}

/* btn-remove */
a.btn-remove {
	background: transparent url(../images/range-icon-delete.gif) no-repeat 0% 50%;
	padding-left: 15px;
	color: #333;	
	font-size: 85%;	
	}
a.btn-remove:hover {
	color: #a20000;
	text-decoration: underline !important;
	}
/* btn-generic */
a.btn-generic {
	background: #ACC4EB url(../images/range-btn-blue.gif) no-repeat 0% 0%;
	width: 119px !important;
	height: 35px !important;
	line-height: 31px !important;
	color: #668ED8;		
	font-weight: bold;		
	text-align: center;
	}
	
#tableForm input#btnSubmit, input#btnSubmit {
	border: none !important;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	background: #ACC4EB url(../images/range-btn-blue.gif) no-repeat 0% 0%;
	width: 119px !important;
	height: 35px !important;
	line-height: 31px !important;
	color: #668ED8;		
	font-weight: bold;		
	}
input#btnSearchTestimonials
{
	background: #ACC4EB url(../images/range-btn-viewdetails.gif) no-repeat 0% 0%;
	width: 119px;
	height: 26px;
	border: none !important;
	font-weight: bold;		
	color: #194180;		
	line-height: 20px !important;
}

a.btn-add2cart strong, a.btn-startshopping strong {
	color: #DA6801;		
	padding-left: 36px;
	}



#tableForm input#btnSubmit:hover, input#btnSubmit:hover, input#btnSearchTestimonials:hover {
	cursor: pointer !important;
	}
/* bigger start shopping button */
a.bigcart {
	background: #FBC97D url(../images/range-btn-big-checkout.gif) no-repeat 0% 0% !important;
	width: 269px !important;
	height: 49px !important;
	line-height: 49px !important;	
}
a.bigcart strong {
	line-height: 49px !important;
	padding-left: 70px !important;		
	font-weight: bold;
	font-size: 1.3em;
	color: #a20000;
}
a.bigcart:hover {
	background-color: #FC9904 !important;
}
a.bigcart:hover strong {
	color: #333;
}
/* medium shopping button */
a.medcart 
{
	background: #FBC97D url(../images/range-btn-med-checkout.gif) no-repeat 0% 0% !important;
	width: 210px !important;
	height: 49px !important;
	line-height: 49px !important;
}
a.medcart strong {
	line-height: 49px !important;
	padding-left: 70px !important;		
	font-weight: bold;
	font-size: 1.3em;
	color: #a20000;
}
a.medcart:hover {
	background-color: #FC9904 !important;
}
a.medcart:hover strong {
	color: #333;
}
