html { }

body {
    padding: 0;  
    margin: 10px;                                        
    font: normal 14px sans-serif;
    color: #444;   
    background: url(../images/bg.png) repeat;         
}

#wrap {                         
    width: 100%;            
    height: 100%;
    margin: 0 auto;
}

#outercontainer {
    position: relative;     
    border: 0;
    margin: 0 auto;     
    padding-top: 100px;         
}

#outercontainer, #footer {
    max-width: 1200px;
    min-width: 1000px;
    width: auto;   
}

/******************************** BANNER **************************************/

#banner {
    position: absolute;
    width: 100%;    
    top: 0;
    left: 0;
    height: 22px; 
    z-index: 5;   
    color: #FFF;
}
#banner a { color: #FFFFFF; }

#banner .login_inputs {
    position: absolute; 
    right: 150px;    
}

#banner .login_extras {
    color: #EDE1F1;
    position: absolute;
    font-size: 12px;
    top: 35px;
    left: 120px;
}
#banner .login_extras a { color: #EDE1F1; }

#banner form#login {
    float: right;
    text-align: right;
    height: 25px;
    margin: 0px 20px 0 0;
    width: 420px;
}

#banner .failed_message {
    position: absolute;
    top: 0px;
    right: 400px;
    padding: 4px 10px;
    color: #FFF;
    font-weight: bold;  
    font-size: 12px;  
    background: #c9a3d9;
    border: 1px solid #8E5BA6;
}

#banner .failed_message a { color: #FFF; font-size: 12px; }

#banner img#strapline { 
    position: absolute;
    top: 10px;
    left: 315px;
    border: 0;
}

#banner img#logo { 
    position: absolute;
    top: 8px;
    left: 20px;
    border: 0;
}

/****************************** CONTAINER *************************************/

#container {          
    overflow: hidden; /* for floated divs */               
}
#container > .pad { padding-right: 20px; }

/******************************* LEFT DIV *************************************/

#content_left {
    float: left;    
    width: 212px;    
    padding: 0 10px; 
    margin: 0 10px 0 0;
    min-height: 400px;                        
}

#content_left h2 { margin: -7px 0 10px 0; color: #a681b7; }
#content_left .heading { font-weight: bold; margin-bottom: 5px; }

#content_left #filter {
    position: relative;
	margin-top: 0px;     	
	color: #7f5294;               		
}

#content_left #filter a { color: #7f5294; }

#content_left #filter div.search_img { 
    display: block; 
    width: 24px; 
    height: 32px; 
    position: absolute; top: 8px; right: 8px;
    background: url(/images/sprite.png) 0 -396px;
}
#content_left #form_filter { margin: 0; padding: 0; overflow: hidden; }

#content_left #interactive_map { margin-top: 20px; color: #47b008; font-size: 11px; }
#content_left #interactive_map .pad { padding: 3px 10px; }
#content_left #interactive_map h2 { color: #47b008; margin: 0; padding: 0; }
#content_left #interactive_map div.map_img {
    display: block; 
    width: 32px; 
    height: 36px; 
    position: absolute; top: 8px; right: 8px;
    background: url(/images/sprite.png) 0 -900px;
}
#content_left #interactive_map a.map { 
    position: absolute; top: 8px; right: 8px; 
    display: block; width: 195px; height: 50px;    
    background: #fff; opacity:0.0;filter:alpha(opacity=0); /* needs a background to appear over text in IE */
}

#account_left { color: #3087b0; }
#account_left a { color: #3087b0; font-weight: bold; }
#account_left h2 { color: #3087b0; }

#forum_topics ul { margin: 0 0 0 20px; padding: 0;}
#forum_topics li { margin: 0; padding: 2px 0; }
#forum_topics a { font-weight: normal; }

/******************************* RIGHT DIV ************************************/

#content_right {
    float: right;    
    width: 200px;
    margin: 0 0 0 20px;
    padding: 0;
    min-height: 400px;   
}

#top_deals { color: #ce8004; font-size: 12px; }

#top_deals div.top_deals_img {
    display: block; 
    width: 18px; 
    height: 24px; 
    position: absolute; top: 8px; right: 8px;
    background: url(/images/sprite.png) 0 -428px;
}

#top_deals h2 { margin: -7px 0 10px 0; color: #e78f05; }
#top_deals a { color: #ce8004; }
#top_deals a:hover { color: #ce8004; }


#top_companies { color: #a681b7; line-height: 1.5em; font-size: 12px; }

#top_companies div.top_companies_img {
    display: block; 
    width: 24px; 
    height: 24px; 
    position: absolute; top: 8px; right: 8px;
    background: url(/images/sprite.png) 0 -460px;
}

#top_companies h2 { margin: -7px 0 10px 0; color: #a681b7; }
#top_companies a { color: #a681b7; }
#top_companies a:hover { color: #a681b7; }


#twitter { color: #4da7d1; font-size: 11px; }          
#twitter .pad { padding: 3px 60px 3px 10px; }

#twitter div.twitter_img {
    display: block; 
    width: 50px; 
    height: 64px; 
    position: absolute; top: -10px; right: 8px;
    background: url(/images/sprite.png) 0 -936px;
}

#twitter a.link { 
    position: absolute; top: -10px; right: 8px; 
    display: block; width: 190px; height: 70px;    
    background: #fff; opacity:0.0; filter:alpha(opacity=0); /* needs a background to appear over text in IE */      
}

#twitter h2 { margin: -7px 0 10px 0; color: #4da7d1; margin: 0; padding: 0; }
#twitter a { color: #4da7d1; }
#twitter a:hover { color: #4da7d1; }

/***************************** CONTENT DIV ************************************/

#content {
    position: relative;    
    overflow: hidden;
    padding: 10px 0;
    margin: 0;
    min-height: 500px;           
    height: 100%; /* needed for overflow:hidden */ 
}
#content.fixedwidth { width: 710px; }

#content li { line-height: 1.5em; }


.registration_progress, .registration_text { 
    position: relative;
    width: 475px;
    height: 40px;
    margin: 0 0 10px 100px;
    background-image: url(/images/registration_steps.png);
    background-repeat: no-repeat; 
}
.registration_text { height: 18px; background-position: 0 -183px; margin-bottom: 20px }
.registration_progress.step1 { background-position: 0 0; }
.registration_progress.step2 { background-position: 0 -45px; }
.registration_progress.step3 { background-position: 0 -90px; }
.registration_progress.step4 { background-position: 0 -135px; }

.registration_progress a { 
    display: block; position: absolute; top: 0; width: 90px; height: 70px; z-index:99;
    background: #fff; opacity:0.0; filter:alpha(opacity=0); /* needs a background to appear over text in IE */ 
}
.registration_progress a.step1 { left: 0; }
.registration_progress a.step2 { left: 140px; }
.registration_progress a.step3 { left: 270px; }
.registration_progress a.step4 { left: 400px; }



#shadowbox_close_helper {
    position: fixed;
    top: 5px; 
    right: 5px;   
    z-index: 999;
    background: #8E5BA6;
    padding: 5px 10px;  
    font-size: 12px;          
}
#shadowbox_close_helper a { color: #FFF; }

/******************************** FOOTER **************************************/

#footer {
    /* width set elsewhere */       
    margin: 20px auto 0 auto;    
    padding: 0;
    color: #444;
    text-align: left;
    overflow: hidden;
    line-height: 1.5em; 
    font-size: 12px;    
}
#footer .pad { padding: 10px 20px 10px 60px; }

#footer a {
    color: #444;        
}
#footer a:active,
#footer a:focus,
#footer a:hover {
    color: #444;
    text-decoration: underline;
}   

#footer .left_div { width: 230px; float: left; line-height: 2em; margin: 0; }

#footer .right_div { float: right; margin: 0 40px 0 0; width: 160px; }


/****************************** ANCHOR STYLES *********************************/

a, a:link { text-decoration: none; color: #7f28d0; }
a:focus, a:active, a:hover { text-decoration: underline; color: #551a8b; }
a img { border: none; }

a.hint { cursor: help; color: #666; text-decoration:none; border-bottom:1px dotted #AAA;}

a.clear, a.clear:link { text-decoration: none; color: #444; }
a.clear:focus, a.clear:active, a.clear:hover { color: #444; } 

a.ratedeal, a.ratedealdisabled {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background-image: url(/images/deals_sprite.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
a.ratedeal:hover { background-position: -44px 0px; }
a.ratedealdisabled { background-position: -88px 0px; }

a.gotodeals { position: absolute; top: 30px; right: 8px; }
a.gotodeals, a.readmore {
    display: block;
    width: 155px;
    height: 36px;
    margin: 0 auto;
    background-image: url(/images/deals_sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -89px;    
}
a.gotodeals:hover { background-position: -159px -89px; }

a.readmore { background-position: 0px -45px; }
a.readmore:hover { background-position: -159px -45px; }

a.seecompanydeals {
    display: block;
    width: 100px;
    height: 28px;
    margin: 10px auto 0 auto;
    background-image: url(/images/deals_sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -132px;    
}
a.seecompanydeals:hover { background-position: -105px -132px; }

a.directory_improve {    
    color: #888;    
}

a.flagcontent {         
    width: 12px;
    height: 12px;
    padding: 0 6px;
    margin-left: 2px;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -268px;  
}
a.flagcontent:hover { text-decoration: none; opacity:0.5; filter:alpha(opacity=50); }

/**************************** GENERAL STYLES **********************************/

.red { color: #FF0000; }

.center { text-align: center; }

.message {
      padding: 5px 10px 5px 10px;
      background-color: #8e5ba6;
      color: #FFF;        
}
.textsmall {
    font-size: 10px;
}

div.bookmarks {
    position: absolute; top: 0; right: 0;
}

p#noscript { background: #FF6666; color: #FFF; padding: 10px 20px; }
p#noscript a { color: #FFF; text-decoration: underline; }

p#username_ok { font-weight: bold; color: #0A0; }
p#username_error { font-weight: bold; color: #F00; }

p.registration_hint { color: #888; text-align: center; }

/****************************** HEADINGS **************************************/

h1 {
    font: bold 24px sans-serif;
    color: #8e5ba6;    
    margin: 0 0 20px 0;    
}   
h1.deals { margin-right: 200px; }
h1.directory { margin-right: 200px; }
 
h2 {
    font: bold 16px sans-serif;
    color: #8e5ba6;
    margin: 0 0 10px 0;
}   
h2.large { font-size: 24px; }

h3 {
    font: bold 14px sans-serif;
    color: #8e5ba6;
    margin: 0 0 10px 0;
} 

h1 a.small_link, h2 a.small_link { font-size: 14px; text-decoration: underline; }

/***************************** NAVIGATION *************************************/

#tabsNav {
    overflow:hidden; /* wrap floats */
    height:35px; /* trips haslayout, wrap floats IE */
    list-style:none;
    padding: 0; margin: 0;
    
    position: absolute;
    top: 65px;
    right: 13px;
    
    font:bold 12px/31px sans-serif;
}

#tabsNav li {
    display:inline;
}

/* NORMAL TAB */
#tabsNav a {
    float:left;
    position:relative;
    padding-left:10px;
    margin-right:12px; /* adjust space between tabs ... */ 
    margin-top: 0px;
    text-decoration:none;
    color:#fff;
    background:url(../images/bg_nav.png) 0 0px no-repeat;
}

#tabsNav a span {
    position:absolute;
    top:0;
    left:100%;
    width:10px;
    height:31px;
    background:url(../images/bg_nav.png) -494px 0px no-repeat;
}

/* HIGHLIGHT TAB */
#tabsNav a:active,
#tabsNav a:focus,
#tabsNav a:hover {
    color:#fff;
    background-position:0 -31px;
}

#tabsNav a:active span,
#tabsNav a:focus span,
#tabsNav a:hover span {
    background-position:-494px -31px;
}
        
                
/* SELECTED TAB */
#tabsNav .current a,
#tabsNav .current a:active,
#tabsNav .current a:focus,
#tabsNav .current a:hover {
    color:#721399;    
    height: 35px;    
    margin-top: 0px;
    padding-top: 0px;
    background-position:0 -62px;
}

#tabsNav .current a span,
#tabsNav .current a:active span,
#tabsNav .current a:focus span,
#tabsNav .current a:hover span {
    height: 35px;    
    background-position:-494px -62px;
}    


/*************************** FORMS / INPUTS ***********************************/

input, select, textarea { 
    font: normal 12px sans-serif;
    color: #444; 
}

input[type="text"], input[type="password"], select, textarea {
    height: 15px;
    border: 1px solid #d2b5dd;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
select { height: 23px; }
textarea { height: auto; }

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover { background: #f7f1f9; }

input[type="checkbox"] { margin-top: 0px; vertical-align: middle; width: 20px !important; }
.checkbox { margin-top: 0px; vertical-align: middle; width: 20px !important; } /* IE 6 */

#form_medium, 
#form_small,
#form_very_small, 
#form_large {
    color: #505050;
    border: 0;
    margin: 0;
    padding: 1px; /* display issue firefox */
    font-size: 12px;      
    position: relative;
}

#form_medium .loadingimage,
#form_small .loadingimage,
#form_very_small .loadingimage,
#form_large .loadingimage {
    position: absolute;      
    left: 10px;
    margin: 4px; 
    display: none;
}

#form_medium { width: 537px; }
#form_medium input, #form_medium textarea { width: 362px; }

#form_small { width: 450px }
#form_small input, #form_small textarea  { width: 252px; }

#form_very_small { }
#form_very_small input, #form_very_small textarea { width: 160px; }

#form_large { width: 700px; }
#form_large input, #form_large textarea { width: 500px; }

/******************************* TABLES ***************************************/

table.data {
    border-spacing: 0px;
    border-collapse: collapse;      
}
table.data th {
    text-align: center;    
    margin: 0;
    padding: 0 5px 15px 5px;
    font-size: 14px;   
    font-weight: bold;   
    color: #999;      
}
table.data td {
    margin: 0px;
    padding: 10px 5px;
    color: #555;
    border-top: 1px solid #ccc;
}
table.data td.shade {    
    margin: 0px;
    padding: 5px;  
    color: #555;            
    font-size: 14px;
    width: 150px;
}
table.data td.footer { text-align: center; padding: 15px 5px 0 5px; }

table.data td.shade a { color: #555 }
table.data p { padding-bottom: 0; margin-bottom: 0; }

table.deal { width: 100%; }
table.deal th { text-align: left; padding-bottom: 10px; }
table.deal th.price { font-size: 24px; color: #8e5ba6; }
table.deal td.dealimage { width: 180px; vertical-align: top; text-align: center; padding-bottom: 20px; }
table.deal td.summary { padding-right: 10px; vertical-align: top; padding-bottom: 20px; }

table.deal ul { list-style:none; margin:0; padding: 5px; width: 100%; border: 1px solid #ddd; background:#f8f8f8; }
table.deal li { font-size: 11px; margin: 0; padding: 0 0 0 30px; }

table.deal li.categories, table.deal li.dateadded, table.deal li.validdates { background-image: url(/images/sprite.png); background-repeat: no-repeat; }

table.deal li.categories { background-position: 0 -300px; line-height: 16px; margin-bottom: 5px; }
table.deal li.dateadded { background-position: 0 -335px; line-height: 16px;  margin-bottom: 5px; }
table.deal li.validdates { background-position: 0 -370px; line-height: 16px;  }

table.deal table.deal_actions { border-spacing: 0px; border-collapse: collapse; width: 100%; margin-top: 20px; }
table.deal table.deal_actions td { }
table.deal table.deal_actions td.rate { text-align: center; font-size: 11px; width: 50px; padding-left: 20px; }
table.deal span.expired { font-weight: bold; color: #F00; }

table.company { width: 100%; }
table.company th { text-align: left; padding-bottom: 10px; }
table.company td.companyimage { width: 120px; vertical-align: top; text-align: center; padding-bottom: 20px; }
table.company td.summary { padding-right: 10px; vertical-align: top; padding-bottom: 20px; }

table.company li.categories, table.company li.dateadded { background-image: url(/images/sprite.png); background-repeat: no-repeat; }

table.company ul { list-style:none; margin:0; padding: 5px; width: 95%; border: 1px solid #ddd; background:#f8f8f8; }
table.company li { font-size: 11px; margin: 0; padding: 0 0 0 30px; }
table.company li.categories { background-position: 0 -300px; line-height: 16px; margin-bottom: 5px; }
table.company li.dateadded { background-position: 0 -335px; line-height: 16px;  margin-bottom: 5px; }

table.company table.company_actions { border-spacing: 0px; border-collapse: collapse; width: 100%; margin-top: 20px; }
table.company table.company_actions td { }
table.company table.company_actions td.rate { text-align: center; font-size: 11px; width: 50px; padding-left: 20px; }
table.company span.not_completed { font-weight: bold; color: #F00; }
table.company span.not_completed a { color: #F00; text-decoration: underline; }
table.company a.reviews { font-size: 12px; }

span.distance { margin-left: 10px; font-size: 12px; color: #33F; }

span.page_views { font-size: 20px; padding: 3px 5px; background: #8E5BA6; color: #FFF; }
span.page_views a { color: #FFF; }
span.page_views a:hover { cursor: help; text-decoration: none; }

table.userinfo { width: 500px; margin: 1px; /* display issue firefox */ }

table.clear { border-spacing: 0px; border-collapse: collapse; }
table.clear, table.clear td { border: 0; padding: 0; margin: 0; }

table.data.account_details td.shade { width: 100px; }

/***************************** IMAGE STYLES ***********************************/

img.picture {
    border: 5px solid #eee;  
    margin: 5px 5px 0 5px;  
}
img.picture:hover  { border-color: #fedae2; }

img.gallerypicture { border: 5px solid #eee; margin-top: 5px; }
img.gallerypicture:hover  { border-color: #fedae2; }

img.picture_highlight {
    border: 10px solid #7f28d0;  
    margin: 5px 5px 0 5px;  
}
img.picture_highlight:hover  { border-color: #F77;}

div.center_summary {
    width: 448px;
    margin: 0 auto; 
}

div#admin_filter {
    position: absolute; top: 182px; right: 140px;
}

a.datepicker_btn {
    display: block;
    width: 22px;
    height: 21px;
    margin-left: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
	background-position: 0px -764px;
}
a.datepicker_btn:hover { border: 1px solid #B47DC8; }

a.username_refresh {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
	background-position: 0px -620px;
}

/**************************** BUTTON STYLES ***********************************/

a.linkbutton:link, a.linkbutton:visited {      
    margin-right: 5px;
    background-color: #8E5BA6;
	background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
	background-position: -100px -100px; /* no image */
    padding: 3px 10px;
    border: 1px solid #8E5BA6; 
    color: #FFF;   
    font-size: 12px;
    font-weight: bold;
}
a.linkbutton:hover {
    text-decoration: none;
    background-color: #B47DC8;
    color: #fff;
}


button{
    cursor: pointer;
    margin: 0px 5px 0px 0px; /* 5px margin for when placed alongside linkbutton in Firefox */
    padding: 2px 10px 2px 10px;      
    height: 23px; /* IE 8 */
    text-decoration: none;
    text-align: center;
    background: #8e5ba6;
    border: 1px solid #8E5BA6;
    color: #fff;
    font: bold 12px sans-serif;    
}
button:hover{
    text-decoration: none;
    background: #B47DC8;      
    color: #fff;
}     

a.removecategory {            
    display: block;
    height: 20px;
    width: 20px;  
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
    background-position: right -96px;
    margin: 2px 0 0 10px;
}

a.removecategory:focus, a.removecategory:hover, a.removecategory:active {
    background-position: right -121px;
    text-decoration: none;
    color: #551a8b;
}

.category_hint {
    float: right; width: 280px; text-align: left;
}

/******************************* FILTER BAR  **********************************/

div#filter_bar {
    padding: 5px 0;
    font-size: 11px;  
    height: 25px; 
    margin: 0 0 20px 0; 
}

p.filter_info {
    font-size: 12px; 
    color: #666;    
}

p.no_search_results {
    font-weight: normal;
    margin-bottom: 30px;
    color: #F66;
}
p.no_search_results a { text-decoration: underline; color: #F66; }
p.no_search_results a:hover { color: #F00; }

a.searchoption {        
    line-height: 20px !important;
    line-height: 14px;    
    padding: 2px 30px 2px 5px;
    border: 1px solid #ccc;    
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
    background-position: right -96px;
    color: #999;
}

a.searchoption:focus, a.searchoption:hover, a.searchoption:active {
    background-position: right -121px;
    text-decoration: none;
    color: #551a8b;
    border: 1px solid #999;
}

#filter_interactive_map { position: absolute; top: 1px; right: 0; width: 180px; color: #47b008; font-size: 11px; }
#filter_interactive_map .pad { padding: 3px 10px; }
#filter_interactive_map h2 { color: #47b008; margin: 0; padding: 0; font-size: 12px; }
#filter_interactive_map div.map_img {
    display: block; 
    width: 21px; 
    height: 26px; 
    position: absolute; top: 8px; right: 8px;
    background: url(/images/sprite.png) 0 -720px;
}
#filter_interactive_map a.map { 
    position: absolute; top: 8px; right: 8px; 
    diswidth: block;width: 170px; height: 35px;
    background: #fff; opacity:0.0;filter:alpha(opacity=0); /* needs a background to appear over text in IE */
}

/**************************** PARAGRAPH STYLES ********************************/

p.review_summary {
    font-style:italic; 
    font-weight:bold;
}
p.review_content {
    margin-bottom: 0;
    padding-bottom:3px;
}
p.review_username {
    margin-top:0;
    padding-top:0;
    text-align: right;
    font-style:italic;  
    font-size: 12px;
    color: #666;   
}

/***************************** PAGING STYLES **********************************/

.pagingDiv {            
    line-height: 35px; 
    width: 100%;
    text-align: center;                         
}

.pagingDiv a {
    padding: 3px 10px;            
    text-decoration: none;            
    background: #8e5ba6;
    color: #FFF;
}

.pagingDiv a:hover {            
    text-decoration: none;               
    background: #D2B5DD;
    color: #FFF;
}

.pagingDiv a.selected {                 
    background: #D2B5DD;
    color: #FFF;
}   
        
/****************************** ICON STYLES ***********************************/

div.starwrapper { width:83px; margin: 0 auto; overflow: hidden; }

.star {        
    display: block;  
    width: 16px;
    height: 16px;    
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
}
.star:hover { text-decoration: none; }
.star.full { background-position: 0 -148px; float: left; }
.star.half { background-position: 0 -164px; float: left; }
.star.empty { background-position: 0 -180px; float: left; }

a.linkbutton.edit { background-position: 5px -488px; padding-left: 25px; }
a.linkbutton.new { background-position: 5px -520px; padding-left: 28px; }
a.linkbutton.delete { background-position: -28px -119px; padding-left: 20px; }
a.linkbutton.pictures { background-position: 5px -585px; padding-left: 28px; }
a.linkbutton.deals { background-position: 5px -553px; padding-left: 28px; }
a.linkbutton.calendar { background-position: 5px -333px; padding-left: 28px; }

/*************************** ACCORDION STYLES *********************************/

#accordion {
    width:700px; 
    list-style:none; 
    color:#033; 
    margin:0 0 40px 0;
    padding: 0;
}
#accordion h2 {
    width: 690px;
    padding: 5px 10px;
    margin: 0;   
    font-weight: normal; 
    cursor:pointer; 
    color: #FFF;
    background: url(/images/accordion_sprite.png) left 0 no-repeat; 
}
#accordion h2:hover { background-position: left -31px; }

#accordion h3 {
    width: 690px;
    padding: 5px 0;
    margin: 0;   
    font-weight: normal; 
    cursor:pointer; 
    color: #8e5ba6;    
}
#accordion h3:hover { color: #00F; }

#accordion .acc-section { overflow:hidden; background:#fff; }
#accordion .acc-content {
    width:668px;
    padding:10px 20px; 
    background:#fff; 
}

/*************************** GOOGLE MAP STYLES ********************************/

#map_wrapper { width: 320px; height: 130px; overflow-x:hidden; overflow-y: auto; }

#map_directory { width: 300px; font-size: 12px; height: 130px; }
#map_directory a.title { font-size: 16px; font-weight: bold; }

#map_deals { width: 300px; font-size: 12px; height: 130px; }
#map_deals a.title { font-size: 14px; font-weight: bold; }

#map_refine {
     position: absolute; bottom: 20px; left: 20px; z-index: 999;
     padding: 10px 20px;
     background: #b1f886;
     color: #3E9807;
}   

/************************* PROMOTION LINKS STYLES *****************************/

table.widgets { border-spacing: 0px; border-collapse: collapse; width: 100%; }               
table.widgets td.example { width: 410px; font-weight: bold; line-height: 2em; }
table.widgets td.example a { font-weight: normal; }
table.widgets td.code { font-weight: bold; text-align: right; line-height: 2em; }
table.widgets td.code input, table.widgets td.code textarea { width: 225px; }    

table.widgets div.example_wrap, table.links div.example_wrap { float: left; border: 1px solid #ddd; padding: 10px; margin: 10px 0; }

table.links { border-spacing: 0px; border-collapse: collapse; width: 100%; }               
table.links td.example { font-weight: bold; line-height: 2em; }
table.links td.example a { font-weight: normal; }
table.links td.code { width: 410px; font-weight: bold; text-align: right; line-height: 2em; }
table.links td.code input, table.links td.code textarea { width: 350px; }    

/***************************** ROUNDED STYLES *********************************/

/* ROUNDED WHITE STYLES */
#container .pad, #container .tm, #container .bm { background: #fff; }

#container .tl { background-position: 0 0; }		
#container .tr { background-position: -6px 0; }
#container .bl { background-position: 0 -6px; }
#container .br { background-position: -6px -6px; }	

/* ROUNDED PINK STYLES */
#filter .pad, #filter .tm, #filter .bm,
#top_companies .pad, #top_companies .tm, #top_companies .bm  { background: #ede1f1; }

#filter .tl, #top_companies .tl { background-position: 0 -12px; }		
#filter .tr, #top_companies .tr { background-position: -6px -12px; }
#filter .bl, #top_companies .bl { background-position: 0 -18px; }
#filter .br, #top_companies .br { background-position: -6px -18px; }	

/* ROUNDED PURPLE STYLES */
#footer .pad, #footer .tm, #footer .bm { background: #ddc6e6; }

#footer .tl { background-position: 0 -72px; }		
#footer .tr { background-position: -6px -72px; }
#footer .bl { background-position: 0 -78px; }
#footer .br { background-position: -6px -78px; }	

/* ROUNDED ORANGE STYLES */
#top_deals .pad, #top_deals .tm, #top_deals .bm { background: #ffe473; }

#top_deals .tl { background-position: 0 -24px; }		
#top_deals .tr { background-position: -6px -24px; }
#top_deals .bl { background-position: 0 -30px; }
#top_deals .br { background-position: -6px -30px; }	

/* ROUNDED BLUE STYLES */
#twitter .pad, #twitter .tm, #twitter .bm, 
#account_left .pad, #account_left .tm, #account_left .bm { background: #c0deed; }

#twitter .tl, #account_left .tl { background-position: 0 -36px; }		
#twitter .tr, #account_left .tr { background-position: -6px -36px; }
#twitter .bl, #account_left .bl { background-position: 0 -42px; }
#twitter .br, #account_left .br { background-position: -6px -42px; }	

/* ROUNDED GREEN STYLES */
#interactive_map .pad, #interactive_map .tm, #interactive_map .bm,
#filter_interactive_map .pad, #filter_interactive_map .tm, #filter_interactive_map .bm { background: #b1f886; }

#interactive_map .tl, #filter_interactive_map .tl { background-position: 0 -48px; }		
#interactive_map .tr, #filter_interactive_map .tr { background-position: -6px -48px; }
#interactive_map .bl, #filter_interactive_map .bl { background-position: 0 -54px; }
#interactive_map .br, #filter_interactive_map .br { background-position: -6px -54px; }	

/* ROUNDED GREY STYLES */
#form_wrap .pad, #form_wrap .tm, #form_wrap .bm { background: #e8e8e8; }
#form_wrap .pad { border: 1px solid #ccc; border-top: 0; border-bottom: 0; }
#form_wrap .tm { border-top: 1px solid #ccc; }
#form_wrap .bm { border-bottom: 1px solid #ccc; }

#form_wrap .tl { background-position: 0 -60px; }		
#form_wrap .tr { background-position: -6px -60px; }
#form_wrap .bl { background-position: 0 -66px; }
#form_wrap .br { background-position: -6px -66px; }	

/* GENERAL ROUNDED STYLES */
.round { position: relative; }
.round .pad { padding: 15px 10px; overflow: hidden; height: 100%; /* Can't use width 100% on the inner .pad div, but height 100% works in IE6 */ }

.round .tl, .round .tr, .round .bl, .round .br { width: 6px; height: 6px; position: absolute; overflow: hidden; background: url(/images/sprite.png) no-repeat; }
	
.round .tl { top:0; left:0; }		
.round .tr { top:0; right:0; }
.round .bl { bottom:0; left:0; }
.round .br { bottom:0; right:0; }				

.round .tm, .round .bm { margin: 0 6px; height: 5px; overflow: hidden; }


/********************************** LISTS *************************************/

ol#terms, ol#terms li ol { list-style: none; }

ol#terms {
	padding:0 30px 0 50px;
	line-height:1.5em;
}
ol#terms {
	margin-top:2em;
}
ol#terms li {
	font-weight:bold;
	padding-bottom:1em;
	position:relative;
	font-size:14px;
}
ol#terms li ol {
	margin-top:1em;
}
ol#terms li ol li {
	font-weight:normal;
	font-size:13px;
}
ol#terms li li span, ol#terms li li li span {
	font-weight:normal;
	left:-38px;
	position:absolute;
	top:0;
	width:35px;
}    div.calendar
{
  font-size: smaller;
  color: #3e3e3e;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
  z-index: 9999;
}

div.calendar table
{
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-spacing: 1px;
}

div.calendar thead {
  background-color: #fff;
}

div.calendar td,
div.calendar th
{
  padding: 2px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
  color: #e8a800;
}

div.calendar th
{
  font-weight: bold;
}

div.calendar tr.days td {
  width: 2em;
  color: #3d60ba;
  text-align: right;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  border-color: #e8a800;
  background-color: #e5e5e5;
  cursor: pointer;
}
div.calendar tr.days td:hover
{
 background-color: #ffffff;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #e8a800;
  border-color: #e8a800 !important;
  color: #fff !important;
}

div.calendar tr.days td.weekend {
	color: #7f9de8;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  border-color: #3d60ba;
}

div.calendar tr.days td.otherDay
{
  background: #e5e5e5;
  color: #fff;
}
#sb-container,#sb-wrapper{text-align:left;}#sb-container,#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}body>#sb-container{position:fixed;}#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}#sb-container>#sb-overlay{height:100%;}#sb-wrapper{position:relative;}#sb-wrapper img{border:none;}#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:1px solid #303030;}#sb-body-inner{position:relative;height:100%;background-color:#e7e3de;}#sb-content.html{height:100%;overflow:auto;}#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}#sb-body,#sb-loading{background-color:#e7e3de;}#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}#sb-title-inner,#sb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}#sb-title,#sb-title-inner{height:26px;}#sb-title-inner{font-size:16px;padding:5px 0;color:#fff;}#sb-info,#sb-info-inner{height:20px;}#sb-info-inner{font-size:12px;color:#fff;}#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;}#sb-nav-close{background-image:url(../images/shadowbox/close.png);background-repeat:no-repeat;}#sb-nav-next{background-image:url(../images/shadowbox/next.png);background-repeat:no-repeat;}#sb-nav-previous{background-image:url(../images/shadowbox/previous.png);background-repeat:no-repeat;}#sb-nav-play{background-image:url(../images/shadowbox/play.png);background-repeat:no-repeat;}#sb-nav-pause{background-image:url(../images/shadowbox/pause.png);background-repeat:no-repeat;}#sb-counter{float:left;padding:2px 0;width:45%;}#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}#sb-counter a.sb-counter-current{text-decoration:underline;}div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 12px sans-serif;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/unitip/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/unitip/TipMid.png) repeat; 
		width: 115px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(../images/unitip/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
