/* CSS Document */

#select_country_module
{
	background-color: #ffffff;
	height: 17px;
	margin: 5px auto 5px auto;
	width: 240px;
}

#select_country_border
{
	background-color: #ffffff;
	border: 1px solid #7f9db9;
	height: 100px;

	height: 48px; /*option for USA and CANADA */

	width: 570px;

	position: absolute;
	top: 20px;
	left: 380px;
	z-index: 100;
}

#select_country_module_head
{
	height: 22px;
	margin: 5px auto 0px auto;
	width: 250px;
}

#select_country1
{
	color: #C21f1A;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	height: 22px;
	margin-top: 2px;
	width: 120px;
}
	
#select_country2
{
	color: #C21f1A;
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	height: 22px;
	margin-top: 2px;
	width: 80px;
}

#PanelDiv div table tr td
{
	height: 15px;
	width: 92px;
}

#PanelDiv div table tr td a:link, #PanelDiv div table tr td a:visited, 
#PanelDiv div table tr td a:active, #PanelDiv div table tr td a:hover
{
	border: 0px;
	color: #4C4C4C;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin: auto 0px auto 0px;
	padding: 0px;
	text-decoration: none;
}

.country_flag
{
	margin-top: 2px;
}

#country_flag
{
	/*width: 50px;
	height: 22px;*/
	width: 39px;
	height: 17px;
	float: right;
}

#usa, #canada, #UK, #australia
{
	border: 1px solid #e1e1e0;
	width: 92px;
	height: 15px;
}

.country_name
{
	float: left;
	width: 75px;	
}

#select_country_border table
{
	height: 50px;
	width: 220px;

	height: 25px; 
}

td.country
{
	background-color: #f1f1f1;
	border: 1px solid #e1e1e0;
	height: 15px;
	margin: 4px 3px 4px 3px;
	padding: 0px; 
	width: 100px;
	
	cursor: default;
}

td.country div.country_text
{
	color: #4C4C4C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
}

td.country img
{
	float: right;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
}

.moduletable,
#page,
#page p,
#page table,
table, table tr, table td
{
	color: #4c4c4c;
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.moduletable strong,
#page strong, 
#page p strong, #page b, #page p b,
#page table strong, #page table b,
table td strong
{
	font-family: Tahoma;
	font-size: 13px; 
	font-style: normal;
	font-weight: bold;
}

.moduletable a, .moduletable a:visited
{}

#page a, #page a:visited,
#page p a, #page p a:visited,
#page table a, #page table a:visited,
table a, table a:visited
{
	color: #3575B5;
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.moduletable a:hover,
#page a:hover,
#page p a:hover,
#page table a:hover,
table a:hover
{
	color: #3575B5;
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}




#country_separator
{
	background-image: url('../stellar-images/country_separator.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 3px; 
	width: 303px;
}

ul
{
	color: #4C4C4C;
	font-family: Tahoma;
	/*font-size: 11px;*/
	font-style: normal;
	font-weight: normal;
	list-style: none outside url('../stellar-images/tick.png');
}