html { 
	height: 100% 
}
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	color:#666666;
}
h1 {
	font-family: Arial,Helvetica,sans-serif;
	color: #000066;
	font-size: 18px;
}
h3 {
	/*color: #000066;*/
	color: #031e51;
	font-size: 12px;
	margin-bottom:5px;
	font-weight:bold;
}
.bluefont {
	color: #000066;
}

/* layout */
#pagecontainer {
    width: 100%;
    height: 100%;
}
#header {
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 166px;
    background-color: #FFFFFF;
    color:#000000;

    display:none;
}

/* logo and flagbox in head */
#header #flag_box  {    
    height:40px;
}
#header #flag_box span {
	float:left;
	padding-top:10px;
}
#header #flag_box #country_headline {
	float:right;
	margin-top:5px;
	margin-right:10px;
	color:#797979;
	font-weight:bold;
}
#header #flag_box #country_flag {
	float:right;
	margin-top:0px;
	margin-right:10px;
}

#header #logo_box {
	float:left;
    height:48px;
    background-color:#ffffff;
    width:100%;
    background-image: url('../img/header_nav_bg.jpg');
    background-repeat: repeat-x;
    background-position: bottom;    
}
#header #logo_box img { 
	float:left;
	margin:0;
	padding: 0;
}
#header #logo_box #img_navstart {
	float:left; 
	padding-top:3px;
}
#header #logo_box img { 
	float:left;
	margin:0;
	padding: 0;
}



/* google maps */
#map_canvas { 
	position: absolute;
    left: 0px;
    top: 88px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

/* infowindow (singleton, opens on pin click) */
#map_canvas #infowindow_content {
	width:300px;
	overflow:auto;	
}
#map_canvas #infowindow_content #bodyContent{	
	width:280px;
}
#map_canvas #infowindow_content #bodyContent .icons img {
	margin-right:5px;
	margin-top:10px;
}

/* controll window on left hand side */
.controll_window {
	position:absolute;
	left:10px;
	top:20px;		
	width:190px;
	padding:15px;
	padding-top:5px;
	background-color: #ffffff;
		
	-webkit-box-shadow:  2px 2px 2px 1px rgba(1, 1, 1, 0.3);
    box-shadow:  2px 2px 2px 1px rgba(1, 1, 1, 0.3);
}
.controll_window form {
	margin-bottom:10px;
	width: 180px;
}
.controll_window input {
	width: 150px;
}

#controll_window_search #search_error {
	color:red;
}
#controll_window_search {
	top:20px;
}
#controll_window_fulltext {
	top:130px;
}
#controll_window_internetretailer {
	top:240px;
	/* box will be displayed if the country has any retailers. see sitescripts for details */
	display: none; 
}
#controll_window_internetretailer #internet_retailer {	
	margin-top:20px;
	height:300px;
	overflow:auto;	
}
#controll_window_internetretailer #internet_retailer p {	
	padding-top: 5px;
	padding-bottom: 15px;
	margin-right: 10px;
	border-bottom: 1px solid #cccccc;
}
#controll_window_search #input_search_address.error {
	color: red;
}


/* link behaviour */
.showall_link {
	margin-top:10px;
}
.link, a {
	cursor: pointer;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}
.link:hover, a:hover {
	color: #003399;
	font-weight: bold;
	text-decoration:none;
}


/* custom style for jquery-ui components */
.autocomplete_result_head {
	font-size:12px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { 
	border: 1px solid #cccccc;	
	background: #ffffff; 	
	color: #3178ba;
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	
}
.ui-widget-content a { 
	color: #3178ba; 
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: bold;	
}

.ui-menu-item {
	border-bottom:1px solid #CCCCCC;
}

/* scrollable autocomplete results */
.ui-autocomplete { 
	height: 200px; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	padding-right:10px;
}

