@import url('/css/reset.css');

body {
	background: url('../img/bg.png') repeat-x left top;
	color:#363130;
	font: 12px Helvetica, Arial, sans-serif;
}
address,
em {
	font-style:italic;
}
a {
	color:#206b44;
	cursor:pointer;
}
a:active,
a:focus,
a:hover {
	text-decoration:none;
}

/* @group Layout */
#wrap { 
	margin:0 auto; 
	position:relative;
	width:950px; 
	text-align: left;
}
#header {
	height:168px;
	position:relative;
	z-index:50;
}
	#logo {
		background: url('../img/logo-kontynenty.png') no-repeat left top;
		display:block;
		height:89px;
		outline:none;
		text-indent:-9999px;
		width:375px;		
	}
	#header-ad {
		height:68px;
		position:absolute;
		right:0px;
		top:25px;
		width:550px;
	}
	.nav {
		overflow:hidden;
	}
	.nav li {
		display:block;
		float:left;
		line-height:33px;
	}
	.nav a {
		color:#736e6d;
		display:block;
		font-weight:bold;
		text-decoration:none;
		text-shadow: #ffffff 1px 1px 0px;
	}
		.nav-primary {
			height:33px;
			margin-top:4px;
			position:relative;
			width:100%;
		}
			.nav-primary-main a {
				background: url('../img/nav-main.png') no-repeat left 5px;
				margin-right:5px;
				padding-left:10px;
			}
			.nav-primary-main a span {
				background: url('../img/nav-main.png') no-repeat right -75px;
				display:block;
				padding:3px 10px 0 0;
			}
			.trips .nav-1 a,
			.nav-primary-main a.ancestor,
			.nav-primary-main a.parent,
			.nav-primary-main a.active,
			.nav-primary-main a:hover {
				background: url('../img/nav-main.png') no-repeat left -34px;
				color:#fff;
				text-shadow: #7c7676 1px 1px 0px;
			}
			.trips .nav-1 a span,
			.nav-primary-main a.ancestor span,
			.nav-primary-main a.parent span,
			.nav-primary-main a.active span,
			.nav-primary-main a:hover span {
				background: url('../img/nav-main.png') no-repeat right -114px;
			}
			.nav-primary-main {
				float:left;
			}
			.nav-primary-main .sub {
				left:0;
				position: absolute;
				top:37px;
				z-index:11;
				display:none;
			}
			.nav-extras {
				height:22px;
				position: absolute;
				right:0;
				top:45px;
				z-index:10;				
			}
			.nav-extras a {
				background:url('../img/tools.png') no-repeat left top;
				display:block;
				height:22px;
				line-height:22px;
				margin-right:5px;
				padding:0;
				width:22px;
				text-indent:-9999px;
				z-index:50px;
			}
			
			.nav-extras #e0 a {
				background:url('../img/buttons/green-button.png') no-repeat left center;
				color:#fff;
				font-weight:normal;
				text-shadow: #333 0 0 0 ;
				line-height:20px;
				text-indent:0px;
				text-align:center;
				width:95px;
			}
			
			.nav-extras #e1 a {
				background-position: 0 -22px;
			}
			.nav-extras #e2 a {
				background-position: -22px -22px;
			}
			.nav-extras #e3 a {
				background-position: -44px -22px;
			}
			.nav-extras #e1 a:active,
			.nav-extras #e1 a:focus,
			.nav-extras #e1 a:hover {
				background-position: 0 0;
			}
			.nav-extras #e2 a:active,
			.nav-extras #e2 a:focus,
			.nav-extras #e2 a:hover {
				background-position: -22px 0;
			}
			.nav-extras #e3 a:active,
			.nav-extras #e3 a:focus,
			.nav-extras #e3 a:hover {
				background-position: -44px 0;
			}
			.nav-primary-main .ancestor .sub,
			.nav-primary-main .parent .sub,
			.nav-primary-main .active .sub {
				display:block;
			}
			.nav-primary-main .sub a,
			.nav-primary-main .sub a span {
				background-image:none;
				color:#206b44;
				font-weight:normal;
				text-shadow: none;
			}
			.nav-primary-main .sub a:active,
			.nav-primary-main .sub a:focus,
			.nav-primary-main .sub a:hover,
			.nav-primary-main .sub a:active span,
			.nav-primary-main .sub a:focus span,
			.nav-primary-main .sub a:hover span {
				background-image:none;
				text-decoration:underline;
			}
			.nav-primary-main .sub a.parent span,
			.nav-primary-main .sub a.active span {
				background:none;
				color:#f60;
			}
			.nav-primary-main .sub .sub {
				display:none;
			}
			
			
			.nav-primary-service {
				background:url('../img/service-menu.jpg') no-repeat center bottom;
				right:0px;
				position:absolute;
				top:-95px;
				width:288px;
			}
			.nav-primary-service a {
				font-weight:normal;
				line-height:22px;
				margin-left: 20px;
			}
			
			.nav-primary-service a:active,
			.nav-primary-service a:focus,
			.nav-primary-service a:hover {
				text-decoration:underline;
			}
			
		.nav-sub .active {
			color:#111;
		}
		
		.nav-sub ul ul {
			margin-left:15px;
		}
		
		.nav-sub ul li {
			display:block;
			float:none;
			line-height:25px;
		}
		.nav-sub ul li {
			background:url('../img/arrow-green.gif') no-repeat left 10px;
			padding-left:10px;
		}
		.nav-sub ul li a:hover {
			text-decoration:underline;
		}
		.nav-secondary {
			height:33px;
			margin-top:6px;
			position:relative;
			width:60%;
			z-index:10;
		}
			.nav-secondary a {
				margin-left:5px;
			}

				.continents li {	
					float: left;
					display:block;
					list-style: none;
					padding-top:6px;
				}

				.continents li a {	
					display: block;
					padding: 5px 12px;
					text-decoration: none;					
					white-space: nowrap
				}

				.continents li a:hover {	
					text-decoration:underline;
				}

					.continents li .countries-list {	
						background: url('../img/box-gradient.png') repeat-x left bottom #edeee8;
						border:1px solid #ccc;
						display:block;
						margin: 0;
						overflow:hidden;
						padding: 5px 0 5px 0;
						position:relative;
						z-index:50;
					}

					.continents li ul li {	
						display:block;
						float: none;
						padding:0;
						width:160px;
					}

					.continents li ul li a {	
						width: auto;
						border-bottom:1px solid #ccc;
					}

					.continents li ul li a:hover {
						text-decoration:underline;
					}
					
					.continents .countries-list ul {
						float:left;
					}
#footer {
	border-top:1px solid #ccc;
	color:#666;
	clear:both;
	font-size:11px;
	line-height:16px;
	padding:0 0 15px 0;
}
	#footer img {
		float:left;
		margin-right:15px;
	}
	#footer .credits {
		clear:both;
	}
#content {
	font-size:12px;
	line-height:18px;
	overflow:hidden;
}
	.column {
		float:left;
		position:relative;
		padding:15px 0 0 0;
		width:49%;
	}
	.column-one {
		margin-right:15px;
		width:360px;
	}
	.column-two {
		width:575px;
	}
	.column-three {
		margin-right:15px;
		width:250px;
	}
	.column-three-newsletter {
		margin-right:15px;
		width:180px;
	}
	.column-three-flight {
		margin-right:15px;
		width:170px;
	}
	.column-four {
		width:685px;
	}
	.column-four-flight {
		width:760px;
	}
	.content-text {
		color:#313030;
		font-size:13px;
		line-height:18px;
		overflow:hidden;
	}
	.listing-header,
	.content-text-header {
		overflow:hidden;
		margin-top:-5px;
		padding-bottom:15px;
		padding-top:15px;
	}
	.listing-header h2,
	.content-text-header h2 {
		font-size:18px;
		font-weight:bold;
		line-height:28px;
		margin-bottom:5px;
	}
	.listing-header h3,
	.content-text-header h3 {
		font-size:14px;
		font-style:italic;
		font-weight:bold;
	}
	.content-text p {
		margin-bottom:15px;
	}
	.content-text ul{
		margin-left:25px;
		margin-bottom:15px;
		margin-top:15px;
	}
	.content-text img {
		border:1px solid #838181;
		display:block;
		float:left;
		list-style-image: url('../img/arrow-green.gif');
		margin: 10px;
		padding:2px;
	}
	.listing-header .help {
		float:right;
		margin-top:-15px;
	}
	
	.steps {
		line-height:30px;
		overflow:hidden;
		padding-bottom:20px;
	}
	.steps li {
		background: url('../img/steps.gif') left top;
		color:#666;
		display:block;
		float:left;
		font-size:13px;
		margin-top:10px;
		overflow:hidden;
		width:225px;
		text-align:center;
	}
	.steps li.current {
		background-position:0 -30px;
		color:#fff;
	}
	.box {
		background: url('../img/box-gradient.png') repeat-x left bottom #edeee8;
		color:#615c58;
		margin-bottom:15px;
	}
	.box.img {
		border:none;
		overflow:hidden;
	}
	.box.ad {
		background:transparent;
		border:none;
	}
	.box.third {
		background:url('../img/boxes/box-featured.jpg') no-repeat;
		float:left;
		font-size:11px;
		height:288px;
		margin-right:15px;
		margin-top:15px;
		padding:0;
		width:179px;
	}
	.box.third.last {
		margin-right:0;
	}
	
	.bottom-boxes {
		overflow:hidden;
		clear:both;
	}
	
	.bottom-boxes .box.third {
		margin-right:10px;
		margin-top:0px;
	}
	
	.box.third.newsletter {
		background:url('../img/newsletter.jpg');
		border:none;
		clear:left;
		height:90px;
		margin-top:0px;	
	}
	.box.third.newsletter form {
		padding:10px;
	}
	.box.third.newsletter input.submit-field{
		float:right;
	}
	.box.third.newsletter input.email-field {
		border:1px solid #ccc;
		color:#666;
		padding:2px 0;
		width:100%;
	}
	.box.third.support {
		border:none;
	}
	.box.third.wide {
		background:url('../img/boxes/box-wide.jpg') no-repeat;
		height:90px;
		margin-top:0;
		margin-right:0;
		width:373px;
	}
	.box.third.wide ul {
		float:left;
		width:175px;
	}
	.box.third.wide .more {
		background: url('../img/arrow-green.gif') no-repeat right center;
		display:block;
		float:right;
		margin:0;
		padding-right:10px;
	}
	.box h2 {
		color:#206b44;
		font-size:12px;
		font-weight:bold;
		margin-bottom:5px;
		text-transform:uppercase;
	}
	.box h3 {
		color:#403c3c;
		font-size:16px;
		font-weight:bold;
		margin-bottom:15px;
	}
	.box .inner {
		overflow:hidden;
		padding:10px;
	}
	.box.side img {
		float:left;
		margin-right:15px;
	}
	.box.side ul {
		float:left;
	}
	.box.side li {
		list-style-image: url('../img/arrow-green.gif');
		padding:2px 0;
		margin-left:15px;
	}
	.box.side li a {
		color:#666;
		text-decoration:none;
	}
	.box.side li a:active,
	.box.side li a:focus,
	.box.side li a:hover {
		text-decoration:underline;
	}
	.box.gallery .att {
		border:1px solid #ccc;
		display:block;
		float:left;
		margin:2px;
	}
	.box .listing-items a {
		border-bottom:1px dotted #ccc;
		color:#615c58;
		display:block;
		overflow:hidden;
		padding:3px 0;
		text-decoration:none;
	}
	.box .listing-items a:hover {
		color:#111;
	}
	.box .listing-items li {
		display:block;
		overflow:hidden;
	}
	.box .listing-items span {
		display:block;
		float:left;
		overflow:hidden;
	}
	
	.box .listing-name {
		width:105px;
	}
	.box .listing-price {
		text-align:right;
		width:54px;
	}
	.box .listing-price strong {
		color:#f06821;
	}
	
	
	.box.listing a.more {
		background: url('../img/arrow-green.gif') no-repeat 35px center;
		color:#f06821;
		display:block;
		margin-top:10px;
		text-decoration:none;
	}
	.box.listing a.more:hover {
		text-decoration:underline;
	}
	
	
	.box.side {
		background:url('../img/boxes/box-special.jpg') no-repeat;
		color:#211f1d;
		height:145px;
		margin-top:15px;
	}
	
	.box.small {
		border:none;
		float:left;
		height:75px;
		margin-right:15px;
		width:170px;
	}
	.box.small label {
		color:#206b44;
		font-size:12px;
		font-weight:bold;
		margin-bottom:0px;
		text-transform:uppercase;
	}
	.box.small .text {
		margin-top:-3px;
	}
	.box.small .input input {
		background:#fff;
		border:1px solid #ccc;
		color:#666;
		padding:2px 0;
	}
	.box.small .submit input {
		float:right;
	}
	.box.quick {
		background:url('../img/quick-search.png');
	}
	.box.callout {
		margin-right:0;
		margin-top:-10px;
	}
	.box.callcenter {
		border:none;
		margin-top:-7px;
	}
	.box.special {
		background:url('../img/boxes/box-croatia.jpg') no-repeat;
	}
	.box.special .inner {
		padding-left:200px;
	}
	.box.tools {
		background:url('../img/boxes/box-tools.jpg') no-repeat;
		clear:left;
		margin-top:0px;
	}
	.box.tools ul {
		margin-top:-10px;
		padding-right:15px;
	}
	
	.box.newsletter {
		
	}
	
/* @end */
			
/* @group Home page */
/* tabs */
#search-tabs {  
	background:#f06821;
	margin:0 !important; 
	padding:0;
	height:33px !important;
	width:360px;
}

#search-tabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#search-tabs li a { 
	display:block;
	height: 31px;  
	overflow: hidden; 
	width: 120px; 
	background: url('../img/search-tabs.png') no-repeat;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
}

#search-tabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#search-tabs #t1 { background-position: 0 0; }
#search-tabs #t2 { background-position: -120px 0; }
#search-tabs #t3 { background-position: -240px 0; }
 
#search-tabs #t1:hover 	{ background-position: 0 -33px; }
#search-tabs #t2:hover 	{ background-position: -120px -33px; }
#search-tabs #t3:hover 	{ background-position: -240px -33px; }

#search-tabs #t1.current { background-position:      0 -66px; }
#search-tabs #t2.current { background-position: -120px -66px; }
#search-tabs #t3.current { background-position: -240px -66px; }


/* panes */
#search-panels {
	background: url('../img/search-orange.png') no-repeat left bottom #f06821;	
	position:relative;
}
#search-panels .border-right {
	background: url('../img/search-orange.png') no-repeat right bottom #f06821;	
	bottom:0;
	position:absolute;
	right:0;
	width:15px;
	top:10px;
}
/* single panel */
#search-panels .panel {
	display:none;	
	min-height:205px;
	overflow:hidden;
	padding-bottom:37px;
	padding-top:5px;
	position:relative;
}
.listing #search-panels .panel {
	background: url('../img/search-orange-top.png') no-repeat left top;
	display:block;
	padding-top:10px;
}
#overlay-tell-form label,
#overlay-helpdesk-form label,
#rezerwacja .label,
#rezerwacja .radio legend,
#rezerwacja label,
#search-panels .radio legend,
#search-panels label {
	float:left;
	padding-right:5px;
	text-align:right;
	width:98px;
}
.listing #search-panels .radio legend,
.listing #search-panels label {
	float::left;none;
	padding-right:0px;
	text-align:left;
	width:100%;
}
#overlay-tell-form .input,
#overlay-helpdesk-form .input,
#rezerwacja .input,
#search-panels .input {
	clear:left;
	padding:5px 0 5px 0;
}
.listing #search-panels .input {
	padding:2px 0;
}
#search-panels .date {
	float:left;
}

#search-panels .date #flight-dep-dateMonth,
#search-panels .date #flight-ret-dateMonth,
#search-panels .date #dep-dateMonth {
	width:80px;
}
.listing #search-panels .date {
	width:135px;
}
#rezerwacja .checkbox label,
#search-panels .radio label,
#search-panels .checkbox label {
	float:none;
	width:auto;
}
#overlay-tell-form .error-message,
#overlay-helpdesk-form .error-message,
#search-panels .radio {
	margin-left:103px;
}
.listing #search-panels .radio {
	margin-left:0px;
}
#rezerwacja .checkbox,
#search-panels .radio,
#search-panels .checkbox {
	float:left;
	clear:none;
	padding-left:0px;
}
#overlay-tell-form .text input,
#overlay-tell-form .textarea textarea,
#overlay-helpdesk-form .text input,
#overlay-helpdesk-form .textarea textarea,
#rezerwacja .text input,
#rezerwacja .select select,
#rezerwacja .textarea textarea,
#search-panels .text input,
#search-panels .select select {
	width:215px;
}
#overlay-tell-form .text input,
#overlay-tell-form .textarea textarea,
#overlay-helpdesk-form .text input,
#overlay-helpdesk-form .textarea textarea,
#rezerwacja .textarea textarea,
#rezerwacja .text input,
#search-panels .text input {
	border:1px solid #ccc;
}
#search-panels .range {
	float:left;
	width:85px;
}
#search-panels .range.amount {
	text-align:center;
	width:105px;
}
.listing #search-panels .range {
	margin-top:20px;
}
#search-panels .range .input {
	float:left;
	clear:none;
	padding-left:5px;
}
#search-panels .range label {
	float:none;
	padding-right:0px;
	width:auto;
}
#search-panels .range .select select {
	margin: 0 3px;
	width:40px;
}
.search {
	overflow:hidden;	
}
#iflight .range.amount {
	text-align:center;
	width:155px;
}
#iflight .search,
#octopus-form .search {
	background:url(../img/bluehotel.png) no-repeat left top;
	margin: 0;
	padding:15px;
}
#iflight .search fieldset,
#octopus-form .search fieldset {
	padding:10px 0;
}
#iflight .submit,
#octopus-form .submit {
	margin-left:5px;
}
#iflight .checkbox {
	clear:left;
}

#iflight .submit,
a.button,
#octopus-form .submit,
#book-trip .submit,
#search-panels .submit {
	bottom:5px;
	display:block;
	height:40px;
	overflow:hidden;
	position:absolute;
	right:15px;
	width:133px;
}

a.small {
	height:30px;
	width:100px;
}

#octopus-form .submit {
	clear:both;
	margin-bottom:30px;
	position:static;
}
#iflight .submit,
a.button,
#book-trip .submit {
	clear:both;
	position:static;
}
a.button:hover img,
#octopus-form .submit:hover input,
#iflight .submit:hover input,
#book-trip .submit:hover input,
#search-panels .submit:hover input {
	cursor:pointer;
	margin-top:-40px;
}

a.small:hover img {
	margin-top:-30px;
}

#search-panels .fields {
	margin:0 15px;
}
#search-panels .advanced {
	border-bottom:1px solid #f6a073;
	border-top:1px solid #f6a073;
	margin:10px 15px;
	padding:10px 0;
}
.detailed {
	bottom:15px;
	clear:both;
	color:#363130;
	display:block;
	left:15px;
	position:absolute;
}
.listing .detailed {
	padding:15px 0 0 40px;
	position:static;
}
.listing #search-panels .submit {
	float:right;
	margin:10px 15px -30px 0;
	position:static;
}
.listing #trigger-adv {
	margin:-10px 15px 0 15px;
	text-align:right;
}



/* showcase */
#showcase {
	position:relative;
	overflow:hidden;	 	
	width: 575px;	
	height:280px;	
}
#showcase div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
}

/* single scrollable item */
#showcase div.items div {
	float:left;
	height:280px;
	position:relative;
	width:575px;
	z-index:1;
}
.showcase-name {
	font-size: 25px;
	color: #fff;
	left:19px;
	line-height:1.2em;
	position:absolute;
	text-shadow: #333333 1px 1px 0px;
	top:35px;
	width:575px;
	z-index:10;
}
#showcase div.items div .desc {
	background:url('../img/navi-opaq.png') transparent;
	bottom:82px;
	color:#fff;
	font-size:14px;
	left:0;
	padding:15px 19px;
	position:absolute;
	right:0;
	text-shadow: #333333 1px 1px 0px;
	width:575px;
}
#showcase div.items div .desc a {
	color:#fff;
	font-size:18px;
	text-decoration:none;
	width:575px;
}

.slide-navi {
	background:url('../img/navi-opaq.png') transparent;
	cursor:pointer;
	display:block;
	left:0;
	overflow:hidden;
	padding:5px 0;
	position:absolute;
	right:0;
	top:205px;
	width:575px;	
	z-index:40;
}

.slide-navi li {
	display:block;
	float:left;
	padding-left:18px;
}
.slide-navi li a {
	border:1px solid #ccc;
	display:block;
}


/* @end */

/* @group Trip view */
.reservation-option p {
	font-weight:bold;
	display:inline;
}

.reservation-price-block label,
.reservation-price-block .label {
	clear:left;
	display:block;
	float:left;
	padding-right:10px;
	text-align:right;
	width:100px;
}
.reservation-price-block select {
	max-width:200px;
}
.reservation-price-block .reservation-option {
	clear:left;
	padding:5px 0;
}
.reservation-price-block .value {
	display:block;
	float:left;
	overflow:hidden;
}
.reservation-price-block .value .price {
	font-size:1.2em;
	font-weight:bold;
}
.reservation-price-block,
.reservation-block {
	overflow:hidden;
}
#calculate-result {
	border:1px solid #ccc;
	font-weight:bold;
	margin:10px;
	padding:10px;
}

.favs {float:right;}
.favs .added {
	background:url('../img/buttons/favs-button.png') no-repeat 0 -80px;
	height:40px;
	width:133px;
}

/* oceniacz */
.oceniacz dt {
	clear:left;
}
.oceniacz {
	background:url('../img/oceniacz.png') no-repeat 300px 100px;
	overflow:hidden;
}
.oceniacz dd,
.oceniacz dt {
	display:block;
	float:left;
	height:16px;
	margin:10px 0;
	margin-right:15px;
	text-align:right;
	width:140px;
}
.oceniacz dd {
	text-align:left;
	width:340px;
}
.oceniacz .score {
	background:url('../img/star.jpg');
	position:relative;
	text-indent:-9999px;
	width:80px;
}
.oceniacz .score strong {
	background:url('../img/star.jpg') left -16px;
	display:block;
	height:16px;
	left:0;
	position:absolute;
	top:0;
	z-index:10;
}
#galeria {
	padding-left:20px;
	padding-right:0;
}
.thumb {
	border:1px solid #ccc;
	display:block;
	float: left;
	height: 130px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 1px;
	width: 130px;
}
.search-listing .thumb {
	height: 75px;
	overflow:hidden;
	width: 75px;
}
.panel .thumb {
	margin:15px 13px;
}
.weather-value {
	font-size:15px;
	font-weight:bold;
}
/* @end */

/* @group Listing */

.stars {
	background:url('../img/star-orange.png') left -16px;
	display:block;
	height:16px;
	position:relative;
	overflow:hidden;
	text-indent:-9999px;
}
.stars-1 {
	width:16px;
}
.stars-2 {
	width:32px;
}
.stars-3 {
	width:48px;
}
.stars-4 {
	width:64px;
}
.stars-5 {
	width:80px;
}
.stars-6 {
	width:96px;
}

.listing table {
	width:100%;
}
.listing table th {
	background:#edeee9;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.listing table td {
	background: url('../img/altrow.png') repeat-x left top;
	padding:10px 5px;
	vertical-align:top;
}
.listing table td .thumb {
	margin-bottom:0;
}
.listing table .td-1 {
	vertical-align:top;
	width:90px;
}
.listing table .td-2 {
	vertical-align:top;
	width:265px;
}
.listing table .td-3 {
	text-align:center;
	vertical-align:top;
}

.listing table .td-4 li {
	border-left:1px dotted #ccc;
	display:block;
	float:right;
	height:60px;
	padding:0 5px;
	text-align:center;
	width:60px;
}
.listing table .td-4 li span {display:block;}

/* @end */


/* @group Notices and Errors */
div.ajax-message ,
div.message {
	background:#efefef;
	border-bottom:1px dashed #ccc;
	clear: both;
	color: #900;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
/* @end */

/* @group Paging */

div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
	text-align:center;
}
div.paging a {
	text-decoration: none;
	color: #693; 
	text-decoration: underline;
	border: 1px solid #E3E3E3; 
	text-decoration: none; 
	padding: 0.2em 0.5em;
}
div.paging a:visited {
	color: #693; text-decoration: underline; border: 1px solid #E3E3E3; text-decoration: none; padding: 0.2em 0.5em; 
}
div.paging a:hover {
	border: 1px solid #693;
}
div.paging a:active{
	color: #360; text-decoration: underline;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
	color:#333;
}
div.paging a.current,
div.paging span.current {
	border: 1px solid #693; 
	padding: 0.2em 0.5em; 
	font-weight: bold; 
	background: #693; 
	color: #FFF;
}
div.paging span a {
}
div.paging a.current {
	padding-right:10px;
}
div.paging a.desc {
	background:url('../img/arrow-desc.png') no-repeat right center #693;
}
div.paging a.asc {
	background:url('../img/arrow-asc.png') no-repeat right center #693;
}
/* @end */

/* @group Misc global classes */

.print,
.tooltip {
	display:none;
}

.breadcrumbs {
	color:#666;
	font-size:11px;
}
.breadcrumbs a {
	color:#444;
}
.info {
	padding:10px;
	margin:10px 0;
	line-height:1em
}
.special-offer {
	background-color:#c94600;
	color:#fff;
	padding:3px 5px;
}
.loader,
.preloader {
	background:#fff url('../img/ajax-loader.gif') no-repeat center center;
	height:100%;
	width:100%;
}
iframe {
	background:#fff url('../img/ajax-loader.gif') no-repeat center 100px;
}
.preloader-thumb {
	background:#fff url('../img/ajax-loader.gif') no-repeat center center;
}

.button {
	display:block;
}
/* @end */

/* @group Content */
.align-left {
	float:left;
	margin-right:10px;
}
.align-right {
	float:right;
	margin-left:10px;
}
.align-center {
	margin: 0 auto;
}
.align-left-no-border,
img.align-left-no-border {
	border:none;
	float:left;
	margin-right:10px;
}
.align-right-no-border,
img.align-right-no-border {
	border:none;
	float:right;
	margin-left:10px;
}
.content-text img.no-border,
img.no-border
.no-border img {
	border:none;
}
.special-offer {
	background-color:#c94600;
	color:#fff;
	padding:3px 5px;
}
.content-text p {
	margin-bottom:15px;
}
.content-text ol,
.content-text ul {
	margin-bottom:15px;
	margin-top:15px;
	overflow:hidden;
	padding-left:25px;
}
.content-text ol li {
	list-style-type:upper-roman;
}
.content-text ul li {
	list-style: disc;
}
.content-text img {
	border:1px solid #838181;
	display:block;
	float:left;
	list-style-image: url('../img/arrow-green.gif');
	margin: 10px;
	padding:2px;
}

.cell-table-right {
	text-align:right !important;
}
.cell-table-left {
	text-align:left !important;
}
.cell-table-center {
	text-align:center !important;
}

.content-text table {
	border-left:1px solid #004829;
	border-top:1px solid #004829;
	font-size:12px;
	width:100%;
	text-align:center;
}
.content-text table th,
.content-text table td {
	border-right:1px solid #004829;
	border-bottom:1px solid #004829;
	padding:3px;
	text-align:center;
}
.content-text table p {margin:0;padding:0;}
.content-text th {
	background:#cef5c9;
	font-weight:bold
}

/* @end */

/* @group Content tabs */
.tabs {
	clear:left;
	padding-top:25px;
}
h4 {
	border-bottom:1px solid #ccc;
	color:#333;
	font-size:12px;
	font-weight:bold;
	margin:15px 0 5px 0;
}

/* root element for tabs  */
ul.content-tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.content-tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.content-tabs a { 
	background: url('../img/content-tabs.png') no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.content-tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.content-tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.content-tabs a.current, ul.content-tabs a.current:hover, ul.content-tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important;
	color:#000 !important;
}

/* initially all panes are hidden */ 
div.content-panels div.panel {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	background-color:#fff;
	overflow:hidden;
}
/* @end */

/* @group Overlay */
div.overlay {
	background:url('../img/overlay/trans.gif') #efefef;
	border:10px solid #fff;
	display:none;
	padding:15px;
	position:relative;
}
/* default close button positioned on upper right corner */
div.overlay div.close {
	background:url('../img/lightbox/lightbox-btn-close.gif') no-repeat;
	height:22px;
	width: 86px; 
	float: right;
	padding-bottom: 1em;	
}

/* the overlayed element */
#validate-helpdesk {float:right;}
div#merlinx {
	background-image:url('../img/overlay/close.png');
	width:700px;
}
div#merlinx .inner {
	overflow:hidden;
}
div#merlinx .inner,
div#merlinx iframe {
	background:#ccc;
	height:410px;
	padding:0;
	width:700px;
}
div#merlinx div.close {
	right:15px;
	top:15px;
}
/* @end */

/* @group Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../img/loader.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.display-none {
  display: none;
}
/* @end */

