/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 13px; }
h1{ font-size: 18px; padding-bottom: 2px;}

h1, h2, h3, h4, h5, h6{
    color: #2153a5;
}

h1{ font-size: 18px; margin-top: 2px;}
h2{ font-size: 16px; margin-top: 2px; margin-bottom: 4px;}
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 11px; }
h4,h5,h6{ padding: 0px; margin: 0px; font-weight: normal; }

h3{
    padding: 0px;
    margin: 12px 0px 6px 0px;

    font-weight: normal;
}

body{
    background: #d1def2;

    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

#pageContainer{
    margin: 8px auto 4px auto;
    width: 978px;
    text-align: left;
    border: 1px solid #0d223f;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 10000;
    height: 118px;
}
#header table{
    height: 118px;
}
#header table{
    background: #2153a5 url(/images/header_bg.jpg) repeat-x bottom left;
}
#headerLeft{
    background: url(/images/header_left.jpg) no-repeat top left;
    width: 337px;
}
#headerMiddle{
    background: url(/images/header_middle.jpg) no-repeat top left;
    width: 145px;
    vertical-align: middle;
    padding: 24px 2px 0px 16px;
    color: #dde4ef;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Impact, Arial, Verdana, Helvetica, sans-serif;
}
#headerRight{
    background: url(/images/header_right.jpg) no-repeat top left;
    text-align: center;
}
#top_banner_table{
    margin: 0px auto;
    text-align: left;
}
#top_banner_sponsor{
    width: 14px;
    font-size: 1%;
    text-align: left;
    background: url(/images/sponsor.jpg) no-repeat center left;
}

#logoLink{
    position: absolute;
    top: 30px;
    left: 15px;
    display: block;
    text-decoration: none;
}
#logoLink img{
    border: 0px solid #FFFFFF;
}
#logoLink, #logoLink img{
    width: 310px;
    height: 64px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: relative;
    text-align: center;
    margin: 0px auto;
    background: #5e83b4 url(/images/menubar_bg.jpg) repeat-x bottom left;
    border-bottom: 1px solid #0d223f;
    z-index: 6000;
}

#tmenu{
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    white-space: nowrap;
    width: auto;
}

#tmenu li{
    position: relative;
    float: left;
    list-style: none;
    margin: 0px;
}

#tmenu #tma_0{
    border-left: 0px solid #FFFFFF;
}

#tmenu li a{
    float: left;
    display: block;

    padding: 6px 18px 6px 18px;

    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    border-left: 1px solid #0d223f;
}


#tmenu li a:hover{
    background: #f8a31b url(/images/menubar_over.jpg) repeat-x bottom left;
}

 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    display: none;
    top: 1.6em;
    left: 0px;

    padding: 0px;
    width: 200px;
    z-index: 6000;
}

#tmenu li ul li{
    position: static;
    float: none;
    display: block;
    margin: 0px;
    width: auto;
    background-color: #B69D75;
}

#tmenu li ul li a{
    float: none;
    display: block;
    padding: 6px 5px;
    margin: 0px;

    min-width: 100px;
    width: auto;

    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;

    background-color: #B69D75;
    color: #FFFFFF;
}

#tmenu li ul li a:hover{
    background-color: #B69D75;
    color: #F7EAAD;
    background-image: none;
    text-decoration: underline;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */



/* LEFT MENU STYLES */

#dleftmenu{
    position: absolute;
    z-index: 10000;
    top: 8px;
    left: 12px;
    width: 211px;
    height: auto;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#dleftmenu li{
    position: relative;
    float: left;

    list-style: none;
    margin: 0px 0px 1px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    min-height: 18px;
}

#dleftmenu li a{
    display: block;

    background-color: #53669A;

    padding: 2px 4px 2px 4px;
    margin: 0px 0px 0px 0px;

    height: auto;
    min-height: 14px;

    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: .04em;


    white-space: normal;

    opacity: .85;
}

#dleftmenu li a:hover{
    background-color: #E8A7D2;
    color: #53669A;
}


/* DROP DOWN MENU */
#dleftmenu li ul{
    position: absolute;
    top: 0px;
    left: 212px;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: auto;

    overflow: hidden;
}


#dleftmenu li ul li{
    float: left;
    background: none;
    margin: 0px;
}

#dleftmenu li ul li a{
    display: block;
    padding-left: 18px;
    margin: 0px;

    width: auto;
    min-width: 250px;

    white-space: nowrap;
    background-image: none;

    color: #FFFFFF;

    border-bottom: 1px solid #FFFFFF;
}


 /* END DROP DOWN MENU */


#leftFlash{
    position: absolute;
    z-index: 1000;

    top: 321px;
    left: 12px;

    width: 211px;
    height: 128px;
}

#jsImgRotate{
    position: absolute;
    z-index: 2000;
    top: 0px;
    left: 0px;

    width: 211px;
    height: 128px;

    overflow: hidden;
}
#jsImgRotate img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;

    width: 211px;
    height: auto;

    visibility: hidden;
    opacity: 0;

    cursor: pointer;
}

/* END LEFT MENU STYLES */

/* COLUMN MAIN */
#headerContainer{ position: relative; }

#contentTable{
    margin-top: 0px;
    width: 100%;
}

#mtcellLeft, #mtcellRight, #mtcellMiddle{
    vertical-align: top;
}


#mtcellMiddle{ padding: 32px 12px 0px 12px;}

#mtcellLeft{
    width: 180px;
    padding-top: 14px;
}

#mtcellRight{
    width: 180px;
}

#contentContainer{
    position: relative;
    z-index: 5000;
    background-color: #ffffff;
    color: #000000;
}

#content{
    position: relative;
    color: #000000;

    height: auto;
    min-height: 550px;
    width: 100%;
}


#bmenu{
    background: #2153a3 url(/images/footer_bg.jpg) repeat-x bottom left;
    border-top: 1px solid #0d223f;
    margin: 0px auto 0px auto;
    padding: 4px 0px 4px 0px;
    white-space: nowrap;
    text-align: center;
}

#bmenu ul{
    margin: 0px auto;
    list-style: none;

}

#bmenu li{
    padding: 0px;
    list-style: none;
    float: left;
}

#bmenu li a{
    display: block;
    float: left;
    padding: 4px 6px 4px 14px;
    margin: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    border-left: 1px solid #90aedb;
}
#bmenu a#bma_0{
    border-left: 0px solid #72a9c9;
}

#bmenu li a:hover{
    color: #90aedb;
    text-decoration: underline;
}

#footer{
    position: relative;
    margin: 0px auto 8px auto;
    width: 978px;
    text-align: left;

}

#copyright{
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 24px;

}

#copyright #bbb a{
    font-size: 9px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
#copyright #bbb a:hover{
    text-decoration: underline;
}

#copyright div{ font-size: 10px; }
#copyright a{ font-weight: normal; font-size: 10px; text-decoration: none;}
#copyright a:hover{ text-decoration: underline; }

#copyright .clearBoth{
    margin: 0px; padding: 0px;
}

#copyString{
    float: left;
}

#copyTerms{
    float: right;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
}


#paytd{ background-color: #061975; }
.payments{ height: 36px; width: 205px; background: #53669A url(/images/payment_options.jpg); }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    text-decoration:none;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #000000;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    color: #000000;
    border-bottom: 1px solid #82a7d8;
}

td.cellHeader a{

}
td.cellHeader a:hover{

}

td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #dae5f5;
}
td.cellOdd{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    background-color: #ebf1f9;
    text-align: left;
    border-bottom: 1px solid #dae5f5;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
        width: 100%;
}

/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    border: 1px solid #a5a5a5;
    margin: 2px;
}

.button{
    color: #FFFFFF;
    cursor: pointer;
    border: 0px solid #FFFFFF;
    background: #3d6cb4 url(/images/m_button_middle.jpg) repeat-x bottom left;

    padding: 3px 8px;
    font-weight: normal;
    font-family: Myriad, Trebuche MS, Verdana, sans-serif;
}

.button:hover{
    opacity: .9;
}

/*
    rounded button hax for flexibility and eye candification,
    not exactly standard compliant, but hey, it's still valid!
*/

.btnDiv{
    background: #3d6cb4 url(/images/m_button_middle.jpg) repeat-x bottom left;
}

.button .btnTL{
    background: url(/images/m_button_top_left.jpg) no-repeat top left;
    margin: 0px; padding: 0px;
}
.button .btnTR{
    background: transparent url(/images/m_button_top_right.jpg) no-repeat top right;
    margin: 0px; padding: 0px;
}
.button .btnBR{
    background: transparent url(/images/m_button_bottom_right.jpg) no-repeat bottom right;
    margin: 0px; padding: 0px;
}
.button .btnBL{
    background: transparent url(/images/m_button_bottom_left.jpg) no-repeat bottom left;
    margin: 0px; padding: 0px;
}

.button .btnContent{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 4px 12px;
    white-space: nowrap;
}


a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #2153a5;}
a:hover{ color: #2b77f2; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

.contentText0 a, .contentText1 a, .contentText2 a{
    font-weight: normal;
}

a img{
    border: 0px solid #FFFFFF;
}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }

.clearBoth, .dispTable{
    clear: both;
    font-size: 1%;
}
.dispTable{
    display: table;
    margin: 8px 0px;
}

/* this is why the w3 says not to name classes "large" and "small" and "red" etc... */
h1.large{
    position: relative;
    margin: 0px 0px 15px 0px;
    padding: 3px 8px;
    top: 6px;
    left: 0px;

    font-weight: bold;
    color: #566673;
    font-size: .95em;

    background-color: #E9E9E9;
}

h1.large a{color: #566673; font-weight: normal; font-size: .95em; }
h1.large a:hover{ color: #E02829; }

.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
.bigError{ font-size: 15px; font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px; }
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }

/* GALLERY STYLES */

.galleryDescription{
    margin-top: 16px;
}

div.galleryContainer{
    position: relative;
    padding: 0px;
    margin: 0px;

    height: 100px;

    white-space: nowrap;
}

div.galleryContainer table tr td{
    white-space: nowrap;
}

.galleryContainer{
    list-style: none;
    margin: 0px 10px 0px 24px;

    white-space: nowrap;

    overflow: visible;
    width: 100%;
}

.galleryContainer td{
    margin: 0px;
    padding: 0px 4px;

    text-align: center;
}



.galleryContainer td a{
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
}

.galleryContainer td img{
    margin: 5px 4px 0px 4px;
    border: 0px solid #FFFFFF;
}

#gDisplayImage{
    margin-top: 8px;

    text-align: center;
    overflow: hidden;
}

#gDisplayImageCaption{
    position: absolute;
    top: 368px;
    left: 128px;

    overflow: hidden;

    width: 418px;
    height: 76px;

    border: 1px solid #FFFFFF;

    background-color: #000000;
    color: #FFFFFF;

    opacity: .65;
}

#gDisplayCloseBox{
    position: absolute;
    top: 0px;
    right: 0px;

    width: 12px;
    height: 12px;
    padding: 1px;

    text-align: center;

    font-size: 11px;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

#gDisplayCaptionText{
    position: absolute;
    top: 14px;
    left: 0px;

    width: 410px;
    height: 62px;

    padding: 2px 4px;
    overflow: auto;
}

#gFamilyTree{
    margin-left: 32px;
}
#gFamilyTree a{

}
#gFamilyTree a:hover{

}

/* END GALLERY */

.dottedHR{ border-top: 1px dotted #9AAADD; padding: 5px 0px; }

.productOptH{
    margin-top: 8px;

    color: #586FA3;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;

    border-bottom: 1px solid #E2E6E9;
}



.splashImg{ text-align: center; }

/* This node is for preload work and we don't want it to be seen */
#workNode{
    display: none;
}

#preloadContainer{
    z-index: 5000;
    display: none;
    position: absolute;
    top: 220px;
    left: 480px;

    text-align: center;
    width: 350px;
    height: 76px;
    background-color: #E9E9E9;
    opacity: .85;
    border: 1px solid #CC741B;
}
#preloadContent{
    margin: 0px auto;
    text-align: center;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #596774;
}
#preloadBarOuter{
    margin: 16px auto 0px auto;
    position: relative;
    width: 200px;
    height: 16px;
    font-size: 1px;

    border: 1px solid #CC741B;
}
#preloadBarInner{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 16px;
    font-size: 1px;

    background-color: #FFFFFF;
}

#ieHistoryHack{
    /* display: none; */
}

/* CONTACT STYLES */
.contactTable{
    width: 50%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactLeft{
    width: 100%;
    margin-right: 8px;
    padding-right: 8px;
    text-align: left;
}

.contactRight{
    text-align: left;
    width: 100%;
}

.contactNote{

}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

#ieHistoryHack{
    display: none;
}


/* villa styles */

.villaHeader{
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ececec;
}

.villaHeadTable{

}

.villaHeadTable td{
    vertical-align: top;
    text-align: left;
}

.villaHeadTable .vHeadLink{
    color: #b69d75;
    text-decoration: none;
}

.villaHeadTable .vHeadLink:hover{
    text-decoration: underline;
}

.villaHeadTable .vHeadLink img{
    border: 0px solid #FFFFFF !important;
}

.bedBath{
    color: #707070;
    margin-bottom: 8px;
}

.vGalleryContainer{
    float: right;
    width: 290px;
}

.vGalleryBox{
    padding: 3px;
}

.vGuestOptions{
    width: 100%;
}

.vGuestOptions .vgCell{
    padding: 3px 6px 3px 0px;
    border-bottom: 1px solid #ececec;
}

.vGuestOptions .vgNotes{
    padding: 4px 0px 4px 8px;
    color: #907851;
    font-style: italic;
}

.vGalleryImg{
    text-align: center;
}

.vGalleryThumbs{
    margin-top: 14px;
    border: 1px solid #dddddd;
    padding: 3px;
    text-align: center;
}

.vGalleryThumbs h5{
    text-align: center;
}

.vGalleryThumbs table{
    margin: 0px auto;
    text-align: left;
}

.vGalleryThumbs table td{
    padding: 3px;
}

.vGalleryThumbs table td div{
}

#mapContainer{
    width: 100%;
    text-align: center;
}
#map{
    margin: 0px auto;
    text-align: left;
}

#closeWin{
    text-align: center;
    margin-top: 3px;
}
#closeWin a{
    font-size: 15px;
    font-weight: bold;
}

/* villa search page */
#villaSearchResults{}

#villaSearchResults table{
    width: 100%;
}

#villaSearchResults td{
    border-bottom: 1px solid #ececec;
    padding: 8px 0px;
    vertical-align: top;
}

#villaSearchResults td.vThumb a{
    display: block;
}
#villaSearchResults td.vThumb a img{
    margin: 3px;
}
#villaSearchResults td.vThumb a:hover{
}

#villaSearchResults td.vInfo{
    padding-left: 8px;
}
#villaSearchResults h5, #villaSearchResults h6{
    color: #707070;
    font-weight: bold;
    margin-bottom: 4px;
}

#villaSearchResults h6{
    float: right;
}

#villaSearchResults h5 a{
    font-style: italic;
}

#villaSearchDest{
    margin-bottom: 16px;
}

#villaSortSelect{
    position: relative;
    border-bottom: 1px solid #daccb6;
}

#villaSortSelect table{
    position: relative;
    border-collapse: collapse;
    top: 1px;
}

#villaSortSelect table td{
    background-color: #f2f0e5;
    border: 1px solid #daccb6;
    padding: 4px 12px;
}

#villaSortSelect table td a{
    color: #b69d75;
    text-decoration: none;
}

#villaSortSelect table td.active{
    background-color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
}

.v_cnt_string{
    margin: 14px 0px;
}
.vlist{font-size: 13px;}

.vlistCurrent{
    color: #b69d75;
    font-weight: bold;
    font-size: 14px;
}

.vlistPrev{
    background: url(/images/vlist_prev.jpg) no-repeat top left;
    margin-right: 12px;
}
.vlistNext{
    background: url(/images/vlist_next.jpg) no-repeat top left;
    margin-left: 12px;
}
.vlistPrev img, .vlistNext img{
    width: 19px;
    height: 11px;
    border: 0px solid #FFFFFF !important;
    padding: 0px !important;
}

.v_cnt_select{
    margin-top: 8px;
    float: right;
}

#destJumpDiv{
    float: right;
}

#destImage{ text-align: center; }
#destImageContainer{
}
#destImageContainer img{
    margin: 0px;
}

#dest_info_container h3{
    border-bottom: 1px solid #b9dede;
}

#dest_info_table td{
    padding: 3px;
    vertical-align: top;
}

#dest_about, #dest_specials{
    width: 50%;
}

#dest_info_table td#dest_about{
    padding: 4px 8px 4px 0px;
}

#dest_info_table td#dest_specials{
    padding: 4px 0px 4px 8px;
}

.destSVImage a{
    display: block;
}

.destSVInfo{
    color: #707070;
}

/* business listings */
/* listing list */

.subCatsContainer{
    margin-top: 15px;
    padding: 15px 8px;
    width: 100%;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}
.subCat{
    width: 33%;
    padding: 12px 5px;
}

.catIcon{
    float: left;
    margin-top: -8px;
    border: 1px solid #CED2D7;
}
.catHeader .curCat{
    color: #79899E;
    font-size: 18px;
    font-weight: bold;

    padding: 8px;
}

.bizFeatListings{
    margin-top: 10px;

    color: #79899E;
    font-size: 11px;
    font-weight: bold;
}
.bizNormListings{
    margin: 10px 0px 0px -30px;

    color: #79899E;
    font-size: 11px;
    font-weight: bold;
}

.bizListingsC{
    padding: 0px 30px;
}

.bizListing{
    margin: 8px 0px 20px 0px;
    border-bottom: 1px solid #D2DCEC;
}

.listingLeft{
    vertical-align: top;
}

.listingLeft h3{
    margin-top: 0px;
    margin-bottom: 12px;
}
.listingLeft h3 a{
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    color: #2153A5;
}
.listingLeft h3 a:hover{
    color: #5C80B2;
}

.listingRight{
    text-align: right;
    vertical-align: top;
}

.listingDesc{
    padding-top: 12px;
}

.listingButton{
    padding: 20px 0px;
}

.more_info{ color: #9f1d1d; }
.more_info:hover{ color: #df3737; }

/* end listing list */

/* listing details */
.bizLeft{
    vertical-align: top;
}
.bizLeft h1{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.bizRight{
    vertical-align: top;
    text-align: right;
}

.reviewC{
    float: right;
    text-align: center;
    width: 110px;
    white-space: nowrap;

    padding-top: 8px;
}
.reviewCnt{
    font-size: 10px;
    color: #79899E;
}

.starContain{
    position: relative;
    width: 89px;
    height: 16px;
    margin: 0px auto;
}
.starContain .starFill{
    position: absolute;
    z-index: 200;
    top: 0px;

    width: 0px;
    height: 16px;
    background-color: #FFD100;
}
.starContain .stars{
    position: absolute;
    z-index: 400;
    top: 0px;

    background: url(/images/stars.gif) no-repeat top left;
    width: 89px;
    height: 16px;
}

.revBox{
    float: right;
    width: 65px;

    padding: 3px 3px 3px 28px;
    margin: 3px 12px 1px 3px;

    color: #2153A5;
    font-size: 11px;
    text-align: left;

    background: #EBF1F9 url(/images/star_icon.jpg) no-repeat 3px center;
    border: 1px solid #D2DCEC;
}
.revBox img{ padding-right: 1px; }
.revBox a{ font-size: 11px; }

.coupBox{
    float: right;
    width: 65px;

    padding: 3px 3px 3px 28px;
    margin: 2px 12px 3px 3px;

    color: #2153A5;
    font-size: 11px;
    text-align: left;

    background: #EBF1F9 url(/images/dollar_icon.jpg) no-repeat 3px center;
    border: 1px solid #D2DCEC;
}
.coupBox img{ padding-right: 1px; }
.coupBox a{ font-size: 11px; }


#listingsBlock{
    position: relative;
    margin: 40px 0px 8px 0px;
}
#listingsBlockTabs{
    position: absolute;
    top: -27px;

    margin: 0px 0px 0px 4px;
    padding: 0px;
}
#listingsBlockTabs li{
    list-style: none;
    float: left;
    text-align: center;
}
#listingsBlockTabs li a{
    display: block;

    height: 16px;

    padding: 5px 15px;

    color: #5A5A5A;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;

    background-color: #FFFFFF;
    border-top: 1px solid #D2DCEC;
    border-right: 1px solid #D2DCEC;
    border-bottom: 1px solid #D2DCEC;
}
#listingsBlockTabs li a:hover{
    text-decoration: underline;
}
#listingsBlockTabs li .cur{
    color: #000000;

    height: 17px;

    font-weight: bold;
    background-color: #EBF1F9;
    border-bottom: 0px solid #D2DCEC;
}

#listingsBlockTabs #lbt_first{
    border-left: 1px solid #D2DCEC;
}

#listingsBlockContainer{
    width: 97%;
    min-height: 50px;
    padding: 8px;

    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}


#bizMap{
    width: 100%;
    height: 300px;
}

#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 280px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    height: 200px;
    overflow: auto;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

.couponContainer{
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #DAE5F5;
}

.couponOuter{
    position: relative;
    margin: 8px auto 3px auto;
    text-align: left;
}

#revForm{
    width: 300px;
}
#revTerms{
    float: right;
    width: 220px;
    padding: 3px;

    background-color: #CFE4FF;
    border: 1px solid #B3CEEF;
}

#revForm .rightField{
    text-align: right;
}
#revForm .formButtons{
    width: 50%;
}

#starImg{
    border: 0px solid #FFF;
}

#reviewInfo{
    font-style: italic;
    padding-left: 15px;
}

#revGuidelines{
    padding: 8px 0px;
}

.commentBlockHeader{
    padding: 4px;
    border: 1px solid #82A7D8;
    border-bottom: 1px dotted #82A7D8;
    background-color: #CFE4FF;
}
.commentContent{
    border: 1px solid #82A7D8;
    border-top: 0px solid #29412D;
    background-color: #EBF1F9;
    display: table;
    clear: both;
    width: 540px;

    padding: 8px 4px 8px 8px;
    margin-bottom: 24px;
}
.commentUser, .commentDate{
    font-weight: bold;
    padding: 4px 0px;
}

/* listing details */
/* end business listings */


/* popup phone styles */
#popupContainer{
    margin: 10px auto;
    width: 329px;
}
#popupHeader{
    background: #224388 url(/images/logo.jpg) no-repeat top center;
    width: 329px;
    height: 89px;
}
#popupContents{
    position: relative;
    text-align: left;
    padding: 5px;

    background-color: #FFFFFF;
    border-right: 1px solid #0D223F;
    border-left: 1px solid #0D223F;
    border-bottom: 1px solid #0D223F;
}
#popupPhone{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #2153A3;
}

#popupClose{
    position: absolute;
    bottom: 3px;
    right: 3px;
}

#popupContents .couponContainer{
    margin-bottom: 20px;
}

/* end popup phone styles */

.leftQ, .rightQ{
    padding: 3px 0px;
    border-bottom: 1px solid #D1DEF2;
}

#qty_container{ background-color: #ebf1f9; border: 1px solid #82a7d8; padding: 4px; }
#p_options table{ border-bottom: 1px solid #ccc; padding-bottom: 8px; margin-bottom: 8px; }
#p_options td{ padding: 4px; }

#add_to_cart_footer{
    padding: 4px;
    margin-bottom: 8px;
    background-color: #ebf1f9;
    border: 1px solid #82a7d8;
}

.ToU{ height: 300px; overflow: auto; }

