p
{
    margin          : 0;
}

.inputsSelect
{
    background      : #def url("/kuoni/imgv4/fleches.png") right center no-repeat;
    text-align      : center;
	background-color:#000000;
	color:#FFFFFF;
	width:200px;
	height: 24px;
	margin-bottom: 10px;
	z-index:1;
}

.inputsSelect .selects
{
    padding         : 3px 14px 3px 3px;
    font            : normal 12px verdana;
    cursor          : default;
    width           : 200px;
    white-space     : nowrap;
    overflow        : hidden;
	z-index         : 1;

}

.inputsSelect ul
{
	padding:0;
    position        : absolute;
    text-align      : left;
    white-space     : nowrap;
    font            : normal 12px verdana;
    padding         : 5px;
    display         : none;
    background      : #000000;
    z-index         : 100;
    list-style      : none;
    margin          : 0;
	width: 190px;
    border: solid 1px #ffffff;

}

.inputsSelect ul li a
{
    display         : block;
	z-index         : 100;
    cursor          : default;
    text-decoration : none;
    background      : #000000;
    color:#FFFFFF;
}

.inputsSelect ul li a:hover
{
    color:#ae9962;
	   z-index         : 100;

}


