.filter2_main_title{
		display: block;
		background-color: #dfdfdf;
		width: 200px;
		height: 36px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		color: #666666;
		text-shadow: 1px 1px 0 #ffffff;
		font-size: 18px;
		line-height: 34px;
		cursor: pointer;
		float: right;
	}
	
.filter2_main_items{
		display: block;
		background-color: #ffffff;
		width: 200px;
		height: 22px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		color: #000;
		text-shadow: 1px 1px 0 #ffffff;
		font-size: 14px;
		line-height: 20px;
		cursor: pointer;
		float: right;
	}
	
.filter2_main_items:hover, .f2m_item_active{
		background-color: #4098F7;
		color: #fff;
		text-shadow:1px 1px 0px #595959;
	}
	
.f2_active{
		color: #ff0000;
	}