.CountryChooser a	{color: #ffffff; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal; font-size: 11px; text-decoration: none}
.CountryChooser a:link	{color: #ffffff; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal; font-size: 11px; text-decoration: none}
.CountryChooser a:visited	{color: #ffffff; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal; font-size: 11px; text-decoration: none;}
.CountryChooser a:active	{color: #ffffff; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal; font-size: 11px; text-decoration: none;}
.CountryChooser a:hover	{color: #f4db97; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; font-size: 11px; text-decoration: none;}

.maincontent td
{
	padding: 0px 15px 7px 0px;
}

label,input[type=radio],input[type=checkbox]
{
	cursor: pointer;
}

.OuterBody
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 770px;
}

	.CountryChooser
	{
		border: solid 1px #f4db97 !important;
		position: relative;
		top: 0px;
		left: 0px;
		width: 197px;
		height: 30px;
		z-index: 999;
		overflow: hidden;
		font-size: 0px;
		line-height: 0px;
	}


		.CountryChooser img
		{
			cursor: pointer;
		}

.CountryChooser .ChooserButton{
		color: White;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		padding: 7px 5px 10px 4px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		font-size: 11px;
		line-height: 14px;
		width: 197px;
		height: 13px;
}
		
	.CountryChooserOpen
	{
		height: 126px !important;
		border: solid 1px White !important;
		background-color: #4b2106 !important;
		font-family: Verdana, Helvetica, Arial, sans-serif !important;
		font-size: 0px;
		line-height: 0px;
	}

		.CountryChooserOpen .ChooserButton
		{
			cursor: default !important;
		}

		.CountryChooserOpen a
		{
			display: block;
			border-bottom: solid 1px #4b2106;
			padding: 7px 10px 10px 10px;
			margin: 0px 0px 0px 0px;
			color: White;
			cursor: pointer;
			font-size: 11px;
			line-height: 14px;
		}

			.CountryChooserOpen a.Last
			{
				/*border-bottom: none;*/
			}

		.CountryChooserOpen .Flag
		{
			border: 0px;
			position: relative;
			top: 1px;
			margin: 0px 7px 0px 0px;
		}

		.CountryChooserOpen a:hover
		{
			text-decoration: none;
			background-color: #8a5c28;
		}

		.CountryChooserOpen a.Selected
		{
			color: #f4db97;
			text-decoration: none;
			background-color: #8a5c28;
		}

