/* 

#purple-out {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #7d347b;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

#country-outer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#country-outer #country-top {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 300px;
}

#country-outer #country-top #country-align {
	position: relative;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
}

#country-outer #country-top #country-align #country-box {
	width: 500px;
	height: 300px;
	background-color: #FFFFFF;
	z-index: 100;
	margin: auto;
	text-align: left;
	padding: 10px;
	font-size: 0.8em;
}

#country-outer #country-top #country-align #country-box a#close {
	text-decoration: none;
	color: #7d347b;
}

#country-outer #country-top #country-align #country-box a#close:hover {
	text-decoration: underline;
}

#country-outer #country-top #country-align #country-box a#close:hover img {
	border: 1px #FFFFFF solid;
}

#country-outer #country-top #country-align #country-box a {
	color: #333333;
	text-decoration: none;
}

#country-outer #country-top #country-align #country-box a:hover {
	color: #7d347b;
}

#country-outer #country-top #country-align #country-box a img {
	border: 1px #FFFFFF solid;
	padding: 1px;
	vertical-align: middle;
}

#country-outer #country-top #country-align #country-box a:hover img {
	border: 1px #7d347b solid;
} */

/* Everything above this line isn't used anymore */

#country-container {
	display: none;
}

ul#country-list li a {
	padding-left: 27px;
	display: br;
}
a.international {
	background: url(../images/flags/globe-off.gif) no-repeat left;
	padding: 3px 0px 3px 27px;
	text-decoration: underline !important;
	display: block;
}

a.international:hover {
	background-image: url(../images/flags/globe.gif);
}

a.india {
	background: url(../images/flags/in-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.india:hover {
	background-image: url(../images/flags/in.gif);
}

a.ireland {
	background: url(../images/flags/ie-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.ireland:hover {
	background-image: url(../images/flags/ie.gif);
}

a.malaysia {
	background: url(../images/flags/my-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.malaysia:hover {
	background-image: url(../images/flags/my.gif);
}

a.singapore {
	background: url(../images/flags/sg-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.singapore:hover {
	background-image: url(../images/flags/sg.gif);
}

a.unitedkingdom {
	background: url(../images/flags/gb-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.unitedkingdom:hover {
	background-image: url(../images/flags/gb.gif);
}
a.czech {
	background: url(../images/flags/cz-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.czech:hover {
	background-image: url(../images/flags/cz.gif);
}
a.thailand {
	background: url(../images/flags/th-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.thailand:hover {
	background-image: url(../images/flags/th.gif);
}
a.usa {
	background: url(../images/flags/us-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.usa:hover {
	background-image: url(../images/flags/us.gif);
}
a.belgium {
	background: url(../images/flags/be-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.belgium:hover {
	background-image: url(../images/flags/be.gif);
}
a.spain {
	background: url(../images/flags/es-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.spain:hover {
	background-image: url(../images/flags/es.gif);
}
a.austria {
	background: url(../images/flags/at-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.austria:hover {
	background-image: url(../images/flags/at.gif);
}
a.germany {
	background: url(../images/flags/de-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.germany:hover {
	background-image: url(../images/flags/de.gif);
}
a.switzerland {
	background: url(../images/flags/ch-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.switzerland:hover {
	background-image: url(../images/flags/ch.gif);
}
a.france {
	background: url(../images/flags/fr-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.france:hover {
	background-image: url(../images/flags/fr.gif);
}

a.netherlands {
	background: url(../images/flags/nl-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.netherlands:hover {
	background-image: url(../images/flags/nl.gif);
}
a.sweden {
	background: url(../images/flags/se-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.sweden:hover {
	background-image: url(../images/flags/se.gif);
}
a.italy {
	background: url(../images/flags/it-off.gif) no-repeat left;
	text-decoration: underline !important;
}

a.italy:hover {
	background-image: url(../images/flags/it.gif);
}

#country-list {
	margin: 15px 0 0 0;
	padding: 0;
}

#country-list li {
	list-style: none;
	font-size: 110%;
	float: left;
	width: 180px !important;
	width: 170px;
	height: 35px;
	margin-right: 10px;
}
.right {
	float: right;
	text-align: right;
}