/*
	Add on CSS document
	BUTTONS
*/

/* remember to use the class "button" on a href links that are buttons */
#wrapper a.button span, #wrapper a.button2 span, #wrapper a.button3 span {
	position: relative;
	display: block;
	width: 51px;
	height: 15px;
	text-indent: -9000px;
	/*margin-left: 1px;*/
}
#wrapper a.button, #wrapper a.button2, #wrapper a.button3 {
	display: block;
	position: relative;
	width: 51px;
	height: 29px;
	top: 1px;
	background: url(../images/button_bottomgrad.png) bottom left no-repeat;
	/*margin-left: 1px;*/
}
#wrapper a.button2 span {
	width: 76px;
}
#wrapper a.button2 {
	width: 76px;
	background: url(../images/button_bottomgrad2.png) bottom left no-repeat;
}
#wrapper a.button3 span {
	width: 95px;
}
#wrapper a.button3 {
	width: 95px;
	background: url(../images/button_bottomgrad3.png) bottom left no-repeat;
}

#wrapper a .button_search { background: url(../images/button_search_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_search { background: url(../images/button_search_on.gif) 0 0 no-repeat; }
#wrapper a .button_info { background: url(../images/button_info_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_info { background: url(../images/button_info_on.gif) 0 0 no-repeat; }
#wrapper a .button_store { background: url(../images/button_store_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_store { background: url(../images/button_store_on.gif) 0 0 no-repeat; }
#wrapper a .button_submit { background: url(../images/button_submit_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_submit { background: url(../images/button_submit_on.gif) 0 0 no-repeat; }
#wrapper a .button_basketedit { background: url(../images/button_basketedit_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_basketedit { background: url(../images/button_basketedit_on.gif) 0 0 no-repeat; }
#wrapper a .button_basketcheckout { background: url(../images/button_basketcheckout_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_basketcheckout { background: url(../images/button_basketcheckout_on.gif) 0 0 no-repeat; }
#wrapper a .button_add { background: url(../images/button_add_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_add { background: url(../images/button_add_on.gif) 0 0 no-repeat; }
#wrapper a .button_addtobasket { background: url(../images/button_addtobasket_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_addtobasket { background: url(../images/button_addtobasket_on.gif) 0 0 no-repeat; }
#wrapper a .button_update { background: url(../images/button_update_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_update { background: url(../images/button_update_on.gif) 0 0 no-repeat; }
#wrapper a .button_purchase { background: url(../images/button_purchase_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_purchase { background: url(../images/button_purchase_on.gif) 0 0 no-repeat; }
#wrapper a .button_bookingform { background: url(../images/button_bookingform_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_bookingform { background: url(../images/button_bookingform_on.gif) 0 0 no-repeat; }
#wrapper a .button_download { background: url(../images/button_download_off.gif) 0 0 no-repeat; }
#wrapper a:hover .button_download { background: url(../images/button_download_on.gif) 0 0 no-repeat; }


/* Facility ICONS */
.search_result_container_entry_facilities span {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	float: left;
}
