﻿#country-select {
	/*position: absolute;
	top: 13px;
	right: 0;*/
	/*width: 180px;*/
        display: inline-block;
	}

#country-select form {
	/*width: 180px;
	padding: 0;*/
	}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}
.dropdown
{
    /*height:100px;*/
    width: 80px;
}

.dropdown dt { position: relative; }

.dropdown a {
	text-decoration: none;
	outline: 0;
	/*font: 12px Arial, Helvetica, sans-serif;*/
	display: block;
	/*width: 130px;*/
	overflow: hidden;
	}

.dropdown dt a {
	/*background: #c45618;
	border: 1px solid #964315;*/
	padding: 3px 10px 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
    display: block;
	}

	.dropdown dt a.active {
		background: #db5e18;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom: 0px dotted #676768;
		-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		box-shadow: 0 3px 7px rgba(0,0,0,.5);
		color: #fff;
		}

.dropdown dt ul {
	/*background: #814f33;
	border: 1px solid #676768;*/
	/*color: #C5C0B0;*/
	display: none;
	position: relative;
	z-index: 999;
	top: 0;
	left: 0;
	/*padding: 2px 0 5px 0;*/
	list-style: none;
	border-top: none;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
	}

	.dropdown dd ul li a {
		/*padding: 2px 10px;*/
		}

	.dropdown dt ul li a span,
	.dropdown dt a  span{
		float: left;
		/*width: 16px;
		height: 11px;*/
		margin: 2px 6px 0 0;
		cursor: pointer;
		}
		.en  { background-position: 0 0 }
		.es  { background-position: 0 0 }
		.fr-CA  { background-position: 0 0 }
		.es-ES  { background-position: 0 0 }
        .es-MX  { background-position: 0 0 }
		.it  { background-position: 0 0 }
		.de-DE  { background-position: 0 0 }
		.fr  { background-position: 0 0 }
        .ms-MY  { background-position: 0 0 }
		.id-ID  { background-position: 0 0 }
        .nn-NO  { background-position: 0 0 }
        .zh-CN  { background-position: 0 0 }
		.pt  { background-position: 0 0 }

	.dropdown dt ul li a em,
	.dropdown dt a em {
		font-style: normal;
		float: right;
		/*width: 100px;*/
		cursor: pointer;
		}

	.dropdown dt ul li a em {
		/*color: #dbc3b5;*/
            color: #fff;
		}

		.dropdown dt ul li a:hover { background-color: rgba(255,255,255,.1); }
		.dropdown dt ul li a:hover em { color: #fff; }

 .error {
    color: red;
    vertical-align:text-top;
}