body{
	font-family: Verdana;
	font-size: 11px;
	background-color: White;
	color: #333333; /* #c30000; */
	background-image:url(../images/logobig.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a{
	color:#cc0000;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
}
h1{
	color:#006699;
	padding: 5px 5px 5px 0px;
	font-size:12px;
	font-weight: 500;
}
h1.red{
	color: #c30000;
	padding: 5px 5px 5px 0px;
	font-size:13px;
}
h2{
	padding: 5px 5px 5px 0px;
	font-size:12px;
}
h3{
	padding: 5px 5px 5px 0px;
	font-size:11px;
}
hr{
	color:#ebebeb;
}
#center{
	text-align: left;
	width: 100%;
}
#content{
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	margin-top:185px;
	margin-bottom: 20px;
}
#menu{
	float:left;
	text-align:left;
	font-size:13px;
	width: 120px;
}
#menu li{
	padding-top: 5px;
	padding-bottom:5px;
	background-image: url(../images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#sidebar{
	float:right;
	margin-top: -165px;
	width: 240px;
	position:relative; /* musi byc dla IE6 / need to be for IE6 */
}
#main{
	margin-top:0px;
	margin-left:135px;
	width:545px;
}
#main #search-result #result-item{
	margin: 10px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}
#main #search-result #result-item h3{
	margin-bottom: 10px;
	color: #CC0000;
	text-decoration: underline;
	font-size: 12px;
}
#main #search-result #result-item div{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
#main #search-result #result-item span{
	font-weight: bold;
}
#main #search-result #result-item div img{
	float: right;
	margin: 5px 5px;
}

#main #search-result #result-item-special{
	margin: 10px 5px 5px 5px;
	border: 2px solid #FF0000;
	padding: 5px 5px 5px 5px;
}
#main #search-result #result-item-special h3{
	margin-bottom: 10px;
	color: #CC0000;
	text-decoration: underline;
	font-size: 12px;
}
#main #search-result #result-item-special div{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
#main #search-result #result-item-special span{
	font-weight: bold;
}
#main #search-result #result-item-special img{
	float: right;
	margin: 5px 5px;
	display: inline;
}

#mapblock{
    width: 545px; 
    height: 470px;
	overflow: hidden;
	float: left;
}
#map{
    width: 543px; 
    height: 425px;
	margin-top: 3px;
	border: 1px solid gray; 
}

#pagination{
	text-align:center;
	width:100%;
	font-size: 12px;
}

/********* TAB *******************************************************************/

.top-div{
	float: left; 
	width: 545px; 	
}

#quicksearch{
	width:345px;
	text-align:left;
	float: left;
}
#searchtabs{
	width: 100%;
	height: 195px;
	padding-left: 1px;
	padding-right: 1px;
}
#searchtabs button{
	background: none;
	border: none;
	cursor: pointer;
}
#quicksearch ul{
    margin-bottom: 0px;
    list-style-type: none;
    line-height: 25px;
	text-align: center;
	background-color: white;
	width: 100%;
}
#quicksearch ul li{
    float: left;
	width: 69px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#quicksearch ul li a{
	font-size: 10px;
    color: white; 
    display: block;
    padding: 0px 7px;
    background: white;
    font-weight: bold;
	cursor: pointer;
	background-image: url(../images/multisearchlightblue.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#quicksearch ul li a:hover{
    /background: white;
	background-image: url(../images/multisearchdarkblue.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#quicksearch ul li#first{
	width: 70px;
	margin: 0;
	padding: 0;
}
#searchtabs div.tab{
    height: 175px;
    color: white;
    padding: 7px 10px;
    background-image: url(../images/tabsbg2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
	border-top: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#searchtabs div.tab table {
	 margin-left: 0px;
	 margin-top: 0px;
	 float:left;
}
#searchtabs div.tab td{
    vertical-align:top;
    padding: 5px 5px 5px 5px;
}
#searchtabs div.tab input.longin{
    border:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 15px;
    width: 300px;
}
#searchtabs div.tab input.shortin{
    border:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    height: 15px;
    width: 200px;
}
#searchtabs div.tab input.guests{
    border:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    height: 15px;
    width: 20px;
}
#searchtabs div.tab img.cal{
    vertical-align:middle;
    padding-left: 3px;
    padding-right: 3px;
}
#searchtabs .tabs-submit{
	cursor: pointer;
}

#searchtabs div.tab td.submit-img{
	padding: 0;	
	position:  relative;
	margin: 0;
	vertical-align: middle;
}

/********************* TOP DEST *****************************/

#topdest{
	width: 180px;
	text-align:left;
	float:right;
}
#topdest ol{
	list-style-type: decimal;
	color: #c30000;
	margin-left: 0px; padding-left: 20px;
}

#topdest ol li{
    font-size: 10px;
    line-height: 16px;
}

#topdest ol li a{
	font-weight: bold;	
}

#topdest ol li a:hover{
	text-decoration: underline;
}

#hostels-top-dest div{
	float: left; 
	margin-right: 15px; 
	width: 165px; 
	height: 100px;	
}
#hostels-top-dest div a{
	color: gray;
}
#hostels-top-dest div a:hover{
	text-decoration: underline;
	font-weight: normal;
}

/************************** SEARCH **********************************/

p.moresearch{
	padding: 0px 0px 0px 0px;
	color: #909090;
	font-size: 7pt;
	margin: 5px;
}
p.moresearch a{
	color: #909090;
	font-weight: bold;
}
#quickbar{
	width: 545px;
	height: 37px;
	background-image: url(../images/searchbar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom: 10px;
	float: left;
}
#quickbar button{
	background: none;
	border: none;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
	cursor: pointer;
}
#quickbar img{
	cursor: pointer;
	display:inline;
	float:right;
}
#quickbar input{
	float:left;
	margin-left: 210px;
	margin-top: 11px;
	border: 0;
	width: 250px;
	height: 15px;
	font-size: 11px;
	vertical-align: middle;
}
p.red{
	color: #c30000;
}
p.white{
	color: white;
	font-size:10px;
}
p.white a{
	color:#FFFFFF;
	text-decoration: underline;
}
p.white a:hover{
	text-decoration: none;
}
#footer{
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	height: 81px;
	width:100%;
	text-align:center;
	margin-top: 20px;
	color:#666666;
	padding-top: 20px;
}

#search{
	margin-top: 60px;
}
#search input{
	width: 215px;
	border: 0;
	background-image:url(../images/inputbg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 19px;
	margin-bottom: 5px;
	padding-left:6px;
	padding-top:4px;
	font-size: 12px;
}
#search h1{
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 5px;
}
#search span{
	font-size: 9px;
	color: #FFFFFF;
}
#search span input{
	vertical-align: middle;
	margin-right: 5px;
	background-image: none;
	height:auto;
	margin-bottom: 0;
	width: auto;
}

/************************ SIGN IN SIDEBAR **************************************/

#signin{
	width: 245px;
	height: 205px;
	background-image:url(../images/signinbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 20px;
}
#signin button{
	background: none;
	border: none;
	cursor: pointer;
}
#signin h1{
	color: #006699;
	font-size: 12px;
	margin-left: 20px;
	padding-top: 10px;
}
#signin table{
	width: 225px;
	margin-left: 10px;
	margin-top: 10px;
	color: #999999;
	/* height: 100% - nie może być na IE6 bo rozwala tabele */
}
#signin table td{
	vertical-align:top;
	padding: 5px 0px 5px 0px;
}
#signin span.red{
	color:#c30000;
	font-weight: bold;
	padding-bottom: 0px;
	display:block;
}
#signin input{
	width: 215px;
	border: 0;
	background-image:url(../images/inputbg2.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 6px;
	padding-top: 4px;
	font-size: 12px;
	height: 19px;
}
#signin span input{
	vertical-align: middle;
	margin-right: 5px;
	background-image: none;
	height:auto;
	margin-bottom: 0;
	width: auto;
}
#signin img{
	cursor: pointer;
	margin-right: 5px;
}
#signin h1.red{
	color:#c30000;
	font-size:13px;
	padding:8px 5px 5px 0
}
#signup{
	margin-top: 10px;
	margin-left: 12px;
	color: #999999;
	font-size: 10px;
	line-height:15px;
}
#signup a{
	color: #006699;
}
span.red{
	color:#c30000;
	font-weight: bold;
}

#signin ul{
	list-style-type:disc;
	margin-left: 20px;
}
#signin ul li{
	padding: 2px 2px;
}

#signin a{
	color: gray;
}
#signin a:hover{
	text-decoration:underline;
	font-weight: normal;
}
/*********************************** PICKS SIDE BAR ***********************************/

#picks{
	background-image:url(../images/picksbg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-top: 10px;
	color: #999999;
    height: 100%;
}
#picks-top{
	background-image:url(../images/picksbgtop.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}
#picks-top h1{
	background-color: #f7f7f7;
}
#picks-bottom{
	background-image:url(../images/picksbgbottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 15px;
	font-size:9px;
}
.pick{
	padding-left: 15px;
    padding-right: 15px; 
	margin-bottom: 7px;
}
.pick div.pick-content{
	text-align: justify;
	display: block;
}
.pick p.more-info{
    margin-top: 10px;
}
.pick p.more-info a{
    color: #999999;
    font-weight: bold;
}
.pick span.thumb img{
    margin: 11px 0px 4px 0px;
    border: 0px solid gray;
    padding: 3px 3px 3px 0px;
	width: 200px;
}
.pick ul{
    margin-top: 10px;
}
.pick ul li{
	line-height: 17px;
}
.pick .bullet{
	margin-left: 5px;
	margin-right: 5px;
}
.pick ul li a{
	color: #909090;
}
.pick .hand{
	position:absolute;
	right: 25px;
}
#description{
	padding: 10px 10px 10px 10px;
}
#list{
	margin: 10px 10px 10px 20px;
	font-size: 12px;
}

.pick-list{
	margin: 10px 10px 10px 10px;
}
.pick-date{
	margin: 3px 3px 3px 3px;	
}

/*****************************************************  TOURS */

#tours-table{
	width: 100%;
}
#tours-table td{
	padding: 5px 5px;
}
#tours-table td a:hover{
	font-weight: normal;
	text-decoration: underline;
}
#tours-search-table{
	width: 500px;
}
#tours-search-table button{
	background: none;
	border: none;
	cursor: pointer;
}
#tours-search-table td{
	padding: 3px 5px;
	vertical-align:middle;
}
#tours-search-table input{
	border: 1px solid black;
	width: 200px;
}
#tours-search-table select{
	border: 1px solid black;
	width: 200px;
}
#tours-search-table img{
	float: right;
}

#tour-details p{
	margin: 5px 0px;
}
#tour-details a{
	font-size: 13px;
}
#tour-details #tour-images{
	text-align: center;
}
#tour-details #tour-images table{
	width: 100%;
}
#tour-details #tour-images table td img{
	background-color:#CCCCCC;
	padding: 5px 5px;
}

/********************* PLACES *****************/
#place-images{
	width: 100%;
}
#place-images table{
	width: 100%;
}
#place-images td{
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
}
#place-images img{
	border: 1px solid #CCCCCC;
	margin: 3px 3px;
	padding: 3px 3px;
}
.img-container{
	text-align: center;
	font-size: 9px;
	margin-bottom: 7px;
}
#description {
	overflow: hidden;
}
#description #place-sidebar{
	float: right;
	margin: 0px 0px 10px 10px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 203px;
}
#place-map{
    width: 200px; 
    height: 200px;
}
#place-map #map{
    width: 200px; 
    height: 200px;
	margin-top: 3px;
	border: 1px solid gray; 
}

/****************** SIGNUP *****************/
#sign-form fieldset legend{
	font-weight: bold;
}
#sign-form fieldset{
	border:1px solid #999999;
	margin: 5px 5px;
	padding: 10px 10px;
}
#sign-form fieldset p{
	margin: 3px 3px;
}
#sign-form fieldset p input{
	margin: 3px 3px;
	padding: 3px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
	letter-spacing: 2px;
	/* border: 1px solid #FF9900; */
	border: 1px solid black;
}
#sign-form fieldset select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px 3px;
	padding: 3px 3px;
	border: 1px solid black;
	width: 250px;
}
#form-errors{
	color: #FF0000;
	margin: 10px 10px 5px 5px;
}
#sign-frame{
	width: 100%;
	height: 50px;
	text-align: center;
	border: 1px solid #FF0000;
	line-height: 50px;
}

/*********************** REVIEWS ***************************************/

#reviews{
	background-image:url(../images/penpaper.jpg);
	background-repeat:no-repeat;
	background-position: right 10px;
	color:#999999;
	float: left;
	width: 100%;
}

#reviews ol{
	list-style-type:decimal;
	padding-left:  30px;
	margin-bottom: 10px;
}
#reviews ol li{
	line-height: 20px;
}
#reviews ol li a{
	cursor: pointer;
}
#reviews a.gray-link-bold{
	color:#999999;
	font-weight:bold;
}
#reviews a.gray-link{
	color:#999999;
}
#reviews ol li p{
	color: #000000;
}
#review .author{
	float: right;
}

#reviews .more-revs{
	padding-left: 20px;
}
#reviews .more-revs img{
	margin-right: 10px;
}
#reviews .more-revs a{
	color:#999999;
}

/*********************** NEWSLETTER ***************************************/

#newsletter {
	float: left;
	width: 100%;
}

#newsletter p{
	margin: 10px 5px 10px 5px;
	color: gray;
	font-size:10px;
}
#newsletter p input.nl{
	padding: 3px 3px 3px 3px;
	color: gray;
	font-size: 10px;
	vertical-align:middle;
}
#newsletter img.koperta{
	float: right;
	position: relative;
}

#rss{
	float: left;
	width: 100%;
}
#tophotels{
	float: left;	
	width: 100%;
}