div.information { display: none; }

/* Hide Breadcrumbs */
div#layout_content div.bc { display: none; }

div#wireframe { position: relative; height: 800px; visibility: hidden; }
div#wireframe > div { position: absolute; }

/* Left column: search */
div#search {
    background-color: #ffffff;
    width: 480px;
    border: 1px solid #f68120;
}

div#search a { color: black; }

div#search .heading {
    font-family: "Helvetica Black", "Arial Black", serif;
    padding: 5px;
    border-bottom: 1px dotted black;
    border-top: 5px solid #f68120;
}

div#search .welcome .content { 
    margin: 15px;
    font-size: 0.8em;
    line-height: 1.2em;
}
div#search .welcome .content a {
    color: #50acd3;
}

img#search_map,
div#search .location_map .content > div { margin: 15px; }
div#search .subtext { 
    text-align: right; 
    padding: 0px 15px 6px 0px; 
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}
div#search .subtext a {
    color: #50acd3;
}

div#search .area_popular { margin-bottom: 15px; }
div#search .cuisine_popular { margin-bottom: 15px; }
div#search .area_popular .content { padding: 0px 5px; }
div#search .cuisine_popular .content { padding: 0px 5px; }

div#search .content > ul li {
    list-style: none;
    list-style-position: inside;
    float: left;
    width: 110px;
    padding: 5px 3px;
    cursor: pointer;
    font-size: 0.8em;
}
div#search .content > ul li a span {
    color: gray;
    font-size: 0.8em;
    font-weight: bold;
}


/* Middle column: featured subject */
div#featured_column {
    right: 0px;
    position: relative;
}

div.featured { 
    border-top: 5px solid #0050a2;
    width: 230px; 
    background-color: white; 
    position: relative;
    padding: 0px 5px;
    margin-bottom: 10px;
}

div.featured > div { 
    font-family: Georgia, serif; 
}

div.featured > div a {
    color: black;
}

div#featured_column .heading { 
    background-color: #0091db; 
    width: 230px; 
    height: 20px;
    color: white; 
    font-family: "Helvetica Black", "Arial Black", serif;
    padding: 5px;
}

div.featured .name {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 12px 0px;
    width: 168px;
}

div.featured .mmc {
    position: absolute;
    right: 5px;
    top: -10px;
}

div.featured .editorial { 
    font-size: 0.8em; 
    padding-top: 10px;
    border-top: 1px dotted black;
}

div.featured .editorial .photo {
    float: left;
    margin-right: 5px;
    padding: 2px;
    border: 1px solid #c8c8c8;
}

div.featured .editorial p { 
    line-height: 1.2em; 
    margin-bottom: 0.8em; 
}

div.featured .editorial p.description, 
div.featured .editorial p.description a {
    color: gray;
}

div.featured .editorial p.review {
    padding-top: 8px;
    clear: both;
}

div.featured .editorial_link {
    font-family: Helvetica, Arial, sans-serif;
    color: #50acd3;
    font-size: 0.8em;
    text-align: right;
}

div.featured .editorial_link a {
    color: #50acd3;
}

div.featured div.summary { padding-left: 42px; }
div.featured div.summary > div {
    clear: both;
}
div.featured div.summary > div div {
    line-height: 1.2em;
    padding-top: 5px;
    font-size: 0.8em;
    color: #606060;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}
div.featured div.summary img { 
    vertical-align: middle;
    margin-right: 4px; 
    margin-left: -33px;
    float: left;
}
div.featured div.summary img + img { 
    margin-right: 0px; 
    margin-left: 0px;
    margin-top: 4px;
}
div.featured div.summary div.average span {
    color: gray;
    font-size: 0.8em;
    vertical-align: text-bottom;
    margin-left: 4px;
}

div.featured .bottombar { 
    height: 24px; 
    background: url(/images/blue-gradient.png) repeat-x top left #0050a2;
    color: white;
    font-weight: bold;
    width: 240px;
    margin: 10px -5px 0px -5px;
    position: relative;
}
div.featured .bottombar > div {
    position: absolute;
    top: 4px;
    text-align: center;
    width: 50%;
    font-family: Helvetica, sans-serif;
    font-size: 0.8em;
}
div.featured .bottombar img {
    vertical-align: bottom;
    margin-right: 5px;
}
div.featured .bottombar a {
    color: white;
}
div.featured .url { left: 0px; border-right: 1px solid white; }
div.featured .map { left: 50%; }

/* Right column in the wireframe */
div.wf_right { 
    width: 230px; 
    right: 250px;
    background-color: #ffffff;
    border: 1px solid #f68120;
}

div#reviewed {  }
div#popular {  }
div#coupons { top: 492px; }

div.wf_right div.heading {
    font-family: "Helvetica Black", "Arial Black", Helvetica, sans-serif;
    padding: 5px;
    font-size: 1em;
    border-top: 5px solid #f68120;
}

div#coupons div.heading {
    background-color: #50acd3;
    color: white;
}

div#coupons div.content { padding: 10px; }
div#coupons div.content ul { list-style-type: disc; margin-left: 18px; }
div#coupons div.content ul li { line-height: 1.6em; }

div#popular div.content { height: 300px; overflow: hidden; }

div.wf_right div.subject_item .slug,
div.wf_right div.subject_item .latitude,
div.wf_right div.subject_item .longitude,
div.wf_right div.subject_item .phone,
div.wf_right div.subject_item .cuisine,
div.wf_right div.subject_item .mmc,
div.wf_right div.subject_item .url
{ display: none; }

div.wf_right div.subject_item { 
    width: 222px;
/*    height: 64px; */
    position: relative; 
    border-top: 1px dotted black;
    padding: 4px;
    cursor: pointer;
}

div.wf_right div.content.jspScrollable div.subject_item { width: 218px; }

div.wf_right div.subject_item:hover {
    background-color: #f6e0cf;
}

div.wf_right div.subject_item a { color: black; }
/*
div.wf_right div.subject_item > div { font-size: 0.8em; position: absolute; }

div.wf_right div.subject_item .name { top: 5px; left: 10px; font-weight: bold; white-space: nowrap; overflow: hidden; width: 214px; height: 14px; }
div.wf_right div.subject_item .area { top: 22px; left: 10px; }
div.wf_right div.subject_item .rating { top: 38px; left: 8px; }
div.wf_right div.subject_item .average { top: 38px; right: 8px; }
div.wf_right div.subject_item img { vertical-align: middle; }
*/

div.wf_right div.subject_item .photo { float: left; margin-right: 4px; padding: 2px; border: 1px solid #c8c8c8; }
div.wf_right div.subject_item > div { font-size: 0.8em; }
div.wf_right div.subject_item div.left { float: left; }
div.wf_right div.subject_item div.right { float: right;}
div.wf_right div.subject_item .name { 
    font-weight: bold; 
    white-space: nowrap; 
    overflow: hidden; 
    max-width: 175px;
    padding: 2px 0px 4px;
}
div.wf_right div.subject_item .area {
    padding: 6px 0px;
    white-space: nowrap; 
    overflow: hidden; 
    max-width: 70px;
}
div.wf_right div.content.jspScrollable div.subject_item .area {
    max-width: 66px;
}

div#reviewed div.subject_item .area {
    max-width: 175px;
}
div.wf_right div.subject_item .rating { float: left; margin-right: 12px; }
div.wf_right div.subject_item .average { float: right; }
div.wf_right div.subject_item img { vertical-align: middle; }

div.featured div.summary div.average span.score,
div.wf_right div.subject_item .average .score {
    font-family: "Arial Black", "Helvetica Black", serif;
    font-size: 1em;
    color: #d5db3f;
}

div.wf_right div.subject_item .average .score {
    font-size: 1.2em;
}

div.featured div.summary div.average span.count,
div.wf_right div.subject_item .average .count {
    color: gray;
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    width: 26px;
}


