/* Begin Typography & Colors */

*{margin:0; padding:0;}

ol {
  margin-left: 3em;
  }

body.details {  
	background: #f4f4f4 url(../images/details_bgr.jpg) repeat-x center top;
    margin:0;
    padding:0;
}  

#samolot{
    width:122px;
    height:149px;
    position:absolute;
    right:-25px;
    top:139px;
    z-index:200;
    background: transparent url(../images/samolot.png) no-repeat left bottom;
}

#samolot2{
    width:133px;
    height:105px;
    position:absolute;
    right:-25px;
    top:101px;
    z-index:200;
    background: transparent url(../images/samolot2.png) no-repeat left bottom;
}


#mapTopMain {
    /* Top Map Background*/
    height:290px;
    width:100%;
    left:0;
    top:0;
    background: transparent url(../images/map_top_main.jpg) no-repeat center top;
    position:absolute;
    z-index:1;
}
#mapTopMainDetails {
    /* Top Map Background*/
    height:207px;
    width:100%;
    left:0;
    top:0;
    background: transparent url(../images/map_top_main.jpg) no-repeat center top;
    position:absolute;
    z-index:1;
}

#mainContainer {position:relative; z-index:2;}
#header{height:84px;}

#logo {height:84px;margin:0;padding:0;}
#logo a img{margin:0;}

/* Hasło przewodnie EXODOS */
div.haslo {
	background: transparent url(../images/twoj_klucz.jpg) no-repeat left top;
	width:315px;
    height:46px;
	margin:30px 0 0 0;
}

#topnav {text-align:right;color:#EEEEEE;}
#topnav ul{margin:10px 10px 20px 0;}
#topnav ul li{
	display:inline;
	list-style-type:none;
	line-height:15px;
	background: transparent url(../images/topnav_points.gif) no-repeat left center;
	padding:0 5px;
}
#topnav ul li.first{background:transparent;}
#topnav ul li a{color: #EEEEEE;padding-left:20px;}
#topnav ul li a.sg{
    background:transparent url(../images/home_top_ico.gif) no-repeat left center;
}
#topnav ul li a.maps{
	background:transparent url(../images/mapa_top_ico.gif) no-repeat left center;
}
#topnav ul li a.kon{
    background:transparent url(../images/kont_top_ico.gif) no-repeat left center;
}

#topnav ul li a.rss{
    background:transparent url(../images/rss_top_ico.jpg) no-repeat left center;
}
#topnav p{margin:0;padding-right:10px;font-weight:bold;}

#photoTopContainer {height:204px; position:relative; z-index:52; text-align:left;}
#photoTopPanoramaContainer {height:122px; position:relative; z-index:52; text-align:center;}

div.photo-top{
    width:440px;
    height:172px;
    background: transparent;
    border: 1px solid #000000;
    margin:15px auto 0;
    position:relative;
    z-index:5;
}

div.photo-top-panorama{
    width:918px;
    height:105px;
    background: transparent;
    border: 1px solid #000000;
    border-bottom:0;
    margin:15px auto 0;
    position:relative;
    z-index:5;
}
div.photo-top-panorama img{
	width:916px;
    height:104px;
    border: 1px solid #c3315e;
    border-bottom:none;
}

#slideshow, #slideshow2 {
    position:relative;
    z-index:5;
    width:437px;
    height:170px;
}

#slideshow img, #slideshow2 img{
	width:437px;
    height:170px;
    position:absolute;
    border: 1px solid #c3315e;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshowPanorama img{
	width:916px;
    height:101px;
    border: 1px solid #c3315e;
    border-bottom:0;
}

#slideshow img.active, #slideshow2 img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active, #slideshow2 IMG.last-active {
    z-index:9;
}

div.black-over-right, div.black-over-left{
    width:190px;
    height:170px;
    background:#000000;
    position:absolute;
    z-index:20;
    opacity: .7; 
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

div.black-over-left{
    right:1px;
    top:1px;
}

div.black-over-right{
    left:1px;
    top:1px;
}

#photo1 p, #photo2 p{
    color:#EEEEEE;
    line-height:1.3em;
    font-size:0.9em;
	margin:0.7em 0;
    padding:0;
}

#photo1 h3, #photo2 h3{
    color:#FFFFFF;
    line-height:1.2em;
    font-size:1.2em;
    font-weight:600;
}

div#leftBlackOver{
    position:absolute;
	width:180px;
	right:10px;
	top:10px;
	z-index:25;
	text-align:right;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  background-color: #630823;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #b12c55;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px;
  cursor:pointer;
}

/* Look and feel of select box */
#Items_input
{
  margin: 0;
  padding:3px 0 0 3px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;/* Resize Font*/
  width : 130px; /* Resize Width */
  height:22px;
  display : block;
  text-align:left; 
  background: transparent url(../images/select_top_bgr.gif) no-repeat left top;
  cursor: pointer;
  color:#FFF;
  border: none;
  position:relative;
  float:left;
  z-index:500;
}

/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:130px;
  background: #931b3f;
  border:none;
  margin:22px 0 0 0;
  padding:0px;
  left:0;
  text-align:left;
  overflow:auto;
  color:#FFFFFF;
  z-index:100;
}
form#offerChange{
    position:absolute; width:180px; left:10px; top:10px; z-index:25;
}

form#offerChange input#button{
    width:36px; height:22px; background: transparent url(../images/zobacz_btn.gif) no-repeat left center; border:none; cursor:pointer;
}


/* ------------------------------------------------------------------------- */


/*    New Menu   */
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/

.jqueryslidemenu{
    background:#98183f;
    height:24px;
    position:relative;
    z-index:50;
    width:950px;
}

.jqueryslidemenu ul#nav{
    background: #000000 url(../images/menu_bgr.jpg) no-repeat right center;  
    line-height:24px;
    height:24px;
    list-style-position:outside;
    list-style-type:none;
    margin-left:5px;
    padding:0;
    position:relative;
    width:940px;
}

.jqueryslidemenu ul#nav.nav-details{
    background: #000000 url(../images/menu_details_bgr.jpg) no-repeat right center;  
}


.jqueryslidemenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/

.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
    color:#FFFFFF;
    display:block;
    font-weight:bold;
    padding:0 10px;
    text-decoration:none;
}
.jqueryslidemenu ul#nav li a:hover {background:#98183f; text-decoration:none;}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
    color: white;
}

	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul#nav li ul li{
    background: #98183f;
    border-bottom:1px solid #b12c55;
    display: block;
    float: left;
    clear:both;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul#nav li ul li a{
    width: 160px; /*width of sub menus*/
    margin: 0;
    display: block; /*display: inline-block;*/
    line-height:1.5em;
    padding:3px 10px;
    color:#FFFFFF;
    text-transform:uppercase;
    outline:none;
}

.jqueryslidemenu ul#nav li ul li a:hover{ /*sub menus hover style*/
    background:#b12c55;
    display:block;/*display: inline-block;*/
    line-height:1.5em;
    padding:3px 10px;
    color:#FFFFFF;
    text-decoration:none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display:none;
}


/*     New Menu   */

/* ----- CONTENT -----------*/

#content{
background: transparent url(../images/content_bgr.jpg) repeat-x top;
}

.col-content{
padding:30px 0 0;
}

.content-container{
padding:30px 10px 0;
}

#colLeft{background:transparent; overflow:hidden;}
#colCenter{background:transparent url(../images/colcenter_bgr.gif) no-repeat 80px top;}
#colCenter.bg-none, #colRight.bg-none {background:none;}
#colCenter a {color:#98183F; text-decoration:underline;}
#colCenter a:hover {color:#722a40;}
#colCenter p {padding:0;}
#colRight{background:transparent url(../images/rightcol_bgr.gif) no-repeat left top;}
.globe{ background: transparent url(../images/globe.jpg) no-repeat right top;}
.globe2{ background: transparent url(../images/globe.jpg) no-repeat right bottom;}
.news-content {border-bottom:1px solid #d4d4d4; margin:0 0 10px 0; padding:5px 10px;}
div.news-content ul {margin-bottom:1em;}
div.news-content ul li{
    margin:0 0 0.3em 0;
    padding:0 0 0 20px;
    background: transparent url(../images/more_arrow_little.jpg) no-repeat 2px 4px;
}

.news-content-last {margin:0 0 10px 0; padding:5px 10px;}

#prac1 { background: transparent url(../images/artur_kwiatkowski.jpg) no-repeat 10px top; border-bottom:1px solid #d4d4d4; margin:0 0 10px 0;}
#prac2 { background: transparent url(../images/kasia_nawracaj.jpg) no-repeat 10px top; border-bottom:1px solid #d4d4d4; margin:0 0 10px 0;}
#prac3 { background: transparent url(../images/m_bielinska.jpg) no-repeat 10px top; border-bottom:1px solid #d4d4d4; margin:0 0 10px 0;}
#prac4 { background: transparent url(../images/asia_hamaoui.jpg) no-repeat 10px top; margin:0 0 10px 0;}

#prac1 p, #prac2 p, #prac3 p, #prac4 p { padding-left:160px;}

.prac-contact {
    display:block;
    margin:0.3em 0;
    color:#722a40
}
.prac-contact a{
    color:#722a40;
}
.prac-contact b{
    color:#999999;
}

#kierunki-turystyczne {background:url(../images/kierunki_main_bgr.gif) no-repeat center 26px; margin-bottom:10px;}
#kierunki-turystyczne-detail {background:none; margin-bottom:10px;}

#kierunki-turystyczne img {float:left; margin:0 1em 1em 0; border:1px solid #a61b46; width:200px; height:125px;}

/*----------------  Tab kierunki begin ------------------------------*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	height: 26px; /*--Set height of tabs--*/
}
ul.tabs li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	border-left: none;
	overflow: hidden;
	position: relative;
	background: #e09fb3;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
}
#kierunki-turystyczne ul.tabs li a, #kierunki-turystyczne-detail ul.tabs li a {
	line-height: 26px; /*--Vertically aligns the text within the tab--*/
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
    font-weight:bold;
	padding: 0 10px;
	outline: none;
}
#kierunki-turystyczne ul.tabs li a:hover, #kierunki-turystyczne-detail ul.tabs li a:hover {
	background: #a61b46;
  	color: #fff;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;

}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #a61b46;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
    width:530px;
}
.tab_container2 {
	overflow: hidden;
	clear: both;
	float: left;
    width:729px;
    border-left:1px solid #a61b46;
    border-top:1px solid #a61b46;
}
.tab_content {
	padding: 10px;
}

tr.table-header{
	background:#efdfe4;
    font-weight:bold;
}
#tab4 table tr td {padding:4px 10px;}
tr.table-header td {font-weight:bold;}
/*----------------  Tab kierunki end ------------------------------*/

/*------------------Kierunki Photo Container---------------------------------*/
.main_view {
	position: relative;
    margin-bottom:10px;
    clear:both;
}
/*--Window/Masking Styles--*/
.okno {
	height:200px;
    width:730px;
	overflow: hidden;
	position: relative;
    border:1px solid #98183F;
}
.image_reel {
	position: absolute;
	top: 0;
    left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -9px;
	width: 120px; height:28px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
    background: #98183F;
	text-align: center;
	line-height: 28px;
   	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;

	/*display: none; --Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}
.paging a.active, .paging a:hover {
	font-weight: bold;
	background: #E09FB3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*------------------Kierunki Photo Container---------------------------------*/

#pagination{
	text-align:center;
}

#pagination a, #pagination span{
	padding:2px 6px;
    background:#630823;
	color:#FFFFFF;
    text-decoration:none;   
}

#pagination a:hover{
    background:#98183f;
	color:#FFFFFF;
    text-decoration:none;   
}

#pagination .active{
    background:transparent;
	color:#98183f;
    text-decoration:none;
}

#pagination .first{
	padding:2px 6px 2px 18px;
    color:#FFFFFF;
    background: #630823 url(../images/pag_left.gif) no-repeat left top;
}

#pagination a.first:hover{
	padding:2px 6px 2px 18px;
    color:#FFFFFF;
    background: #98183f url(../images/pag_left_hover.gif) no-repeat left top;
}

#pagination .last{
	padding:2px 18px 2px 6px;
    color:#FFFFFF;
    background: #630823 url(../images/pag_right.gif) no-repeat right top;
}

#pagination a.last:hover{
	padding:2px 18px 2px 6px;
    color:#FFFFFF;
    background: #98183f url(../images/pag_right_hover.gif) no-repeat right top;
}

img#biuroPanorama{
	height:90px;
    width:526px;
	border:2px solid #98183f;
    margin-bottom:5px;
}

#colLeft h6, #colRight h6 {
    height:36px;
    background: #000000 url(../images/black_header.jpg) no-repeat top left;
    line-height:36px;
    color:#FFFFFF;
    padding:0 0 0 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:1.6em;
    margin:0;
}

h2#hity {display:none;}
h1 span{ display:none;}

h2.h1-oferta-details{
    position:relative;
    padding-right:95px;
}

h2.h1-oferta-details img{
    position:absolute; right:0; top:0;
}

#colCentRight{
    padding:0 0 0 10px;
}

table#table5{
    background:#a61b46;
    float:right;
    width:auto;
    text-align:center;
    border-collapse:separate;
    border-spacing: 3px;
    color:#FFFFFF;
    margin:0 0 1em 1em;
}
table#table5 td{
    font-size:14px;
    font-weight:bold;
    padding: 2px 5px;
    text-align:center;
}
table#table5 tr.top-cells td{
	background:#cc6d8a;
}
table#table5 tr.bottom-cells td{
	background:#630823;
}
table#table5 tr.top-cells td.first, table#table5 tr.bottom-cells td.first{
	background:transparent;
    text-align:right;
}

#colCentRight a { text-decoration:underline;}
#colCentRight a:focus, #colCentRight a:hover { text-decoration:none;}

div#breadcrumbs{
    line-height:30px;
    background: transparent url(../images/breadcrumbs_bgr.jpg) no-repeat right top;
}
div#breadcrumbs p{
    margin:0;
    padding:0 0 0 10px;
}
span.pointer{
    width:6px;
    height:6px;
    padding:0 3px;
    margin:0 3px;
    background:url(../images/bread_arrow.gif) no-repeat center center;
}
div#breadcrumbs span.active{
	font-weight:bold;
}

div#breadcrumbs a{color:#98183f;}

div#rodzajOferty{
    line-height:40px;
    background: transparent url(../images/footer_globus.jpg) no-repeat center top;
    font-size:2.1em;
    font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:bold;
    color: #FFF;
}

div#rodzajOferty p {
    margin:0 0 10px 0;
    padding:0 0 0 10px;
}

div#offerDetails b, div#offerDetails strong {color:#98183f;}
div#offerDetails h2 {font-size:1.3em;font-style:italic;line-height:1em;font-weight:600;margin-bottom:0.5em;color:#630823;}

div#offerDetails div.uwaga{
    background: #eeeeee;
    border:1px solid #cacaca;
    margin-bottom:1em;
}

div#offerDetails div.program{
    background: #eeeeee;
    border-top:1px solid #cacaca;
    border-bottom:1px solid #cacaca;
    margin-bottom:1em;
}

div.swiadczenia {
    background: #f4f4f4;
    border:1px solid #cacaca;
    margin-bottom:1em;
}

div.swiadczenia ol, div.listing ol{
    margin:0 0 0 20px;
}

div.swiadczenia ol li, div.listing ol li{
    margin:0 0 0.3em 0;
    padding:0;
}

div.swiadczenia ul li, div.listing ul li{
    margin:0 0 0.3em 0;
    padding:0 0 0 20px;
    background: transparent url(../images/more_arrow_little.jpg) no-repeat 2px 4px;
}

div.swiadczenia ol ul li, div.listing ol ul li{
    margin:0 0 0.3em 0;
    padding:0 0 0 20px;
    background: transparent url(../images/more_arrow_little.jpg) no-repeat 2px 4px;
}

div.swiadczenia ol ul, div.listing ol ul{
    margin:0.3em 0;
}

div.dodatkowo p, div.swiadczenia p, div.program p, div.uwaga p, div.ponadto p {margin:0;}

div#offerDetails ul li{
    margin:0 0 0.3em 0;
    padding:0 0 0 20px;
    background: transparent url(../images/more_arrow_little.jpg) no-repeat 2px 4px;
}

div#detailGallery img{
    border:1px solid #C0C0C0;
    float:left;
    margin:0 1em 1em 0;
    padding:4px;
    width:75px;
    height:75px;
}

/*

--- Kontakt Details start ---

*/

#contactTopDetails {
    border-bottom:1px solid #D4D4D4;
    margin-bottom:1em;
}

#contactTopDetails .home{
    background: url(../images/contact_home_ico.gif) no-repeat left 20px;
}
#contactTopDetails .tel{
    background: url(../images/contact_tel_ico.gif) no-repeat left 20px;
}
#contactTopDetails .mail{
    background: url(../images/contact_mail_ico.gif) no-repeat left 20px;
}
#contactTopDetails .clock{
    background: url(../images/contact_clock_ico.gif) no-repeat left 20px;
}

#contactTopDetails p{
    padding:0 0 0 30px;
}
#contactTopDetails a{
    color:#98183F;
    text-decoration:underline;
}
#contactTopDetails a:hover{
    color:#722A40;
}

/*

--- Kontakt Details end ---

*/

#panorama img{border:1px solid #98183f; margin:5px 0;}
#mapa {
    background: #000000 url(../images/mapa_dojazdu.jpg) no-repeat center center;
    width:736px;
    height:370px;
    border:1px solid #98183f;
}

div.form_row, div.submit_row {
    margin:0.5em 0;
}
div.form_row {position:relative;}

div.form_row label {color:#444444; font-weight:bold;}

div.form_row label {
    float:left;
    margin:0.5em 0;
    text-align:right;
    width: 140px;
}

div.control {
    float:left;
    margin:0 0 0 1em;
    width:500px;
}

#feedback_form fieldset {
    border:none;
    margin:0;
    padding:0 10px;
}

#feedback_form div.form_row input.text {
    background:transparent url(../images/form_input_bgr.png) no-repeat left center;
}

#feedback_form div.form_row input.text, #feedback_form div.form_row textarea {
    border:none;
    color:#FFFFFF;
    font-size:1em;
    padding:3px 8px;
    width:500px;
}
#feedback_form div.form_row textarea, #feedback_form div.form_row textarea:focus {
    background:transparent url(../images/form_textarea_bgr.png) no-repeat left center;
    color:#FFFFFF;
    height:168px;
    padding:3px 8px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}
div.row_note{
    font-size:0.9em;
    color:#444444;
    margin:0;
    width:500px;
}
div.submit_row{
	text-align:right;
    margin:0 45px 0 0;
}


/*

--- Bottom Nav start ---

*/



div#bottomNav {
    text-align:right;
    line-height:27px;
    height:27px;
    margin:10px 0;
}

div#bottomNav .btm-nav-content{
    background:transparent url(../images/bottom_nav_bgr.gif) repeat-x bottom left;
    float:right;
    margin-right:190px;
}

div#bottomNav .btm-nav-content span.begin{
    width:3px;
    height:27px;
    background: transparent url(../images/btm_nav_begin.gif) no-repeat right top;
}

div#bottomNav .btm-nav-content span.end{
    width:3px;
    height:27px;
    background: transparent url(../images/btm_nav_end.gif) no-repeat left top;
}

div#bottomNav a{
    color:#666666;
}

div#bottomNav a.powrot{
    background: transparent url(../images/powrot_bgr.gif) no-repeat left center;
    padding:0 0 0 16px;
}

div#bottomNav a.do-gory{
background: transparent url(../images/do_gory_bgr.gif) no-repeat left center;
padding:0 0 0 23px;
}

div#bottomNav a.drukuj{
background: transparent url(../images/drukuj_bgr.gif) no-repeat left center;
padding:0 0 0 23px;
}


/*

--- Bottom Nav end ---

*/


/*

--- Newsletter layer start ---

*/

#newsletter{
    background: #a90134 url(../images/newsletter_bgr.jpg) no-repeat bottom left;
    color:#FFFFFF;
}
#newsletter input.news-text {
  background:none repeat scroll 0 0 transparent;
  border:medium none;
  color:#FFFFFF;
  font-size:10px;
  margin:3px 0;
  padding:0 0 0 5px;
  vertical-align:middle;
  width:130px !important;
}
#newsletter p{
    padding:0;
    margin:0 0 0.5em 0;
    font-size:0.9em;
}

.input-box{
    width:139px;
    background:transparent url(../images/input-box.jpg) no-repeat left center;
    float:left;
	margin-right:3px;
}

#addMail input{
    background:transparent;
    border:none;
    font-size:10px;
    color:#FFF;
    width:130px !important;
	vertical-align:middle;
	margin:3px 0;
	padding:0 0 0 5px;
}

#newsletter_form input.save {
    height:22px;
    width:22px !important;
    background:transparent url(../images/newsletter_ok.gif) no-repeat left center;
    border:none;
    margin:0;
    padding:0;
    cursor:pointer;
}

/*
--- Newsletter layer end ---
*/


/*
--- Katalog layer start ---
*/

#katalog{
    background: #a90134 url(../images/katalog_bgr.jpg) no-repeat bottom left;
    color:#FFFFFF;
}

#katalog p{
    padding:0;
    margin:0 0 0.5em 0;
    font-size:0.9em;
}

#katalog p span{
    font-size:12px;
    font-weight:bold;
    float:right;
}

#pobierzPlik {
    float:right;
    margin-top:0.6em;
}

/*
--- Katalog layer end ---
*/


/*

--- Kontakt layer start ---

*/

#kontakt{
    background: transparent url(../images/kontakt_bgr.jpg) no-repeat bottom left;
}

#kontakt p{
text-align:right;
    padding:0;
    margin:0 0 0.5em 0;
    font-weight:bold;
    color:#000000;
}

#kontakt a{
color:#98183f;
}

#kontakt a img{
vertical-align: middle;
margin-left:5px;
}

/*

--- Kontakt layer end---

*/


/*--- Left Column ---*/

.orangebox {
    padding:10px;
    margin:0;
    background:#ed5b20 url(../images/orangebox_bgr.gif) no-repeat center top;
    text-align:center;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:1.66em;
    line-height:1em;
}

.org-arrow{
    height:10px;
    width:100%;
    background: transparent url(../images/orange_arrow.gif) no-repeat center top;
    margin-bottom:10px;
}

/*---- Left Column -----*/

/*----Left Navigation Menu Start 

-----*/		
#verticalSubmenu{
	overflow:hidden;
	padding-bottom:20px;
	background: transparent url(../images/left_menu_btm.gif) repeat-x bottom left;
	width:190px;
}

#verticalSubmenu ul ul li a { height: 100%; }
#verticalSubmenu ul li a { height: 100%; }
#verticalSubmenu ul ul li { margin-bottom: 0; }
#theMenu { width: 190px; margin:0; padding: 0; }

#verticalSubmenu a {outline:none;}
#theMenu h2, #theMenu h3, #theMenu h4, #theMenu h5{margin:0;}

#theMenu h3{
font-size:1.1em;
}
		
/* Some list and link styling */
#verticalSubmenu ul li { width: 190px; }
#verticalSubmenu ul ul li { padding: 0; width: 190px; margin-bottom: 0; }
#verticalSubmenu ul ul li a {
	background: transparent url(../images/caro_level4.gif) no-repeat 20px 8px;
	color:#000000;
	font-size:0.8em;
	text-decoration:none;
	padding:3px 10px 3px 32px;
	display:block;       
}
#verticalSubmenu ul ul li a:hover {
	display:block;
	background: #ffcebe url(../images/caro_level4.gif) no-repeat 20px 8px;
	color:#000000;
	font-size:0.8em;
	text-decoration:none;
	padding:3px 10px 3px 32px;
}
/* For the xtra menu */
#verticalSubmenu ul ul ul li { padding: 0; width: 190px; margin-bottom: 0; }
#verticalSubmenu ul ul ul li a {
	background: transparent url(../images/caro_level4.gif) no-repeat 20px 8px;
	color:#000000;
	font-size:0.8em;
	text-decoration:none;
	padding:3px 10px 3px 32px;
	display:block;       
}
#verticalSubmenu ul ul ul li a:hover {
	display:block;
	background: #ffcebe url(../images/caro_level4.gif) no-repeat 20px 8px;
	color:#000000;
	font-size:0.8em;
	text-decoration:none;
	padding:3px 10px 3px 32px;
}

#verticalSubmenu ul ul ul li.active { padding: 0; width: 190px; margin-bottom: 0; background: transparent url(../images/li_active_bgr.jpg) repeat-y right top; }
#verticalSubmenu ul ul ul li a.active {
	background: transparent url(../images/active_arrow.jpg) no-repeat right 50%;
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration:none;
	padding:3px 20px 3px 37px;
	display:block;
}


/* Header links styling */
#verticalSubmenu h3.head a{
	background: #630823 url(../images/arrow_level1_down.gif) no-repeat 97% 50%;
	color:#FFFFFF;
	padding:4px 20px 4px 7px;
	border-top:1px solid #000000;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	display: block;
	margin-top:1px;
}

#verticalSubmenu h3.head a:hover{ background: #98183F url(../images/arrow_level1_down.gif) no-repeat 97% 50%;}
#verticalSubmenu h3.selected a{ background: #630823 url(../images/arrow_level1_up.gif) no-repeat 97% 50%;	}
#verticalSubmenu h3.selected a:hover{ background: #98183F url(../images/arrow_level1_up.gif) no-repeat 97% 50%;}

/* Xtra Header links styling */
#verticalSubmenu h4.head a{
	background: #cacaca url(../images/arrow_level2_down.gif) no-repeat 97% 50%;
	color:#000000;
	font-size:1em;
	font-weight:600;
	text-decoration:none;
	padding:2px 20px 2px 12px;
	border-bottom:1px solid #9d9d9d;
	margin:1px 0 0;
}

#verticalSubmenu h4.head a:hover{ background: #eee url(../images/arrow_level2_down.gif) no-repeat 97% 50%; color:#000000;padding:2px 20px 2px 12px;font-size:1em;font-weight:600;}
#verticalSubmenu h4.selected a{ background: #cacaca url(../images/arrow_level2_up.gif) no-repeat 97% 50%;color:#000000}
#verticalSubmenu h4.selected a:hover{ background: #eee url(../images/arrow_level2_up.gif) no-repeat 97% 50%;color:#000000;}

#verticalSubmenu h5.head a{
	background: #e2e2e2 url(../images/arrow_level3_down.gif) no-repeat 97% 50%;
	color:#630823;
	font-size:1em;
	font-weight: 500;
	text-decoration:none;
	padding:2px 20px 2px 22px;
	border-bottom:1px solid #9d9d9d;
	margin:1px 0 0;
}

#verticalSubmenu h5.head a:hover{background: #eeeeee url(../images/arrow_level3_down.gif) no-repeat 97% 50%; color:#630823; padding:2px 20px 2px 22px;font-size:1em;font-weight:500;}
#verticalSubmenu h5.selected a{background: #e2e2e2 url(../images/arrow_level3_up.gif) no-repeat 97% 50%; color:#630823; padding:2px 20px 2px 22px;font-size:1em;font-weight:500;}
#verticalSubmenu h5.selected a:hover {background: #eeeeee url(../images/arrow_level3_up.gif) no-repeat 97% 50%; color:#630823; padding:2px 20px 2px 22px;font-size:1em;font-weight:500;}

ul#inne-kierunki { margin-bottom:20px; padding-bottom:20px; background: transparent url(../images/left_menu_btm.gif) repeat-x bottom left;}
ul#inne-kierunki li {
	margin:0;
    padding:0;
    width:190px;
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
}

ul#inne-kierunki li a {
	background: transparent;
	color:#000000;
	font-size:1em;
    font-weight:bold;
	text-decoration:none;
	padding:5px 10px;
	display:block;
    height:100%;  	
}
ul#inne-kierunki li a:hover {
	background: #ffcebe;
	text-decoration:none;
	padding:5px 10px;
}

ul#inne-kierunki li.active { padding:0; width: 190px; margin-bottom:0; background: transparent url(../images/li_kier_active.gif) no-repeat 0 50%; border:none;}
ul#inne-kierunki li.active span {
	color:#FFFFFF;
	font-size:1em;
	text-decoration:none;
    font-weight:bold;
	padding:3px 20px 3px 30px;
	display:block;
}

/*----Left Navigation Menu End  

-----*/


/*----Central Right Navigation Menu Start 

-----*/		
#verticalLongSubmenu{
	overflow:hidden;
	padding-bottom:20px;
	background: transparent url(../images/left_menu_btm.gif) repeat-x bottom left;
	width:740px;
}

#verticalLongSubmenu ul ul li a { height: 100%; }
#verticalLongSubmenu ul li a { height: 100%; }
#verticalLongSubmenu ul ul li { margin-bottom: 0; }
#theMenu { width:740px; margin:0; padding: 0; }

#verticalLongSubmenu a {outline:none;}
#theMenu h2, #theMenu h3, #theMenu h4, #theMenu h5{margin:0;}

#theMenu h3{
font-size:1.1em;
}
span.h3-offer-inside{
    font-size:1em;
    margin-bottom:0.4em;
    color:#630823;
    font-style:italic;
    font-weight:bold;
    display:block;
}
span.price-offer-inside{
    font-size:1.1em;
    color:#333333;
    font-style:normal;
    font-weight:bold;
    display:block;
	margin:0 0 0.3em 0;
}
		
/* Some list and link styling */
#verticalLongSubmenu ul li { width: 740px; }
#verticalLongSubmenu ul ul li { padding: 0; width: 740px; margin-bottom: 0; }
#verticalLongSubmenu ul ul li a {
	background: transparent url(../images/caro_level4.gif) no-repeat 20px 8px;
	color:#000000;
	font-size:0.8em;
	text-decoration:none;
	padding:3px 10px 3px 32px;
	display:block;       
}
#verticalLongSubmenu ul ul li a:hover {
	display:block;
	background: #ffcebe url(../images/caro_level4.gif) no-repeat 20px 8px;
	color:#000000;
	font-size:0.8em;
	text-decoration:none;
	padding:3px 10px 3px 32px;
}
#verticalLongSubmenu ul ul li img {
    margin:0.3em 1em 0 0;
    width:60px;
    height:60px;
    background:#eee;  
}

/* For the xtra menu */
#verticalLongSubmenu ul ul ul li { padding: 0; width: 740px; margin-bottom: 0; display:inline;}
#verticalLongSubmenu ul ul ul li a:hover {
	display:block;
	background: #ffcebe url(../images/caro_level4.gif) no-repeat 20px 8px;
	color:#000000;
	font-size:0.8em;
	text-decoration:none;
	padding:3px 10px 3px 32px;
}
#verticalLongSubmenu ul ul ul li p { font-size:0.9em; line-height:1.4em; margin:0; padding:0;}
#verticalLongSubmenu ul ul ul li.active { padding: 0; width: 740px; margin-bottom: 0; background: transparent url(../images/li_active_bgr.jpg) repeat-y right top; }
#verticalLongSubmenu ul ul ul li a.active {
	background: transparent url(../images/active_arrow.jpg) no-repeat right 50%;
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration:none;
	padding:3px 20px 3px 37px;
	display:block;
}

#verticalLongSubmenu ul ul ul li.second {
	background: #EEEEEE;
}
#verticalLongSubmenu ul ul ul li div:hover {
	background: #e1e1e1;
}

#verticalLongSubmenu ul ul ul li a.more{
    background: transparent url(../images/more_arrow.gif) no-repeat right center;
    line-height:20px;
    padding:0 20px 0 0;
    color:#98183f;
    font-weight:bold;
    font-size:12px;
    float:right;
	display:inline-block;
}

#verticalLongSubmenu ul ul ul li a.more:hover{
    background: transparent url(../images/more_arrow.gif) no-repeat right center;
    padding:0 20px 0 0;
    font-weight:bold;
    font-size:12px;
    text-decoration:underline;
    float:right;
}

/* Header links styling */
#verticalLongSubmenu h3.head a{
	background: #630823 url(../images/arrow_level1_down.gif) no-repeat 97% 50%;
	color:#FFFFFF;
	padding:4px 20px 4px 7px;
	border-top:1px solid #000000;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	display: block;
	margin-top:1px;
}

#verticalLongSubmenu h3.head a:hover{ background: #98183F url(../images/arrow_level1_down.gif) no-repeat 97% 50%;}
#verticalLongSubmenu h3.selected a{ background: #630823 url(../images/arrow_level1_up.gif) no-repeat 97% 50%;	}
#verticalLongSubmenu h3.selected a:hover{ background: #98183F url(../images/arrow_level1_up.gif) no-repeat 97% 50%;}

/* Xtra Header links styling */
#verticalLongSubmenu h4.head a{
	background: #cacaca url(../images/arrow_level2_down.gif) no-repeat 97% 50%;
	color:#000000;
	font-size:1em;
	font-weight:600;
	text-decoration:none;
	padding:2px 20px 2px 12px;
	border-bottom:1px solid #9d9d9d;
	margin:1px 0 0;
}

#verticalLongSubmenu h4.head a:hover{ background: #eee url(../images/arrow_level2_down.gif) no-repeat 97% 50%; color:#000000;padding:2px 20px 2px 12px;font-size:1em;font-weight:600;}
#verticalLongSubmenu h4.selected a{ background: #cacaca url(../images/arrow_level2_up.gif) no-repeat 97% 50%;color:#000000}
#verticalLongSubmenu h4.selected a:hover{ background: #eee url(../images/arrow_level2_up.gif) no-repeat 97% 50%;color:#000000;}

#verticalLongSubmenu h5.head a{
	background: #e2e2e2 url(../images/arrow_level3_down.gif) no-repeat 97% 50%;
	color:#630823;
	font-size:1em;
	font-weight: 500;
	text-decoration:none;
	padding:2px 20px 2px 22px;
	border-bottom:1px solid #9d9d9d;
	margin:1px 0 0;
}

#verticalLongSubmenu h5.head a:hover{background: #eeeeee url(../images/arrow_level3_down.gif) no-repeat 97% 50%; color:#630823; padding:2px 20px 2px 22px;font-size:1em;font-weight:500;}
#verticalLongSubmenu h5.selected a{background: #e2e2e2 url(../images/arrow_level3_up.gif) no-repeat 97% 50%; color:#630823; padding:2px 20px 2px 22px;font-size:1em;font-weight:500;}
#verticalLongSubmenu h5.selected a:hover {background: #eeeeee url(../images/arrow_level3_up.gif) no-repeat 97% 50%; color:#630823; padding:2px 20px 2px 22px;font-size:1em;font-weight:500;}

/*----Central Right Navigation Menu End  

-----*/
a.more{
    background: transparent url(../images/more_arrow.jpg) no-repeat right center;
    line-height:16px;
    float:right;
    padding:0 20px 0 0;
    color:#98183f;
    font-weight:bold;
}

a.more:hover{
    color:#98183f;
}

a.more-top{
    background: transparent url(../images/more_arrow.gif) no-repeat right center;
    line-height:16px;
    float:right;
    margin:5px 0 0 0;
    padding:0 20px 0 0;
    color:#FFFFFF;
    font-weight:bold;
}

a.more-top:hover{color:#FFFFFF;}

/*----Hity w ofercie Slider 
 
-----*/


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

#carousel { visibility:hidden; position:absolute;}

.jcarousel-container {
    position:absolute;
    visibility:hidden;
}

.jcarousel-skin {margin-bottom:15px;}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 2px;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin .jcarousel-container {
    background: transparent;
}
.jcarousel-skin .jcarousel-container-horizontal {width: 450px;padding: 0px 40px;}

.jcarousel-skin .jcarousel-clip-horizontal{
    width:450px; height:120px;
}

.jcarousel-skin .jcarousel-item {
    width: 106px; height: 120px; position:relative;
}

.jcarousel-skin .jcarousel-item img{ /*----Zdjecia wycieczek-----*/
    width:96px; height:110px; padding:4px; border: 1px solid #c0c0c0;
}

.jcarousel-skin .jcarousel-item-horizontal {
    margin-right: 7px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 24px;
    height: 120px;
    cursor: pointer;
    background: transparent url(../images/next_horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -24px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -48px 0;
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -72px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 24px;
    height: 120px;
    cursor: pointer;
    background: transparent url(../images/prev_horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position: -24px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: -48px 0;
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -72px 0;
}

p.boxcaption{  /*----Czarna nakladka-----*/
    padding:0 5px;
    margin:0;
    text-align:center;
    color:#FFFFFF;
    display:block;
    font-size:11px;
    line-height:1.5em;
    position: absolute;
    text-transform:uppercase;
    bottom:10px;
    left:1px;
    background: #000;
    opacity: .6; 
    /* For IE 8*/ 
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/**
 *  Right Boxes
 */
 
div.ind-of-box{
    width:190px;
    height:100px;
    background: transparent;
    border-top:1px solid #000000;
    margin-bottom:1px;
    position:relative;
}

div.ind-of-box img {
    width:190px;
    height:100px;
}

a.ind-boxcaption, a.ind-boxcaption-big{/*----Czarna nakladka na oferty indywidualne-----*/
    padding:3px 5px;
    margin:0;
    text-align:left;
    color:#FFFFFF;
    display:block;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:500;
    line-height:1.5em;
    position: absolute;
    top:12px;
    left:0;
    background: #000;
    opacity: .6; 
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    text-decoration:none;
}

a.ind-boxcaption:hover, a.ind-boxcaption-big:hover{/*----Czarna nakladka na oferty indywidualne-----*/
    color:#FFFFFF;
    text-decoration:none;
}

div.ind-of-bigbox{
    float:left;
    position:relative;
}
div.ind-of-bigbox img{
    border:1px solid #C0C0C0;
    margin:0 0 10px 10px;
    padding:4px;
    background: #FFFFFF;
    width:220px;
    height:150px;
}
#colCentRight a.ind-boxcaption-big{/*----Czarna nakladka na oferty indywidualne-----*/
    top:50px;
    left:10px;
    text-decoration:none;
}

/* Slider with Touroperators begin*/

#slider {position: relative; overflow: hidden; height:60px; width:100%; background:#FFFFFF;}
#slider img {position:absolute;	margin:0; height:60px; display:none;}
#imageloader {position:relative; display:block; width: 100%; margin: 0px auto; text-align: center;}
#imageloader img { position:relative; top:70px; z-index:100; width:128px; height:15px; display:inline;}

/* Slider with Touroperators end*/


/**
 *  Footer
 */

#footer{
	width:100%;
	background: transparent url(../images/footer_bgr.jpg) repeat-x top center;
	color:#eeeeee;
	border-top:1px solid #FFFFFF;
}

#footerMenu a{color:#FFFFFF;}

.footer-globe{
	background: transparent  url(../images/footer_globus.jpg) no-repeat top center;
}

#footerMenu{
	text-align:right; height:20px;
}

ul#footNav{
	line-height:20px;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	float:right;
	text-align:right;
}

ul#footNav li {
	float:left;	position:relative;
	background: transparent url(../images/topnav_points.gif) no-repeat left center;
}

ul#footNav li a{
	display:block; padding:0 10px;
}

ul#footNav li a.rss{
	padding-right:25px;
	background:url(../images/rss2.jpg) no-repeat right center;
}


ul#footNav ul {
	position:absolute;
	top:22px;
	left:0;
	width:200px;
	margin:0;
	text-align:left;
}

ul#footNav ul li {
	float:left;	position:relative;
	background: transparent url(../images/topnav_points.gif) repeat-y left center;
}


ul#footNav ul li a{
	display:block; padding:2px 0 0 15px; color:#CCCCCC;
}

ul#footNav li a.u-none:hover{
	text-decoration:none;
}

a.edysay{
	padding:5px 25px 5px 5px;
	line-height:20px;
	background:#98183F url(../images/edysay.jpg) no-repeat right center;
	text-decoration:none;
	color:#FFFFFF;
}

a.edysay:hover{
	background:#98183F url(../images/edysay.jpg) no-repeat right center;
	text-decoration:none;
	color:#E9B2C3;
}

#footer p.author {
	margin:0; padding:0 0 20px; text-align:right;
}

.b-none {border:none;}

strong {color:#722A40;}

#kierunki-turystyczne-detail .akcja {
  width: 240px;
  float: right;
  margin: 0 0 30px 30px;
  background-color: #E09FB3;
  padding: 8px;
  }
#kierunki-turystyczne-detail .akcja .pytanie {
  background-color: #A61B46;
  padding: 8px;
  font-size: 1.3em;
  color: #FFF;
  text-align: center;
  }
#kierunki-turystyczne-detail .akcja .pytanie strong,
#kierunki-turystyczne-detail .akcja .telefon strong {
    color: #FFF;
  }
#kierunki-turystyczne-detail .akcja .telefon {
  font-size: 2.3em;
  color: #FFF;
  text-align: center;
}
#kierunki-turystyczne-detail .akcja strong {
  color: #A61B46;
  }
a.twojaoferta {
  color: #FFF;
  }

.promocja ol li {
  margin: 1em 0;
  }
.promocja h2 span {
  display: block;
  font-size: .8em;
  font-weight: normal;
  }
#promocje h6 {
  background: transparent url( '../images/orange_header.png' ) left top no-repeat;
  }
#promocje {
  background: transparent url( '../images/promocje_bkg.png' ) right bottom no-repeat;
  margin-bottom: 15px;
  height: 170px;
  }
#promocje p {
  margin-top: 1em;
  }
#promocje strong {
  font-size: 1.2em;
  }

#logoParade {
  height: 60px;
  position: relative;
  }
#logoParade div.scrollableArea * {
  float: left;
  }

div#offerDetails h4 {
  font-weight: bold;
  margin-top: 10px;
  }
div#offerDetails ul+h3,
div#offerDetails p+h3 {
  margin-top: 20px;
  }
