/* ######### Marker List Vertical Menu ######### */


/*sort 产品分类模块*/

.markermenu p{
	font-weight:bold;
	line-height:34px;
	height:34px;
	color:#63ab1e;
	text-indent:15px;
	background:url(imagesico.gif) 0px -600px;
	}


.markermenu{
width: 222px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background:url(imagessort_bg.jpg) repeat-y;
margin-bottom:10px;

}

.markermenu ul{
	padding:5px 5px 15px 10px;
	background:url(../images/sort_ft.jpg) left bottom no-repeat;

}

.markermenu ul li a{
background: center; /*light gray background*/
font-size: 12px;
color: #8a8a8a;
display: block;
width: auto;
padding: 5px 5px 5px 13px;
text-decoration: none;
border-bottom: 1px solid #f1f3f2;
background:url(imagesico.gif) 4px -493px no-repeat;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #8a8a8a;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #7cb645;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}