@charset "utf-8";
/* CSS Document */
#currency_container
	{
	display:none;
	position:absolute;
	z-index:10;
	width:495px;
	height:110px;
	left:-321px;
	top:61px;
	padding:0px 10px 0px 10px;
	background-color:#e9e7e7;
	border:#999999 solid 1px;
	
	}
#selected_currency
	{
	position:absolute;
	top:39px;
	left:51px;
	width:140px;
	height:19px;
	padding:3px 0px 0px 5px;
	background-image:url('../images/currency_dropdown.gif');
	cursor:pointer;
	background-attachment:fixed;
	/*background-color:#CCCCCC;*/

	}
	
	

/*	
#currency_container
	{
	position:relative;
	width:500px;
	height:500px;
	background-color:#3399CC;
	
	}
	*/
	
/*
#selected_currency
	{
	position:relative;
	width:140px;
	height:19px;
	left:355px;
	padding:3px 0px 0px 5px;
	background-image:url(../images/currency_dropdown.gif);
	cursor:pointer;
	background-color:#CCCCCC;
	}*/
	

