/*
 START LOCAL STYLE
*/

div#header {
    margin: 0;
    padding: 0;
    border-bottom: 2em solid #669933;
}

div#content {
    width: 85%;
    float: right;
    padding-top: 1em;
    vertical-align: top;
}

div#menu {
    width: 13%;
    float: left;
    vertical-align: top;
}

div#question_context {
    width: 33%;
    float: left;
    margin: .5em 0 1em 0;
    vertical-align: top;
}

div#question_context img {
    border: 1px solid black;
}

div#question_context p {
    font-size: 14px;
}

div#question_answer {
    width: 66%;
    float: right;
    margin-bottom: 1em;
    vertical-align: top;
}

div#listing_answers {
    clear: both;
    display: block;
    margin-top: 1em;
}

table.detail {
    width: 100%;
    text-align: left;
}

table.form th {
    text-align: center;
}

table.list thead th {
    background-color: #669933;
}

td.label-left {
    text-align: right;
    padding-right: .5em;
}

td.label-list {
    text-align: center;
}

table#photos {
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0;
}

table#photos td {
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}

table#photos th {
    text-align: center;
    vertical-align: middle;
}

table#qna td.question {
    text-align: left;
    background-color: #EEEEEE;
}

table#qna td.answer {
    text-align: left;
    font-weight: bold;
    background-color: #FFFFFF;
}

.tooltip {
    width: 250px;
    border: 1px solid black;
    margin: 1em;
    padding: 2px;
    position: absolute;
    font-size: 11px;
    background-color: rgb(255, 255, 234);
}

.tooltip p {
    padding: 2px;
    margin-top: 0.5em;
    line-height: 1.2em;
}

.tooltip a.close {
    font-size: 10px;
}

/************** autocomplete ***************/

li.cobroker-item {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    height: 50px;
}

li.cobroker-item div.cobroker-image {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

li.cobroker-item div.cobroker-name {
    font-weight: bold;
    font-size: 10px;
    line-height: 1.2em;
}

li.cobroker-item div.cobroker-brand {
    font-size: 9px;
    color: #888;
}

/************** autocomplete ***************/

/****************** tabs *******************/
ul#menuList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#menuList li {
    margin: 0;
    padding: 0;
    line-height: 12px;
}

ul#menuList a {
    color: #336600;
    display: block;
    padding: 2px 2px 2px 3px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #336600;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    text-decoration: none;
}

ul#menuList li.selected a {
    background-color: #669933;
    color: #FFFFFF;
    text-decoration: none;
}

ul#menuList a:hover {
    background-color: #669933;
    color: #FFFFFF;
    text-decoration: none;
}

/****************** tabs *******************/

/*
 END LOCAL STYLE
*/
