﻿/* DEFAULTS
----------------------------------------------------------*/
/*  Colors:
    Orange #fb972b
    Dark blue #2c54a5
    Hover background #f0f0f0
    Background gray #efeff0
    Dark gray #918f8f
    Dark gray line #939598
    Section gray #d1d3d4
    Text color black #231f20
*/

@font-face {
    font-family: uniform;
    src: url('Oost - Uniform-Condensed.ttf') format('truetype'),
         url('Oost - Uniform-Condensed.eot') format('embedded-opentype');
}

@font-face {
    font-family: uniform;
    src: url('Oost - Uniform-Condensed-Bold.ttf') format('truetype'),
         url('Oost - Uniform-Condensed-Bold.eot') format('embedded-opentype');
    font-weight: bold;
}

body {
    background: #fff;
    font-size: 12pt; /* 16pt in photoshop */
    line-height: 20px;
    font-family: uniform,Verdana,Helvetica,sans-serif;
    margin: 0px;
    padding: 0px;
    color: #231f20;
    overflow-y: scroll;
}

input, select {
    font-family: uniform,Verdana,Helvetica,sans-serif;
    color: #000;
    font-size: 11pt;
}

input::-ms-clear {
    display: none;
}

th {
    text-align: left;
}

a:link, a:visited
{
    color: #231f20;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    cursor: pointer; /* for A-buttons without href */
}

a.selected {
    font-weight: bold;
}

a img
{
    border: none;
}

td 
{
    padding: 0;
    vertical-align: top;
}

p 
{
    margin-top: 1em;
}

.blue-background {
    background-color: #2c54a5;
    color: #fff;
}

.gray-section {
    background-color: #d1d3d4;
    color: #000;
}

.gray-background {
    background-color: #efeff0;
}

.remark {
    font-size: 80%;
}

.max-length {
    color: #2c54a5;
}

.adtitle {
    font-size: 80%;
    text-align: center;
}

.textcount-over-limit {
    color: #f00;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #a9a9a9;
}

.ow {
    background-color: transparent;
    background-image: url(../Images/semib.png?v=2);
}

.ow img {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px; 
}

.toast-top-center {
    margin-top: 350px;
}

#toast-container > div {
    opacity: 0.8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.toast-info {
    background-color: #2c54a5;
}
/* Layout
----------------------------------------------------------*/
.maincontent
{
}

.leftColumn,
.leftColumnWide
{
    float: left;
    width: 240px;
    display: block;
    margin-right: 4px;
    line-height: 1.2em;
}

.leftColumnWide {
    width: 784px;
}

.centerColumn
{
    float: left;
    width: 508px;
}

.centerColumnWide {
    width: 784px;
}

.singleColumn
{
    float: left;
    width: 1000px;
}

.leftColumn select {
    width: 225px;
    height: 26px; 
}

.leftColumn input {
    height: 26px; 
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0;
}

h1
{
    padding-bottom: 0;
    font-size: 125%;
}

h2
{
    font-size: 105%;
    font-weight: 600;
}

h3
{
    font-size: 100%;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.headertop {
    font-family: source-sans-pro,Verdana,Helvetica,sans-serif;
    font-size: 90%;
}

.headertop a {
    text-decoration: underline;
}

.current-language-button span {
}

.validator 
{
    color: Red;
}

.popupbg 
{
    background-image: url(../Images/semib.png?v=2);
}

.bg20 {
    background-image: url(../Images/semib20.png?v=2);
}

a.button,
.qq-upload-button,
a.qq-delete-button
{
    background-image: url(../Images/button.png?v=2);
    background-color: transparent;
    width: 124px;
    height: 33px;
    display: inline-block;
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    padding: 0;
}

a.button:hover,
.qq-upload-button.qq-upload-button-hover,
.qq-delete-button:hover
{
    background-position: 0 -33px;
    color: #ddd;
}

a.button.wide {
    background-image: url(../Images/button-wide.png?v=2);
    width: 186px;
}

a.button.columnwide {
    background-image: url(../Images/button-columnwide.png?v=2);
    width: 197px;
}

a.button.aspNetDisabled 
{
    cursor: default;
}

a.button.aspNetDisabled:hover {
    background-position: 0 0;
    color: #ccc;
}

a.button.drop {
    color: #231f20;
    background-image: url(../Images/button-drop.png?v=2);
    padding-right: 10px;
    width: 114px;
    text-align: left;
    font-size: 11pt;
}

a.button.small {
    background-image: url(../Images/button-small.png?v=2);
    width: 33px;
}

a.button-review {
    display: inline-block;
    background-image: url(../Images/review-score-box-big.png?v=2);
    width: 77px;
    height: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14pt;
    padding-top: 17px;
}

a.button-review small {
    font-size: 10pt;
}

a.button-add-photo {
    display: inline-block;
    background-image: url(../Images/button-add-photo.png?v=2);
    width: 77px;
    height: 77px;
}

a.button-add-photo:hover {
    background-position: 0 -77px;
}

a.button-add-review {
    display: inline-block;
    background-image: url(../Images/button-add-review.png?v=2);
    width: 77px;
    height: 77px;
}

a.button-add-review:hover {
    background-position: 0 -77px;
}

a.button-add-update {
    display: inline-block;
    background-image: url(../Images/button-add-update.png?v=2);
    width: 77px;
    height: 77px;
}

a.button-add-update:hover {
    background-position: 0 -77px;
}

/*a.addthis_button_compact span,
*/a.button-share {
    display: inline-block;
    background-image: url(../Images/button-share.png?v=2);
    width: 22px;
    height: 22px;
    line-height: 22px;
}

/*a.addthis_button_compact span:hover,
*/a.button-share:hover {
    background-position: 0 -22px;
}

a.button-favorite {
    display: inline-block;
    background-image: url(../Images/button-favorite.png?v=2);
    width: 29px;
    height: 29px;
}

a.button-favorite.added {
    background-image: url(../Images/button-favorite-added.png?v=2);
}

a.button-favorite:hover {
    background-position: 0 -29px;
}

a.button-favorite2 {
    display: inline-block;
    background-image: url(../Images/button-favorite2.png?v=2);
    width: 40px;
    height: 40px;
}

a.button-favorite2.added {
    background-position: 0 -40px;
}

a.button-favorite2:hover {
    background-position: 0 -40px;
}

.qq-upload-button.small,
a.qq-delete-button.small
{
    background-image: url(../Images/button-115.png?v=2);
    width: 115px;
}

/* Orange button */
a.button.orange {
    background-image: url(../Images/button-orange.png?v=2);
    color: #fff;
    font-weight: bold;
    width: 60px;
    height: 28px;
    line-height: 28px;
}

a.button.orange:hover {
    background-position: 0 -28px;
}

a.button.orange.aspNetDisabled:hover {
    background-position: 0 0;
}

a.button.orange.aspNetDisabled {
    color: #ffbd52;
}

a.edit-button {
    width: 24px;
    height: 24px;
    background-image: url(../Images/button-edit.png?v=2);
}

a.edit-button:hover {
    background-position-y: -24px;
}

a.button-white {
    width: 230px;
    height: 36px;
    background-image: url(../Images/button-white.png);
    background-position: 0 0;
    display: inline-block;
    color: #000;
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 4px;
}

a.button-white:hover {
    background-position: 0 -36px;
    text-decoration: none;
    color: #fff;
}

a.button-white.size-176 {
    width: 176px;
    background-image: url(../Images/button-white-176.png);
}

a.button-white.button-account {
    width: 84px;
    padding-left: 92px;
    background-image: url(../Images/button-white-account.png);
}

a.button-blue {
    width: 230px;
    height: 36px;
    background-image: url(../Images/button-blue.png);
    background-position: 0 0;
    display: inline-block;
    color: #fff;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.button-blue:hover {
    background-position: 0 -36px;
    text-decoration: none;
    color: #2854a5;
}

a.frame-button {
    height: 20px;
    display: inline-block;
    font-size: 10pt;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

a.frame-button:hover {
    background-position: 0 -20px;
    text-decoration: none;  
}

a.frame-button.size-57 {
    width: 57px;
    background-image: url(../Images/frame-button-57.png);
}

a.frame-button.size-73 {
    width: 73px;
    background-image: url(../Images/frame-button-73.png);
}

a.frame-button-high {
    height: 29px;
    display: inline-block;
    font-size: 13pt;
    line-height: 29px;
    text-align: center;
    color: #fff;
}

a.frame-button-high:hover {
    background-position: 0 -29px;
    text-decoration: none;  
}

a.frame-button-high.size-103 {
    width: 103px;
    background-image: url(../Images/frame-button-high-103.png);
}

a.frame-button-high.size-218 {
    width: 218px;
    background-image: url(../Images/frame-button-high-218.png);
}

/* round button */

a.round-button {
    display: inline-block;
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 4px;
}

a.round-button:hover {
    background-position: 0 -36px;
}

a.round-button.tip-button {
    background-image: url(../Images/round-button-tip.png);
}

a.round-button.mail-button {
    background-image: url(../Images/round-button-mail.png);
}

a.round-button.instagram-button {
    background-image: url(../Images/round-button-instagram.png);
}

a.round-button.twitter-button {
    background-image: url(../Images/round-button-twitter.png);
}

a.round-button.facebook-button {
    background-image: url(../Images/round-button-facebook.png);
}

/* Popup frame buttons */
a.button-popup-close {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url(../Images/button-popup-close.png);
}

a.button-popup-close:hover {
    background-position: 0 -28px;
}

/* Small buttons */

a.icon-button {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
}

a.icon-button:hover {
    background-position: 0 -22px;
}

a.icon-button.icon-comment {
    background-image: url(../Images/button-comment.png);
    background-position: right top;
    padding-right: 22px;
    width: auto;
}

a.icon-button.icon-favorite {
    background-image: url(../Images/button-favorite.png);
}

a.icon-button.icon-favorite.active {
    background-image: url(../Images/button-favorite-active.png?v=2);
}

a.icon-button.icon-like {
    background-image: url(../Images/button-like.png);
}

a.icon-button.icon-like.active {
    background-image: url(../Images/button-like-active.png);
}

a.icon-button.icon-issue {
    background-image: url(../Images/button-issue.png);
}

/* Drop panel */
.drop-panel {
    background-color: #fff;
    width: 110px;
    padding: 5px;
    border: solid 1px #939598;
    font-size: 11pt;
}

.drop-panel a {
    color: #231f20;
    font-weight: normal;
}

/* Background
----------------------------------------------------------*/
img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;
}

.searchbar {
    background-size: cover;
    background-position: 0 center;
    background-color: #918f8f;
    margin-top: 10px;
}

.searchbar.big {
    margin-top: 0;
    height: 564px;
}

.searchbar.big .searchbar-inner {
    background-color: transparent;
}

.searchbar .centercontent {
    text-align: center;
}

.searchbar.big .centercontent.buttonbar {
    padding-top: 28px;
}

.searchbar .centercontent.buttonbar {
    padding-top: 8px;
    padding-bottom: 4px;
}

.searchbar .centercontent h1 {
    color: #fff;
    font-size: 50pt;
    line-height: 50pt;
    font-weight:  bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.searchbar .centercontent h2 {
    color: #fff;
    font-size: 26pt;
    line-height: 26pt;
    margin-top: 12px;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.searchbar .searchtextback {
    height: 49px;
}

.searchbar .searchtextback .searchtextback-left {
    background-image: url(../Images/searchbar-left.png?v=2);
    width: 4px;
    height: 49px;
    float: left;
}

.searchbar .searchtextback .searchtextback-center {
    background: #fff;
    width: 745px;
    height: 49px;
    float: left;
}

.searchbar .searchtextback .searchtextback-right {
    background-image: url(../Images/searchbar-right.png?v=2);
    width: 4px;
    height: 49px;
    float: left;
}

.searchbar input.search {
    border: none;
    width: 725px;
    height: 49px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.searchbar .searchtext-clear {
    padding: 4px;
}

.searchbar a.search-advanced {
    background-image: url(../Images/find-white.png?v=2);
    background-repeat: no-repeat;
    padding-left: 24px;
    color: #fff;
    text-align: left;
    float: left;
    margin-top: 4px;
}

.autosuggestpanel {
    margin-left: 22px;
    width: 749px; 
    max-height: 400px;
    min-height: 60px;
    background-color: #fff;
    padding: 1px;
    border: 1px solid #e9e2dc;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

.autosuggestpanel #autoSuggestResults {
    text-align: left;
}

.autosuggestpanel #ProgressImage {
    margin: 10px;
}

.autosuggestpanel a {
    color: #000;
    font-weight: normal;
    margin: 2px 0;
    display: inline-block;
}


.autosuggestpanel .as-item {
    padding: 0 4px;
}

.autosuggestpanel .as-item .as-title {
    display: inline-block;
}

.autosuggestpanel .as-item .as-subtitle {
    display: inline-block;
}

.autosuggestpanel #autosuggest-locations .as-item .as-title {
    display: block;
}

.autosuggestpanel #autosuggest-locations .as-item .as-subtitle {
    display: block;
}

.autosuggestpanel .as-header {
    background-color: #2c54a5;
    color: #fff;
    padding: 4px;
    font-weight: bold;
}

.autosuggestpanel .as-around {
    padding: 4px;
}

.autosuggestpanel .as-empty {
    font-style: italic;
    color: #444;
    padding: 4px;
}

#maindiv { padding: 0; }
.centercontent { width: 1253px; margin: 0 auto; }

.bread 
{ 
    margin-bottom: 4px; 
    display: block;
    height: 38px;
}

.bread .sitemap a 
{
    line-height: 38px;
}



/* Content elements 
----------------------------------------------------------*/
div.clear
{
    clear: both;
    font-size: 0px;
    height: 0;
}

a.aspNetDisabled 
{
    color: #ccc;
    cursor: default;
}
a:hover.aspNetDisabled
{
    text-decoration: none;
}
input.placeholder
{
    color: #666;
}
input.aspNetDisabled {
    border: none;
}
.searchWatermark
{
    color: #666;
    background-image: url(../Images/find.png?v=2);
    background-repeat: no-repeat;
    background-position: 2px center;
    border-width: 1px;
    border-style: inset;
    padding: 4px 4px 4px 22px;
}
.dateinput
{
    background-image: url(../Images/calendar.png?v=2);
    background-repeat: no-repeat;
    background-position: right center;
    border-width: 1px;
    border-style: inset;
    padding: 2px;
}
.hidden
{
    display: none;
    visibility: hidden;
}
.modalpopup-bg
{
    background-image: url(../Images/semib.png?v=2);
}
.grid
{
    border-collapse: collapse;
}
.grid td
{
    padding: 2px 2px 2px 0;
}
.review-grid > tbody >tr.clickable-row {
    cursor: pointer;
}
.review-grid tr.clickable-row td {
    padding-bottom: 0.5em;
    padding-right: 0.25em;
}
.review-grid a {
    color: inherit;
}

.review-grid .sitecode-column { 
    width: 70px;
    max-width: 70px;
    min-width: 70px;
}

.celllabel 
{
    width: 150px;
}
.cellvalue
{
    color: #666666;
}
.celledit
{
    width: 200px;
}
.celledit input,
.celledit select
{
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cellleft
{
    width: 157px;
}

.icon {
    vertical-align: middle;
    margin-right: 0.5em;
}

.icon-wrapper {
    display: inline-block;
    width: 323px;
}

/* Content elements 
----------------------------------------------------------*/
.headerleft
{
    float: left;
}

.header {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 4px solid #2c54a5;
}

.logo 
{
    width: 186px;
    height: 50px;
    display: block;
    float: left;
    background-image: url(../Images/logo.png?v=2);
}

.maintitle 
{
    /*display: none;*/
    /*font-family: Arial, Arial, Helvetica, sans-serif;*/
    float: right;
    padding-right: 51px;
    padding-top: 5px;
}

.maintitle h1, .maintitle .h1title
{
    font-size: 23pt;
    color: #004187;
    font-weight: bold;
    display: block;
}

.maintitle h2, .maintitle .h2title
{
    margin-top: 8pt;
    margin-left: 2px;
    font-size: 14pt;
    color: #004187;
    font-weight: bold;
    display: block;
}


.headermid 
{
    height: 54px;
    background-repeat: no-repeat;
}

.ad 
{
    margin-top: 17px;
    margin-bottom: 20px;
    text-align: center;
    color: #7d7d7d;
}

.home-ad
{
    float: right;
    margin-bottom: 8px;
}

.singlecol 
{
    padding-left: 26px;
}

.image-cell
{
    padding-bottom: 0.5em; height: 10px; max-height: 156px;
}

/* video item */

.video-item {
    width: 246px;
    float: left;
    margin-right: 6px;
    margin-bottom: 3px;
    margin-top: 2px;
}

.video-item-inner {
    width: 246px;
    height: 140px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.video-item.clickable {
    cursor: pointer;
}

.video-item .video-item-title {
    background-image: url(../Images/semi.png);
    font-weight: normal;
    width: 242px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 4px;
    padding-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}

.video-item .video-item-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-item .video-item-play-button {
    background-image: url(../Images/play-button.png);
    width: 35px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

.video-item:hover .video-item-play-button {
    background-position: 0 -34px;
}

.video-item .video-item-duration {
    width: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin-left: -48px;
    margin-top: 26px;
    background-image: url(../Images/semi.png);
}

.video-item .video-item-subtitle {
    width: 234px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #efeff0;
    font-size: 90%;
}

.video-item .video-item-subtitle-left {
    float: left;
    width: 170px;
    overflow: hidden;
}

.video-item .video-item-subtitle-date {
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-item .video-item-subtitle-right {
    float: right;
    line-height: 40px;
}

.frame-233 .video-item {
    width: 218px;
    margin-top: 3px;
    margin-bottom: 4px;
}

.frame-233 .video-item-inner {
    width: 218px;
    height: 124px;
}

.frame-233 .video-item-title {
    width: 212px;
}

.frame-233 h2 {
    line-height: 44px;
    font-size: 31pt;
    text-transform: uppercase;
    height: 44px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.result-page .pageheader {
    background-color: #fb972b;
    color: #fff;
    line-height: 62px;
    width: 508px;
    text-align: center;
    margin-bottom: 8px;
}

.result-page h1 {
    font-size: 37pt;
    font-weight: normal;
    width: 508px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result-page .pagebody {
    font-size: 10pt;
    padding: 18px;
    margin-top: 16px;
}

.result-page .pagebody img {
    box-shadow: 0px 0px 20px #888888;
}

.result-page .pagebody .pagebody-title {
    font-size: 11pt;
    font-weight: bold;
    float: left;
    margin-bottom: 4px;
}

.result-page .pagebody .pagebody-count {
    background-image: url(../Images/icon-play.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
    margin-left: 16px;
    float: left;
}

.result-page .pagebody a {
    text-decoration: underline;
}

.result-page .video-item {
    border: solid 1px transparent;
}

.result-page .video-item .video-item-inner {
    float: left;
}

.result-page .video-item:hover,
.result-page .video-item.active {
    border: solid 1px #939598;
}

.result-page .video-item-toptitle {
    width: 234px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    background-color: #efeff0;
}

.result-page .video-item-subtitle {
    width: 230px;
}

.video-description {
    font-size: 15pt;
    color: #fff;
    display: inline-block;
    padding: 2px 4px 6px 4px;
    height: 102px;
}

.ellipsis-text {  overflow:hidden; text-overflow: ellipsis; }
.ellipsis-text.single-line { white-space: nowrap; }

/* video detail */

.video-iframe {
    height: 935px;
}

.video-iframe.without-related {
    height: 760px;
}

.fp-custom-fullscreen {
    background-color: rgba(0,0,0,0.65);
    background-image: url(../Images/fp-custom-fullscreen.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    width: 30px;
    height: 30px;
    display: none;
}

.flowplayer:hover .fp-custom-fullscreen {
    display: inline-block;
}

/* home page */

.review-score-box
{
    display: inline-block;
    width: 45px;
    line-height: 44px;
    height: 44px;
    background-image: url(../Images/review-score-box.png?v=2);
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
}

.pager
{
    line-height: 1.5em;
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 100%;
}

.pager span,
.pager a
{
    width: 1.5em;
    margin-right: 0.25em;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.pager a:hover,
.pager a.active,
.pager span
{
    font-weight: bold;
}

.pager a:hover {
    background-color: #f0f0f0;
}


/* frame 760 */

.frame-765 {
    width: 765px;
}

.frame-765 .head {
    height: 6px;
    background-image: url(../Images/frame-765-head.png);
}

.frame-765 .body {
    background-image: url(../Images/frame-765-body.png);
    padding-left: 6px;
}

.frame-765 .foot {
    height: 9px;
    background-image: url(../Images/frame-765-foot.png);
}

.frame-765 h2 {
    line-height: 20px;
    font-size: 14pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* frame 233 */

.frame-233 {
    width: 233px;
}

.frame-233 .head {
    height: 6px;
    background-repeat: no-repeat;
}

.frame-233 .body {
    padding-left: 6px;
}

.frame-233 .foot {
    height: 9px;
    background-repeat: no-repeat;
}

.frame-233.clickable {
    cursor: pointer;
}

.frame-233.clickable a:hover {
    text-decoration: none;
}

.frame-233.clickable:hover .head {
    background-position: 0 -6px;
}

.frame-233.clickable:hover .body {
    background-image: url(../Images/frame-orange-233-body-hover.png);
}

.frame-233.clickable:hover .foot {
    background-position: 0 -9px;
}

/* frame 233 orange */

.frame-233.frame-orange .head {
    background-image: url(../Images/frame-orange-233-head.png);
}

.frame-233.frame-orange .body {
    background-image: url(../Images/frame-orange-233-body.png);
}

.frame-233.frame-orange .foot {
    background-image: url(../Images/frame-orange-233-foot.png);
}

/* frame 233 cyan */

.frame-233.frame-cyan .head {
    background-image: url(../Images/frame-cyan-233-head.png);
}

.frame-233.frame-cyan .body {
    background-image: url(../Images/frame-cyan-233-body.png);
}

.frame-233.frame-cyan.clickable:hover .body {
    background-image: url(../Images/frame-cyan-233-body-hover.png);
}

.frame-233.frame-cyan .foot {
    background-image: url(../Images/frame-cyan-233-foot.png);
}

/* frame 233 white */

.frame-233.frame-white .head {
    background-image: url(../Images/frame-white-233-head.png);
}

.frame-233.frame-white .body {
    background-image: url(../Images/frame-white-233-body.png);
}

.frame-233.frame-white .foot {
    background-image: url(../Images/frame-white-233-foot.png);
}

/* frame 233 blue */

.frame-233.frame-blue .head {
    background-image: url(../Images/frame-blue-233-head.png);
}

.frame-233.frame-blue .body {
    background-image: url(../Images/frame-blue-233-body.png);
    color: #fff;
}

.frame-233.frame-blue.clickable:hover .body {
    background-image: url(../Images/frame-blue-233-body-hover.png);
}

.frame-233.frame-blue .foot {
    background-image: url(../Images/frame-blue-233-foot.png);
}

/* frame 130 */

.frame-133 {
    width: 133px;
}

.frame-133.frame-white .head {
    height: 6px;
    background-image: url(../Images/frame-white-133-head.png);
}

.frame-133.frame-white .body {
    background-image: url(../Images/frame-white-133-body.png);
    padding-left: 6px;
}

.frame-133.frame-white .foot {
    height: 9px;
    background-image: url(../Images/frame-white-133-foot.png);
}

/* frame 505 */ 

.frame-505 {
    width: 505px;
}

.frame-505 .head {
    height: 6px;
}

.frame-505 .foot {
    height: 9px;
}

.frame-505.frame-blue .head {
    background-image: url(../Images/frame-blue-505-head.png);
}

.frame-505.frame-blue .body {
    background-image: url(../Images/frame-blue-505-body.png);
}

.frame-505.frame-blue .foot {
    background-image: url(../Images/frame-blue-505-foot.png);
}

.frame-505.frame-blue.clickable {
    cursor: pointer;
}

.frame-505.frame-blue.clickable:hover .head {
    background-position: 0 -6px;
}

.frame-505.frame-blue.clickable:hover .body {
    background-image: url(../Images/frame-blue-505-body-hover.png);
}

.frame-505.frame-blue.clickable:hover .foot {
    background-position: 0 -9px;
}

/* frame 805 */

.frame-805 {
    width: 805px;
}

.frame-805 .head {
    height: 6px;
}

.frame-805 .foot {
    height: 9px;
}

.frame-805.frame-white .head {
    background-image: url(../Images/frame-white-805-head.png);
}

.frame-805.frame-white .body {
    background-image: url(../Images/frame-white-805-body.png);
}

.frame-805.frame-white .foot {
    background-image: url(../Images/frame-white-805-foot.png);
}

/* frame 480 */

.frame-480 {
    width: 480px;
}

.frame-480 .head {
    height: 16px;
    background-image: url(../Images/frame-480-head.png);
}

.frame-480 .body {
    background-image: url(../Images/frame-480-body.png);
    padding: 8px 24px;
}

.frame-480 .foot {
    height: 16px;
    background-image: url(../Images/frame-480-foot.png);
}

/* frame 1008 */

.frame-1008 {
    width: 1008px;
}

.frame-1008 .head {
    height: 6px;
}

.frame-1008 .foot {
    height: 9px;
}

.frame-1008.frame-white .head {
    background-image: url(../Images/frame-white-1008-head.png);
}

.frame-1008.frame-white .body {
    background-image: url(../Images/frame-white-1008-body.png);
}

.frame-1008.frame-white .foot {
    background-image: url(../Images/frame-white-1008-foot.png);
}

/* frame camper */

.frame-camper {
    width: 505px;
    height: 208px;
    background-image: url(../Images/camper.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.frame-camper:hover {
    background-position: 0 -208px;
}

/* middlebox */

.middlebox 
{
    width: 586px;
    display: block;
}

.middlebox > .boxHead
{
    font-size: 110%;
    color: #fff;
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    vertical-align: middle;
    width: 586px    ;
    display: table-cell;
    background-image: url(../Images/item-head.png?v=2);
}

.middlebox > .boxHead.service
{
    padding-left: 65px;
    background-image: url(../Images/item-head-service.png?v=2);
}

.middlebox > .boxHead.camping
{
    padding-left: 65px;
    background-image: url(../Images/item-head-camping.png?v=2);
}

.middlebox > .boxHead.camper
{
    padding-left: 65px;
    background-image: url(../Images/item-head-camper.png?v=2);
}

.middlebox > .boxHead .left
{
    float: left;
}

.middlebox > .boxHead .right
{
    float: right;
    padding-top: 3px;
}

.middlebox > .boxHead a
{
    color: #fff;
    display: inline-block;
    font-weight: bold;
}

.middlebox > .boxHead h1 
{
    color: #fff;
}

.middlebox > .boxHead.generic {
    padding-left: 10px;
    line-height: 36px;
}

.middlebox > .boxHead .subtitle {
    font-size: 12pt;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.middlebox > .boxHead .nameLabel
{
    float: left;
    font-size: inherit;
    font-weight: bold;
}

.middlebox > .boxHead .priceLabel
{
    color: #ff6600;
    font-size: 125%;
    font-weight: normal;
    margin-right: 1.25em;
}

.middlebox .boxBody
{
    padding: 15px 15px 10px 15px;
}

#MainContent_paResult .middlebox .boxBody
{
    padding-right: 0;
}

#MainContent_paResult .middlebox > .boxHead 
{
    padding-right: 24px;
}


.middlebox .boxBody .resultItemPadding 
{
    margin: 0;
}

.middlebox.boxW > .boxHead
{
    background-image: url(../Images/item-head-white.png?v=2);
    height: 12px;
}

.middlebox.boxW .boxBody
{
    padding-top: 10px;
    min-height: 200px;
}

.middlebox .boxBody
{
    background-image: url(../Images/item-body.png?v=2);
}

.middlebox .review-count 
{
    white-space: nowrap;
    font-size: 90%;
}


#MainContent_paResult .middlebox:hover .boxBody
{
    background-image: url(../Images/item-body-hover-v2.png?v=2);
}

.middlebox .boxBody.nopadding
{
    padding: 0 5px 0 5px;
}

.middlebox .boxFoot
{
    height: 4px;
    background-image: url(../Images/item-foot.png?v=2);
    margin-bottom: 8px;
}

.middlebox .boxFoot.straight
{
    height: 5px;
    background-image: url(../Images/item-foot-straight.png?v=2);
}

#MainContent_paResult .middlebox:hover .boxFoot
{
    background-position: 0 -4px;
}

#MainContent_paResult .middlebox.promo:hover .boxFoot
{
    background-position: 0 -24px;
}

.middlebox.favorites
{
    margin-top: 14px;
}

.middlebox.favorites .favitem
{
    float: left;
    width: 255px;
    margin-bottom: 6px;
}

.middlebox.favorites .favitem.even
{
    margin-right: 15px;
}

.middlebox.favorites .favitem .photo
{
    float: left;
    margin-right: 0.75em;
}

.middlebox.favorites .favitem a .nameLabel
{
    color: #000;
    font-weight: bold;
}

.middlebox.favorites .boxBody a 
{
    color: #999;
}

.middlebox .kenmerken
{
    padding-top: 0;
    padding-bottom: 0.5em;
}

.middlebox .kenmerken.last
{
    padding-bottom: 0;
}

.middlebox .kenmerken h2
{
    font-size: 100%;
    line-height: 160%;
    color: #000;
    padding-left: 0.40em;
    margin-bottom: 1em;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.middlebox .kenmerken h3
{
    font-size: 100%;
    color: inherit;
}

.middlebox .kenmerken ul
{
    list-style-type: none;
    list-style: none;
    margin-left: 157px;
    padding-left: 0;
    color: #666;
}

.middlebox.wide {
    width: 1000px;
}

.middlebox.wide > .boxHead {
    width: 1000px;  
}

.middlebox.wide > .boxHead.service
{
    background-image: url(../Images/item-head-service-wide.png?v=2);
}

.middlebox.wide > .boxHead.camping
{
    background-image: url(../Images/item-head-camping-wide.png?v=2);
}

.middlebox.wide > .boxHead.camper
{
    background-image: url(../Images/item-head-camper-wide.png?v=2);
}

.middlebox.wide .boxBody
{
    background-image: url(../Images/item-body-wide.png?v=2);
}

.middlebox.wide .boxFoot
{
    height: 4px;
    background-image: url(../Images/item-foot-wide.png?v=2);
    margin-bottom: 4px;
}

/* smallbox */

.small-box {
    width: 197px;
}
.small-box .head {
    color: #fff;
    font-weight: bold;
    padding: 0 5px 0 5px;
    width: 187px;
    height: 22px;
    background-image: url(../Images/small-box-head.png?v=2);
}
.small-box.orange .head {
    background-image: url(../Images/small-box-head-orange.png?v=2);
}

.small-box .body {
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    padding: 0 4px 0 4px;
    width: 187px;
}
.small-box .foot {
    width: 197px;
    height: 3px;
    background-image: url(../Images/small-box-foot.png?v=2);
}

.page-image
{
    float: left;
    margin-right: 1em;
}


/* framebox */

.frame-box {
    width: 197px;
}

.frame-box .head {
    width: 197px;
    background-image: url(../Images/frame-body-head.png?v=2);
    height: 4px;
}

.frame-box .body {
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    width: 195px;
}

.frame-box .foot {
    width: 197px;
    background-image: url(../Images/frame-body-foot.png?v=2);
    height: 4px;
}

/* halfbox */

.halfbox 
{
    margin-top: 1px;
    margin-bottom: 6px;
    margin-right: 3px;
    width: 285px;
    float: left;
    font-size: 90%;
}

.halfbox > .boxHead
{
    font-size: 120%;
    font-weight: bold;
    line-height: 43px;
    color: #003d86;
    height: 43px;
    padding-top: 3px;
    padding-left: 25px;
    background-image: url(../Images/halfitem-head.png?v=2);
    background-repeat: no-repeat;
}

.halfbox > .boxHead a
{
    color: #003d86;
    margin-top: 3px;
}

.halfbox .boxBody
{
    background-image: url(../Images/halfitem-body.png?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 20px 20px 10px 25px;
    height: 248px;
    color: #666;
}

.halfbox.clickable
{
    cursor: pointer;
}

.halfbox.clickable:hover .boxBody
{
    background-position: left -300px;
}

.halfbox .boxFoot
{
    height: 11px;
    background-image: url(../Images/halfitem-foot.png?v=2);
    background-repeat: no-repeat;
}

.halfbox.clickable:hover .boxFoot
{
    background-position: 0 -11px;
}

/* widebox */

.widebox 
{
    margin-top: 1em;
    width: 1000px;
}

.widebox > .boxHead 
{
    background-image: url(../Images/widebox-head.png?v=2);
    height: 34px;
    padding-left: 16px;
    color: #fff;
    line-height: 34px;
}

.widebox > .boxHead.notitle
{
    background-image: url(../Images/item-head-notitle-wide.png?v=2);
    height: 4px;
    padding-left: 10px;
}

.widebox > .boxHead h2 
{
    margin: 0;
}

.widebox > .boxHead a
{
    color: #fff; 
    text-decoration: underline;
}

.widebox > .boxHead .left
{
    float: left;
}

.widebox > .boxHead .right
{
    float: right;
    padding-right: 10px;
}

.widebox .boxBody
{
    padding: 10px 15px 5px 15px;
    background-image: url(../Images/widebox-body.png?v=2);
}

.widebox .boxFoot
{
    height: 5px;
    background-image: url(../Images/widebox-foot.png?v=2);
}

.widebox.error .boxBody {
    background: url(../Images/widebox-body-error.png?v=2);
}

.widebox.error .boxFoot {
    background: url(../Images/widebox-foot-error.png?v=2);
}

/* leftbox */

.leftbox 
{
    width: 793px;
    margin-top: 1em;
}

.leftbox > .boxHead 
{
    background-image: url(../Images/leftbox-head.png?v=2);
    height: 34px;
    padding-left: 16px;
    color: #fff;
    line-height: 34px;
}

.leftbox > .boxHead .left
{
    float: left;
}

.leftbox > .boxHead .right
{
    float: right;
    padding-right: 10px;
}

.leftbox > .boxHead a {
    color: #fff;
}

.leftbox > .boxHead .right a
{
    color: #fff; 
    text-decoration: underline;
}

.leftbox > .boxHead h2 {
    font-size: 110%;
}

.leftbox .boxBody
{
    padding: 10px 15px 5px 15px;
    background-image: url(../Images/leftbox-body.png?v=2);
}

.leftbox.clickable {
    cursor: pointer;
}

.leftbox.clickable:hover .boxBody {
    background-image: url(../Images/leftbox-body-hover.png?v=2);
}

.leftbox .boxFoot
{
    height: 5px;
    background-image: url(../Images/leftbox-foot.png?v=2);
}

.leftbox.clickable:hover .boxFoot {
    background-position-y: -5px;
}

/* box generics */

.boxHead h2 {
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

/* Reviews */

.reviews .widebox .boxBody .left
{
    float: left;
    width: 120px;
    margin-right: 10px;
    text-align: center;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

.reviews .widebox .boxBody .middle
{
    float: left;
    width: 790px;
}

.reviews .widebox .boxBody .right
{
    float: right;
    width: 45px; 
}

.reviews .review-date 
{
    font-style: italic;
    width: 5em;
}

/* favorites */

.favitem .left
{
    float: left;
    width: 228px;
}
.favitem .right 
{
    float: right;
}

/* Checkboxes */

.customcheckbox {
    cursor: pointer;
    background-repeat: no-repeat;
    width: 84px;
    height: 45px;
    vertical-align: middle;
}

.customcheckbox.checked {
    background-position: 0 -45px;
}

.customcheckbox.service {
    background-image: url(../Images/checkbox-service.png?v=2);
}

.customcheckbox.camper {
    background-image: url(../Images/checkbox-camper.png?v=2);
}

.customcheckbox.camping {
    background-image: url(../Images/checkbox-camping.png?v=2);
}

.customchecklabel {
    line-height: 45px;
    font-weight: bold;
}

.customcheckbox-small {
    cursor: pointer;
    background-repeat: no-repeat;
    width: 60px;
    height: 33px;
    vertical-align: middle;
}

.checked .customcheckbox-small {
    background-position: left -33px;
}

.customcheckbox-small.service {
    background-image: url(../Images/checkbox-service-small.png?v=2);
}

.customcheckbox-small.camper {
    background-image: url(../Images/checkbox-camper-small.png?v=2);
}

.customcheckbox-small.camping {
    background-image: url(../Images/checkbox-camping-small.png?v=2);
}


.kenmerken .celllabel
{
    width: 145px;
    padding-right: 5px;
}

.kenmerken table
{
    margin-bottom: 1em;
    margin-left: 157px;
}

.prijsindicatie
{
    margin-bottom: 1em;
    margin-left: 0.40em;
}

.topbox
{
    color: #000;
    width: 577px;
    vertical-align: middle;
    margin-bottom: 12px;
}

.topbox > .boxHead 
{
    height: 5px;
    background-image: url(../Images/frame-head.png?v=2);
    background-repeat: no-repeat;
}

.topbox .boxBody 
{
    padding: 5px 10px;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    background-color: #f1f1f1;
}

.topbox .boxFoot 
{
    height: 5px;
    background-image: url(../Images/frame-foot.png?v=2);
    background-repeat: no-repeat;
}

.topbox .numresults 
{
    float: left;
    line-height: 1.5em;
    margin-right: 1em;
}

.topbox select
{
    float: right;
    color: #666666;
}

.topbox .remove-all
{
    float: right;
    color: #999;
}

.topbox .customContent
{
    color: #e9e2dc;
}

.topbox .customContent h1
{
    font-size: 115%;
    color: #2c54a5;
}

.topbox .customContent h2
{
    font-size: 100%;
}

.topbox img
{
    float: left;
    margin-right: 1em;
}

.topleftbox
{
    color: #000;
    width: 793px;
    vertical-align: middle;
    margin-bottom: 12px;
}

.topleftbox > .boxHead 
{
    height: 5px;
    background-image: url(../Images/frame-head-w.png?v=2);
    background-repeat: no-repeat;
}

.topleftbox .boxBody 
{
    padding: 5px 10px;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    background-color: #f1f1f1;
}

.topleftbox .boxFoot 
{
    height: 5px;
    background-image: url(../Images/frame-foot-w.png?v=2);
    background-repeat: no-repeat;
}



.popupbox
{
    color: #e9e2dc;
    width: 784px;
}

.popupbox .popupbox-head 
{
    height: 12px;
    background-image: url(../Images/popup-head.png?v=2);
    background-repeat: no-repeat;
}

.popupbox .popupbox-body 
{
    background-image: url(../Images/popup-body.png?v=2);
}

.popupbox .popupbox-body .inner {
    padding: 1em 10px 10px 10px;
    margin: 0 10px;
}

.popupbox .popupbox-foot 
{
    height: 12px;
    background-image: url(../Images/popup-foot.png?v=2);
    background-repeat: no-repeat;
}


a.back-to-results
{
    color: #003d86;
}

.boxBody .resultItemPadding > p:first-child
{
    margin-top: 0;
}

.boxBody .promo
{
    background-color: #ffebdd;
    padding: 1em 0.75em;
    margin-bottom: 1em;
    border: 1px solid #ffd3cc;
}

.promo-head
{
    color: White;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.15em;
    padding: 0.1em 0 0.1em 0.75em;
    background-color: #ffa255;
}
.promo h3 
{
    font-size: 100%;
}
.promo-button:link,
.promo-button:visited
{
    color: White;
    background-color: #ff7400;
    font-weight: bold;
    padding: 0.75em 2em;
    float: right;
}

.promo .period
{
    padding: 0.75em 0;
    float: left;
}

.resultItemLocation
{
    color: #999;
}

.resultItemLocation a,
.resultItemLocation .value
{
    color: #333333;
}

.resultItemFoot
{
    height: 12px;
    background-image: url(../images/item-foot.gif);
}

.resultItemBodyTop .left
{
    float: left;
    width: 142px;
    margin-right: 15px;
}

.resultItemBodyTop .right 
{
    display: block;
    float: left;
    width: 405px;
    margin-bottom: 1em;
}

.resultItemBodyTop .right .description
{
    display: block;
    width: 375px;
    float: left;
}

.resultItemBodyTop .right .iconbar
{
    padding-top: 0.5em;
    display: block;
    width: 375px;
}

.resultItemBodyTop .cellremove
{
    text-align: right;
}

.resultItemBodyTop .cellremove a
{
    color: #999;
}

a.resultItemDescriptionLink 
{
    color: #666;
}

a.resultItemPhotoLink
{
    margin-bottom: 0.5em;
    display: block;
}

.resultItemPhoto 
{
    background-repeat: no-repeat;
}

.iconbar img
{
    float: left;
    margin-right: 4px;
}

.resultSeparator
{
    height: 1px;
}

.filterCheck 
{
    clear: left;
    display: block;
}

.filterCheck input
{
    float: left;
}
.filterCheck label
{
    float: left;
    margin-right: 0.5em;
}

.clearFilterLabel 
{
    width: 130px;
    display: inline-block;
    clear: left;
}

a.clearFilter
{
    float: right;
    color: #2c54a5;
}

a.clearFilter.all {
    float: none;
}

.galleria-image 
{
    background-color: #f0f0f0;
}

.rightColumn
{
    width: 490px;
    float: right;
    font-size: 90%;
}

.adhead
{
    color: #7d7d7d;
}

.rightColumn .adbox
{
    width: 178px;
    margin: 0 auto 1em auto;
}

.rightColumn .adbox .adhead
{
    text-align: center;
    padding: 0.33em;
    font-size: 75%;
}

.rightColumn .adbox .aditem
{
    padding: 0.6em;
}

.rightColumn .adbox .aditem img
{
    margin-right: 0.5em;
}

.rightColumn .adsky .aditem
{
    width: 100%;
    text-align: center;
}

.rightColumn .adsky .aditem img
{
    margin: 0 auto;
}

.mainFilter 
{
    margin-bottom: 0.5em;
}

.mainFilterHead
{
    background-image: url(../Images/leftbar1-head.png?v=2);
    height: 3px;
}

.mainFilterBody
{
    padding: 2px 5px;
    background-color: #e9e2dc;
}

.mainFilterBody a {
    color: #2c54a5;
}

.mainFilterBody h3
{
    font-size: 120%;
    font-weight: bold;
    color: White;
    margin-bottom: 0.8em;
}


.mainFilterBody input,
.mainFilterBody select
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mainFilterBody table {
    width: 100%;
}

.mainFilterBody td
{
}

.mainFilterFoot
{
    background-image: url(../Images/leftbar1-foot.png?v=2);
    height: 3px;
}

.completionList
{
    padding: 0;
    list-style: none;
    width: 30em;
    margin: 0;
    border: 0;
    color: #333;
}

.completionListItem
{
    border-bottom: 1px solid gray;
    background-color: #fff;
    width: 30em;
    margin: 0;
    padding: 0;
}

.completionListHighlightedItem
{
    border-bottom: 1px solid gray;
    background-color: #ffea7e;
    width: 30em;
    cursor: pointer;
}

.side-button-blue,
.side-button-grey,
.side-button-grey-big
{
    display: inline-block;
    width: 142px;
    height: 32px;
    background-image: url(../Images/side-button-blue.png?v=2);
    background-repeat: no-repeat;
    color: #f9f3f3;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    text-align: center;
    line-height: 32px;
}

a.side-button-blue
{
    color: #fff;
}

.side-button-grey
{
    background-image: url(../Images/side-button-grey.png?v=2);
}

a.side-button-grey,
a.side-button-grey-big
{
    color: #666;
}

.side-button-grey-big
{
    background-image: url(../Images/side-button-grey-big.png?v=2);
    height: 42px;
    padding: 4px 0 4px 0;
    margin-top: 0;
    line-height: 21px;
}


.filterGroupLabel
{
    font-size: 100%;
    font-weight: bold;
    margin-top: 1em;
    display: block;
}

.mainFilter .filterGroupLabel
{
    color: White;
}

.mainFilter h2 
{
    color: White;
    font-size: 105%;
}

.filterGroupLabel span
{
    background-image: url('../Images/open.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;
    display: block;
    width: 100%;
    cursor:pointer;
}

.filterGroupPanel
{
    font-size: 125%;
    display: none;
    zoom:1; /* workaround for IE7 issue */
}

.filterGroupPanel.open
{
    display: block;
}

.filterGroupLabel span.closed
{
    background-image: url('../Images/close.gif');
}

.filterGroupPanel select 
{
    width: 100%;
    height: 10em;
    font-size: 100%;
}

.filterGroupPanel option 
{

}

.filterSeparator 
{
    height: 1em;
}

a.filterLink 
{
    display: block;
}

.selectedFilter {
    width: 180px; 
    float: left;
}

a.clearFilterLink {
    width: 45px;
    float: left;
    text-align: right;
    clear: right;
    color: #2c54a5;
}

table
{
    border-style: none;
    border-width: 0px;  
}

.emptyDataRow td {
    font-style: italic;
    font-size: 115%;
    font-weight: bold;
    padding: 20px;
    display: block;
    color: #ff6600;
}

.emptyText {
    font-style: italic;
}

.progressDiv 
{
    position: absolute; 
    width: 300px; 
    margin-left: -150px;
    height: 100px; 
    margin-top: -50px;
    text-align: center; 
    background-image: url('../Images/progress-bg.png?v=2'); 
    padding-top: 50px; 
    color: #002280; 
    font-size: 133%;
}

.footerseparator
{
    height: 10px;
}

.bodytext
{
    padding-left: 15px;
    padding-right: 26px;
    padding-top: 1em;
    margin-left: 28px;
    margin-right: 3px;
    line-height: 1.5em;
    background-image: url('../Images/semi.png?v=2');
    font-size: 90%;
}

a.search-world-map
{
    position: absolute; 
    width: 213px;
    height: 36px;
    left: 26px; 
    top: 84px; 
    line-height: 36px;
    color: #000;
    font-size: 18pt;
    text-align: center;
}

.sitemap
{
    line-height: 1.5em;
    overflow: hidden;
}

.sitemap .left
{
    width: 700px;
    float: left;
}

.sitemap .right 
{
    width: 300px;
    float: right;
}

.sitemap .item
{

}

.sitemap .item.level1
{
}

.sitemap .item.level2
{
}

.sitemap .item.level3
{

}

.sitemap .item.level4
{

}

.sitemap .item.level5
{

}

.markerinfo img
{
    margin-right: 0.5em;
}

.map_search 
{
    text-align: right;
    margin-right: 1.25em;
    height: 100%;
}

.map_search input
{
    margin-top: 8px;
}

.markerinfo a 
{
    color: #e9e2dc;
    font-weight: bold;
}

.markerinfo a.add {
    color: #2c54a5;
    font-weight: normal;
}

.markerinfo .left
{
    float: left;
    width: 104px;
}

.markerinfo .right
{
    float:left;
    width: 246px;
}

.markerinfo .iconbar
{
    margin-top: 0.5em;
}

.routelist .marker-cell {
    vertical-align: middle;
    width: 22px;
}

.routelist .marker-background {
    background-image: url(../Images/marker-red.png?v=2);
    color: #000;
    font-size: 12pt;
    width: 22px;
    height: 40px;
    line-height: 27px;
    text-align: center;
}

.routelist .marker-background.waypoint-background {
    background-image: url(../Images/marker-green.png?v=2);
}

.routelist tr.last .marker-background.waypoint-background {
    background-image: url(../Images/marker-end.png?v=2);
}

.routelist td {
    border-top: solid 1px #999999;
    padding: 8px;
}

.routelist a.nameLabel {
    color: inherit;
    font-weight: bold;
}

.routelist-clickable-row td {
    cursor: pointer;
}

.routelist-clickable-row td.marker-cell {
    border-left: solid 1px #999999;
}

.routelist-clickable-row td.delete-cell {
    border-right: solid 1px #999999;
}

.routelist-clickable-row:hover td {
    background-color: #f0f0f0;
}

.routelist-clickable-row:hover td.marker-cell {
    border-left: solid 1px #999999;
}

.routelist-clickable-row:hover td.delete-cell {
    border-right: solid 1px #999999;
}
.routelist tr.ui-sortable-helper td {
    background-color: #f0f0f0;
    border: none;
}

.routelist-sortable-placeholder {
    height: 146px;
}

.route-thumb {
    margin-top: 8px; 
    margin-right: 8px; 
    display: inline-block;
    vertical-align: top;
}

.route-thumb-image {
    border: solid 1px #e9e2dc;
}

.route-description-short {
    max-height: 3.6em; 
    line-height: 1.2em; 
    overflow: hidden
}


/* Quicksearch */

.quicksearch 
{
    width: 304px;
}

.quicksearch .head 
{
    background-color: #002489;
    color: White;
    padding: 0.25em;
}

.quicksearch .head h2
{
    color: White;
}
.quicksearch .body 
{
    background-color: #eff0f8;
    padding: 10px;
}
.quicksearch .body input
{
    font-size: 150%;
    width: 274px;
    margin-bottom: 1em;
}

.quicksearch .body ul
{
    font-size: 120%;
}

/* Menu's
----------------------------------------------------------*/

.header .headerright
{
    float: right;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
}
#mainMenu 
{
}
#mainMenu td 
{
    padding: 0 5px 0 9px;
    text-align: right;
    vertical-align: bottom;
}
#mainMenu td:first-child table td
{
    background-image: none;
}
#mainMenu a 
{
    display: block;    
}
#mainMenu ul li
{

}

#mainMenu ul li a
{

}

#mainMenu .menuSelected a
{
    font-weight: bold;
}

a.back-button
{
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 6px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

#footer {
    color: #fff;
    line-height: 1em;
    font-size: 10pt;
    height: 80px;
    background-color: #2c54a5;
}
#footer a
{
    color: #fff;
}

#footer ul 
{
    display: inline-block;
    padding: 0;
    margin: 0;
}

#footer li {
    line-height: 80px;
    display: inline;
    padding: 0 6px 0 2px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#footer .centercontent {
    height: 107px;
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 13pt;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}
    
div.accountInfo
{
    width: 100%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.gallery 
{
    margin-left: -10px;
    margin-top: -10px;
}   

.gallery.no-photo {
    background-image: url(../Images/nophoto.jpg);
    margin-left: 0px;
    margin-top: 0px;
    width: 294px;
    height: 245px;
    padding-top: 173px;
    padding-left: 290px;
    padding-right: 38px;
}

.gallery.no-photo .no-photo-header {
    text-align: center;
    color: #2c54a5;
    font-weight: bold;
    margin-bottom: 1em;
}

.gallery.no-photo .no-photo-message {
    text-align: left;
}

#gallery div.loader 
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../Images/progress.gif?v=2');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}

.linkbutton
{
    border-style: none;
    background-color: transparent;
    color: #999;
    font: inherit;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: visible;
}

.linkbutton:hover
{
    text-decoration: underline;
}

.tooltip 
{
    background-color: #fff;
    border: 1px solid #999;
    padding: 0.5em;
}

.recom-table
{
    margin-left: -4px;
}
.recom-item
{
    font-size: 90%;
    color: #666;
    width: 168px;
    margin-right: 8px;
    padding: 4px;
    position: relative;
    padding-bottom: 1.5em;
}

.recom-item a.bottom-content
{
    position: absolute;
    bottom: 0;
    display: block;
}

.recom-more
{
    padding: 4px;
}

.recom-item .image-wrap
{
    height: 95px; 
    overflow: hidden;
    margin-bottom: 0.25em;
}

.recom-item .text-wrap
{
    min-height: 7em;
}

.search .recom-item .text-wrap
{
    min-height: 6em;
}

.recom-item:hover
{
    background-color: #f0f0f0;
}

.recom-item a.bb-title
{
    color: inherit;
    font-weight: bold;
}

.recommendations .separator
{
    width: 10px;
    float: left;
    display: block;
    font-size: 1pt;
}

.recommendations h2
{
    color: #003d86;
    margin-bottom: 0.5em;
}

.advanced-search .grid td
{
    padding: 4px;
}

.advanced-search .celledit
{
    width: 400px;
}

div#ui-datepicker-div    {
    background:#FFFFFF !important;
    border: 1px solid gray;
    display: none;     
}

.score-star {
    background-image: url(../Images/score-star.png?v=2);
    width: 32px;
    height: 32px;
    display: inline-block;
}

.score-star.hover,
.score-star.active {
    background-position: 0 -32px;
}

div.score:hover .score-star.active {
    background-position: 0 0;
}

div.score:hover .score-star.hover {
    background-position: 0 -32px;
}
div.score.error {
    background-color: #FFAAAA;
}
.calendar
{
    float: left;
    margin-left: 10px;
    margin-bottom: 8px;
}
.calendar.first
{
    margin-left: 0;
}
.calendar span
{
    display: inline-block;
    width: 100%;
}
.calendar .openday span
{
    background-color: #62BD19;
}
.calendar .closeday span
{
    background-color: #E54800;
    color: #FFF;
}
.calendar .otherday span
{
    background-color: #FFF;
}
.calendar .otherday span
{
    color: #ccc;
}

.calendarbox .legend .open {
    background-color: #62BD19;
    border: solid 1px silver;
    display: inline-block;
    color: #fff;
    padding: 0.25em;
}
.calendarbox .legend .closed {
    background-color: #E54800;
    border: solid 1px silver;
    display: inline-block;
    color: #fff;
    padding: 0.25em;
}

.photouploadbox
{
    width: 230px;
    float: left;
    margin-left: 15px;
}

.photouploadbox.first
{
    margin-left: 0;
}


.photoplaceholder
{
     min-height: 130px;
     max-height: 130px;
     background-color: #ddd; 
     overflow: hidden;
     display: inline-block;
     margin-bottom: 4px;
}

.photoplaceholder img {
    width: 230px;
}

.qq-upload-list
{
    margin: 0;
    list-style-type: none;

}

.qq-delete-button.aspNetDisabled
{   
}

/*-- Web CMS --*/

.page-block-wrapper {
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.page-block {
    width: 317px;
    height: 167px;
}

a:hover .page-block {
    border: #2c54a5;
}

.page-block-inner {
    padding: 0.5em;
}

.page-blocks {
    width: 674px;
}

.page-block.clickable-image {
    position: relative;
}

.page-block.clickable-image .title {
    font-family: journal;
    font-size: 30pt;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    position: absolute;
    bottom: 0.5em;
    width: 100%;
    text-align: center;
}

.page-block-wrapper .non-active-label {
    background-color: silver;
    border: solid 1px #e9e2dc;
    padding: 0.10em 0.20em;
    font-size: 80%;
}

.home-boxes {
    margin-left: 20px;
}

.first
{
    margin-top: 0;
}

.last
{
    margin-bottom: 0;
}

/* entry form */

.frame-480 .title {
    font-size: 30pt;
    float: none;
    margin-bottom: 12px;
}

.entry-form .label {
    text-align: right;
    padding-right: 0.5em;
    width: 160px;
    line-height: 26px;
}

.entry-form .value input,
.entry-form .value select {
    width: 310px;
    height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.entry-form .value input.checkbox,
.entry-form .value .checkbox input {
    width: auto;
    height: auto;
}

.entry-form .value textarea {
    width: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

/**************
* jssor slider
**************/

.jssorb03 {
    position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    position: absolute;
    /* size of bullet elment */
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url(../Images/b03.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb03 div { background-position: -5px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

.jssora03l, .jssora03r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 13px;
    height: 19px;
    cursor: pointer;
    overflow: hidden;
}

.jssora03l {
    background: url(../Images/button-arrow-left.png) no-repeat;
}

.jssora03r {
    background: url(../Images/button-arrow-right.png) no-repeat;
}

.jssora03l:hover, .jssora03r:hover {
    background-position: 0 -19px;
}

.jssor-slide .caption {
    background-color: #d10074;
    position: absolute; 
    height: 53px; 
    width: 200px;
    top: 142px;
    overflow: hidden;
    padding: 4px;
    color: #fff;
}

.jssor-slide:hover .caption {
    background-color: #331c53;
}

.jssor-slide .icon {
    float: left;
    width: 20px;
}

.jssor-slide a {
    color: #fff;
}

.jssor-slide .subtitle {
    font-size: 75%;
    float: left;
    width: 174px;
    line-height: 20px;
    margin-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jssor-slide .title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
    margin-left: 4px;
    margin-top: 4px;
    display: inline-block;
}
