div.office {
    min-height: 500px;
    padding: 20px 40px 20px 12px;
}

div.office.reviews {
    padding-bottom: 40px;
}

div.office h1 {
    margin: 0;
    font: bold 17px/20px verdana, arial, sans-serif;
    color: #acb4a5;
}

div.office a:link,
div.office a:visited {
    color: #666;
}

div.office a.link-visible {
    text-decoration: underline;
}

div.office h1 a:link,
div.office h1 a:visited {
    text-decoration: none;
    color: #acb4a5;
}

div.office h1 a:hover {
    text-decoration: underline;
}

div.office h1 span.city {
    font-size: 12px;
    white-space: nowrap;
}

div.office h2,
div.office h3 {
    margin: 0 0 2px;
    font: bold 11px/15px verdana, arial, sans-serif;
}

div.office h4 {
    margin: 0 0 15px;
    font: bold 11px/15px verdana, arial, sans-serif;
    color: #666;
}

div.office h2.headinglink {
    margin: 0 0 2px;
    text-decoration: none;
}

div.office h2 a:link,
div.office h2 a:visited {
    color: #777;
}

div.office p,
div.office table {
    margin-bottom: 15px;
}

div.office p.servicenumber {
    font-size: 10px;
    font-weight: bold;
}

div.office p.notice {
    padding: 3px;
    border: 1px solid #d0d8c9;
    background: #f0f9ea;
    line-height: 14px;
}

div.office p.profile {
    padding: 5px 0;
}

div.office.profile ul {
    margin-bottom: 15px;
}

div.office div.logo {
   float: left;
   margin-right: 10px;
}

div.office table.summary {
    margin-bottom: 5px;
}

div.office table.summary th {
    width: 228px;
    padding: 1px 0;
    font-weight: normal;
    line-height: 15px;
}

div.office table.summary td {
    padding: 1px 0;
    font-weight: normal;
    line-height: 15px;
}

div.office table.summary tr.total td,
div.office table.summary tr.total th {
    font-weight: bold;
    font-size: 12px;
}

div.office table.openinghours th {
    font-weight: normal;
    padding-right: 15px;
}

div.office table.reviews td.num {
    text-align: right;
}

div.office div.review {
    margin-bottom: 25px;
}

div.office div.review div.submitter,
div.office div.review div.product,
div.office div.review div.rating,
div.office div.review div.stars  {
    line-height: 20px;
}

div.office div.review div.submitter {
    font-weight: bold;
}

div.office div.review div.rating {
    font-weight: bold;
    font-size: 14px;
}

div.office div.review div.ratings,
div.office div.review div.product {
    margin-top: 3px;
    font-size: 10px;
}

div.office div.review span.rating {
    margin-right: 7px;
    font-weight: bold;
}

div.office div.review p {
    margin: 5px 0 0 25px;
}

div.office div.review img.positive,
div.office div.review img.negative {
    margin-top: 5px;
}

form table.review-add ul.errors {
    margin-top:15px;
}
form #gender-element ul.errors {
    margin: 0;
    border: 0;
    padding: 0;
}
form #gender-element input.error, form #gender-element textarea.error, form #gender-element select.error {
border: 1px solid red;
}

div.office div.pagination {
    text-align: right;
    position: absolute;
    bottom: 15px;
}

div.office ul.tabs {
    margin: 25px 0 10px;
    line-height: 12px;
}

div.office ul.tabs li {
    height: auto;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #666;
    background: transparent none;
}

div.office ul.tabs li a {
    padding: 0;
    background: transparent none;
    font-weight: normal;
    text-decoration: underline;
}

div.office ul.tabs li.active a {
    font-weight: bold;
    color: #666;
}

div.office ul.tabs li:first-child {
    margin: 0;
    padding: 0;
    border-left: none;
}

div.pagination a:link,
div.pagination a:visited {
    color: #3250a5;
}

div.pagination span.current {
    font-weight: bold;
}

div.office table.summary.reviews {
    margin: 10px 0 25px;
}

div.office table.summary.reviews td.separator {
    padding: 0 4px;
    font-weight: normal;
}

div.office img.map {
    margin: 0 0 10px;
}

div.office a.readmore {
    margin-left: 228px;
    padding-right: 10px;
    background: url("/media/images/layout/readmore-blue.png") no-repeat center right;
    color: #446daa;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.office div.additional-popup {
    position: absolute;
    z-index: 100;
    width: 400px;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 6px;
    background: #fff;
}

div.office div.additional-popup table {
    width: 400px;
    margin-bottom: 10px;
}

div.office div.additional-popup table th.title {
    width: 270px;
}

div.office div.additional-popup table th.amount {
    width: 65px;
}

div.office a.additional-link {
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
    color: #777;
}

div.office table.rates {
    margin-bottom: 15px;
    line-height: 17px;
}

div.office table.rates th.heading {
    padding-bottom: 2px;
}

div.office table.rates th.title {
    width: 218px;
    padding-right: 10px;
    font-weight: normal;
}

div.office table.rates td.sign {
    padding-right: 5px;
}

div.office table.rates tr.total th.title,
div.office table.rates tr.total td.amount {
    font-weight: bold;
}

div.office table.rates.overview td.amount {
    width: 30px;
    text-align: right;
}

div.office table.rates.details td.amount {
    width: 52px;
    text-align: right;
}

div.office table.review-add div.slider {
    float: left;
    background: url(/media/images/controls/stars-slider-track-trans.png) no-repeat top left;
    width: 122px;
}

div.office table.review-add div.indicator {
    background: url(/media/images/controls/stars-slider-indicator-trans.png) no-repeat top left;
}

div.office table.review-add div.slider a {
    background: url(/media/images/controls/stars-slider-handle-trans.png) no-repeat center center;
    top: 10px;
}

div.office table.review-add th {
    width: 180px;
    font-weight: normal;
}

div.office table.review-add td.tip {
    padding-left: 5px;
}

div.office table.review-add input {
    width: 20px;
    margin-left: 20px;
}

div.office dl dd {
    margin-bottom: 3px;
}

div.office dl textarea {
    width: 204px;
    height: 70px;
}

div.office dl input.text,
div.office dl input.date {
    width: 204px;
}

div.office dl select#review-gender {
    width: 55px;
}

div.office dl input#review-naam {
    width: 145px;
}

div.office input.submit {
    margin-left: 190px;
}

div.office a.addlink {
    text-decoration: underline;
}

div.office.review_success a:link,
div.office.review_success a:visited {
    text-decoration: underline;
}

div.office address {
    margin: 0 0 15px;
    font-style: normal;
}
