﻿/* STANDARD */
.domDropDownList
{
    height: 32px;    
    color: #5D6169;
    cursor: pointer;
}
.domDropDownList * { z-index: 2; }
.domDropDownList .domDropDownListContainer 
{
    position: absolute;    
    width: 260px;
    width: 285px;
    background: url('/images/www/elements/selectarrowdwn.png') no-repeat 255px 15px #FCFCF9;    
}
.domDropDownListContainer:hover {}
.domDropDownList.expanded .domDropDownListContainer { background-image: url('/images/www/elements/selectarrowup.png'); }
.domDropDownList.expanded .domDropDownListHeader { border-bottom: 1px solid #FFF; }
.domDropDownListHeaderTitle {    
    line-height: 32px;
    padding-left: 15px;        
}
.domDropDownListHeaderTitle:hover { }
.domDropDownListContent { background:url("/images/www/elements/selecttopbg.png") left top repeat-x #FCFCF9; }
.domDropDownListContainer:hover .domDropDownListContent {}
.domDropDownListInnerContent { }
.domDropDownList ul
{
    padding: 20px 0 15px 0;
    margin: 0;
    list-style-type:none;
    background:url("/images/www/elements/selectbottombg.png") left bottom repeat-x transparent; 
}
.domDropDownList ul li
{    
    padding: 0 0 15px 15px;
    float: none;
    background-color: transparent;
    list-style: none;
}
.domDropDownList ul li.last {}
.domDropDownList a{color: #5D6169!important;text-decoration: none;}
.domDropDownList ul li a
{
    text-decoration: none;
    color: #5D6169;
    color: #617C64!important;
    display:block;
    line-height: 18px;
}

@media (min-width: 1200px){
.domDropDownList .domDropDownListContainer { width: 310px;background-position: 280px 15px;}

#pageFooter .domDropDownList .domDropDownListContainer { width: 370px;background-position: 338px 15px;}
}

@media (min-width: 768px) and (max-width: 979px) {
  .domDropDownList .domDropDownListContainer { width: 209px;background-position: 183px 15px;}
}

@media (max-width: 767px) 
{
    .dropDownContainer{ width: 285px;margin: auto;}
}
.mainMenuSub .span6 .dropDownContainer
{
    width: 100%;
    position:relative;
}
.mainMenuSub .span6 .domDropDownListContainer
{
    width: 100%;
    overflow:hidden;
    background-position:95% 15px;
}

/*BRUN*/
.brown .domDropDownList .domDropDownListContainer
{
    background-color: #80745d;
}
.brown .domDropDownListContainer:hover 
{ 
    background-color: #6b5f48; 
}
.brown .domDropDownListContent { background-color: #80745d; }
.brown .domDropDownListContainer:hover .domDropDownListContent { background-color: #6b5f48; }
.brown .domDropDownList ul li:hover { background-color: #6b5f48; }