/*----------------------------------
	Defaults
------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	min-height: 100% !important;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
img {
	border-style:none;
}
a {
	color: #196BA7;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}

:focus {
	outline:0 none
}

body {
	background-color:#ccd9c8;
	color:#2C3535;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.825em;
	overflow-x:hidden;
}

img {
	border: 0;
	outline: none;
}
a {
	outline: none;
}
a:hover {
	outline: none;
}
a:active: {
outline: none;
}

#container {width: 900px; margin: 0 auto; padding: 50px;}


/* Selectors */


.selector-1 {width: 200px; margin: 30px; display: inline-block;}
.selector-2 {width: 200px; margin: 30px; display: inline-block;}
.selector-3 {width: 200px; margin: 30px; display: inline-block;}




/* ---- Country ---- */

.selector {}
.tzSelect{
	/* This is the container of the new select element */
	height:33px;
	display:inline-block;
	min-width:190px;
	position:relative;

	/* Preloading the background image for the dropdown */
	background:url("../img/dropdown_slice.png") no-repeat -99999px;
	margin-left: 5px;
}
.tzSelect .selectBox{
	position:absolute;
	
	height:100%;
	width:100%;
	
	/* Font settings */
	
	font:12px/32px "Verdana", sans-serif;
	text-align:left;
	text-shadow:0px 1px 0 #eff4ee;
	color:#44564B;

	/* Using CSS3 multiple backgrounds and a fallback */
	
	background:url('../img/dropdown_bg.png') repeat-x #e2eae1;
	background-image:url('../img/dropdown_bg_l.png'),url('../img/dropdown_bg_r.png'),url('../img/dropdown_bg.png'),url('../img/dropdown_bg.png');
	background-position:0 -70px, right -70px, 45% 0px, 0 0;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding-right: 10px;
	padding-left: 20px;
}

.tzSelect .selectBox:hover,
.tzSelect .selectBox.expanded{
	background-position:0 -105px, right -104px, 45% -35px, 0 0;
	color:#2c5667;
	text-shadow:0px 1px 0 #fff;
}

.tzSelect .dropDown{
	position:absolute;
	top:32px;
	left:0;
	width:220px;
	border:1px solid #9EB1A2;
	border-width:0 1px 1px;
	list-style:none;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	-moz-box-shadow: 0 0px 1px rgba(158, 177, 162, 1), 0 1px 0px rgba(255, 255, 255, 1) inset;
	-webkit-box-shadow: 0 0px 1px rgba(158, 177, 162, 1), 0 1px 0px rgba(255, 255, 255, 1) inset;
	
	-moz-border-radius: 2px 2px 3px 3px;
	-webkit-border-radius: 2px 2px 3px 3px;
	
	/*-moz-box-shadow:0 0 4px #111;
	-webkit-box-shadow:0 0 4px #111;
	box-shadow:0 0 4px #111;*/
}

.tzSelect li{width: 218px;height:30px;cursor:pointer;position:relative;background-color: #E1E9E0;line-height: 0.9025em;}
.tzSelect li:hover{background-color: #F0F4EF;color:#196BA7;}
.tzSelect li span{font-size: 12px;left: 20px;position: absolute;top: 10px;}
.tzSelect li i{color:#999999;display:block;font-size:12px;}
.tzSelect li img{left:9px;position:absolute;top:13px;display: none;}










/*----------------------------------
	Layout
------------------------------------------------*/
#super {
	background: #ccd9c8;
	min-width: 1009px;
}


