﻿
/****************************************
/
/  Class pour le selectbox au format quicksite
/
/ **************************************/

.qs-select-title {
         height: 20px;
         width: 200px;
}
.qs-select-title img{
         margin-right:2px;
         float:none;
}


.qs-select-title {
    font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}

.qs-select-frame {
	width: 300px;
	overflow: auto;
	/*visibility: hidden;*/
	position:absolute;
	/*height: 350px;*/
	height:expression(this.scrollHeight > 350? "350px" : "auto");
	z-index:1;
	border: solid 3px #cccccc;
	padding: 5px;
	background: #ffffff;  
}

.qs-select-content {
	width: 100%;
	/*height: 400px;*/
}

.qs-select-frame table {
	width: 100%;
	background: #ffffff;
	padding: 3px;
}

.qs-select-frame table tr {
	cursor: pointer;
}

.qs-select-frame .col1 {
	vertical-align: top;
	text-align: left;
}
.qs-select-frame .pair .col1,
.qs-select-frame .odd .col1 
{
	vertical-align: top;
	text-align: left;
	font-family:"Verdana","Arial","Helvetica","sans-serif";
	font-size:11px;
	font-weight:normal;	
}

.qs-select-frame .odd .col1 
{
	background: #dbf1f9;
}

.qs-select-frame .sel .col1 {
	background: #98d1ef;
	vertical-align: top;
	text-align: left;
	font-family:"Verdana","Arial","Helvetica","sans-serif";
	font-size:11px;
	font-weight:normal;	
}
