/*  CSS
	CSS and HTML by Vukasin Terzic
*/

body {
	background-color:#fff;
	text-align:left;
	font-family: Arial, "Trebuchet MS", Verdana, "Myriad Pro", geneva, sans-serif;
	color:#7c7c7c;
	font-size:12px;
	margin:0px;
	padding:0px;
}

html {
	margin:0px;
	padding:0px;
}

* {
	margin:0px;
	padding:0px;
}

#container {
	margin:0px auto !important;
	width:1000px;
}

#top {
	display:inline;
}

#top #logo {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	background:#fff url(../gfx/logo.gif) no-repeat;
	width:104px;
	height:90px;
	text-indent:-99000px;
}

#top #top_middle {
	float:left;
	margin:0px 0px 0px 0px;
	width:486px;
	height:90px;
	background:#fff url(../gfx/bg-top.gif) top repeat-x;
	color:#fff;
}

#top_middle #nav {
	margin:36px 0px 0px 3px;
}

#nav a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	margin:0px 2px 0px 2px;
}

#nav a:hover {
	text-decoration:underline;
}
	
#top #top_right {
	float:right;
	margin:0px 0px 0px 0px;
	width:410px;
	height:90px;
	background:#fff url(../gfx/bg-postcard-1.png) no-repeat;
}

#clear {
	clear:both;
}

#search {
	display:inline;
	margin:0px 0px 0px 0px;
	widht:1000px;
}

#search #search_left {
	float:left;
	width:20px;
	height:180px;
	background:#fff url(../gfx/bg-search-left.gif) no-repeat;
}

#search #search_middle {
	position: relative;
	float:left;
	width:570px;
	height:180px;
	background:#fff url(../gfx/bg-search-middle.gif) repeat-x;
}



#search #search_middle #title{
	height: 53px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
}

#search #search_middle #float_box{
	position: relative;
	float: left;
	width:230px;
}

#search #search_middle #float_box #form_label{
	position: relative;
	float: left;
	padding-top: 7px;
	padding-right: 7px;
	width: 100px;
	text-align: right;
	color: #666666;
	font-weight: bold;
}
#search #search_middle #float_box input{
	margin: 2px;
	width: 90px;
}
#search #search_middle #float_box input:hover {
	border:1px solid #0b77b7;
} 
#search #search_middle #float_box input:focus  {
	margin: 1px;
	border:2px solid #0b77b7;
}

#search #search_middle #float_box select {
	padding: 3px 2px 3px 2px;
	margin: 2px;
	border:1px solid #B9D3DE;
	font:bold 11px arial, sans-serif;
	color:#CE0000;
	width: 100px;
}
#search #search_middle #float_box select option{
	padding-left: 4px;
}
#search #search_middle #float_box select:hover {
	border:1px solid #0b77b7;
} 
#search #search_middle #float_box select:focus  {
	margin: 1px;
	border:2px solid #0b77b7;
}






#search #search_middle #search_btn{
	margin: 0px; padding: 0px;	border: none;
	position: absolute;
	right: 5px;
	bottom: 34px;
	cursor: pointer;
	width: 108px;
	height: 31px;
	background-image: url(../gfx/search-btn-1.gif);
}






#search #search_right {
	float:right;
	width:410px;
	height:180px;
	background:#fff;
}

#search_right #right_1 {
	margin:0px 0px 0px 0px;
	width:410px;
	height:33px;
	background: url(../gfx/bg-postcard-2.png) no-repeat;
}

#search_right #right_2 {
	margin:0px 0px 0px 0px;
	width:410px;
	height:49px;
	background: url(../gfx/bg-postcard-3.png) no-repeat;
}

#search_right #right_3 {
	margin:0px 0px 0px 0px;
	width:410px;
	height:49px;
	background: url(../gfx/bg-postcard-4.png) no-repeat;
}

#search_right #right_4 {
	margin:0px 0px 0px 0px;
	width:410px;
	height:49px;
	background: url(../gfx/bg-postcard-5.png) no-repeat;
}

#search_bottom {
	width:1000px;
	height:30px;
	background:url(../gfx/bg-postcard-6.png) right no-repeat;
}


#squares {
	display:inline;
}

.specoff {
	postion:relative;
	float:left;
	margin-bottom:-70px;
	background: url(../gfx/bg-box-specoff.png) no-repeat;
	height:70px;
	width:70px;
	z-index:999;
}

*html .specoff {
	background: url(../gfx/bg-box-specoff.gif) no-repeat;
}

#square {
	width:209px;
	height:227px;
	z-index:-10;
}

*html #square {
	position:relative;
}

#square #square_top {
	width:209px;
	height:38px;
	background: url(../gfx/bg-square-top.png) no-repeat;
}

#square_top .title{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	padding:3px 2px 0px 70px;
}
	
#square #square_body {
	width:209px;
	height:173px;
	background: url(../gfx/bg-square-body.png) repeat-y;
	color:#000;
	font-size:12px;
}

#square_body #body_top{
	display:inline;
}

#body_top #hotel_img_frame {
	margin-left:15px;
	border:1px solid #ce0000;
	width:90px;
	height:90px;
	z-index:-20;
}

#hotel_img_frame .hotel_img  {
	display:block;
	margin:4px 4px 4px 4px;
	border:1px solid black;
	width:80px;
	height:80px;
	background:url(../gfx/hotel.gif) no-repeat;
}

#body_top #top_right {
	float:left;
	margin-left:116px;
	margin-top:-91px;
	width:78px;
	height:90px;
}

*html #body_top #top_right {
margin-left:58px;
}

#top_right .price {
	color:#ce0000;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
	margin:0px 0px 5px 20px;
}

#top_right .more_info {
	display:block;
	width:78px;
	height:20px;
	background: url(../gfx/bg-button-moreinfo.png) no-repeat;
	text-indent:-9999px;
	margin-top:10px;
}

#square_body p {
	margin:10px 15px 5px 15px;
}

#square #square_bottom {
	width:209px;
	height:16px;
	background: url(../gfx/bg-square-bottom.png) no-repeat;
}

#box1, #box2, #box3 {
	float:left;
	margin-right:22px;
}

#box3 {
	margin-right:0px !important;
}

#special_offer_box {
	float:right;
	width:307px;
	height:227px;
}

#special_offer_box #special_top {
	display:block;
	width:307px;
	height:38px;
	background: url(../gfx/bg-special-offer-top.gif) no-repeat;
}

#special_top a {
	font-size:16px;
	font-weight:bold;
	align:right;
	text-decoration:none;
	color:#fff;
	margin:5px 0px 0px 190px;
}

#special_offer_box #special_body {
	display:block;
	width:307px;
	height:189px;
	background: url(../gfx/bg-special-offer-body.gif) no-repeat;
	text-indent:-9999px;
}

#content {
	width:1000px;
	display:inline;
}

#content #content_left {
	float:left;
	width:671px;
	margin:30px 22px 0px 0px;

}

#content #content_left h1{
	font-size: 18px;
	margin-bottom: 15px;
	color: #CE0000;
}
#content #content_left p{
	margin-bottom: 10px;
}
#content_left #hotel_box_bg {
	margin:0px 0px 15px 0px;
	width:669px;
	height:112px;
	border:1px solid #ccc;
}

#hotel_box_bg #hotel_box {
	display:inline;
}

#hotel_box #hot_pic_bg {
	float:left;
	width:100px;
	height:100px;
	margin:5px 5px 5px 5px;
	border:1px solid #ccc;
}

#hot_pic_bg img {
	width:89px;
	height:89px;
	margin:5px 5px 5px 5px;
	border:1px solid #000;
}

#hotel_box #middle_content {
	float:left;
	width:415px;
	height:112px;
	margin-left:10px;
}

#title_line {
	clear:both;
	display:inline;
	margin-top:5px;
}

#title_line .hotel_name {
	float:left;
	color:#CE0000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
}

#title_line .hotel_stars_0 {
	float:left;
	text-indent:-9999px;
	margin:5px 0px 0px 10px;
}

#title_line .hotel_stars_1 {
	float:left;
	background:url(../gfx/bg-hotel-star.gif) repeat-x;
	width:20px;
	text-indent:-9999px;
	margin:5px 0px 0px 10px;
}

#title_line .hotel_stars_2 {
	float:left;
	background:url(../gfx/bg-hotel-star.gif) repeat-x;
	width:40px;
	text-indent:-9999px;
	margin:5px 0px 0px 10px;
}

#title_line .hotel_stars_3 {
	float:left;
	background:url(../gfx/bg-hotel-star.gif) repeat-x;
	width:60px;
	text-indent:-9999px;
	margin:5px 0px 0px 10px;
}

#title_line .hotel_stars_4 {
	float:left;
	background:url(../gfx/bg-hotel-star.gif) repeat-x;
	width:80px;
	text-indent:-9999px;
	margin:5px 0px 0px 10px;
}

#title_line .hotel_stars_5 {
	float:left;
	background:url(../gfx/bg-hotel-star.gif) repeat-x;
	width:100px;
	text-indent:-9999px;
	margin:5px 0px 0px 10px;
}

#middle_content #hotel_description {
	clear:both;
	margin:0px 10px 20px 0px;
	padding-top:15px;
	color:#000;
}

#content_left #right_part {
	float:right;
	width:125px;
	color:#000;
	font-size:15px;
	margin-top:40px;
}

#right_part .price {
	color: #CE0000;
	font-size:20px;
	margin-top:20px;
}

#right_part .more {
	color: #3580af;
	font-size:14px;
	margin-top:20px;
}

#content #content_right {
	float:right;
	width:307px;
	margin-top:30px;
}

#content_right #walkingTour {
	display:block;
	background:url(../gfx/bg-freetours.gif) no-repeat;
	width:307px;
	height:134px;
	text-indent:-9999px;
}

#inside_content {
	clear:both;
	width:1000px;
	display:inline;
}

#inside_content #inside_content_left {
	margin-top:40px;
	float:left;
	width:274px;
}

#inside_content_left #inside_search_top {
	width:274px;
	height:35px;
	background:url(../gfx/bg-inside-searchbox-top.png) no-repeat;
}

#inside_content_left #inside_search_body {
	position: relative;
	width:254px;
	height:250px;
	padding: 0px 10px 0px 10px;
	background:url(../gfx/bg-inside-searchbox-body.gif) repeat-y;
}
#inside_content_left #inside_search_body #label{
	margin-left: 2px;
	padding-top: 0px;
	margin-bottom: 3px;
}
#inside_content_left #inside_search_body #float_box{
	position: relative;
	float: left;
	width: 106px;
}


#inside_content_left #inside_search_body input {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border:1px solid #B9D3DE;
	font:normal 11px arial, sans-serif;
	color:#CE0000;
	width: 92px;
}

#inside_content_left #inside_search_body input:hover {
	border:1px solid #0b77b7;
} 

#inside_content_left #inside_search_body input:focus  {
	margin: 1px;
	border:2px solid #0b77b7;
}

#inside_content_left #inside_search_body select {
	padding: 2px 2px 2px 2px;
	margin: 2px;
	border:1px solid #B9D3DE;
	font:normal 11px arial, sans-serif;
	color:#CE0000;
	width: 100px;
}
#inside_content_left #inside_search_body select option{
	padding-left: 4px;
}

#inside_content_left #inside_search_body select:hover {
	border:1px solid #0b77b7;
} 

#inside_content_left #inside_search_body select:focus  {
	margin: 1px;
	border:2px solid #0b77b7;
}

#inside_content_left #inside_search_body .ch_box_stars{
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	border: none;
}
#inside_content_left #inside_search_body  label{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
	height: 15px;
}
#inside_content_left #inside_search_body  label img{
	position: relative;
	float: left;
}

#inside_content_left #inside_search_body .search_btn{
	position: absolute;
	right: 10px;
	bottom: 15px;
	background-image: url(../gfx/search-btn.gif);
	width: 84px;
	height: 29px;
	border: none;
}
#inside_content_left #inside_search_body .search_btn:hover{
	border: none;
}

#inside_content_left #inside_search_body .search_btn:focus  {
	margin: 0px;
	border: none;
}



#inside_content_left #inside_search_bottom {
	width:274px;
	height:12px;
	background:url(../gfx/bg-inside-searchbox-bottom.gif) no-repeat;
}

#inside_content_left #inside_specialoffer {
	width:274px;
	height:206px;
	margin-top:20px;
	background:url(../gfx/bg-inside-specialoffer-box.gif) no-repeat;
	cursor: pointer;
}

#inside_content #inside_content_right {
	float:right;
	margin-top:0px;
	/*width:428px;*/
	width:706px;
	
}

#inside_content #inside_content_right h1{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #CE0000;
	margin-top: 10px;
	margin-bottom: 20px;
}
#inside_content #inside_content_right p{
	margin-bottom: 10px;
}



#inside_content_right img {
	height:250px;
	max-width:428px;
	border:none;
	margin:20px 0px 20px 0px;
	padding-top:20px;
}

.subtitle {
	color:#CE0000;
	font-size:15px;
	font-weight:bold;
	margin:10px 10px 0px 0px;
}

.infos {
	color:#3580af;
}

#inside_inline {
	widht:706px;
	display:inline;
}

#inside_inline #inline_left {
	float:left;
	width:464px;
}

#inside_inline #inline_middle {
	float:left;
	width:222px;
	margin-left:20px;
}

#inside_inline #inline_right {
	float:right;
	width:222px;
}

#inline_right #inside_services {
	width:222px;
	min-height:50px;
}

#inside_inline #inline_left_booking {
	float:left;
	width:332px;
	height:243px;
	border:1px solid #002d62;
	background: url(../gfx/bg-bookingform-box.png) top repeat-x;
	color:#002d62;
	font-size:14px;
}

#inside_inline #inline_middle_booking {
	float:left;
	width:332px;
	height:243px;
	border:1px solid #002d62;
	border-left:none;
	border-right:none;
	background:#fffffb;
	color:#002d62;
	font-size:14px;
}

#inside_inline #inline_right_booking {
	float:right;
	width:332px;
	height:243px;
	border:1px solid #002d62;
	background: url(../gfx/bg-bookingform-box.png) top repeat-x;
	color:#002d62;
	font-size:14px;
}


.formtitle {
	margin:15px;
	font-size:18px;
	font-weight:bold;
	color:#002d62;
}

#proceed {
	display:block;
	width:108px;
	height:28px;
	background:url(../gfx/bg_button_proceed.png) no-repeat;
	text-indent:-9999px;
}

/*

#inside_content #inside_content_right {
	float:right;
	margin-top:40px;
	width:258px;
}

#inside_content_right #inside_getprice_top {
	width:258px;
	height:35px;
	background:url(../gfx/bg-inside-getprice-top.png) no-repeat;
}

#inside_content_right #inside_getprice_body {
	width:258px;
	height:250px;
	background:url(../gfx/bg-inside-getprice-body.gif) repeat-y;
}

#inside_getprice_body #free_txt {
	margin:0px 15px 20px 15px;
}

.freetransport {
	font-size:25px;
}

.freetransportRed {
	font-size:25px;
	color:#CE0000;
}



#inside_content_right #inside_getprice_bottom {
	width:258px;
	height:12px;
	background:url(../gfx/bg-inside-getprice-bottom.gif) no-repeat;
}

#inside_content_right #inside_services {
	width:258px;
	min-height:50px;
}

#inside_content_right #inside_location {
	width:258px;
	min-height:50px;
}

*/

#footer_bg {
	margin-top:30px;
	width:1000px;
	height:30px;
	background:url(../gfx/bg-footer.png) repeat-x;
}

#footer_nav {
	color:#fff;
	margin:0px auto;
	padding-top:8px;
	text-align:center;
}

#footer_nav a {
	color:#fff;
}
	

#footer_nav a:hover {
	text-decoration:none;
}

#footer_bottom {
	text-align:center;
	padding-top:8px;
	color:#CE0000;
}


/* TABLE */

.room_type table {
	border: 1px solid #FFF;
	width:706px;
	text-align:left;
	margin-top:10px;
}

.room_type th {
	color: white;
	font-weight:bold;
	background:#002d62;
	padding: 4px;
}

.room_type td {
	color:#3580af;
	padding: 4px;
}

.room_type thead th {
	text-align: center;
	color: white;
	font-weight:bold;
	background:#002d62;
	font-size: 100% !important;
}

.room_type tbody th {
	font-weight: bold;
}

.room_type tbody tr { background: #F5F1F1; }

tbody tr.odd { background: #EBEEF1; }


/* FORMS */

input {
	padding:5px;
	width:160px;
	border:1px solid #B9D3DE;
	font:bold 11px arial, sans-serif;
	color:#CE0000;
	margin: 1px 0px 1px 10px;
}

input .middle_specoff {
	width:100px;
}

input:hover {
	border:1px solid #0b77b7;
} 

input:focus  {
	border:2px solid #0b77b7;
}
 
 
 
 
 
 
 
#inline_right_booking select {
	padding: 2px 2px 2px 4px;
	border:1px solid #B9D3DE;
	font:bold 11px arial, sans-serif;
	color:#CE0000;
	margin: 1px 0px 1px 10px;
}
#inline_right_booking select:hover {
	border:1px solid #0b77b7;
} 

#inline_right_booking select option{
	padding-left: 4px;
}
 
 
 
 
 
 
 
 
 
label {
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
	padding-top:5px;
}

fieldset {
	border:1px solid #ddd;
	padding:0px 5px 5px 0px;
}
.radio {
	position:relative;
}
.radio fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 10px;
}

.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.checkbox {
	width:20px;
}

#codes{
	margin: auto;
	width: 800px;
	height: 100px;
	overflow: auto;
}

/*-------------------popup--2008.11.10---------------------------*/
#special_offer {
	position:absolute;
	top: 50px;
	left: 200px;
	width:366px;
	height:424px;
	z-index:100;
	visibility: hidden;
	background: url('../gfx/popup/special-offers-popup-bg.png') no-repeat;
}

* html #special_offer{
	position:absolute;
	background:url('../gfx/popup/special-offers-popup-bg-ie.gif') no-repeat;
	top: 290px;
	left: 300px;
}
/*-------------------popup---2008.11.10---------------------------*/


/*------------------phone number for booking page---2008.11.10*/
#booking_call{
	text-align: center;
	color: #CE0000;
	padding-top: 20px;
	font-weight: bold;
}
#booking_call #phrase{
	font-size: 30px;
}
#booking_call #phone_number{
	font-size: 50px;
	padding-top: 20px;
}

/*------------------phone number for booking page---2008.11.10*/


/*for gta*/

body{
	margin:0px;
	padding:0px; 
	background-color:#FFFFFF; 
	overflow-y:hidden;
}
