
/* custom select box
---------------------------------------- */

select {
	display: none;
	}

.ie7 select, .no-js select {
	display: inline;
	}

.custom-select-box  {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
	box-shadow: 0 0 5px rgba(50, 50, 50, .5);
	color: #6d9ad5;
	background: #fffefd;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmVmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y0ZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -webkit-linear-gradient(top, #fffefd 0%, #f7f4ef 100%);
	background: -moz-linear-gradient(top, #fffefd 0%, #f7f4ef 100%);
	background: -o-linear-gradient(top, #fffefd 0%, #f7f4ef 100%);
	background: linear-gradient(top, #fffefd 0%, #f7f4ef 100%);
	background-color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	}

.lt-ie9 .custom-select-box {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefd', endColorstr='#f7f4ef', GradientType=0);
	}

.custom-select-box .inner {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 8px 48px 8px 16px;
	background: transparent url(../../i/icon-custom-dropdown.png) no-repeat right top;
	}

.select-box-dropdown {
	background-color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
	-moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
	box-shadow: 0 0 5px rgba(50, 50, 50, .5);
	}

.select-box-dropdown li {
	padding: 0;
	margin: 0;
	}

.select-box-dropdown li a {
	padding: 7px 48px 7px 16px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #00173a;
	}

.select-box-dropdown li a:hover {
	color: #6e99d4;
	}

div#region-select-block .custom-select-wrapper .select-box-dropdown {
	position: absolute;
	top: 33px;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	max-height: 400px;
	overflow: auto;
	}

div#region-select-block .custom-select-wrapper ul.select-box-dropdown li {
	display: block;
	float: none;
	text-align: left;
	list-style: none;
	}

div#region-select-block .custom-select-wrapper ul.select-box-dropdown li a {
	display: block;
	background-image: none;
	padding: 10px 3px;
	}

.no-js .custom-select-wrapper {
	max-width: 250px;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}

.no-js .custom-select-box {
	max-width: 250px;
	}

.no-js .custom-select-box .inner {
	max-width: 186px;
	}

/* 
---------------------------------------- */

/* explore selector */

div.selector-block {
	height: 64px;
	margin: -20px 0 0;
	background: url(../../i/bg-selector.png) left top repeat-x;
	}

div.selector-block .inner {
	width: 974px;
	margin: auto;
	position: relative;
	}

div.selector-block .inner #socialLinks {
	position: absolute;
	right: 0;
	top: 25px;
	}

div.engine-selector-block {
	height: 64px;
	padding-top: 2px;
	margin: 25px 0 -40px 0;
	background: url(../../i/bg-selector.png) left top repeat-x;
	}

div.selector-block ol, div.engine-selector-block ol {
	margin: 0;
	list-style-type: none;
	}

div.selector-block ol>li, div.engine-selector-block ol>li {
	position: relative;
	float: left;
	padding: 15px 0 0;
	margin: 0 10px 0 0;
	}

div.selector-block ol li.last, div.engine-selector-block ol li.last {
	margin: 0;
	}

div.selector-block ol li label, div.engine-selector-block ol li label {
	display: block;
	float: left;
	padding: 11px 0 0;
	margin: 0 10px 0 0;
	color: #00173a;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	}

div.engine-selector-block ol li select, div.selector-block ol li select {
	padding: 7px 5px 5px 5px;
	color: #e3631e;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	}

