/**
* Dealer listing
*/
#Listing Table Thead Tr Td a {
    text-decoration: none;
}

#Listing Table Thead Tr Td.Col1 {
    width: 22px;
}
#Listing Table Thead Tr Td.Col2 {
    width: 210px;
}
#Listing Table Thead Tr Td.Col3 {
    width: 210px;
}
#Listing Table Thead Tr Td.Col4 {
    width: 65px;
}
#Listing Table Thead Tr Td.Col5 {
    width: 50px;
}
#Listing Table Thead Tr Td.Col6 {
    width: 20px;
    background-image: url('../images/icons/comment.png');
    background-repeat: no-repeat;
    background-position: center;
}   

#Listing Table TBody Tr Td a{
    text-decoration: none;
}

#Listing Table TBody Tr Td.Col1 {
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#Listing Table TBody Tr Td.Col6 {
    text-align: center;
}

#Listing Table TBody Tr Td.Flag1 {
    background-image: url('../images/flags/nl.png');
}

#Listing Table TBody Tr Td.Flag2 {
    background-image: url('../images/flags/de.png');
}

#Listing Table TBody Tr Td.Flag3 {
    background-image: url('../images/flags/be.png');
}

#Listing Table TBody Tr Td.Flag4 {
    background-image: url('../images/flags/fr.png');
}

#Listing Table TBody Tr Td.Flag5 {
    background-image: url('../images/flags/es.png');
}

#Listing Table TBody Tr Td.Col4 {
    background-repeat: no-repeat;
    background-position: center;
}

.Listing thead A {
    padding-right: 17px;
    background-position: right 2px;;
    background-repeat: no-repeat;
}

.ArrowDownSmall {
    background-image: url('../images/icons/sort_down.png');
}

.ArrowUpSmall {
    background-image: url('../images/icons/sort_up.png');
}

.Arrow {
    height: 16px;
    padding-left: 20px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 0px 0px;  
    cursor: pointer; 
    margin-bottom: 0px;
}

.Arrow:Hover {
    text-decoration: underline;
}

.ArrowDown {
    background-image: url('../images/icons/arrow_down.png');
}

.ArrowUp {
    background-image: url('../images/icons/arrow_up.png');
}

/**
* Filter
*/
.Flag {
    background-repeat: no-repeat !important;
    background-position: 5px 2px !important;
    padding-left: 25px !important;
    padding-bottom: 5px !important;
    text-align: left;
}

.Netherlands {
    background-image: url('../images/flags/nl.png') !important;
}

.Germany {
    background-image: url('../images/flags/de.png') !important;
}

.Belgium {
    background-image: url('../images/flags/be.png') !important;
}

.France {
    background-image: url('../images/flags/fr.png') !important;
}

.Spain {
    background-image: url('../images/flags/es.png') !important;
}

#Filter1Content Label,
#Filter2Content Label {
    width: 100px;
    margin-right: 5px;
    float: left;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 10px;
}

Fieldset Input[type=text],
Fieldset Select {
    width: 100px !important;
}

Fieldset {
    margin-top: 0px;
    display: show;    
}

Fieldset.Hide {
    display: none;   
}

#Filter3Content .Importer {
    color: white;
    cursor: pointer;
}

#Filter3Content .Dash {
    width: 10px;
    height: 20px;
    float: left;
    margin-top: 0px;
    background-image: url('../images/frontpage/dash.png');
}

#Filter3Content .CollectionImporter {
    margin-bottom: 5px;   
}

#Filter3Content .CollectionList Input {
    margin-top: 2px;
    margin-bottom: 0px;
}

#Filter3Content .CollectionList .CheckboxLabel {
    margin-top: 1px;
}

/**
* Dealer page
*/
.InfoTable TBody Tr Td {
    border: 0px !important;
}

.InfoTable {
    margin-bottom: 20px !important; 
}

.RightAlign {
    text-align: right;   
    width: 40% !important;
}

#DealerForm Input[type=text],
#DealerForm Select {
    width: 300px !important;
    
}

.LeftMenuCol {
    width: 90%;
    float: left;
}

.RightMenuCol {
    width: 10%;
    text-align: right;
    float: right;
}

#ReportText {
    width: 100%;
    height: 150px;
}
