div#quote_container{}



/* popups */
div#map_popup{
	position:absolute;
	z-index: 99999;
	width: 530px;
	top:50px;
	left:-400px;
	display: none;
}

div#close_button_support,
div#close_button_register{
	width: 24px;
	margin: 3px 3px 0 0;
	height: 24px;
	cursor: pointer;
	float: right;
}

div.top{
	width: 488px;
	padding: 0 10px 16px 32px;
	margin: 27px 0 0 0;
	overflow: hidden;
}


div.bottom{
	width: 530px;
	height: 16px;
}
div#map_popup,
div#popup_register{
	background: url('../../images/popup/popup_top.png') no-repeat 0 top;
}

div#close_button_support,
div#close_button_register{
	background: url('../../images/popup/close_button.png') no-repeat 0 top;
}

div#close_button_support:hover,
div#close_button_register:hover{
	background: url('../../images/popup/close_button.png') no-repeat 100% top;
} 

div.top{
	background: url('../../images/popup/popup_middle.png') repeat-y 0 0;	
}

div.bottom{
	background: url('../../images/popup/popup_bottom.png') no-repeat 0 bottom;	
}


#map-container{}
.map-loading{background:url('../../images/map-loading.gif') no-repeat 50% 50%}
.map-btns{ background:url('../../images/map_btns.gif') no-repeat}
.map-bottom{background-position: -8px 0; width:315px; height:15px; clear:both;margin:0 0 0 25px}

ul#quote_tabs { height:47px}
ul#quote_tabs li .europe{ background-position: -187px -62px; width:122px; height:47px}
ul#quote_tabs li.quote_tabs_active .europe{ background-position: -187px -15px;; width:122px; height:47px}

ul#quote_tabs li .usa{ background-position: 0px -15px; width:187px; height:47px}
ul#quote_tabs li.quote_tabs_active .usa{ background-position: 0px -62px;; width:187px; height:47px}

