﻿/* -----------------------------------------------------------------------------------------------------
                                              SELECT STARTS
----------------------------------------------------------------------------------------------------- */
ul.scrollPane li a, .jqTransformSelectWrapper span {
	text-transform: uppercase;
	font-size: 26px;
}
.jqTransformSelectWrapper a, .jqTransformSelectWrapper span{
	color:#9e9e9e;
}
.jqTransformSelectWrapper {
	position:relative;
	height: 50px;
	line-height: 50px;
	float: right;
	color: #333;
	width: 299px !important;
	top:5px;
	margin-top: -7px;
}

	/* fixing alignment issue for ie7 only */
	.ie7 .jqTransformSelectWrapper 	{top:-40px;}
	
	/* fixing alignment issue for ie7 only */
	.ie7 .dob li.first label		{margin-left:40px;}
	.ie7 .dob li label				{margin-left:53px;}
	.ie7 .dob li.last label			{margin-left:66px;}
	
	/* fixing alignment issue for ie7 only */
	.ie7 .page-lda hr 				{visibility:hidden;}
	
.jqTransformSelectWrapper div span {
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	padding: 0;
	overflow: hidden;
	cursor:pointer;
	clear: both;
	text-align: center;
	padding-right: 67px;
	width: 232px !important;
}
.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 67px;
	height: 50px;
}

/* ---- DROPPED MENU STARTS ---- */
.jqTransformSelectWrapper ul {
	position: absolute;
	top: 47px;
	left: 0px;
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	height: 200px !important;
	width: 299px !important;
	margin-top: 3px !important;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index:10;
	display: none;
	visibility: hidden;
}
.scrollPane {
	display: none;
	visibility: hidden;
	}
.jqTransformSelectWrapper ul a {
	display: block;
	height: 50px;
	text-decoration: none;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	width: 268px !important;
	color: #747474;
}
.jqTransformSelectWrapper ul a.selected {
	background-position: 0 -138px;
	color: #121212;
}
.jqTransformSelectWrapper ul d a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	/*background:#3582c4;
	color: #fff;*/
	color: #121212;
}
.jqTransformSelectWrapper ul li{
	margin: 0px !important;
	padding: 0px !important;
	height: 50px;
}

/* switching off yellow border bug for chrome */
.chrome :focus {outline:none!important; /*padding:0!important; margin:0!important; border:none!important;*/}

/* english */
#body_0_ctl01_ctl01_liSelectFrench {float:left;}

/* french */
#body_0_ctl01_ctl01_liSelectEnglish {float:right;}

/* ---- HIDDEN ITEM STARTS ---- */
.jqTransformHidden {display: none;}

/* -------------------------------------------------
                     SELECT ENDS
------------------------------------------------- */
