/* $Id: product_single.css 50 2008-09-25 07:44:42Z edin.coralic $ */

.product_single {

}

.product_single a.back {
	display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.product_single .main_content {
	margin-bottom: 1em !important;
}

.product_single #product_picture {
	margin-bottom: 2em;
}

.product_single .extras {
	background: url('/dsg/box_background.gif') repeat-x top left;
	border: 4px solid #e6e6e6;
	margin-bottom: 3em;
	padding: 6px;
}
.product_single .extras h3 {
	clear: both;
	color: #022456;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0 0.2em 0;
}
.product_single .extras ul {
	list-style-type: none;
	margin: 0;
}
.product_single .extras ul li {
	float: left;
	margin: 0;
	font-size: 1.1em;
	border-right: 1px solid #000;
	padding-right: 5px;
	margin-right: 5px;
}
.product_single .extras ul li.last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.product_single .extras ul li span {
	color: #808080;
}

.product_single .technical_info_and_equipment {
	
}
.product_single .technical_info_and_equipment h4 {
	font-size: 1.7em;
	font-family: Georgia;
	font-weight: bold;
	margin: 0 0 0.8em 0;
	color: #022456;
	border-top: 4px solid #e6e6e6;
}
.product_single .technical_info_and_equipment h4 span {
	position: absolute;
	margin: -14px 0 0 10px;
	padding: 0 1px;
	background: #fff;
}
.product_single .technical_info_and_equipment ul {
	margin: 0 0 0 7px;
}
.product_single .technical_info_and_equipment ul li {
	font-size: 1.2em;
	margin-left: 20px;
	padding: 1px 0;
}
.product_single .technical_info_and_equipment ul li span {
	color: #808080;
}

.product_single .technical_info_and_equipment .technical_info,
.product_single .technical_info_and_equipment .equipment {
	float: left;
	width: 300px; /*300*/
}
.product_single .technical_info_and_equipment .equipment {
	float: right;
}

.product_single .technical_info_and_equipment .technical_info ul {
	list-style-type: none;
}
.product_single .technical_info_and_equipment .technical_info ul li {
	margin-left: 5px;
}


.product_single table.booking {
	border: 4px solid #e6e6e6;
	font-size: 1.1em;
	margin-bottom: 1em;
	width: 100%;
}
.product_single table.booking th {
	text-align: right;
	padding: 2px 4px;
}
.product_single table.booking td {
	text-align: center;
	padding: 2px 15px;
	background: #e6e6e6;
}
.product_single table.booking td.available,
.product_single ul.booking_legend li.available {
	color: #1a69c7;
	background: url('../dsg/booking_available_background.gif') repeat-y top center;
}
.product_single table.booking td.booked,
.product_single ul.booking_legend li.booked {
	color: #b2b2b2;
	background: #e6e6e6;
}
.product_single table.booking td.booked a {
	color: #b2b2b2;
}
.product_single table.booking td.on_request,
.product_single ul.booking_legend li.on_request {
	color: #fff;
	background: #7ebefc;
}
.product_single table.booking td.on_request a {
	color: #fff;
}
.product_single table.booking td.special_offer_price,
.product_single ul.booking_legend li.special_offer_price {
	border: 2px solid #ff0000;
}
.product_single ul.booking_legend li.special_offer_price {
	padding: 0 10px;
}

.product_single .price_show {
	float: right;
	font-size: 1.2em;
}

.product_single ul.booking_legend {
	margin: 0 0 1em 0;
	list-style-type: none;
	float: right;
}
.product_single ul.booking_legend li {
	float: left;
	margin-left: 5px;
	font-size: 1.2em;
	padding: 2px 10px;
}
.product_single ul.booking_legend li.available {
	
}
.product_single ul.booking_legend li.on_request {
	
}
.product_single ul.booking_legend li.booked {
	
}
