/**
 * maxon layout.css
 *
 * @author vince
 * @project maxon
 * @since 2008.11.30. 11:11:14
 * @CHARSET "UTF-8";
 */

@import url(menu.css);
@import url(message.css);
@import url(progressbar.css);
@import url(booking.css);
@import url(ui_themes/tosi-fe/tosi-fe.all.css);
@import url(sexy/sexy-combo.css);
@import url(sexy/sexy.css);

body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #262F5A;
}

.menu ul {
	margin: 0;
}

#wrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	height: 100%;
}

#header {
	background: #fff url(../images/header_flash.bg.jpg);
	color: #D8ECB3;
	height: 135px;
	padding: 0;
	position: relative;
}

#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width:150px;
	height: 90px;
	top: 35px;
	left: 50px;
	line-height: 90px;
	text-align: center;
}

#header h1 a {
	display: block;
	color: #000;
	text-decoration: none;
}

#header h1 a span {
	background: transparent url(../images/header_flash.bg.jpg) no-repeat scroll -50px -35px;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	cursor: pointer;
}

#headflash {
	width: 100%;
	height: 135px;
	position: relative;
}

#content-menu {
	background: #3dac07;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: right;
	width:100%;
}

#content-menu .menu-wrapper {
	float: left;
}

#content-menu .newsletterlink {
	float: right;
	background: transparent;
}

#content-menu #menu {
	background: #262f5a url(../images/menu.bg.png) repeat-x 0 0;
}

#content-menu #menu li {
	display: block;
}

#navi, #content-menu, #menu, #navigation-list, #content-menu li {
	z-index: 30;
}

#content-menu li {
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
}

#content-menu a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	text-transform: lowercase;
	color: #fff;
}

#content-menu #menu li a {
	border-right: 1px solid #fff;
	color: #fff;
}

#content-menu #menu li.parent > a {
	padding-right: 10px;
}

#content-menu #menu li.parent > a span.menu-itemcover {
	padding-right: 15px;
	background: transparent url(../images/menu.parent.gif) no-repeat right center;
}

#content-menu #menu li a:hover {
	background: #262f5a url(../images/menu.bg.png) repeat-x 0 -30px;
}

#content-menu #menu li ul.submenu {
	width: 250px;
	margin: 0;
	padding: 0;
	background: #fff;
	position: absolute;
	left: -1px;
	background: #fff;
	border: solid #e0e0e0;
	border-width: 1px 0 1px 1px;
	color: #262f5a;
	z-index: 30;
	text-align: left;
	display: none;
}

#content-menu #menu li.parent:hover > ul.submenu {
	display: block;
	text-align: left;
}

#content-menu #menu ul.submenu a {
	background: #fff;
	color: #262f5a;
}

#content-menu #menu ul.submenu li.active a, #content-menu #menu ul.submenu a:hover {
	background: #262F5A url(../images/menu.bg.png) repeat-x scroll 0 0;
	color: #fff;
	border: none;
}

#content-menu #menu li ul.submenu li {
	border-color: #E0E0E0;
	border-style: solid;
	border-width: 0 1px 0 0;
	float: none;
	padding: 0 1px 1px;
}

#navigation {
	background: #fff url(../images/navigation.bg.png) repeat-x 0 0;
	width: 100%;
	height: 30px;
	color: #666666;
	font-size: 0.8em;
}

#breadcrumb {
	background: transparent;
	float:left;
	height:100%;
	width:60%;
}

#breadcrumb ul.menu {
	margin: 0;
	padding: 0;
}

#breadcrumb ul.menu li {
	display: inline;
}

#breadcrumb ul.menu li a {
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #3dac07;
	border-right: 1px solid #999;
}

#breadcrumb ul.menu li span.menu-itemcover {
	padding: 0 15px;
	text-transform: lowercase;
}

#breadcrumb ul.menu li.last a {
	border: none;
}

#breadcrumb ul.menu li.active a {
	color: #666;
}

#user-menu {
	float: right;
	text-align: right;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
/* 	visibility:hidden; */
}

#user-menu a {
	color: #3dac07;
	text-decoration: none;
	padding:0 15px;
	border-right: 1px solid #999;
	text-transform:lowercase;
}

#user-menu .last a {
	border: none;
}

#content {
	background: #FFFFFF none repeat scroll 0 0;
	float: left;
	height: 100%;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.index #content,
.tosi-index #content
{
	background: transparent;
}

#subheader {
	background: #3DAC07 url(../images/subheader.bg.png) no-repeat scroll 30px 30px;
	color: #FFFFFF;
	font-size: 25px;
	line-height: 1.2em;
	padding: 30px 80px;
	text-transform: lowercase;
}

#main-content {
	padding: 1em;
	position: relative;
	background: #fff;
	min-height: 300px;
}

.nosidebar #main-content {
	margin: 0;
}

.sidebar-left #main-content {
	margin: 0 18px 0 260px;
}

.sidebar-right #main-content {
	margin: 0 220px 0 0;
	border-right: 5px solid #CBE86B;
}

.two-sidebars #main-content {
	margin: 0 220px 0 0;
	border: solid #CBE86B;
	border-width: 0 5px;
}

.sidebar {
	background: #f9f9f9;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	border-top: 20px solid #fff;
	float: left;
	height: 100%;
	left: 0;
	padding: 1em;
	position: relative;
	top: 0;
	width: 200px;
	z-index: 10;
}

.layout-left .menu a {
	text-decoration: none;
	font-size: .9em;
	padding: .2em 0;
	line-height: 2.2em;
}

.layout-center {
}

.index #main-content,
.tosi-index #main-content
{
	padding: 0;
	float: left;
	width: 100%;
	background: transparent;
}

#leader-board{
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin-bottom: 10px;
	z-index: 1;
}

object {
	z-index: 1;
}

.inner-content {
	width: 640px;
	float: left;
	/*height: 300px;*/
	padding-right: 5px;
}
.inner-content-bottom {
	clear: left;
	float: left;
	width: 100%;
}

/* social networks */
.social { text-align:center; padding:10px 4px;}
.social a {
	display:inline-block;
	height:20px;
	padding-left:9px;
	padding-top:4px;
	background-color:transparent;
	background-repeat:no-repeat;
	font-size:0.8em;
	}
.social .iwiw {
	background-image:url(../images/icons/iwiw.png);
	width:62px;
	padding-left:13px;
	font-weight:bold;
	color:#002A61;
	}
.social .twitter {
	background-image:url(../images/icons/twitter.png);
	width:67px;
	padding-left:9px;
	letter-spacing:1px;
	color:#2299CC;
	}
.social .facebook {
	background-image:url(../images/icons/facebook.png);
	width:74px;
	color:#3B5998;
	}

/* scroller message */
#important-message {
	background: #3DAC07 url(../images/info.16x16.png) no-repeat scroll 10px 12px;
	padding:6px 6px 6px 40px;
	color:#fff;
	/* with js */
	height:30px;
	line-height:30px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
	}
#important-message .item a {
	text-decoration:underline;
	}
#important-message .item * {
	display:inline;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	height:30px;
	line-height:30px;
	}

#important-message.no-js {

	}
#important-message.no-js .item {
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #fff;
	}
#important-message.no-js .item:first-child {
	margin-top:0;
	padding-top:0;
	border-top:0;
	}

.inner-sidebox .news{
/*	height: 257px;*/
}
.news p { padding:0;}

.inner-content ul.partner-list {
	padding: 15px 0px 12px 12px;
	margin: 0;
	list-style-type: none;
	float: left;
}

.inner-content ul.partner-list li,
.inner-sidebox ul.partner-list li {
	background: #fafafa;
	border: 1px solid #efefef;
	color: #999;
	float: left;
	font-size: .9em;
	height: 75px;
	line-height: 75px;
	margin-right: 3px;
	margin-bottom: 3px;
	text-align: center;
	width: 150px;
}

.inner-content ul.partner-list li:hover,
.inner-sidebox ul.partner-list li:hover {
	border-color: #ccc;
}

.inner-sidebar-right {
	width: 310px;
	float: right;
}

.inner-sidebox {
	background: #fff;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.inner-sidebox-ad {
	margin-bottom: 10px;
}

.inner-sidebox h3 {
	background: #e0e0e0;
	color: #262F5A;
	font-weight: bold;
	padding: 0.9em 1em;
	font-size: 0.9em;
	text-transform: lowercase;
	font-family: Arial,Verdana,sans-serif;
}

.inner-sidebox h3 a {
	text-decoration: none;
	margin-left: 5px;
}

.inner-sidebox h3 .more {
	padding: 0 10px;
	border-left: 1px solid #999;
	color: #3DAC07;
}

#footer {
	color: #656565;
	font-size: .8em;
	padding: 2em 1em;
	margin-top:10px;
	border-top: 1px solid #999;
}

#footer a {
	color: #656565;
}

#footer .footer-box {
	width: 80%;
	float: left;
}

#footer .fingerprint {
	float: right;
	text-align: right;
	width: 20%;
}

#footer .fingerprint .adr{
	display: none;
}

#footer #hcard-tosi {
	padding: 15px 0;
	line-height: 1.5em;
}

#footer #hcard-tosi .registers span {
	padding: 0 15px 0 2px;
}

#footer ul#info-links,
#footer ul#info-links li {
	display: inline;
}

#footer ul#info-links li a {
	text-decoration: none;
	text-transform: lowercase;
	color: #3dac07;
	border-left: 1px solid #999;
	padding: 0 5px;
}

#navigation .menu ul {
	margin: 0;
	text-align: right;
	font-size: .9em;
	line-height: 1.5em;
	height: 1.5em;
	padding: .5em;
}

.user-data li {
	display: inline;
}

.newsletter #main-content {
	padding: 0;

}

.newsletter #main-content .newsletter-form {
	width: 50%;
	float: left;
	min-height: 300px;
	background: #fff;
}

.newsletter #main-content .signdown {
	background: #f9f9f9;
}

.newsletter #main-content .newsletter-form h2,
.newsletter #main-content .newsletter-form fieldset {
	border: none;
	margin: 20px 30px 10px;
}

.newsletter #main-content .newsletter-form h2 {
	border-bottom: 1px dotted #cecece;
	font-family: Arial,Verdana,sans-serif;
	font-size: 1.3em;
}
.newsletter form fieldset dl dd  {
	width: 200px;
}
form fieldset dl dt,
form fieldset dl dd {
	float: left;
	color: #6c6c6c;
	margin: 0;
	padding: .5em 0;
}

form fieldset dl dt {
	width: 180px;
	clear: left;
	text-transform: lowercase;
}

form fieldset dl dd {
	width: 500px;
}

form .description {
	font-style: italic;
	font-size: .9em;
}

form fieldset dl dd.submit-button {
	clear: left;
}

fieldset .button {
	display: inline;
	height: 2em;
	line-height: 2em;
	padding: 10px 10px 10px 0;
	vertical-align:middle;
	width: auto;

}

fieldset .back-button {
	padding-right: 8em;
}

form fieldset dl dd ul.errors {
	color: #c00;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	position: relative;
	width: 350px;

}
fieldset .submit-button button,
fieldset .button button,
fieldset .button button:hover,
fieldset .button a {
	background: #3dac07;
	border: none;
	padding: .3em 3em;
	margin: 0;
	font-size: 12px;
	color: #fff;
	text-transform: lowercase;
	font-weight: bold;
	display: inline;
}

fieldset .back-button a {
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
}

#content-navigation {
	text-transform: lowercase;
}

#content-navigation li {
	display: block;
}

#content-navigation .menu-item .link-depth-0 {
	border-bottom: 1px dotted #999;
	display: block;
	font-weight: bold;
	color: #3dac07;
	font-size: 1em;
}

#content-navigation a.active {
	font-weight: bold;
	color: #262F5A;
}

#content-navigation a {
	color: #262F5A;
}

#content-navigation a:hover {
	color: #262F5A;
}

#content-navigation .menu li {
	border-bottom: 1px dotted #999;
	padding: 0 1em;
}

h3.content-title {
	border-bottom: 1px dotted #999;
	font-family: Arial,Verdana,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .8em;
	padding: .75em 0 1em;
	text-transform: lowercase;
}

#content p {
	line-height: 150%;
}

ul.partnership {
	line-height: 1.5em;
	list-style-type: none;
	padding: .7em 1em;
	font-size: .9em;
}

ul.partnership .first {
	border-bottom: 1px dotted #999;
	color: #3dac07;
	font-weight: bold;
	padding: 0 0 5px;
	margin-bottom: 5px;
}

.error #main-content pre.error-stack {
	width: 100%;
	overflow: auto;
	padding: 10px;
}

#content a .btn {
	background: #3dac07;
	padding: .4em 15px;
	color: #fff;
	font-weight: bold;
	line-height: 350%;
}

#content .content li {
	line-height: 150%;
}

.current-news, .customer-service {
	padding: 13px;
}

#content table {
	border: 0;
	border-collapse: separate;
	font-size: .9em;
	margin:0;
	padding:0;
}

#content thead {
	border: 0 none;
	background: #3DAC07;
}

#content thead td {
	border:0;
	color: #fff;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	padding:5px;
}

#content tbody {
	border: 0 none;
}

#content tbody td {
	border:1px solid #E2E2E2;
	padding:5px;
	color: #262F5A;
}

hr {
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #999;
	height: 0;
}

.current-news p, .customer-service p {
	line-height: 120% !important;
	margin: 0;
	padding: 0;
}

#content .content a {
	color: #3DAC07;
}

#messages .message {
	margin:0.5em 0;
	min-height:13px;
	padding:10px 10px 10px 25px;
}

#messages #error {
	background:#CC0000 url(../images/icons/error.png) no-repeat scroll 5px 8px;
	color:#FFFFFF;
	font-weight:normal;
}

#messages #message {
	border: 1px solid #264409;
	background: #fff url(../images/icons/accept.png) no-repeat 5px 8px;
	color: #264409;
}
#messages #info {
	background:#FFFFFF url(../images/icons/information.png) no-repeat scroll 5px 8px;
	border:1px solid #3DAC07;
	color: #000;
}

body.index #scrollable.scrollable,
body.tosi-index #scrollable.scrollable
{
	height: 105px;
	overflow: hidden;
	position: relative;
	margin: 0 11px;
}

body.index #scrollable.scrollable ul.partner-list,
body.tosi-index #scrollable.scrollable ul.partner-list
{
	width: 200000em;
	padding: 15px 0 12px;
	position: absolute;
	float: none;
}

.inner-sidebar-right .eub-box {
	height: auto;
	min-height: 1em;
}

.eub-box #eublink {
	display: block;
}

.last-minute-offers .manual {
	background: #fafafa;
	margin-bottom: 20px;
}
#last-minute-offers-tabs ul {
	padding:0 0 0 10px;
	margin:0;
	border-bottom:1px solid #ccc;
}
#last-minute-offers-tabs li {
	display:inline;
}
#last-minute-offers-tabs li.selected a {
	border-bottom:1px solid #fff;
	background-color:#fff;
	font-weight:bold;
}

#last-minute-offers-tabs li a {
	display:inline-block;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-bottom:none;
	padding:0 10px 0 10px;
	height:30px;
	line-height:30px;
	position:relative;
	bottom:-1px;
}


.last-minute-offers dl {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 0 0 1em 0 ;
	line-height: 120%;
}
.last-minute-offers dt {
	float: left;
/*	clear: left; */
	width: 140px;
	text-align: left;
	padding: 0;
}
.last-minute-offers dd {
	margin: 0 0 0 140px;
	padding: 0 0 0.5em 0;
}
.last-minute-offers .lm-arrow {
	background: #fff url(../images/last-minute-arrow.png) no-repeat right 4px;
	padding-right: 32px;
}
.last-minute-offers dt.sign-on, dd.sign-on {
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-top: 15px;
}
.last-minute-offers .submitbtn {
	background: #3DAC07 none repeat scroll 0 0;
	border: 0;
	color: #FFFFFF;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 3em;
	text-transform: lowercase;
	text-decoration: none;
}
.last-minute-offers .price {
	color: #3dac07;
	font-weight: bold;
}
.last-minute-offers-form fieldset {
	border: 1px solid #ccc;
	margin: 1em 0 0;
}
.last-minute-offers-form dl {
	border: 0;
	padding: .5em;
	margin: 0;
}
.last-minute-offers-form dt {
	padding: 0.3em 0;
	margin: 0;
	width: 140px;
}
.last-minute-offers-form dd {
	padding: 0.3em 0;
	margin: 0;
}

.last-minute-offers-form dd.submit-button {
	margin-left: 140px;
}

.last-minute-offers-form textarea {
	height: 100px;
}
.last-minute-offers-form input {
	width: 250px;
}

.last-minute-offers-form  button {
	background: #3DAC07 none repeat scroll 0 0;
	border: 0;
	color: #FFFFFF;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 3em;
	text-transform: lowercase;
	text-decoration: none;
}

/* end */

