/*-------------------------------
*	Default dropdown styles
--------------------------------*/

.tzSelect{
	height: 36px;
	display: inline-block;
	min-width: 522px;
	position: relative;
	background: #f1f1f1;
	font-family: 'helvetica-roman', sans-serif;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.tzSelect .selectBox{
	background: #f1f1f1 url('../img/seta.png') no-repeat 525px center;
	height: 12px;
	width: 100%;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	padding: 12px;
}

.tzSelect .dropDown{
	position:absolute;
	top:37px;
	left:0;
	width: 545px;
	list-style:none;
	z-index:1000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.tzSelect li{
	background-color: #f1f1f1;
	color: #333; 
	cursor:pointer;
	margin: 0!important;
	padding: 12px;
}

.tzSelect li:hover{
	background-color: #365391;
	color: #fff;
}
