/**
	custom-combo 2.1.3 : http://code.google.com/p/custom-combo/
*/

/*--------------------------------------------------------------------*/
/* Shared */
/*--------------------------------------------------------------------*/
.custom {
    white-space: nowrap;
    border: 0;
    margin: 0;
    padding: 0;
}

.custom input {
    margin: 0 0 0 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    vertical-align:middle; 
    left: 0px;
    top: 0px;  
	border: none;
	color: #019DA9;
	background-image: url(../images/forms.gif);
	background-repeat: no-repeat
}

.custom .icon {
    border: 0;
    background-image: url(../images/forms.gif);
	background-repeat: no-repeat;
    cursor:pointer;
    top:0px;
}

.custom .list-wrapper {
    left: 0px;
    border: 1px solid #e1e1e1;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    bottom: auto;
	overflow-x: hidden !important;
}
#fancybox-content div.list-wrapper { overflow-y: scroll !important; overflow-x: hidden !important; height: 200px !important; }

.custom .list-wrapper-up { top: auto; bottom: 40px;}
.custom ul { list-style-type: none; padding: 0; margin: 0;}
.custom  li {
    padding: 0;
    padding: 4px 0 0 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
	color: #242424;
}

.custom li.active { background-color: #34b1ba; color: #fff;}

/*for IE*/
.custom a, .custom a:visited, .custom a:active {
    display: block;
	width: 100%;
	width: 413px;
	text-decoration: none;
    font:normal 14px arial, helvetica, sans-serif;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 41px;
}

a.to-highlight:hover { background-color: #34b1ba;}

/*--------------------------------------------------------------------*/
/* big */
/*--------------------------------------------------------------------*/
.custom.big { width: 413px; height: 41px;}
.custom.big input {
	width: 358px;
	height: 28px;
    line-height:18px;
	padding: 6px 2px 7px 12px;
	background-position: right -86px;
	line-height: 2;
}
.custom.big .icon {
    width:41px;
    height:41px;
    border: 0;
    background-position: right -137px;
    left: 372px; 
}
.custom.big .icon:hover { background-position: right -188px;}
.custom.big .list-wrapper { top: 41px; width: 413px;}

/*for IE*/
.custom.big a, .custom.big a:visited, .custom.big a:active {
	width: 413px;
    cursor: pointer;
    margin: 0;	
	height: 41px;
}

/*--------------------------------------------------------------------*/
/* medium */
/*--------------------------------------------------------------------*/
.custom.medium { width: 253px; height: 31px;}
.custom.medium input {
	width: 208px;
	height: 23px;
    line-height:18px;
	padding: 5px 2px 3px 12px;
	background-position: right -331px;
}
.custom.medium .icon {
    width:31px;
    height:31px;
    border: 0;
    background-position: right -372px;
    left: 222px; 
}
.custom.medium .icon:hover { background-position: right -413px;}
.custom.medium .list-wrapper { top: 31px; width: 253px;}
.custom.medium .list-wrapper-up { top: auto; bottom: 31px;}
/*for IE*/
.custom.medium a, .custom.medium a:visited, .custom.medium a:active {
	width: 413px;
    cursor: pointer;
    margin: 0;	
	height: 31px;
}
