﻿select {
    color:#727272;
    font-size:1.1em;
    border:1px solid #b8c0c4;
    font-family:Verdana,Arial;
}

#productsListNav {
    width:100%;
    list-style-type:none;
} 

#productsListNav li {
    float:left;
}

#productsListNav li a {
    width:108px;
    height:28px;
    display:block;
    background:url(../images/products/productsListBg.gif);
    text-indent:-9999px;
    overflow:hidden;
}

#productsListNav li#womens a {
    background-position:0 0;
    border:1px solid #c7c7c7;
    border-left:1px solid #ffffff;
    border-top:none;
}

.womensActive #productsListNav li#womens a  {
    background-position:0 -29px;
    border:1px solid #dbdbdb;
    border-bottom:none;
}

#productsListNav li#mens a {
    background-position:-110px 0;
    border-bottom:1px solid #c7c7c7;
    border-left:1px solid #dbdbdb;
    border-right:1px solid #ffffff;
}

.mensActive #productsListNav li#mens a {
    background-position:-110px -29px;
    border:1px solid #dbdbdb;
    border-bottom:none;
}

#productsList {
    background:#efefef url(../images/products/productsNavWrapBg.jpg) repeat-x;
    border:1px solid #dbdbdb;
    border-top:none;
    clear:both;
}

#productsList, #rewardLevels {
    padding:18px 14px 0 16px;
}

#productsList ul {
    list-style-type:none;
    margin:0 0 18px 5px;
}

#productsList a {
    font-size:1.1em;
}

#productsList .activeListItem {
    font-weight:bold;
}


#rewardLevels {
    min-height:90px;
    height:auto !important;
    height:90px;
    background:#ededed url(../images/products/rewardLevelsBg.jpg) repeat-x;
    border:1px solid #dbdbdb;
    border-top:none;
}

#rewardLevels select {
    margin-bottom:5px;
    background:#f7f7f7;
}

#breadCrumbContainer {
    width:400px;
    float:left;
}

#breadCrumbContainer p {
    margin-bottom:5px;
}

#breadCrumbContainer select {
    width:218px;
}

.breadCrumb {
    margin:0 0 20px 0;
    list-style-type:none;
}

ul.breadCrumb li {
    float:left;
    margin-right:5px;
    font-size:1.1em;
}

ul.breadCrumb li a {
    color:#cccccc;
}