/* my stuff */
.goLeft{float:left}
.goRight{float:right}
.goRelative{ position:relative}
.goAbsolute{ position:absolute}
.clearALL{clear:both}

/* gallery */
div#gallery-container{}
div#gallery-container .gallery-container{ clear:both}
div#gallery-container .gallery-intermediar-text{ clear:both;border:1px solid #B3B6BA;margin:5px auto auto;padding:10px;}
div#gallery-container .gallery-image-thumb div{text-align:center;padding:7px; border:1px solid #B3B6BA; background:url('../images/design/loading-white.gif') no-repeat 50% 50%}
div#gallery-container .gallery-image-thumb div:hover{background:#ddd}
div#gallery-container .gallery-image-container-right{position:relative; float:left; width:auto; padding-left:20px; margin:0 0 15px 0}
div#gallery-container .gallery-image-container-left{position:relative; float:left; width:auto; margin:0 0 15px 0}
div#gallery-container .gallery-image-title{width:100%; padding:5px; font-size:14px; font-weight:bold}
div#gallery-container .gallery-image-link{ display:none}

/* contact */
#contact_container{}
#contact_container .noAll{ margin:0; padding:0}
#contact_container .noAll input{ border:1px solid #ddd; padding:4px; width:92%}
#contact_container p{margin-top:0}
#contact_container p input{ border:1px solid #ddd; padding:4px; width:90%}
#contact_container p textarea{ border:1px solid #ddd; padding:4px; width:90%; height:100px; overflow:auto}

#contact_container p.loading{ background:url('../images/ajax-loader.gif') no-repeat 5px 3px; padding-left:30px; display:none; border-left:1px solid #ddd; height:19px; padding-top:5px}


/* popups */
div#map_popup{
	position: absolute;
	z-index: 100000;
	width: 530px;
	right: -100px;	
	top: -200px;
	margin-right: -12px;
	display: none;
	background: url('../images/design/popup/popup_top.png') no-repeat 0 top;	
}

div#close_button_support,
div#close_button_register{
	width: 24px;
	margin: 3px 3px 0 0;
	height: 24px;
	cursor: pointer;
	float: right;
}

div.popup-top{
	width: 488px;
	padding: 0 10px 16px 32px;
	margin: 27px 0 0 0;
	overflow: hidden;
	background: url('../images/design/popup/popup_middle.png') repeat-y 0 0;		
}


div.popup-bottom{
	width: 530px;
	height: 16px;
	background: url('../images/design/popup/popup_bottom.png') no-repeat 0 bottom;		
}


div#close_button_support{
	background: url('../images/design/popup/close_button.png') no-repeat 0 top;
}

div#close_button_support:hover{
	background: url('../images/design/popup/close_button.png') no-repeat 100% top;
} 


a.h-see-more{ margin-top:10px; text-indent:-200px; display:block; clear:both;width:149px; height:28px; background:url('../images/see-more.png') no-repeat}

div#news-highlight-1 a:hover span.gk_news_highlighter_desc,
div#news-highlight-1 a:hover span.gk_news_highlighter_title{color:red}