/*-----------------------------*/
/*----->>>GLOBAL LAYERS<<<-----*/
/*-----------------------------*/

.site {
	min-width:1000px;
	max-width:1480px;
	margin: 0 auto;
}

.footer{
	position: relative;
	height:1px;
}
.footer-in{
	position: absolute;
	top:-138px;
	left:0;
	height:138px;
	background: transparent url("../template/img/pero.jpg") no-repeat scroll 98% 0;
	width:100%;
}




.push {
	height:34px;
	width:100%;
}

.content-wrapper{
	float:left;
	width:100%;
}
.main-content {
	padding:9px 0 85px 0;
	margin: 0 215px 0 220px;
	background: transparent url("../template/img/line-2.gif") repeat-y scroll 0 0;
	zoom: 1;
}
#sidebar-first {
	width:221px;
	float:left;
	margin-left:-100%;
	background: transparent url("../template/img/line-2.gif") repeat-y scroll 100% 0;
	padding-top:15px;
	padding-bottom:70px;
}
#sidebar-second {
	float:left;
	width:190px;
	margin-left:-215px;
	padding-bottom:100px;
}

.hint-wrapper {
	position: relative;
	display: inline;
}

.hint-wrapper .hint {
	position: absolute; top: 100%; left: 0;
	display: none; padding: 10px;
	border: 1px solid #000;
	white-space: nowrap;
	background: #fff;
}

.hint-wrapper:hover .hint {
	display: block;
}

#tooltip {
    border: 1px solid #000;
    position:absolute;
    z-index:9999;
    color:#000;
    font-size:10px;
    width:180px;
    background: #fff;
}

.worldmap-container{
background: none repeat scroll 0 0 white;
    border: 3px solid #B3B3B3;
    height: 608px;
    width: 768px;
}
.worldmap-input{
    width: 500px;
}
.mapcontrol-scroll{
overflow:hidden ! important;
}

#tooltip_hint {
    border: 1px solid #000;
    position:absolute;
    padding: 5px;
    z-index:9999;
    color:#000;
    font-size:10px;
    width:280px;
    background: #fff;
}