#map_default {
    /*width: 520px;*/
    height: 490px;
    /*float: left;*/
}
#restaurantInfo {
    float: left;
    width: 520px;
}
#mainTable td {
    vertical-align: top;
}
#mainTable {
    width: 100%;
}
#createAccountDiv p {
    margin: 0px;
}
/*.ui-slider-1 {
    width: 300px;
}*/
#sidebarTabs {
    width: 495px;
}
#addRestaurantDialogTabs div {
    padding: 5px;
    margin: 0px;
}
#addRestaurantDialogTabs form {
    padding: 0px;
    margin: 0px;
}
/*#sidebarTabs div {
    padding: 5px;
    margin: 0px;
}*/
table.slider-key {
    table-layout: fixed;
    width: 300px;
    margin: 0px;
    border: 0px;
}
table.slider-key td.pad {
    width: 0px;
}
table.slider-key td {
    width: 47px;
    text-align: center;
}

.invalidForm {
    background-color: #ee0000;
}

.ratingon {
    background-color: #fabe10;
}

.ratingoff {
    background-color: #e3e3e3;
}

.ratingusers {
    background-color: #5a9d1a;
}

.ratingbars {
    display: block;
    height: 16px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.ratingbars span {
    height: 16px;
    overflow: hidden;
    position: absolute;
}

.tagOff {
    text-decoration: none;
    background-color: #F0EFEA !important;
    color: #327E04 !important;
}

.tagOn {
    background-color: #327E04 !important;
    color: #F0EFEA !important;
    text-decoration: none;
}

.faqtoc {
    border-width: 1px;
    border-style: solid;
    background-color: #eeeeee;
    width: 480px;
    margin-left: 30px;
}

.faqanswers {
    width: 60em;
}

.faqanswers li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.faqanswers > li.faqheader {
    font-size: x-large;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
}
