/****************************************
New searchbox styles. Not to be used yet!
****************************************/

div.searchbox {
	width: 600px;
	margin-top: 10px;
	background-color: #ea8125;
	clear: both;
}

div.searchbox div.top, div.searchbox div.bottom {
	font-size: 1px;
	height: 10px;
	clear: both;
	background: transparent url(/public/images/template/backgrounds/home/searchbox-background-top.png) top left no-repeat;
}

div.searchbox div.bottom {
	background: transparent url(/public/images/template/backgrounds/home/searchbox-background-bottom.png) top left no-repeat;
}

div.searchbox div.content {
	padding: 0 10px;
}

div.searchbox div.form-field {
	width: 100px;
	float: left;
	padding-right: 10px;
}

div.searchbox h1 {
	color: #fff;
	text-transform: none;
}

div.searchbox form {
	background: #efa866;
	padding: 10px;
}

div.searchbox form label, div.searchbox form select, div.searchbox form input, div.searchbox form input.radio {
	border: 1px solid #bf8651;
}

div.searchbox form div.radiobutton {
	width: 15px;
	float: left;
	margin-right: 5px;
}

div.searchbox form input.radio {
	width: 15px;
	margin-left: -2px;
	border: 0;
}

div.searchbox form label {
	display: block;
	color: #fff;
	font-weight: bold;
	border: 0;
	padding-top: 3px;
}

div.searchbox form select {
	width: 100px;
}

div.searchbox div.hr {
	height: 1px;
	font-size: 1px;
	clear: both;
	background: #dfaa76;
	border-top: 1px solid #d09259;
	border-bottom: 1px solid #f5bd8a;
	margin: 10px 0;
}

div.searchbox div.country-selector {
	width: 225px;
	float: right;
	margin: 0;
}

div.country-selector select.wide {
	width: 206px;
}

div.searchbox input.text-field-wide {
	width: 450px;
	float: left;
	margin: 2px 10px 0 0;
}

div.global-searchbox {
	width: 600px;
	margin-top: 10px;
	clear: both;
}

div.global-searchbox div.top, div.global-searchbox div.bottom {
	height: 10px;
	font-size: 1px;
	clear: both;
	background: transparent url(/public/images/template/backgrounds/home/global-search-background-top.png) top left no-repeat;
}

div.global-searchbox div.bottom {
	background: transparent url(/public/images/template/backgrounds/home/global-search-background-bottom.png) top left no-repeat;
}

div.global-searchbox div.content {
	padding: 0 10px;
	background: #7698bb;
}

div.global-searchbox h1 {
	color: #fff;
	text-transform: none;
}

div.global-searchbox input.wide {
	width: 460px;
	float: left;
	margin: 1px 10px 0 0;
	border: 1px solid #5f7a97;
}
/**************************************/



div.searchbox-large {
	width: 580px;
	height: 81px;
	overflow: hidden;
	padding: 2px 10px 0 10px;
	margin-top: 0;
	background-image: url(/public/images/template/backgrounds/home/searchbox-background.png);
	color: #fff;
}

div.searchbox-large div.input-field {
	float: left;
	padding: 5px 0;
	height: 17px;
	width: 290px;
}

div.searchbox-large div.input-field label {
	float: left;
	width: 70px;
}

div.searchbox-large div.input-field input, div.searchbox-large div.input-field select {
	float: left;
}

div.searchbox-large div.input-field div.submit-button {
	float: right;
	margin-right: 20px;
	margin-top: -3px;
}

div.searchbox-large h1 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0 0 2px 0;
	text-transform: none;
}

div.searchbox-large input, div.searchbox-large select {
	border: 1px solid #728aa0;
	width: 200px;
}

div.searchbox-large a, div.searchbox-large a:hover {
	color: #fff;
}

div.searchbox-large a:hover {
	text-decoration: none;
}

span#toggle-expand-incentive-codes {
	float: right;
}

span#toggle-expand-incentive-codes:hover {
	cursor: pointer;
	border-bottom: 1px solid #404041;
}

div#incentive-codes-list {
	display: block;
}

div#incentive-codes-list table {
	border-spacing: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
	border-top: 1px solid #d1d3d4;
	border-bottom: 1px solid #d1d3d4;
}

div#incentive-codes-list table tr {
	height: 20px;
}

div#incentive-codes-list table tr.odd {
	background-color: #E5E7E7;
}

div#incentive-codes-list table td {
	padding: 0;
}

div#incentive-codes-list table td.advertiser {
	width: 108px;
}

div#incentive-codes-list table td.advertiser img {
	width: 56px;
	height: 18px;
}

div#incentive-codes-list table td.code {
/*	width: 72px; */
	font-weight: bold;
	color: #d0041c;
	padding-left: 20px;
}

div#incentive-codes-list table td.description_short {
/*	width: 292px; */
}

div#incentive-codes-list table tr.top-row th {
	padding-bottom: 1px;
}

div#incentive-codes-list table tr.first td {
	padding-top: 3px;
	border-top: 1px solid #d1d3d4;
}

div#incentive-codes-list table th {
	margin: 0;
	padding: 0;
}

div#incentive-codes-list table td.book a {
	display: block;
	text-decoration: none;
	width: 60px;
	height: 15px;
	background: url('/public/images/template/buttons/button_blue_small.png') no-repeat;
}

div#incentive-codes-list table td.book a:hover {
	background: url('/public/images/template/buttons/button_blue_small_hover.png') no-repeat;
}

div#incentive-codes-list table td.book a span {
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 10px;
}

div#incentive-codes-list div#more-incentives-link-container {
	height: 20px;
}

div#more-incentives-link-container a#show-more-incentives-link {
	float: right;
	margin-top: 4px;
}

div.top-ten-places, div.top-five-lastminutes, div.poll {
	width: 190px;
	float: right;
	margin: 10px 0 0 0;
}

div.top-ten-places {
	float: left;
}

div.top-ten-places div.header, div.top-ten-places div.footer, div.top-five-lastminutes div.header, div.top-five-lastminutes div.footer, div.poll div.header, div.poll div.footer {
	height: 10px;
	font-size: 1px;
	clear: both;
	background-image: url(/public/images/template/backgrounds/home/top-ten-places-header-background.png);
}

div.top-ten-places div.footer {
	background-image: url(/public/images/template/backgrounds/home/top-ten-places-footer-background.png);
}

div.top-five-lastminutes div.header {
	background-image: url(/public/images/template/backgrounds/home/top-five-lastminutes-header-background.png);
}

div.top-five-lastminutes div.footer {
	background-image: url(/public/images/template/backgrounds/home/top-five-lastminutes-footer-background.png);
}

div.poll div.header {
	background-image: url(/public/images/template/backgrounds/home/poll-header-background.png);
}

div.poll div.footer {
	background-image: url(/public/images/template/backgrounds/home/poll-footer-background.png);
}

div.top-ten-places div.content, div.top-five-lastminutes div.content, div.poll div.content {
	padding: 0 10px;
	border-left: 1px solid #f2ae00;
	border-right: 1px solid #f2ae00;
	clear: both;
}

div.top-five-lastminutes div.content {
	border-left: 1px solid #ca0505;
	border-right: 1px solid #ca0505;
}

div.poll div.content {
	border-left: 1px solid #ca0505;
	border-right: 1px solid #ca0505;
}

div.poll div.content {
	border-left: 1px solid #6fbe00;
	border-right: 1px solid #6fbe00;
}

div.top-ten-places a, div.top-ten-places a:hover, div.top-five-lastminutes a, div.top-five-lastminutes a:hover{
	color: #f2ae00;
	font-weight: bold;
	text-decoration: underline;
}

div.top-ten-places a:hover, div.top-five-lastminutes a:hover, div.poll a:hover {
	text-decoration: none;
}

div.top-ten-places img {
	width: 60px;
	float: right;
	margin: 0 0 5px 5px;
}

div.top-five-lastminutes a, div.top-five-lastminutes a:hover {
	color: #ca0505;
}

div.poll a, div.poll a:hover {
	color: #6fbe00;
}

div.top-ten-places td img, div.top-five-lastminutes td img, div.poll td img {
	margin-top: 2px;
	border: 1px solid #f1eeed;
}

div.top-five-lastminutes div.price {
	color: #ca0505;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	float: right;
	margin: 0 0 3px 3px;
}

div.poll div.input-field {
	padding-bottom: 5px;
}

div.poll div.input-field div.radiobutton {
	width: 15px;
	float: left;
	margin: -2px 10px 0 0;
}

div.poll div.radiobutton input.radio {
	margin-left: -2px;
}

div.poll h2 {
	padding: 0 0 0 1px;
}

div.poll h3 {
	padding-bottom: 10px;
}

div.poll div.percentage-container {
	height: 18px;
	border: 1px solid #b2b3b5;
	margin-bottom: 5px;
	padding: 0;
	background: transparent url(/public/images/template/backgrounds/home/poll-background.png) center left repeat-x;
	text-align: left;
}

div.percentage-container p.small-percentage {
	margin: 2px 0 0 5px;
}

div.percentage-container div.percentage-bar {
	height: 18px;
	background: transparent url(/public/images/template/backgrounds/home/poll-percentage-background.png) center left repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.percentage-bar p {
	color: #f1eeed;
	padding-top: 1px;
}

div.photo-album-images {
	height: 70px;
	clear: both;
}

div.photo-album-images img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	border: 1px solid #f1eeed;
}

img.shop-article-image {
	width: 60px;
	height: 60px;
	float: left;
	margin: 2px 5px 5px 0;
	border: 1px solid #f1eeed;
}

div.shop-pricebox {
	color: #ca0505;
	font-size: 18px;
	font-weight: 600;
	float: right;
	margin: 0 0 5px 5px;
}

div.shop-pricebox img {
	border: 0;
	width: 85px;
	height: 20px;
	margin: 0 -3px 0 0;
}

div.homepage-thumb {
	width: 160px;
	height: 100px;
	float: right;
	margin: 5px;
	overflow: hidden;
}

ol {
	list-style-type: none;
}

div.special-box-medium {
	margin-top: 10px;
	clear: both;
	background: #fcefcc;
}

div.special-box-medium div.header, div.special-box-medium div.footer {
	height: 10px;
	clear: both;
	font-size: 1px;
	background: transparent url(/public/images/template/backgrounds/home/specialbox-top-background.png) top left no-repeat;
}

div.special-box-medium div.footer {
	background: transparent url(/public/images/template/backgrounds/home/specialbox-bottom-background.png) top left no-repeat;
}

div.special-box-medium div.content {
	padding: 0 10px;
	border-left: 1px solid #f2ae00;
	border-right: 1px solid #f2ae00;
}

div.mediabox {
	width: 369px;
}

div.mediabox div.header-left-active, div.mediabox div.header-center-active, div.mediabox div.header-right-active {
	width: 369px;
	height: 26px;
	overflow: hidden;
	background: transparent url(/public/images/template/backgrounds/home/mediabox-header-left-active.png) top left no-repeat;
}

div.mediabox div.header-center-active {
	background: transparent url(/public/images/template/backgrounds/home/mediabox-header-center-active.png) top left no-repeat;
}

div.mediabox div.header-right-active {
	background: transparent url(/public/images/template/backgrounds/home/mediabox-header-right-active.png) top left no-repeat;
}

div.mediabox a.tab-blue, div.mediabox a.tab-blue:hover, div.mediabox a.tab-white, div.mediabox a.tab-white:hover {
	width: 123px;
	margin-top: 4px;
	text-align: center;
	color: #7698bb;
	font-size: 14px;
	float: left;
	text-decoration: none;
	outline: none;
}

div.mediabox a.tab-white, div.mediabox a.tab-white:hover {
	color: #fff;
}

div.mediabox div.content {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	background: #ebeced;
}

div.mediabox div.footer {
	width: 369px;
	height: 10px;
	font-size: 1px;
	background: transparent url(/public/images/template/backgrounds/home/mediabox-footer.png) top left no-repeat;
}

div.mediabox div.hr {
	height: 1px;
	font-size: 1px;
	background: #cfcfcf;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	clear: both;
}