﻿select#languageSelectBox, select#Collectionq, select#categoriesSelectBox
{
    background: url(/Files/System/Images/DropDown.jpg) right;
}

/*input*/
.selectbox
{
    margin: 0px 2px 0px 0px;
    padding-top: 4px;
    background: url(/Files/System/Images/DropDown.jpg) right;
    cursor: hand;
		cursor: pointer;
    border-width: 0;
    text-transform: uppercase;
}

.selectbox#languageSelectBox_input
{
    float: right;
    margin: 28px 2px 10px 30px;
    padding-left: 30px;
    color:#000;
    background-color:Transparent;
    width: 127px;
}

.selectbox#Collectionq_input
{
    padding-top:3px;
    padding-left: 11px;
    padding-right:10px;
    height:16px;
    color:#000;
    background-color:Transparent;
    width: 308px;
}
.selectbox#CollectionqParagraph_input
{
    padding-top:3px;
    padding-left: 11px;
    padding-right:10px;
    height:16px;
    color:#000;
    background-color:Transparent;
    width: 269px;
}

.selectbox#categoriesSelectBox_input
{
    padding-top: 3px;
    padding-left: 11px;
    padding-right:10px;
    height:16px;
    color:#000;
    background-color:Transparent;
    width: 200px;
}
.selectbox#collectionsSelectBox_input
{
    margin-top: 6px;
    margin-left: 185px;
    padding-top: 3px;
    padding-left: 11px;
    padding-right:10px;
    height:16px;
    color:#000;
    background-color:Transparent;
    width: 308px;
}

/*div*/
div.selectbox-wrapper
{
	display: inline-block;
	position: relative;
	top: 49px;
	left: 585px;
	background-color: #D8DBDD;
	padding: 0;
}

div.selectbox-wrapper#languageSelectBox_container
{
position: absolute;
z-index: 100;
	left: 799px;
}

div.selectbox-wrapper#Collectionq_container, div.selectbox-wrapper#Countryq_container
{
  position: absolute;
  top: 20px;
  left: 51px;
  z-index: 100;
}

div.selectbox-wrapper#Countryq_container
{
	left: 143px;
}

div.selectbox-wrapper#CollectionqParagraph_container
{
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
}

div.selectbox-wrapper#categoriesSelectBox_container
{
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
}

div.selectbox-wrapper#collectionsSelectBox_container
{
  position: absolute;
  top: 26px;
  left: 185px;
  z-index: 100;
}

#CollectionsSelectBox.collections .selectbox#collectionsSelectBox_input
{
	width: 170px;
  margin-left: 0;
}

#CollectionsSelectBox.collections div.selectbox-wrapper#collectionsSelectBox_container
{
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 100;
}

#DealerSearchForm #Countryq_input
{
	width: 200px;
	color: #000;
}

/*ul*/
div.selectbox-wrapper ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.selectbox-wrapper ul li.selected
{
    background-color: #D8DBDD;
}

div.selectbox-wrapper ul li
{
    list-style-type: none;
    text-transform: uppercase;
    margin: 0;
    padding-right:0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
    cursor: hand;
}

label
{
    display: block;
}

#languageSelectBox_input_1, #languageSelectBox_input_2, #languageSelectBox_input_3, #languageSelectBox_input_4, #languageSelectBox_input_5, #languageSelectBox_input_6, #languageSelectBox_input_7
{
    background-repeat: no-repeat;
    padding-left: 30px;
}

#languageSelectBox_input_1
{
    background-image: url(/Files/System/Images/Nederlands.jpg);
}

#languageSelectBox_input_2
{
    background-image: url(/Files/System/Images/Engels.jpg);
}

#languageSelectBox_input_3
{
    background-image: url(/Files/System/Images/Duits.jpg);
}

#languageSelectBox_input_4
{
    background-image: url(/Files/System/Images/Frans.jpg);
}

#languageSelectBox_input_5
{
    background-image: url(/Files/System/Images/Spaans.jpg);
}

#languageSelectBox_input_6
{
    background-image: url(/Files/System/Images/Italiaans.jpg);
}

#languageSelectBox_input_7
{
    background-image: url(/Files/System/Images/Grieks.jpg);
}

div.selectbox-wrapper ul li.selected
{
    background-color: #eaf2fB;
}

div.selectbox-wrapper ul li.selected#languageSelectBox_input_1
{
    background-image: url(/Files/System/Images/Nederlands_Selected.jpg);
}

div.selectbox-wrapper ul li.selected#languageSelectBox_input_2
{
    background-image: url(/Files/System/Images/Engels_Selected.jpg);
}

div.selectbox-wrapper ul li.selected#languageSelectBox_input_3
{
    background-image: url(/Files/System/Images/Duits_Selected.jpg);
}

div.selectbox-wrapper ul li.selected#languageSelectBox_input_4
{
    background-image: url(/Files/System/Images/Frans_Selected.jpg);
}

div.selectbox-wrapper ul li.selected#languageSelectBox_input_5
{
    background-image: url(/Files/System/Images/Spaans_Selected.jpg);
}

div.selectbox-wrapper ul li.selected#languageSelectBox_input_6
{
    background-image: url(/Files/System/Images/Italiaans_Selected.jpg);
}

div.selectbox-wrapper ul li.selected#languageSelectBox_input_7
{
    background-image: url(/Files/System/Images/Grieks_Selected.jpg);
}