@CHARSET "UTF-8";
/* GENERAL SELECT BOX DEFAULTS*/
.sbHolder{
	background-color: #ffffff;
	font-family:'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 430px;
	border:none;
}

.sbHolder a:hover {
	color: #f4f4f4;
	outline: none;
	text-decoration: none;
}
.sbHolder:focus .sbSelector{
}
.sbHolder > .sbFocus {
	color: #015a95 !important;
}
.sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	padding-top: 5px;
	width: 390px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #015a95;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-menu-sprite.png) 0 -5px no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.sbToggle:hover{
	background: url(../images/select-menu-sprite.png) 0 -5px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-menu-sprite.png) 0 -76px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-menu-sprite.png) 0 -76px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #222222;
	list-style: none;
	color:#f4f4f4;
	left: -1px;
	font-family: Helvetica, sans-serif !important;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 430px;
	font-size:14px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	/*padding: 0 7px;*/
	padding:13px 0px;
}

.sbOptions li:hover {
	background:#0a0a0a;
	cursor:pointer;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 13px;
	font-size:14px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #f4f4f4;
	text-decoration: none;
}
..sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions li:nth-child(1) {
	display:none;
}
.sbOptions .sbDisabled{
	color: #999;
	display: none;
	padding: 13px 7px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}




.movie >.sbHolder{
	background-color: #ffffff;
	font-family:'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 430px;
	border:none;
}

.movie >.sbHolder a:hover {
	color: #f4f4f4;
	outline: none;
	text-decoration: none;
}
.movie >.sbHolder:focus .sbSelector{
}
.movie >.sbHolder > .sbFocus {
	color: #015a95 !important;
}
.movie >.sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	padding-top: 5px;
	width: 390px;
}
.movie >.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #015a95;
	outline: none;
	text-decoration: none;
}
.movie >.sbToggle{
	background: url(../images/select-menu-sprite.png) 0 -5px no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.movie >.sbToggle:hover{
	background: url(../images/select-menu-sprite.png) 0 -5px no-repeat;
}
.movie >.sbToggleOpen{
	background: url(../images/select-menu-sprite.png) 0 -76px no-repeat;
}
.movie >.sbToggleOpen:hover{
	background: url(../images/select-menu-sprite.png) 0 -76px no-repeat;
}
.movie >.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.movie >.sbHolderDisabled .sbHolder{

}
.movie >.sbHolderDisabled .sbToggle{

}
.movie >.sbOptions{
	background-color: #222222;
	list-style: none;
	color:#f4f4f4;
	left: -1px;
	font-family: Helvetica, sans-serif !important;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 430px;
	font-size:14px;
	z-index: 1;
	overflow-y: auto;
}
.movie >.sbOptions li{
	/*padding: 0 7px;*/
	padding:13px 0px;
}

.movie >.sbOptions li:hover {
	background:#0a0a0a;
	cursor:pointer;
}
.movie >.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 13px;
	font-size:14px;
}
.movie >.sbOptions a:link, .sbOptions a:visited{
	color: #f4f4f4;
	text-decoration: none;
}
.movie >.sbOptions a:hover,
.movie >.sbOptions a:focus,
.movie >.sbOptions a.sbFocus{
	color: #EBB52D;
}
.movie >.sbOptions li.last a{
	border-bottom: none;
}
.movie >.sbOptions li:nth-child(1) {
	display:none;
}
.movie >.sbOptions .sbDisabled{
	color: #999;
	display: none;
	padding: 13px 7px;
}
.movie >.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.movie >.sbOptions .sbSub{
	padding-left: 17px;
}






/* CITY SELECTBOX CLASS*/
.city >.sbHolder{
	background-color: #ffffff;
	font-family:'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 210px;
	border:none;
}

.city > .sbHolder a:hover {
	color: #f4f4f4;
	outline: none;
	text-decoration: none;
}
.city >.sbHolder:focus .sbSelector{
}
.city >.sbHolder > .sbFocus {
	color: #015a95 !important;
}
.city .sbHolder .sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	padding-top: 5px;
	width: 170px;
}
.city > .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #015a95;
	outline: none;
	text-decoration: none;
}
.city > .sbToggle{
	background: url(../images/select-menu-sprite.png) 0 -5px no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.city > .sbToggle:hover{
	background: url(../images/select-menu-sprite.png) 0 -5px no-repeat;
}
.city > .sbToggleOpen{
	background: url(../images/select-menu-sprite.png) 0 -76px no-repeat;
}
.city > .sbToggleOpen:hover{
	background: url(../images/select-menu-sprite.png) 0 -76px no-repeat;
}
.city > .sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.city > .sbHolderDisabled .sbHolder{

}
.city > .sbHolderDisabled .sbToggle{

}
.city .sbHolder .sbOptions{
	background-color: #222222;
	list-style: none;
	color:#f4f4f4;
	left: -1px;
	font-family: Helvetica, sans-serif !important;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 210px;
	font-size:14px;
	z-index: 1;
	overflow-y: auto;
}
.city > .sbOptions li{
	/*padding: 0 7px;*/
	padding:13px 0px;
}

.city > .sbOptions li:hover {
	background:#0a0a0a;
	cursor:pointer;
}
.city > .sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 13px;
	font-size:14px;
}
.city > .sbOptions a:link, .sbOptions a:visited{
	color: #f4f4f4;
	text-decoration: none;
}
.city > .sbOptions a:hover,
.city > .sbOptions a:focus,
.city > .sbOptions a.sbFocus{
	color: #EBB52D;
}
.city > .sbOptions li.last a{
	border-bottom: none;
}
.city > .sbOptions li:nth-child(1) {
	display:none;
}
.city > .sbOptions .sbDisabled{
	color: #999;
	display: none;
	padding: 13px 7px;
}
.city > .sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.city > .sbOptions .sbSub{
	padding-left: 17px;
}