/* CSS Document */

/* ===== SIDEBAR CSS ===== */

#user
{
    text-align: center;
}

#searchBox
{
    margin: 5px 0;
    padding: 5px 0;
}

#phoneTag
{
    width: 200px;
    margin: 0 auto;
}

#searchTypes
{
    background: url('../images/catalog/searchbox_mid.gif') repeat-y;
    padding: 10px 0px 10px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.searchDropDown
{
    padding: 5px 0;
}

#categories div
{
    color: #93ADD7;
    text-align: left;
    text-indent: 1px;
    line-height: 16px;
    border-bottom: 1px solid #4c505e; /* 	border-top: 1px solid #ddd; */
}

#categories div:hover
{
    background: #4c505e url(../images/catalog/bullet_category.gif) no-repeat 25px center;
    font-size: 12px;
    color: #fff;
    text-indent: 5px;
    cursor: pointer;
}

/*
#categories div:hover a {
	color: #93ADD7;
	text-decoration: none;
}
*/

#filtersList
{
    color: #FFF;
    font-weight: bold;
}

.filter
{
    background: url(../images/catalog/filter_btm.gif) no-repeat center bottom;
    background-color: #676D80;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.filterHeader
{
    height: 22px;
    background: url(../images/catalog/filter_header.gif) no-repeat;
    line-height: 22px;
    color: #7C97C3; /*text-indent: 20px;*/
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filter .param
{
    background: url(../images/catalog/filter_tile.gif) repeat-y;
    line-height: 20px;
    text-indent: 20px;
}

.filter .param a
{
    background: url(~/Content/../images/catalog/bullet_arrow.gif) no-repeat left center;
    padding-left: 12px;
}

/* !LISTS */

ul.attributes
{
    list-style-type: none;
    background: url(../images/catalog/filter_tile.gif) repeat-y;
    margin: 0;
    padding: 1px 0 1px 35px; /* changed 5px > 1px for spacing */
}

ul.history
{
    list-style-image: url(../images/catalog/bullet_arrow.gif);
}

ul.add
{
    list-style-image: url(../images/catalog/btn_add_attr.png);
}


ul.remove
{
    list-style-image: url(../images/catalog/btn_remove_attr.png);
}

ul.attributes li
{
    margin-bottom: 2px;
}

/* ===== end SIDEBAR CSS ===== */

/* ===== BUTTONS/LINKS ===== */

a.GO, button.GO
{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/catalog/btn_go.png) no-repeat;
    border: 0;
    outline: none;
}

a:hover.GO, button.GO:hover
{
    background-position: -24px 0;
    cursor: pointer;
}

/* ===== end BUTTONS/LINKS ===== */