#include_center {
	margin: auto;   /* centering... */
	float: left;
	width: 825px;
	background: url("../media/include_center_bg.png") repeat-y;
}

#include_center a {
	/*color: #339;*/
        color: #339;   /* 339 = 333399 */
	border-bottom: 1px solid #E0E0E0;
	text-decoration: none;
}
#include_center a:hover {
	/*text-decoration: underline;*/
        border-color: #339;
        color: #336;
}
#include_center a.waterMark {
	border: none;
	color: #444;
}
#include_center a.image {
	border: none;	
}
	
#include_center ul {
	padding-left: 10px;
	list-style: none;
	margin: 0 0 .5em 0;
}
#include_center ul li {
	padding-left: 15px;
	background: url(../media/list_bullet.gif) no-repeat;
	background-position: 0 3px;
}
#include_center #view_message ul {
	margin-bottom: 0;
}
#include_center #view_message.error ul li {
	background: url(../media/list_bullet_red.gif) no-repeat;
        background-position: 0 3px;
}

#include_center_content {
	padding: 0 25px 10px 25px;
}

#include_center .paginationTop,
#include_center .paginationBottom {
        text-align: center;
        color: #999;
        font-size: .95em;
}
#include_center .paginationTop a,
#include_center .paginationBottom a {
		font-size: 1em;
}
#include_center .paginationTop {
		border-bottom: 1px solid #E0E0E0;
		padding-bottom: .5em;
        margin-bottom: 1em;
}
#include_center .paginationBottom {
		border-top: 1px solid #E0E0E0;
		padding-top: .5em;
        margin-top: 1em;
}
#include_center .paginationTop .textDark,
#include_center .paginationBottom .textDark {
        color: #444;
        font-size: 1em;
}

#include_center #adSorter {
	position: absolute;
	margin: -1.1em -.7em 0 615px;
	background: white;
	padding: 5px;
	border: 1px solid #E0E0E0;
}
#include_center #adSorter * {
	font-size: 12px;
}
#include_center #adSorter input {
	margin-left: 3px;
}


/* GRAY EDGES */
.e_tl {
	background: url("../media/e_tl.gif") 0 0 no-repeat;
}
.e_t {
	background: url("../media/e_t.gif") 0 0 repeat-x;
}
.e_tr {
	background: url("../media/e_tr.gif") 100% 0 no-repeat;
	padding: 8px;
}
.e_l {
	background: url("../media/e_l.gif") 0 0 repeat-y;
}
.e_r {
	background: url("../media/e_r.gif") 100% 0 repeat-y;
}
.e_bl {
	background: url("../media/e_bl.gif") 0 100% no-repeat;
}
.e_b {
	background: url("../media/e_b.gif") 0 100% repeat-x;
}
.e_br {
	background: url("../media/e_br.gif") 100% 100% no-repeat;
}

#view_prices #priceLists {
	width: 37%;
}
#view_prices #priceLists .heading {
	font-weight: bold;
	margin-bottom: .2em;
}
#view_prices #priceLists .lineDark,
#view_prices #priceLists .lineLight {	
	padding: .2em;
	border-bottom: 2px solid white;
}
#view_prices #priceLists .lineDark {
    background: #F0F0F0;
}
#view_prices #priceLists .lineLight {
    background: #F9F9F9;
}
#view_prices #priceLists .lineDark .price,
#view_prices #priceLists .lineLight .price {
	float: right;
}

#viewAbout fieldset.inMedia {
	margin: 0 0 2em 2em;
	font-size: .9em;
    float: right;
}
#viewAbout fieldset.inMedia * {
	font-size: 1em;
}
#viewAbout fieldset.inMedia legend {
	color: gray;
}
#viewAbout fieldset.inMedia a {
	color: #555;
	border-bottom: 1px solid #E0E0E0;
}
#viewAbout fieldset.inMedia a:link,
#viewAbout fieldset.inMedia a:active,
#viewAbout fieldset.inMedia a:visited {
	text-decoration: none;
}
#include_west fieldset.inMedia a:hover {
	text-decoration: none;
	border-color: #555;
}

#view_terms ul.bullets li {
	margin-bottom: .25em;
}

/**
* For view/search.jsp (a list of ads in search result):
*/
#view_search form dt {
	width: 7em;
	float: left;
	height: 1.7em;
	margin: 0;
	padding: 4px 0 0 0;
}
#view_search form dd {
	height: 1.7em;
	margin: 0;
	padding: 4px 0 0 0;
}
#view_search form #options_right {
	float: right;
	padding-right: 1em;
	background: #F5F5F5;
}
#view_search form #options_right #facilities {
	margin-left: 1em;
}
#view_search_separator {
	border-bottom: 1px solid #E0E0E0;
	margin: 1em 0 .5em 0;
}

#view_search .adSummary {
	padding: 5px;
	margin-bottom: .5em;
	background: url(../media/background_bottom.gif) bottom repeat-x;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	border-left: 1px solid #E0E0E0;
	color: #555;
}
#view_search .adSummary:hover,
#view_search .adSummary:active,
#view_search .adSummary:visited {
	color: #222;
	border: 1px solid #C1C1C1;
}
#view_search .adSummary .heading {
	font-weight: bold;
	margin-bottom: .25em;
}
#view_search .adSummary:hover .heading {
	font-weight: bold;
	text-decoration: underline;
}
#view_search .adSummary .thumbnail {
	width: 128px;
	height: 72px;
	float: left;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	border-left: 1px solid #E0E0E0;
	padding: 3px;
	margin-right: 8px;
	background: #FFF;
}
#view_search .adSummary .image_thumbnailMediumFallback {
	margin-right: 8px;
}

#view_search #linkHolidaysbuynet {
    float: right;
    margin: -15px 0 5px 0;
    padding-left: 15px;
    background: white;
}
#view_search #linkHolidaysbuynet a {
    border: none;
}

#view_search #linkMomondo {
    float: right;
    margin: -15px 0 5px 0;
    padding-left: 15px;
    background: white;
}
#view_search #linkMomondo a {
    border: none;
}

#view_video .thumbnail {
	float: left;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	border-left: 1px solid #E0E0E0;
	padding: 3px;
	margin: 0 1em .25em 0;
	background: #FFF;
}


p#text_bottom {
	margin-top: 3em;
	font-size: .9em;
	color: gray;
}
p#text_bottom a {
	font-size: 1em;
	color: gray;
}


/* LATEST ADS */
.view_main_latest_ads select.locationId {
	width: 12em;
}
.view_main_latest_ads .headingCategory {
	background: #EBEBEB;
	padding: 3px 0 3px 5px;
	margin-bottom: 5px;
}
.view_main_latest_ads .headingCategoryText {
	font-size: 1.1em;
}

.view_main_latest_ads_for_rent {
	float: left;
	width: 48%;
}
.view_main_latest_ads_for_rent h2 {
	margin-top: 0;
}
.view_main_latest_ads_for_rent select {
	font-size: .95em;
	padding: 1px;
}
.view_main_latest_ads_for_rent select.adCategory {
	width: 9.6em;
}
.view_main_latest_ads_for_rent select option {
	font-size: 1em;
	padding: 1px;
}
.view_main_latest_ads_for_rent_fritidsbolig select.adCategoryHolidayResort {
	width: 9.5em;
}

.view_main_latest_ads_abroad {
	float: right;
	width: 48%;
}
.view_main_latest_ads_abroad h2 {
	margin-top: 0;
}
.view_main_latest_ads_abroad select {
	font-size: .95em;
	padding: 1px;
}
.view_main_latest_ads_abroad select.locationIdAbroad {
	width: 8em;
}
.view_main_latest_ads_abroad select option {
	font-size: 1em;
	padding: 1px;
}
.view_main_latest_ads_abroad select.locationIdAbroad option {
	padding-left: 20px; /* 16 + 4 */
	background-position: 0 3px;
}

.view_main_latest_ads_for_rent_holiday_resort {
	float: left;
	width: 48%;
}

.view_main_latest_ads_tenant {
	float: right;
	width: 48%;
}

.view_main_latest_ads_ad {
	padding: 5px;
	text-align: left;
	background: url("../media/background_bottom.gif") bottom repeat-x;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	border-left: 1px solid #E0E0E0;
	color: #555;
}
.view_main_latest_ads_ad * {
	font-size: 12.5px;
}
.view_main_latest_ads_ad:hover {
	border-top: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	color: #222;
}
.view_main_latest_ads_ad_thumbnail {
	background: #FFF;
	width: 128px;
	height: 72px;
	float: left;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	border-left: 1px solid #E0E0E0;
	padding: 3px;
	margin-right: 5px;
}
.view_main_latest_ads_ad_heading {
	font-weight: bold;
	font-size: .95em;
	margin-bottom: 3px;
}
.view_main_latest_ads_ad:hover .view_main_latest_ads_ad_heading {
	font-weight: bold;
	text-decoration: underline;
}
.view_main_latest_ads_ad_time_added {
	margin-top: 3px;
	text-align: right;
	font-size: .8em;
}

.googleAdSenseTop {
	height: 1em;
}
.googleAdSense {
	text-align: center;
	border-top: 1px solid #E0E0E0;
	padding-top: 1em;
}
