/* -------------------------------------------------------------------
	Detailpage markup
------------------------------------------------------------------- */
.wide {
	display: block;
	width: 100%;
}
a.panorama { text-decoration: none;	}

body.modulepage div#content {
	padding-top: 0;
}

h1 {
	display: none;
}

ul.object-detailpage-tools {
	clear: left;
	width: 100%;
	margin: 5px 0 10px 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

ul.object-detailpage-tools li {
	float: left;
	margin-right: .5em;
	background: #e6eff2 url(../img/pzd-seeker-sprite.png) repeat-x 0 -118px;
	border: 1px solid #bdbdbd;
}
ul.object-detailpage-tools li:hover {
	border-color: #666;
}

ul.object-detailpage-tools li a {
	padding: 2px 4px;
	text-decoration: none;
	color: #42748b;
}

h2.object-title {
	font-size: 21px;
}

span.region,
span.city {
	margin-right: 1em;
	font-size: 11px;
	font-weight: normal;
}

div.acco-icons {
	float: right;
	height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: right;
}

div.acco-icons img {
	margin: 0 0 0 4px;
}

div.acco-icons img.inactive {
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

div.object-details form li {
	float: none;
	padding-left: 8px;
	background: url(../img/bullets.png) no-repeat 0 -18px;
}

span.entity {
	display: block;
	width: 170px;
	font-size: 9px;
	color: #666;
}

span.profile,
span.profile-adventurous,
span.profile-sociable,
span.profile-relaxed,
span.profile-lively {
	display: block;
	height: 16px;
	margin: 5px 0 20px 0;
	padding: 0 0 0 20px;
	background-image: url(../img/profile.png);
	background-repeat: no-repeat;
}
span.profile {
	background-position: 0 0;
}
span.profile-sociable {
	background-position: 0 -16px;
}
span.profile-relaxed {
	background-position: 0 -32px;
}
span.profile-lively {
	background-position: 0 -48px;
}
span.profile-adventurous {
	background-position: 0 -64px;
}

span.rating {
	display: block;
}

div.object-details {
	clear: both;
	width: 100%;
}

div.object-details div.left {
	width: 170px;
	float: left;
}

div.booking {
	margin-top: 15px;
	padding: 15px;
	text-align: center;
	background: #edfafd;
	overflow: hidden;
}

div.booking form {
	background: none;
}

div.booking button {
	width: 100%;
	margin-bottom: 1em;
}

div.booking span.price {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

a.button {
	display: block;
	padding: 2px 5px;
	font-weight: bold;
	white-space: normal;
	color: #000000;
	text-decoration: none;
	background: #bdd004 url(../../../ui/pzd-portal/img/bg-pzd-sprite.png) repeat-x 0 -224px;
	border: 1px solid #bdd004;
}
a.button:hover {
	background: #bdd004;
}

div.object-details div.right {
	width: 660px;
	float: right;
}

div.object-details form#view {
	width: 410px;
	float: left;
}

div#extra {
	width: 200px;
	padding: 0 15px;
	margin-bottom: 15px;
	float: right;
}

div#extra a {
	display: inline-block;
}

div#extra img {
	border: 1px solid #fff;
}
div#extra img:hover {
	border: 1px solid #42748b;
}

div#tabpage {
	width: 420px;
	float: left;
}
div#tabpage h2 {
	display: none;
}
div#tabpage div h2 {
	display: block;
}

fieldset.collapsed legend {
	background: url(../img/pzd-sprite-frontend.png) no-repeat 3px -160px;
}

fieldset.collapsable legend {
	background: url(../img/pzd-sprite-frontend.png) no-repeat 3px -190px;
}

div.featurelist h3 {
	clear: left;
}

div.featurelist ul {
	overflow: auto;
	clear: none;
	margin: 0 0 15px 0;
}

div.object-details fieldset {
	margin: 0 0 1em 0;
	padding: 0;
}

div.selected_period {
	margin-bottom: .5em;
	font-size: 10px;
	font-weight: bold;
	color: #FE8A0A;
}

div.object-details div.priceperiod,
div.object-details div.pricedata {
	margin-bottom: 1em;
	color: #4F4800;
}

div.object-details div.pricedata {
	padding: 5px;
	background: #FFFCDF;
	border: 1px solid #EFE686;
}

div.object-details div.pricedata span.period {
	margin-right: 2em;
}

div.object-details div.pricedata span.price {
	font-weight: bold;
}

/* Openinghours */
table.openinghours {
	width: 400px;
}

table.openinghours td {
	width: 200px;
}

table {
	width: 100%;
	margin-bottom: 1em;
}

table td {
	padding-right: 10px;
	font-size: 10px;
}

table thead td {
	font-weight: bold;
	color: #888;
}

/* VCards */
div.vcard {
	margin: 0 0 10px 0;
	padding: .5em;
	overflow: hidden;
}

div.vcard h3 {
	color: #666;
	margin-bottom: .5em;
	font-weight: normal;
}

div.odd {
	background-color: #F4F9FC;
}

span.fn {
	font-weight: bold;
	display: block;
}

div.vcard ul {
	margin-left: 0;
	list-style: none;
}

div.vcard li {
	width: 100%;
}

div.vcard li strong {
	float: left;
	width: 13em;
	color: #555;
}

div.vcard li span,
div.vcard li a,
div.vcard li div.adr {
	display: block;
	margin-left: 14em;
}

div.vcard li div.adr span {
	margin-left: 0;
}

/* ratings on detailpage */
div.main-rating {
	width: 70%;
	margin: 0 0 2em 0;
	padding: 5px 0 0 10px;
	float:left;
	border: 1px solid #cccc33;
	background: #ffffcc;
}
ul.grading-list {
	list-style: none;
	margin-left: 0;
}
div.main-rating ul {
	float: left;
	color: #333300;
}
span.average-grade {
	display: block;
	float: right;
	padding: 1em;
	font-weight: bold;
	font-size: 23px;
	color: #333300;
}

div.rating-per {
	clear: left;
	overflow: hidden;
	margin-bottom: 2em;
}

h4.rating-title {
	margin-bottom: .5em;
	padding: 5px 5px 5px 0;
	font-weight: normal;
	border-top: 1px dotted #008adf;
}
h4.rating-title span {
	font-weight: bold;
}

h4.rating-title span.date {
	padding-left: 2em;
	font-weight: normal;
	color: #666;
}

a.goto-myratings {
	float: right;
	width: 20%;
	text-align: center;
}

span.lodging-period {
	float:right;
	display: block;
	width:40%;
	color: #666;
}
span.lodging-period span {
	display: block;
	clear: both;
}

ul.list-per {
	float: left;
}

div.rating-per .small {
	font-size: 10px;
}

div.rating-per span.date {
	/*
float: left;
*/
}

div.rating-reactions span.positive,
div.rating-reactions span.negative {
	padding-left: 10px;
	display: block;
}

div.rating-reactions span.positive {
	color: green;
	background: url(../img/positive.png) no-repeat 0 6px;
}

div.rating-reactions span.negative {
	color: red;
	background: url(../img/negative.png) no-repeat 0 6px;
}

a.not-okay-button {
	display: block;
	clear: left;
	float: right;
	height: 16px;
	width: 16px;
	padding-right: 16px;
	background: url(../img/pzd-detailpag-sprite.png) no-repeat 100% 3px;
}

a.not-okay-button span {
	display: none;
	color: #666;
}
a.not-okay-button:hover {
	width: auto;
}
a.not-okay-button:hover span {
	display: inline;
}

/* table.tariffs */
div.table-wrapper {
	width: 650px;
	overflow: auto;
}
table.tariffs {
	border-collapse: collapse;
	margin-bottom: 25px;
}

/* Colgroups */
table.tariffs col {
	width: 210px;
	text-align: center;
	background-color: #f3f6d4;
	border-right: 1px solid #fff;
}

table.tariffs col thead {
	text-align: center;
}

table.tariffs col.first {
	width: 150px;
	background-color: transparent;
}

table.tariffs td,
table.tariffs th {
	padding: 5px 10px;
	border: 0;
}

table.tariffs thead th {
	text-align: center;
}

/* Table headers and caption */
table.tariffs caption {
	margin: 0 0 .5em 0;
	font-size: 17px;
}

table.tariffs thead {
	background: #fff;
}

table.tariffs thead th {
	border-right: 1px solid #f3f6d4;
}

table.tariffs th.period-title {
	font-weight: bold;
	text-align: left;
}

table.tariffs tbody tr td.priceperiod {
	text-align: left;
	background-color: #fff;
}

table.tariffs thead tr.first a {
	text-decoration: none;
	font-size: 11px;
}

table.tariffs td.priceperiod {
	color: #666;
	font-size: 10px;
	white-space: nowrap;
}

/* Table body */
table.tariffs tbody th {
	font-weight: bold;
}

table.tariffs tbody td,
table.tariffs thead th {
	border-bottom: 1px dashed #95a700;
}

table.tariffs tbody td {
	text-align: center;
}

table.tariffs tr.first td,
table.tariffs tr.first th,
table.tariffs tr.last td,
table.tariffs tr.last th,
table.tariffs tr.no-border td,
table.tariffs tr.no-border th  {
	border-bottom: 0;
}

table.tariffs a {
	color: #000;
	display: block;
}
table.tariffs a:hover {
	background: #95a700;
	color: #fff;
}
.links {
	display: none;
}