
/* Global syles */

body
{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: #666;
}

ul,li,dl,dt,dd
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a
{
	color: #3e60ae;
	color: #324d8b;
}

/* Header styles */

#header
{
	background-image: url('../images/headerbg.jpg');
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	color: #2b2b2b;
	height: 1%;
}

#header * {
	vertical-align: middle;

}

#header img,#logoplaceholder
{
	float: left;
	padding: 8px 16px;
	padding-right: 24px;	
}

#logoplaceholder
{
	width: 128px;
	height: 78px;
}

h1#businessname
{

	font-size: 22px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

#businessaddress
{
	display: inline;
}

#freebookingbox
{
	position: absolute;
	top: 0px;
	right: 0px;	
	overflow: hidden;
	height: 94px;
}


/* Booking body styles */

#bookingbody
{
	height: 320px;
	overflow: hidden;
}

h2
{
	color: #ff5300;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #dbdbdb;
	margin: 0;
	padding: 4px 16px;
}

h2.chosen
{
	color: #5a5a5a;	
}

h2.chosen strong
{
	font-weight: normal;
	font-style: italic;	
	color: #333;
}

h3
{
	font-size: 12px;	
	font-weight: normal;
	color: #000;
	margin: 8px 0;
}

h4
{
	font-size: 12px;	
	font-weight: normal;
	color: #808080;
	margin: 0;
}

.changestep
{
	float: right;
}

.changesteplabel
{
	float: left;
}

.changestepdetails
{
	position: relative;
    margin-left: 115px;
    width: 324px;
}

dl#servicecategories
{
	position: absolute;
	padding: 8px 16px;
	left: 0;
}

dl#servicecategories dt
{
	font-size: 10px;
	padding: 2px 0;
	text-transform: uppercase;	
}

dl#servicecategories dd ul li
{
	padding-top: 3px;	
}


.servicecategory
{
	color: #000;
	font-weight: bold;
}

#services
{
	margin-left: 160px;
	padding: 0 8px;
	height: 296px;
	overflow: auto;
}

#services a.servicecategory
{
	display: block;
	padding-top: 8px;	
}

#services dl
{
	margin-top: 8px;
}

#services dt
{
	margin-bottom: 2px;
}

#services dd
{
	margin-bottom: 4px;	
}

#staff
{
	margin-left: 160px;
	padding: 0 8px;
	height: 272px;
	overflow: auto;
}

#staffexplain
{
	position: absolute;
	padding: 8px 16px;
	left: 0;
	font-size: 11px;
	line-height: 140%;
	width: 124px;	
}

#staff ul
{
	margin-top: 8px;	
}

#staff ul li
{
	margin-bottom: 4px;	
}

/*
#datesection
{
	height: 248px;
	width: 505px;
	overflow: auto;
	position: relative;
}
*/

#datemonth
{
	position: absolute;
	padding: 0 16px;
	left: 0;
	width: 180px;	
}

#datetime
{
	margin-left: 200px;
	padding: 0 8px;
	height: 228px;
	overflow: auto;
	position: relative;
}

#datetime ul
{
	margin-top: 8px;
}

#datetime ul li
{
	margin-bottom: 4px;	
	text-transform: lowercase;
}

#daypicker
{
	border-collapse: collapse;
	margin-bottom: 8px;	
}

#daypicker td, #daypicker th
{
	text-align: center;
	padding: 2px 4px;
	color: #ccc;
	font-size: 11px;
}

#daypicker th
{
	font-size: 10px;
	color: #aaa;	
}

#timezone
{
    padding-left:10px;
    display:inline;
}

.selectedday
{
	background-image: url('../images/calendar-highlight.gif');
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

.selectedday a
{
	color: #fff;
	text-decoration: none;
}

.datecol
{
	position: absolute;
	margin-top: 8px;
}

#col2
{
	margin-left: 100px;	
}

#col3
{
	margin-left: 200px;	
}

#details
{
	padding: 0 8px;
	padding-top: 12px;
	height: 240px;
	overflow: auto;
    position:absolute;
    width:505px;
}



.inputgroup
{
	overflow: hidden;
	position: relative;
	clear: both;
	/*padding: 2px 0;*/
	border: 2px solid white;
	border-style: solid none solid none;
}

.error
{
	/*background-color: #fafafa;*/
}


.fielderror
{
	float: right;
	font-size: 11px;
	color: #f40000;	
	width: 200px;
	overflow: visible;
}

.leftlabel
{
	float: left;
	display: block;
	width: 104px;
	clear: left;
	text-align: right;
	padding-right: 16px;
	padding-top: 2px;
	color: #5a5a5a;
}

#timeleft
{
	float: right;
	color: #aaa;
	display: none;
}

#details input.texty, #details textarea, #details select
{
	font-family: arial;
	float: left;
	font-size: 12px;
	width: 150px;
}

#details input.texty, #details textarea
{
	padding: 1px 2px;
}

#details textarea
{
	height: 44px;	
}

#rememberbox
{
	margin: 0;	
	margin-right: 4px;
}

#details input.firstname, #details input.lastname
{
	/*width: 120px;*/	
}

#details input.submit
{
	clear: left;
	margin-left: 120px;	
    margin-top: 16px;
}

#details select
{
	width: 60px;	
}

#details .optional
{
	color: #aaa;	
}

#remember
{
	margin-left: 120px;
	clear: left;
}

#confirmation {
    overflow:auto;
    overflow-x:hidden;
    height:296px;
    width:520px;
}

#confirmation dl
{
	margin-top: 8px;
}

#servicesummary
{
	position: absolute;
	margin-left: 92px;
	width: 304px;
}

#receipt
{
	color: #000;
	height: 280px;
	overflow: auto;
	padding-top: 16px;
}

#confirmation dl dt, #receipt dl dt
{
	width: 152px;
	padding-right: 8px;
	text-align: right;
}

#confirmation dl dd, #receipt dl dd
{
	margin-left: 160px;
	margin-top: -15px;
	padding: 0 8px;	
	padding-right: 16px;
	display: block;
	padding-bottom: 16px;
}

#confirmation dl dd strong
{
	font-weight: normal;
	font-style: italic;	
}

#confirmation dd p, #receipt dd p
{
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}

#confirmation input
{
    margin:0;
	margin-left: 168px;
    font-size:18px;
    padding:0;
    width:200px;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom:10px;
}

#confirmation div.yellow_box {
    height:54px;
    width:100%;
    background-color:#fffdd5;
    padding-top:12px;
    margin-bottom:20px;
        
}

#confirmation div.exclamation_holder {
    width:42px;
    text-align:center;
    float:left;
}

#confirmation div.exclamation_holder img {
    margin-top:4px;
}

#confirmation div.text_holder {
    font-size:11px;
    color:#000;
    width:440px;
    margin-left:43px;
    /*float:right;*/
}


#tools
{
	float: right;
}

#tools *
{
	vertical-align: middle;
}

#tools img
{
	margin-left: 8px;
	margin-right: 4px;
}

.promotionImage
{
	padding-left: 6px;
	position: relative;
	top: 3px;
}

.promotionText
{
    margin-left: 4px;
	color: #818181;
}
.promotionDescription
{
	display: none;
	position: absolute;
	z-index: 1000;
	top: 18px;
	left: 29px;
	background: #CCC;
	padding: 8px;
	width: 150px;
}

.promotionBlock
{
	display:inline;
	position:relative;
	z-index: 100;
	cursor: default;
}

/* Footer styles */

#footer
{       
	font-size: 11px;
	height: 18px;
	border-top: 1px solid #cbcbcb;            
	background-image: url('../images/footerbg.jpg');
	padding: 0 16px;
	padding-top: 4px;
}

#footerlinks
{
	float: right;
}

#divSelection
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#frmMain
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.businessNameNoWrap
{
    white-space : nowrap;
    width:330px;    
    overflow:auto;
}

.businessNameWrap
{
    white-space : normal;
}    

/***** Selected category ****************/

.category_selected
{
background-image: url('../images/category_image.gif');
height:21px;
width:135px;
margin-left:-12px;
}

.test
{
margin-left:12px;
padding-top:3px;
color:#FFFFFF;
}

/**************** Payment Details *****************/
.paymentDetailsInformation {
    background-color:#ffffe5;
    width:440px;
    border-color:#fff7db;
    border-width:2px;
    border-style:solid;
    margin-left:18px;
    margin-top:13px;
    padding:10px;
    overflow:auto;
}

.goBack{
    float:right;
    margin-right:10px;
    color:#AAAAAA;
}

#detailscredit input .ccexpiry {
    width:80px;
}

.paymentOverflowArea {
    height:295px;
    overflow:auto;
    position:absolute;
    width:520px;
}

.specialRequestsError
{   clear:left;
	font-size: 11px;
	color: #f40000;	
	width: 180px;
	overflow: visible;
    margin-left:120px;
}

#detailscredit input.texty, #detailscredit textarea, #detailscredit select
{
	font-family: arial;
	float: left;
	font-size: 12px;
	width: 150px;
}

#detailscredit input.texty, #detailscredit textarea
{
	padding: 1px 2px;
}

#detailscredit textarea
{
	height: 44px;	
}

#detailscredit input.submit
{
	clear: left;
	margin-left: 120px;	
    margin-top: 7px;
}

#detailscredit
{
	padding: 0 8px;
	padding-top: 12px;
	overflow: auto;
}

/*#detailscredit .fielderror {
    /*width:140px;*/
    /*padding-right:42px;*/
/*}*/

.fielderror2 {
    color:#F40000;
    font-size:11px;
    overflow:visible;
}

.errorbox {
    color:#F40000;
    text-align:center;
    margin-top:10px;
}

.csvExpiryErr {
    float:right;
    width:199px;
    /*margin-right:42px;*/
    /*margin-right:52px;*/
}

.leftlabel2
{
	float: left;
	display: block;
	/*width: 104px;
	clear: left;*/
	text-align: right;
	padding-right: 16px;
	padding-top: 2px;
	color: #5a5a5a;
}

/**** Counter **************/
div#counterHolder
{
    float:right;
    position:relative;
    display:none;
}

img#counterImage 
{
    padding:0;
    margin:0;
    position:absolute;
    left:-20px;
}

div#counterGrey
{
    width:158px;
    height:20px;
    background-color:#313131;
    color:#fff;
    font-weight:bold;
    padding:0;
    margin:0;
}

div#counterText
{
    padding:0;
    margin:0;
    padding-left:9px;
    padding-top:3px;
}

span#minsremaining
{
    margin:0;
    padding:0;
    vertical-align:top;
}

#contactus
{
    margin:16px;
}

.fb_like{
    line-height: 25px;
    border-top:1px solid #DBDBDB;
    border-bottom:1px solid #DBDBDB;
    margin-top: 0px !important;
    padding-bottom: 10px  !important;
    margin-bottom: 15px;
    background-color: #FFFDD5;
    padding-left:70px;
}

.fb_like .fb_message{
    float:left;
    margin-top: 10px;
}

#fb_container{
    overflow:hidden;
    position:relative;
    height:26px;
    width:120px;
    margin-top:10px;
}

#fb_container div{
    position:absolute;
    left:-52px;
    top: -30px;
}