/* 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_bg
{
    /*height:25px;*/
    height:22px;
    background-image: url('../../../bookings/images/headerbg2.jpg');
    background-repeat: repeat-x;
    overflow: hidden;
}


#header_bg2
{
    height:80px;
}

#header
{
    padding-top:0px;
    overflow: hidden;
    color: #2b2b2b;
    height:95px;
    width:856px;
    margin: 0 auto;
}

#header * {
    vertical-align: middle;

}

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

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

h1#businessname
{

    font-size: 34px;
    font-family:Trebuchet MS;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;

}

#businessaddress
{
    display: inline;

}

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


/* Booking body styles */



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: 310px;
}

dl#servicecategories
{
    float: left;
    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 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;
    width: 288px;
    height: 320px;
    overflow: auto;
    position: absolute;
}

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

#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;
}

.selectedday
{
    background-image: url('../../../bookings/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: 350px;
    overflow: auto;
}

.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: 250px;*/
    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;
}

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

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

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

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

#details select
{
    width: 60px;
}

#details .optional
{
    color: #aaa;
}

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

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

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

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

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

#confirmation dl dd, #receipt dl dd, #cancel 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, #cancel 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;
}

#confirmation div.yellow_box {
    height:auto;
    width:100%;
    background-color:#fffdd5;
    padding:12px 0;
    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 !important;
    color:#000;
    width:440px;
    margin-left:43px;
}

#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('../../../bookings/images/footerbg.jpg');
    padding: 0 16px;
    padding-top: 4px;
    width:870px;
    margin: 0 auto;
    clear: all;
}

#footer_full
{
    font-size: 12px;
    padding: 0 16px;
    padding-top: 16px;
    width:870px;
    margin: 0 auto;
    clear: all;
    color: #999;
    border-top: 1px solid #cbcbcb;
}

#footer_full img{
    border:0;
}

.footer_indv
{
    font-size: 11px;
    height:21px;
}


#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;
}

/********* Overrides **********************/
#bookingbody
{
    width:856px;
    margin: 0 auto;
    margin-top:20px;
    height: auto;
    position:relative;
    clear:both;
}

/*********************** Addition Elements/Overrides *************/

.mainTable
{
    border-collapse: collapse;
}

.mainTableC1
{
    vertical-align:top;
    padding-right:50px;
    overflow: visible;
    width: 506px;
}

.mainTableC2
{
    vertical-align:top;
}


.breadCrumbC1
{
    vertical-align:top;
    width:140px;
    padding-left:16px;
}

.breadCrumbC2
{
    vertical-align:top;
}

.googleMapDivDefault
{
    width:300px;
    height:200px;
    border-style:solid;
    border-width:1px;
}

.googleMapDivHide {
    width:300px;
    height:200px;
    border-style:solid;
    border-width:1px;
    background-image: url('../../../bookings/images/google_disabled.jpg');
}

.googleMapDivInnacurate {
    position:absolute;
    left:547px;
    top:210px;
    display:none;
}

/***** Page 1 ****************/
#services
{
    height:350px;
    margin-left:160px;
    overflow:auto;
    padding:0pt 8px;
    width: 310px;
}

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

.category_selected
{
background-image: url('../../../bookings/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:450px;
    border-color:#fff7db;
    border-width:2px;
    border-style:solid;
    margin-left:14px;
    margin-top:13px;
    padding:15px;
    font-size:12px;
    margin-bottom:15px;
}

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

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

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

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

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

#services.shiftleft
{
    margin-top: 8px;
    margin-left: 8px;
}

.bizhour
{
    padding: 3px 0;
    font-size: 11px;
}

.bizhour .dayname
{
    width: 60px;
    float: left;
}

.bizaddress
{
    font-size: 11px;
    line-height: 160%;
}

.bizaddress a
{
    color: #0078ff;
}

.closeday
{
    padding: 3px 0;
    font-size: 11px;
}

#footerlogo img
{
    vertical-align: middle;
}

.fineprint
{
    margin-top: 4px;
    font-size: 11px;
}

.fineprint a {
        text-decoration:none;

}

/*.fineprint a.normal_link {
        text-decoration:underline;

}*/


.fineprint a:hover{
    text-decoration:underline;
}


.fineprint img
{
    vertical-align: middle;
    text-decoration:none;
}

.fineprint a:hover img
{
    text-decoration:none;
}

.invisilink
{
    text-decoration: none;
    color: #999;
padding: 0;
margin: 0;
}

.invisilink img
{
    border-style: none;
}

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

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

#counterHolder .detached{
    position:absolute;
    right:0;
}

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;
}

/******* Tabs ************/
.tabSection {
    margin:20px auto 0pt;
    width:856px;
    font-size:13px;
}


.spacingDiv {
    height:26px;
    border-style:solid;
    border-width:1px 0px;
    border-color: #fff #fff #8ad7ff #fff;
    float:left;
}

.tabDivSelected {
    border-color: #8ad7ff #8ad7ff #fff #8ad7ff ! important;
    background-color:#fff ! important;
}

.tabDivSelected a, .tabDivSelected a:visited {
    color:#4C4C4C ! important;
}

.tabDiv {
    padding:5px 13px 3px 15px;
    height:18px;
    border-style:solid;
    border-width:1px;
    border-color: #8ad7ff;
    background-color:#8ad7ff;
    float:left;
}

.tabDiv a, .tabDiv a:visited {
    color:#406678;
    text-decoration:none;
    font-weight:bold;
}

.tabDiv a:hover {
    color:#000;
}

.tabDiv span.disabled {
    font-weight:bold;
    color:#8a9db3;
}

div.tabDivDisabled {
    background-color:#a9e2ff;
}

/******* Customer Reviews **************/
.schedreviews .title {
    margin-left:128px;
    font-size:13px;
    color:#4C4C4C;

}

.schedreviews .reviewdiv {
    margin-bottom:10px;
}

.schedreviews .divider {
    background-image: url('../../../bookings/images/reviews_divider.gif');
    background-repeat: repeat-x;
    background-position: 1px 0;
    height: 1px;
    overflow: hidden;
    margin-bottom:15px;
    margin-left:15px;
}

.schedreviews .reviewleft {
    float:left;
    margin-left:15px;
    height:65px;
    width:125px;
}

.schedreviews .reviewleftsect {
    margin-bottom:3px;
}

.schedreviews .reviewright {
    float:right;
    width:360px;
    overflow:auto;
    min-height:70px;
    height: expression( this.scrollHeight < 71 ? "70px" : "auto" ); /* sets min-height for IE */
}

.schedreviews .privacy {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    border:1px solid #DBDBDB;
    padding:5px 0px 5px 0px;
    margin-bottom: 15px;
    margin-left: 15px;
    background-color: #FFFDD5;
}


/*********** Latest Review ********/
.latestreview {
    font-size:11px;
}

.latestreview  img{
    margin-bottom:10px;
}

.latestreview .summary {
    float:left;
}

.latestreview div.rating {
    float:right;
}

.latestreview .summaryrating {
    margin-bottom:10px;
}

.latestreview .description {
    clear:both;
    color:#000;
    margin-bottom:10px;
    min-height:40px;
    height: expression( this.scrollHeight < 41 ? "40px" : "auto" ); /* sets min-height for IE */
    overflow:auto;
    width:300px;
}

.reviewheader {
    font-weight: bold;
}

/**** Google Larger Map **************/
img.mapLarger {
    float:right;
    /*position:relative;*/
    /*display:none;*/
}

/**** Test Booking *******************/

#breadcrumbDiv div.test_booking_box {
    height:13px;
    width:130px;
    background-color:#01DF01;
    position:absolute;
    margin-left:185px;
    margin-top:2px;
}

#breadcrumbDiv div.test_booking_text {
    font-size:10px;
    color:#000;
    text-align:center;
}

#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;

}

/* for reviews, they may not be invisible, but you can put them offscreen and make them blend in the backgroudn if that fails */
div.offscreen, span.offscreen {
    position: absolute;
    left: -10000px;
}
span.rating.blend {
    color: white;
}

#header a {
    font-size: 11px;
    line-height: 160%;
    color: #0078ff;
}