﻿.sortnav {

    margin-bottom: 10px;

}



.sortnavt {

   

}



.sortnav dl {

    width: 290px;

    margin: auto;

}



.sortnav dt {

   

width: 290px;

height: 40px;

font-size: 16px;

font-weight:bold;
}



    .sortnav dt a {

       display: block;

color: #626567;

line-height: 40px;

text-indent: 47px;

transition: background 0.2s ease-in 0s;

background: url(../images/sidebar_abg.jpg) no-repeat left bottom;

    }



        .sortnav .select a, .sortnav dt a:hover, .sortnav dt.hover a {

            color: #FFF;

text-decoration: none;

background-position: left top;

        }



.sortnav dd {

    display: none;

}



.sortnav ul {

    

	border:1px solid #D5DCE2;

	border-top:none;

}



.sortnav li a {

    display: block;

    width: 100%;

    overflow: hidden;

    line-height: 30px;

    font-weight: normal;

	text-align:center;

    text-overflow: ellipsis;

	border-top:1px solid #D5DCE2;

}