 /*
#
#	Base Theme TEMPLATE Version 1.0
#	Custom Css Template Override
#
#	Site Powered by EasyCommerce.
#	All rights reserved
#
*/



/********************************************
	Image Header
*/
div#header h1 { margin:0; padding:0; width:480px; height:92px; }
div#header h1 a { display:block; padding:0; width:100%; height:100%; text-indent:-9999px; background:url(header-h1-bg.png) 0 0 no-repeat; }
div#header h4 { display:none; }


/********************************************
	Easy Slider
*/
#slider{ height:260px !important; }
#slider ul,
#slider li
{ margin:0; padding:0; list-style:none; }
#slider li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:750px;
	height:260px;
	overflow:hidden;
}
span#prevBtn,
span#nextBtn
{
	display:block;
	height:77px;
	margin:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:-170px;
	width:30px;
	z-index:10;
}
span#prevBtn { left:0; }
span#nextBtn{ left:720px; }								

span#prevBtn a,
span#nextBtn a
{ display:block; width:30px; height:77px; background-repeat:no-repeat; background-image:url(sf-is-btn.png); }

span#nextBtn a { background-position:0 0; }
span#nextBtn a:hover { background-position:0 -77px; }

span#prevBtn a { background-position:0 -154px; }
span#prevBtn a:hover { background-position:0 -231px; }

p#controls { margin:0; position:relative; }


/********************************************
	Jquery Lightbox
*/
div#lightbox-imageBox,
div#lightbox-infoBox
{ background-color:#fff; }

div#lightbox-infoFooter { margin-top:0; }
div#lightbox-overlay-text { display:none; }

/********************************************
	Store Front
*/
body#storefront div#content h1 { text-indent:-9999px; padding:15px 0 0 0; line-height:0; }



/********************************************
	Payment
	Force to hide this payment option.
*/



/********************************************
	Custom Form
*/
fieldset.custom-form ul { margin:0; padding:0; }
fieldset.custom-form li { list-style:none !important; }
fieldset.custom-form li#submit { margin-top:20px; margin-bottom:20px; }
fieldset.custom-form.bookings-form h3 { clear:both; margin-top:20px !important; margin-left:0; margin-right:0; }
fieldset.custom-form.bookings-form table { width:100%; margin-bottom:20px; }
fieldset.custom-form.bookings-form table td { border-bottom:1px solid #ccc; padding:6px 4px; }

