body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*color: #fff;*/
}
#help td {border-bottom: 1px solid #CCCCCC;}
html {
	background-color: #fff;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	}

#wrapper {
	height: 100%;
	/*min-height: 100%;
	border: 1px solid #ff0000;
	background-color: #006699;*/
	}	
#bg_bottom_right {
	background-image: url(/data/images/corner4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bg_bottom_left {
	background-image: url(/data/images/corner3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*height: 100%;
	min-height: 100%;
	border: 1px solid #333333;*/
}
#bg_top_left {
	background-image: url(/data/images/corner1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
/*	min-height: 100%;
	border: 1px solid #333333;*/
}
#bg_top_right {
	background-image: url(/data/images/corner2.gif);
	background-repeat: no-repeat;
	background-position: right top;
/*	height: 100%;
	min-height: 100%;
	border: 1px solid #333333;*/
}
h2 {
	margin: 0px;
	padding: 0px;
}



.searchbox {	color: #000;
		height: 50px;
		}
		.box {	color: #000;
		width: 100%;
		}
.txttitle{
	font-family: Tahoma;
	font-size: 33px;
	text-transform: lowercase;
	line-height: 60px;

}
.txtlinkitalic {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-style: italic;
}
.txtlinkitalic:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
	font-style: italic;
}
.bg_corner5 {
	background-image: url(/data/images/corner5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.lang_link {
	color: #7687AC;
	text-decoration: underline;
	}
.lang_link:hover {
	color: #7687AC;
	text-decoration: none;
	}

.bg_corner6 {
	background-image: url(/data/images/corner6.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_plan {
	background-image: url(/data/images/bg_plan.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted;
	font-style: normal;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	font-style: normal;
}
a.img {
	border-bottom: 0px;
}
a.img:hover {
	border-bottom: 0px;
}
.txtlinkmenuactive {
	background-image: url(/data/images/ico_arrow_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
	font-style: normal;
}


.title_search_result {
	margin-top:15px;
	margin-left:15px;
	width:170px;
	color:white;
	text-align:left; 
	float:left;
}

ol li{
	list-style: decimal-leading-zero;
}

#search_result{
	margin-top:10px;
	margin-left:15px;
	float:left;
	overflow:auto; 
	height:430px; 
	width:160px;
	color:black;
	background:white;
	text-align:left;
	padding:5px;
	font-size: 9px;
}
#search_result li{
	list-style: decimal-leading-zero;
	margin-left:25px;
	padding-bottom:9px;
	color:#334460;
	font-size:11px;
	font-weight:bold;
	font-size: 9px;
}
/*
*html .title_search_result {
	margin-left:5px;
}*/
.title_search_result1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
.title_search_result2 {
	padding-top: 1px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

#component_content_loading{
	height: 24px;
}

.tab .label{
	padding-bottom:5px;
	font-weight: bold;
}
.tab select{
	width:100%;
}
/*.tab td{
	padding-bottom:15px;
	padding-right:15px;
}*/
.tab a, .tab a:link, .tab a:hover{
	text-decoration: none;
	border-bottom: 0px;
}

.tab2 td{
	padding:2px;
}

/* FLAGS */
#flags{

}
#flags TD.active{
	background:#c0c1bb;
}
#flags IMG.active{
	border:1px #ffffff solid;
}
#flags TD.noactive{
	background:#ffffff;
}
#flags IMG.noactive{
	border:1px #c0c1bb solid;
}
/* GMAP info window container */
.infoWindow {
	width:360px;
	height:160px;
	position:relative;
	clear:both;
	text-align: left;
}



#tab_offers_offers_window TD{
	padding:2px;
	font-size:11px;
}

/*table details*/
#details TH{
	width:1%;
	font-weight:bold;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	color: #555555;
}
#details TD{
	vertical-align: top;
	color: #555555;
}

#glass{
	color: white;
	background-color: black; 
	position: absolute; 
	filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25; 
	z-index: 1; display: none;	
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	padding-top:400px;
	padding-left:100px;
}
	
#glass_info{
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1; 	
	z-index: 2;	
}	


.png {filter:expression(fixPNG(this));}

.red { color: #FF0000; }
.style50P {
    border: 1px solid #DDDDDD;
    padding: 2px; 
    background: #F1F5F6;   
	width: 50%;
	font-size: 1.1em;
	}
.txtblack{color:#333333;}
.txtblacklink{color:#334460}
.txtblacklink:hover{color:#334460; text-decoration:underline}
.noborder, #middle_block_links a.noborder {
	border-bottom: none;
}
