/* Global - CSS
.......................................................
Author : Michael Acevedo	
Email : michael.acevedo@elocallisting.com
Created :  03/12/10 | Modified : 03/26/10
.......................................................  .....reset .....  */
/*added on 28-2-11 for More font color-->start*/
.more 
{
    color: #f71654;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    float: left;
}
/*added on 28-2-11-->end*/
/*added on 8-3-11--> Start
.table
{
    text-align:left;
    vertical-align:top";
}
added on 8-3-11 End*/
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, table, th, td
{
    margin: 0;
    padding: 0;
}
fieldset, img, abbr
{
    border: 0;
}
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var
{
    font-style: normal;
    font-weight: lighter;
}
caption, th
{
    text-align: left;
}
q:before, q:after
{
    content: '';
}
/*a
{
    text-decoration: none;
}*/
.clear
{
    clear: both;
}
p
{
	
    color: #333;
    font-size: 12px;
    margin: 0;
    
    
}
.noborder
{
    border: none;
}
/* ................ Type Styles ...............  */
body
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 auto;
    padding: 0;
}
.left_type
{
    float: left;
}
.wrapper
{
    background: none;
    width: 950px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
}

input.search_btn
{
    background: url(../images/search_btn.png) no-repeat;
    width: 73px;
    height: 27px;
    float: right;
    border: none;
    cursor: pointer;
    font-size: 0;
    text-decoration: none;
    margin: 0;
}

input.search_field
{
    width: 244px;
    height: 20px;
    outline: 0;
    background: url(../images/search_input.png) no-repeat;
    border: none;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-width: 0;
    margin: 0 14px;
    padding: 4px;
}
/* ..... home page styles .....  */
body.home
{
    background: url(../images/home_bg.png) repeat-x top #fbfbfb;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.home_wrapper
{
    background: none;
    width: 915px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
}
#home_header
{
    width: 100%;
    height: 145px;
    float: left;
    border: none;
    margin: 0;
    padding: 60px 0 30px;
}

#home_logo
{
    width: 915px;
    height: 145px;
}
/*Updating home logo for Index.html Ui on 9-3-11
#home_logo
{
    width: 100%;
    height: 145px;
}*/
#home_logo img a
{
    width: 381px;
    height: 145px;
    border: none;
    text-decoration: none;
}
#home_search
{
    width: 100%;
    height: 37px;
    background: url(../images/search_bg.png) repeat-x top;
    clear: both;
    border: solid thin #fff;
    border-width: 0 0 3px;
    margin: 0;
    padding: 10px 0 0;
}
#search_bar_home
{
    width: 633px;
    height: 47px;
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
}
#home_content
{
    width: 915px;
    height: auto;
    float: left;
    margin: 60px 0px;
}
/*Added on 9-3-11 for Index.html's Ui 
#home_content-Index
{
    width: 915px;
    height: auto;
    float: left;
    margin: 20px 0px;
}
--End----*/
div.hr
{
    width: 915px;
    height: 1px;
    clear: both;
    background: #d9d9d9;
    border: solid thin #fff;
    border-width: 0 0 2px;
    margin: 0 0 20px;
}
/* ..... page styles .....  */
fieldset
{
    border: none;
    width: 510px;
    height: auto;
    float: left;
    clear: both;
    display: block;
    padding: 0 30px 30px 0;
}

legend
{
    color: #555;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    border: none;
    padding: 0;
    margin: 0;
}

.contact_message
{
    clear: both;
    float: left;
    width: 500px;
    background: #fff;
    border: none;
    height: 130px;
    margin: 30px 0 20px 0;
    padding: 10px;
    border: thin solid #e1e1e1;
    border-width: 3px;
    color: #5a5a5a;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
}

.contact_field
{
    clear: both;
    float: left;
    width: 500px;
    background: #fff;
    border: none;
    height: 20px;
    padding: 10px;
    border: thin solid #e1e1e1;
    border-width: 3px;
    margin: 0 0 20px 0;
    color: #5a5a5a;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
}

.contact_btn
{
    width: 100px;
    height: 40px;
    background: #fd1049;
    border: none;
    margin: 0;
    float: right;
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 3px #333;
    -moz-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
}

.contact_btn:hover
{
    background: #f61653;
}

.rounded
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
body.pages
{
    background: url(../images/bg_pages.png) repeat-x top #fafafa;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#header
{
    width: 950px;
    height: 65px;
    float: left;
    border: none;
    margin: 0;
    padding: 20px 0 0;
}
#header #logo
{
    width: 150px;
    height: 57px;
    float: left;
    margin: 0;
    padding: 0;
}
#header #social
{
    width: 90px;
    height: 57px;
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}
#header #social img
{
    width: 90px;
    height: 22px;
    float: left;
    margin: 0 0 10px;
}
#header #logo img
{
    border: none;
    width: 150px;
    height: 57px;
    text-decoration: none;
}

#search_bar_pages
{
   /* width: 1033px;*/
    width: 633px;
    height: 39px;
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 8px 158px 0;
}

#left
{
    width: 570px;
    height: auto;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
#right
{
    width: 330px;
    height: auto;
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}
#page_content
{
    width: 950px;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    min-height:300px;
}
/* ..... city page styles .....  */
div#city
{
    width: 570px;
    height: auto;
    float: left;
    clear: both;
    display: block;
    padding: 35px 0 0;
}
#city_head
{
    width: 950px;
    height: auto;
    float: left;
    clear: both;
    display: inline;
    margin: 0 0 30px 0;
    padding: 0;
}
#city_head .city
{
    width: auto;
    max-width: 515px;
    float: left;
    height: auto;
    background: none;
    margin: 0;
    padding: 35px 0 0;
    /*white-space: pre-line;*/
}
#city_head .breadcrumbs
{
    width: auto;
    max-width: 415px;
    float: right;
    height: auto;
    background: none;
    margin: 0;
    padding: 35px 0 0;
}
#map
{
    width: 320px;
    height: 230px;
    background: none;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 5px;
}
#advertise
{
    width: 300px;
    height: 20px;
    background: url(../images/advertise.png) left top no-repeat;
    float: left;
    clear: both;
    line-height: 20px;
    text-align: center;
    color: #2c2c2c;
    font-size: 16px;
    text-decoration: none;
    font-family: "Helvetica" , Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0 0 30px;
    padding: 15px;
}
#twitter_map
{
    width: 940px;
    height: auto;
    float: left;
    background: #fff;
    margin: 0 0 60px;
    padding: 5px;
}
#twitter_wrap
{
    width: 950px;
    height: 375px;
    float: left;
    background: url(../images/gtf.png) top no-repeat;
    margin: 0 0 10px;
    padding: 0;
}
#twitter_bg
{
    width: 330px;
    height: 285px;
    float: right;
    display: block;
    margin: 0;
    padding: 65px 10px 10px 10px;
}
.tweet
{
    width: 330px;
    height: 65px;
    float: left;
    clear: both;
    display: block;
    border: thin solid #33ccff;
    border-width: 0 0 1px;
    margin: 0px;
    padding: 20px 0 10px 0;
}
.tweet_avatar
{
    width: 38px;
    height: 38px;
    overflow: hidden;
    float: left;
    background: #e0ecbe;
    border: thin solid #e0ecbe;
    border-width: 1px;
    margin: 3px 0 0;
}
#foursquare, #gowalla
{
    width: 300px;
    height: 270px;
    float: right;
    display: block;
    margin: 0;
    padding: 55px 0px 0 0px;
}
.foursquare_checkin
{
    width: 280px;
    height: 65px;
    float: left;
    clear: both;
    display: block;
    border: thin solid #e0ecbe;
    border-width: 0 0 1px;
    margin: 0;
    padding: 10px;
}
.foursquare_avatar
{
    width: 28px;
    height: 28px;
    overflow: hidden;
    float: left;
    background: #e0ecbe;
    border: thin solid #e0ecbe;
    border-width: 1px;
    margin: 3px 0 0;
}
.gowalla_checkin
{
    width: 280px;
    height: 65px;
    float: left;
    clear: both;
    display: block;
    border: thin solid #f7911f;
    border-width: 0 0 1px;
    margin: 0;
    padding: 10px;
}
.gowalla_avatar
{
    width: 28px;
    height: 28px;
    overflow: hidden;
    float: left;
    background: #f7911f;
    border: thin solid #f7911f;
    border-width: 1px;
    margin: 3px 0 0;
}
.foursquare_checkin:last-child, .tweet:last-child, .gowalla_checkin:last-child
{
    border: none;
}
.foursquare_avatar img, .gowalla_avatar img
{
    width: 30px;
    border: none;
}
.tweet_avatar img
{
    width: 40px;
    border: none;
}
.tweet_comment
{
    width: 280px;
    height: auto;
    float: right;
    color: #cecece;
    font-size: 12px;
    line-height: 14px;
}
.foursquare_comment, .gowalla_comment
{
    width: 240px;
    height: auto;
    float: right;
    color: #cecece;
    font-size: 12px;
    line-height: 14px;
}
span.time, span.time a, span.time a:visited, span.time a:link
{
    margin: 0 0 0 3px;
    height: auto;
    width: auto;
    clear: both;
    font-style: italic;
    font-weight: normal;
    color: #cecece;
    font-size: 10px;
    line-height: 14px;
}
#city_map
{
    width: 560px;
    height: 298px;
    float: left;
    clear: both;
    overflow: hidden;
}
#category_wrap
{
    width: 570px;
    height: auto;
    float: left;
    clear: both;
    display: block;
    padding: 10px 0 30px;
}
.categories
{
    width: 570px;
    height: auto;
    float: left;
    clear: both;
    display: block;
    margin: 10px 0 0;
    padding: 0;
}
.category_left
{
    width: 270px;
    height: auto;
    background: none;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
.category_right
{
    width: 270px;
    height: auto;
    background: none;
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}
.city_cat_pic
{
    width: 260px;
    height: 158px;
    float: left;
    clear: both;
    background: url(../images/city_cat_pic_bg.png) no-repeat;
    padding: 5px;
}
.city_cat_pic img
{
    border: none;
    width: 260px;
    height: 158px;
}
div.categories ul
{
    width: 270px;
    height: auto;
    float: left;
    list-style: none;
    margin: 25px 0 0;
}
#recently_reviewed
{
    width: 290px;
    height: auto;
    float: left;
    display: block;
    background: #e1e1e1;
    margin: 30px 0;
    padding: 20px;
}
#top_cherrpers
{
    width: 288px;
    height: auto;
    clear: both;
    float: left;
    display: block;
    background: #fff;
    border: 1px solid #5a5a5a;
    margin: 30px 0;
    padding: 20px;
}
.top_cherrper
{
    width: 290px;
    height: auto;
    float: left;
    clear: both;
    display: block;
    margin: 20px 0 0;
}
.top_cherrper_avatar
{
    width: 42px;
    height: 42px;
    overflow: hidden;
    float: left;
    background: #fff;
    margin: 3px 0 0;
}
.top_cherrper_avatar img
{
    width: 42px;
    border: none;
}
.top_cherrper_comment
{
    width: 240px;
    height: auto;
    float: right;
    color: #cecece;
    font-size: 12px;
}

#changecity_modal
{
    position: absolute;
    top: 200px;
    left: 470px;
    display: none;
}

#city_modal_inner
{
    background-color: #f71654;
    font-size: 14px;
    color: Black;
    padding: 25px;
}

.go_btn
{
    width: 25px;
    height: 25px;
    background: url(../images/go_btn.png) no-repeat;
    float: right;
    border: none;
    cursor: pointer;
    font-size: 0;
    text-decoration: none;
    margin: 2px 0 0 0;
}

img.btn_close
{
    float: right;
    position: absolute;
    top: 50px;
    right: 80px;
    z-index: 100;
}

input.change_field
{
    width: 244px;
    height: 20px;
    outline: 0;
    background: url(../images/search_input.png) no-repeat;
    border: none;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-width: 0;
    margin: 0 0 5px 0;
    padding: 4px;
}

/* ..... results page styles .....  */
div#results
{
    width: 570px;
    height: auto;
    float: left;
    clear: both;
    display: block;
    padding: 75px 0 0;
}
div#results .result
{
    width: 570px;
    height: auto;
    float: left;
    background: url(../images/border_shadow.png) no-repeat bottom;
    margin: 20px 0 0;
    padding: 0 0 23px;
}
div#results .numbered
{
    width: 27px;
    height: 37px;
    text-align: center;
    float: left;
    background: url(../images/numbered_bg.png) no-repeat top left;
    margin: 0 13px 0 0;
    padding: 3px 0 0;
}
div#results .biz_name
{
    width: 310px;
    height: auto;
    float: left;
    display: block;
}
div#results .address
{
    width: 200px;
    height: auto;
    float: right;
    display: block;
    color: #313131;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: -0.05em;
}
#pagination
{
    width: 570px;
    height: 20px;
    clear: both;
    float: left;
    margin: 30px 0;
}
/* ..... about us page styles .....  */
#about
{
    width: 570px;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
#about p
{
    margin: 0 0 30px;
}
/* ..... state page styles .....  */
#state_pagination
{
    width: 950px;
    height: 20px;
    clear: both;
    float: left;
    margin: 30px 0;
}
#cities_container
{
    width: 950px;
    height: auto;
    float: left;
    margin: 0 0 30px;
    padding: 0;
}
/* ..... Google ads .....  */
#wide_ad_unit, #bottom_ad_unit
{
   /* border: solid 3px #2b2b2b;*/
    background: #fafafa;
}
.wide_ad_unit1
{
   /* border: solid 3px #2b2b2b;*/
   border: solid 3px #2b2b2b;
}
.bottom_ad
{
    border: solid 3px #2b2b2b;
    width: 570px;
    height: 190px;
    float: left;
    overflow: hidden;
    margin: 0 0 30px;
}
.middle_ad
{
    border: solid 3px #2b2b2b;
    width: 570px;
    height: 190px;
    float: left;
    overflow: hidden;
    margin: 20px 0 0;
}
.side_ad
{
    width: 330px;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 0 0 30px;
    /*commented for sifter Issue 1090*/
   /* border: solid 3px #2b2b2b;*/
}
.map_ad
{
    border: solid 3px #2b2b2b;
    width: 330px;
    height: auto;
    float: left;
}
/* ..... listing styles .....  */div#biz_info
{
    width: 570px;
    height: auto;
    float: left;
    clear: both;
    display: block;
    padding: 75px 0 30px;
}
div#biz_info .listing
{
    width: 500px;
    height: auto;
    float: left;
    display: block;
    padding: 0;
}
div#biz_info .listing ul
{
    width: 500px;
    height: auto;
    float: left;
    display: block;
    list-style: none;
    padding: 0;
}
div#biz_info .listing ul li
{
    width: 500px;
    height: auto;
    float: left;
    clear: both;
    display: inline;
}
div#biz_info .social
{
    width: 60px;
    height: auto;
    float: right;
    display: inline;
    padding: 0;
}
div.tags
{
    padding: 10px 0;
}
div.email
{
    background: url(../images/email_img.gif) 0 10px no-repeat;
    height: 16px;
    line-height: 16px;
    padding: 10px 0 10px 20px;
}
#reviews
{
    width: 570px;
    height: auto;
    float: left;
    clear: both;
    display: block;
    padding: 0 0 30px;
}
#reviews_head
{
    background: url(../images/reviews_head.png) no-repeat;
    width: 570px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    float: left;
    clear: both;
    display: block;
    margin: 0 0 10px;
    padding: 12px 0 10px;
}
#reviews .review
{
    background: none;
    width: 550px;
    height: auto;
    float: left;
    clear: both;
    border: thin solid #e1e1e1;
    display: inline;
    border-width: 1px 0;
    margin: 0;
    padding: 15px 10px;
}
#reviews .review_grey
{
    background: #f1f1f1;
    width: 550px;
    height: auto;
    float: left;
    clear: both;
    border: none;
    display: inline;
    margin: 0;
    padding: 15px 10px;
}
#reviews .avatar
{
    width: 42px;
    height: 42px;
    background: #222;
    float: left;
    overflow: hidden;
    border: none;
    margin: 0 10px 0 0;
    padding: 0;
}
.avatar img
{
    width: 45px;
    border: none;
}
#reviews .comment
{
    width: 418px;
    height: auto;
    float: left;
    background: none;
}
/*Updated width attribute on 28-2-11-->Start */
#reviews .stars
{
    width: 120px;
    /*width: 80px;*/
    height: auto;
    float: right;
    background: none;
    overflow: hidden;
    text-align: right;
}
/*Updated on 28-2-11-->end*/
#leave_comment
{
    width: 530px;
    height: auto;
    float: left;
    background: #5A5A5A;
    border: thin solid #242424;
    border-width: 1px 0 0;
    padding: 20px;
}
#leave_comment input.text_field
{
    width: 236px;
    height: 21px;
    background: #242424;
    outline: 0;
    border: solid thin #999;
    clear: both;
    float: left;
    border-width: 1px;
    margin: 0 0 5px;
    padding: 6px;
}
#leave_comment textarea.text_area
{
    width: 236px;
    height: 61px;
    overflow: hidden;
    resize: vertical;
    outline: 0;
    background: #242424;
    border: solid thin #999;
    clear: both;
    float: left;
    border-width: 1px;
    margin: 0 0 10px;
    padding: 6px;
}
#leave_comment .left
{
    width: 250px;
    height: auto;
    float: left;
}
#leave_comment .right
{
    width: 250px;
    height: auto;
    float: right;
}
.give_stars
{
    width: 250px;
    float: left;
    clear: both;
    height: auto;
    display: inline;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin: 5px 0 0;
}
.star_rating
{
    float: right;
    padding: 1px 60px 0 0;
}
#leave_comment input.submit_btn
{
    width: 71px;
    height: 20px;
    background: url(../images/submit_btn.png) no-repeat;
    float: left;
    border: none;
    cursor: pointer;
    font-size: 0;
    text-decoration: none;
    margin: 5px 0 0;
}
#nearby_searches
{
    width: 290px;
    height: auto;
    float: left;
    display: block;
    background: #e1e1e1;
    margin: 0 0 30px;
    padding: 20px;
}
#nearby_searches ul li
{
    width: 270px;
    height: auto;
    float: left;
    display: block;
    background: url(../images/li_arrows.png) left no-repeat;
    margin: 0;
    padding: 0 0 0 20px;
}
/* ..... footer styles .....  */
#footer_bg
{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    background: #5A5A5A;
    border-top: solid thin #A6A6A6;
    border-top-width: 3px;
    border-bottom: solid thin #1B1B1B;
    border-bottom-width: 1px;
    margin: 0 auto;
    padding: 40px 0;
}
#copyright_bg
{
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    text-align: left;
    border-top: solid thin #717171;
    border-top-width: 1px;
    background: #121212;
    margin: 0 auto;
    padding: 0 0 10px;
}
#foot
{
    width: 915px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
}
#foot ul
{
    width: 110px;
    height: auto;
    list-style: none;
    float: left;
    display: block;
    margin: 0 10px 0 0;
}
.popular_searches
{
    width: 615px;
    height: auto;
    float: left;
    display: inline;
    background: none;
}
div.form
{
    width: 295px;
    height: auto;
    float: right;
    display: block;
    background: none;
    
    
    }
div.form input.text_field
{
    background-color: #242424;
    border: 1px solid #999999;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 14px;
    margin: 0 10px 5px 0;
    outline: 0 none;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 2px;
    width: 130px;
}

div.form input.text_field1 {
   background: none repeat scroll 0 0 #242424;
    border: 1px solid #999999;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    height: 14px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 0;
    outline: 0 none;
    padding: 2px 6px 5px;
    width: 270px;
}

div.form input.text_field2 {
    background-color: #242424;
    border: 1px solid #999999;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 14px;
    margin: 0 10px 5px 0;
    outline: 0 none;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 2px;
    width: 80px;
}
div.form input.continue_btn
{
    width: 71px;
    height: 20px;
    background: url(../images/continue_btn.png) no-repeat;
    float: left;
    border: none;
    cursor: pointer;
    font-size: 0;
    text-decoration: none;
    margin: 5px 0 0;
}
#foot_img
{
    width: 56px;
    height: 45px;
    background: url(../images/foot_img.png) no-repeat;
    float: right;
    position: relative;
    top: -10px;
}
#footer_logo
{
    width: 100px;
    float: left;
    border: none;
    padding: 0;
}
#copy
{
    width: 915px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
#copy ul
{
    height: auto;
    list-style: none;
    float: left;
    display: inline;
    margin: 0;
}
#copy ul li
{
    float: left;
    width: auto;
    margin: 0 30px 0 0;
}
input.text_field, textarea.text_area
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , sans-serif;
    font-style: normal;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
}
.city_states
{
    color: #999;
    font-size: 12px;
    line-height: 18px;
    word-spacing: 3px;
}
/*updated on 28-2-11 for removing underlines below city names*/
.city_states a, .city_states a:link, .city_states a:hover
{
	text-decoration:none;
    color: #999;
}

#city_head .city h1, #city_head .city h1 a, #city_head .city h1 a:hover, #city_head .city h1 a:visited
{
    color: #2c2c2c;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    float: left;
    margin: 0 5px 0 0;
}
#city_head .breadcrumbs, #city_head .breadcrumbs a:link, #city_head .breadcrumbs a:visited
{
    text-align: right;
    color: #2c2c2c;
    text-transform: none;
    font-size: 10px;
    text-decoration: none;
    line-height: 14px;
}
#city_head span.more
{
    line-height: 22px;
    float: none;
    position: absolute;
}
h2.top_cities
{
    background: url(../images/top_cities.png) no-repeat;
    width: 70px;
    height: 20px;
    clear: both;
    font-size: 0;
    text-indent: -9999px;
    margin: 0 0 10px;
}
h2.top-states
{
    background: url(../images/top_states.png) no-repeat;
    width: 70px;
    height: 20px;
    clear: both;
    font-size: 0;
    text-indent: -9999px;
    margin: 20px 0 10px;
}
h2.foot{
	
    color: #999;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    border: solid thin #999;
    border-width: 0 0 1px;
    margin: 0 0 20px;
    padding: 0 0 5px;
}

h2.foot a
{
	
    color: #999;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    border: solid thin #999;
    border-width: 0 0 1px;
    margin: 0 0 20px;
    padding: 0 0 5px;
}


div#results .address b
{
    font-size: 12px;
    text-align: left;
    clear: both;
    font-weight: 700;
    text-decoration: none;
    line-height: 18px;
}
div#results .address a, div#results .address a:link, div#results .address a:visited
{
    color: #313131;
    text-decoration: none;
}
div#results .biz_name h2, div#results .biz_name h2 a
{
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.pagination
{
    width: auto;
    float: left;
    text-align: left;
    color: #2c2c2c;
    text-transform: none;
    font-size: 11px;
    text-decoration: none;
    line-height: 20px;
    font-weight: 400;
    margin: 0 10px 0 10px;
}
.pagination a:hover
{
    color: #2c2c2c;
    text-decoration: underline;
}
.pagination a#current
{
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 700;
    margin: 0 7px 0 0;
}
.copy_nav
{
    color: #A9A9A9;
   /* text-transform: uppercase;*/
    font-size: 12px;
    line-height: 24px;
}
.copy_nav a, .copy_nav a:link, .copy_nav a:visited
{
    color: #A9A9A9;
    text-decoration: none;
}
span.copyright
{
    float: right;
    text-align: right;
    color: #A9A9A9;
    text-transform: none;
    font-size: 10px;
    line-height: 14px;
}
div#biz_info .listing h2, div#biz_info .listing h2 a, div#biz_info .listing h2 a:hover, div#biz_info .listing h2 a:visited
{
    color: #2c2c2c;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 0 10px;
}
.listing .org, .listing .org a
{
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: normal;
    margin: 0;
}
.listing .adr, .listing .tel
{
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: normal;
    margin: 0;
}
.listing .email, .listing .email a, .listing .url, .listing .url a
{
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}
.listing .tags, .listing .tags a, .listing .tags a:visited
{
    color: #f71654;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    word-spacing: 2px;
    margin: 0;
}
.listing .tags strong
{
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 700;
}
.reviews_head
{
    color: #2c2c2c;
    font-family: "Helvetica" , Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.reviews_head a, .reviews_head a:link, .reviews_head a:visited
{
    color: #f71654;
}
#reviews .review, #reviews .review_grey, .top_cherrper_comment
{
    color: #393939;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}
.top_cherrper_comment span a
{
    width: 290px;
    height: auto;
    color: #f71654;
    font-weight: 700;
    text-decoration: none;
    clear: both;
}
h3.nearby_searches
{
    color: #f71654;
    font-family: "Helvetica" , Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    margin: 0 0 15px;
}
#nearby_searches ul li, #nearby_searches ul li a, #nearby_searches ul li a:link, #recently_reviewed, #recently_reviewed a, #recently_reviewed a:link
{
    color: #313131;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: normal;
}
#nearby_searches ul li a:hover, #recently_reviewed a:hover
{
    color: #a6a6a6;
    text-decoration: underline;
}
h2.city
{
    color: #2c2c2c;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
}
h3.city_heads
{
    width: 240px;
    height: 25px;
    line-height: 25px;
    float: left;
    background: url(../images/city_heads.png) no-repeat left top;
    color: #fff;
    font-family: "Helvetica" , Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
}
li.biz, li.biz a, li.biz a:link, li.biz a:visited
{
    color: #333;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
}
li.biz strong
{
    font-weight: 700;
}
.foursquare_comment a, .foursquare_comment a:link, .foursquare_comment a:visited
{
    color: #e0ecbe;
    font-weight: 400;
    text-decoration: none;
}
.tweet_comment a, .tweet_comment a:link, .tweet_comment a:visited
{
    color: #33ccff;
    font-weight: 400;
    text-decoration: none;
}
.gowalla_comment a, .gowalla_comment a:link, .gowalla_comment a:visited
{
    color: #f7911f;
    font-weight: 400;
    text-decoration: none;
}
 .more a, .more a:link, .more a:visited 
{
    color: #f71654;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    float: left;
}



h3.cherrper
{
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
}
#recently_reviewed ul, #nearby_searches ul
{
    width: 290px;
    height: auto;
    float: left;
    display: block;
    list-style: none;
}
#pagination .buttons, #state_pagination .buttons
{
    width: 162px;
    float: right;
    display: inline;
}
#pagination .buttons input.previous_btn, #state_pagination .buttons input.previous_btn
{
    width: 72px;
    height: 20px;
    background: url(../images/previous_btn.png) no-repeat;
    float: left;
    border: none;
    cursor: pointer;
    font-size: 0;
    text-decoration: none;
    margin: 0 20px 0 0;
}
#pagination .buttons input.next_btn, #state_pagination .buttons input.next_btn
{
    width: 70px;
    height: 20px;
    background: url(../images/next_btn.png) no-repeat;
    float: left;
    border: none;
    cursor: pointer;
    font-size: 0;
    text-decoration: none;
    margin: 0;
}
.city_states a:hover, #city_head .breadcrumbs a:hover, div#results .address a:hover, div#results .biz_name h2 a:hover, .copy_nav a:hover, #advertise a:hover, .listing .tags a:hover, .listing .email a:hover, .listing .url a:hover, .reviews_head a:hover, #reviews .review a:hover, #reviews .review_grey a:hover, li.biz a:hover, .tweet_comment a:hover, .more a:hover
{
    text-decoration: underline;
}
div#results .numbered, div#results .numbered a, h3.city_heads a, h3.city_heads a:link, h3.city_heads a:visited, h3.city_heads a:hover
{
    color: #fff;
    text-decoration: none;
}
.pagination a, .pagination a:link, .pagination a:visited, #advertise a, #advertise a:link, #advertise a:visited, #reviews .review a, #reviews .review_grey a, #reviews .review a:visited, #reviews .review_grey a:visited
{
    color: #f71654;
    text-decoration: none;
}
#reviews span.username, #reviews span.username a, #reviews span.username a:link, #reviews span.username a:visited, #reviews span.username a:hover, #nearby_searches ul li a:visited, #recently_reviewed a:visited
{

	
    color: #a6a6a6;
    text-decoration: none;
}

#slider_wrap
{
    width: 260px;
    height: auto;
    background: none;
    overflow: hidden;
    float: left;
    clear: both;
    border: 1px solid #cecece;
    padding: 10px;
    margin: 0 0 30px 0;
}

#slider ul, #slider li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#slider, #slider li
{
    width: 260px;
    height: 158px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

div.numbers
{
    float: right;
    height: 23px;
    line-height: 23px;
    padding: 0 0 0 10px;
}

span#prevBtn, span#nextBtn, div.numbers
{
    line-height: 23px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    word-spacing: 2px;
}

span#prevBtn a, span#nextBtn a, span#prevBtn a:visited, span#nextBtn a:visited, span#prevBtn a:hover, span#nextBtn a:hover, div.numbers a, div.numbers a:hover
{
    color: #f71654;
    text-decoration: none;
}

#slider_wrap img
{
    border: none;
}

/* dylan's image swap */
.city_cat_pic img
{
    display: none;
}
.city_cat_pic img[name="main_image"]
{
    display: block;
}

.city_cat_pic
{
    border: 3px solid #333333;
    padding: 0;
    overflow: hidden;
    background: transparent;
}
.city_cat_pic .image_swap
{
    margin: 0;
}

#listings_map
{ 
width:324px;
height:224px;
border:thinsolid#ccc;
border-width:3px;
overflow:hidden;
margin:0 0 30px;
padding:0px;
}

span.error {
   -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #FF0080;
    color: #FFFFFF;
    float: right;    
    margin-right: -95px;
    margin-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    position: relative;
    text-align: center;
    width: 100px;
     
}
.displayAtt{
    display:;
}
.hideAtt{
    display:none;
}

.cancel_btn
{
    width: 105px;
    height: 45px;
	background-color:transparent;
    border:outset 0px #FFF;
    margin: 0;
    float: right;
    color: #fff;
    font-size: 18px;
	background-image:url(../images/cancel.png);
	background-repeat:no-repeat;
	outline:none;
	cursor:pointer;
}
.update_btn
{
    width: 105px;
    height: 45px;
	background-color:transparent;
    border:outset 0px #FFF;
    margin: 0;
    float: right;
    color: #fff;
    font-size: 18px;
	background-image:url(../images/update.png);
	background-repeat:no-repeat;
	outline:none;
	cursor:pointer;
}

.dumy
{
    clear: both;
    float: left;
    width: 350px;
	background-color:transparent;
background-image:url(../images/select_bg.png);
	background-repeat:no-repeat;
    height: 27px;
    padding: 14px 10px 10px 10px;
    margin: 10px 0 30px 0;
    color: #5a5a5a;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    outline:none;
	
}
.dumy2
{
	clear: both;
	float: left;
	width: 500px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	outline:none;
	margin-bottom: 10px;

}
.dumy1
{
	float: left;
	width: 166px;
	background-color:transparent;
	background-image:url(../images/small_text.png);
	background-repeat:no-repeat;
	height: 46px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 10px;
	margin-left: 0;
 }
.select1
 {
	 border:outset 0px #FFF;
	 background-color:transparent;
	 width:330px;
	 height:20px;
	 outline:none;
	  color: #5a5a5a;
	 
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
 }
 .select2
 {
	border:outset 0px #FFF;
	background-color:transparent;
	width:146px;
	height:20px;
	outline:none;
	color: #5a5a5a;
	margin-left:10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 12px;
 }
 
 .contact_field
{
    clear: both;
    float: left;
    width: 500px;
    background: #fff;
    border: none;
    height: 20px;
    padding: 10px;
    border: thin solid #e1e1e1;
    border-width: 3px;
    margin: 0 0 20px 0;
    color: #5a5a5a;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
	  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.contact_field1
{
	float: left;
	width: 143px;
	background: #fff;
	border: none;
	height: 20px;
	padding: 10px;
	border: thin solid #e1e1e1;
	border-width: 3px;
	color: #5a5a5a;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 20px;
	margin-left: 0;
}
.contact_field2
{
	float: left;
	width: 140px;
	background: #fff;
	border: none;
	height: 20px;
	padding: 10px;
	border: thin solid #e1e1e1;
	border-width: 3px;
	color: #5a5a5a;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.updateprofile_btn {
    background-color: transparent;
    background-image: url("../images/updateyourbusiness.png");
    background-repeat: no-repeat;
    border: 0 outset #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 45px;
    margin: 0;
    outline: medium none;
    width: 150px;
}

.error_msg {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 950px;
    margin:20px 0 0 0;
}

.errormsg {
    color: #FFFFFF;
  color: #FFFFFF;
    float: left;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 300px;
}
