
/** primary ******************************************************************************/

#primary{
	margin-top: 20px;
	}
#primary ul{
	margin-bottom: 10px;
	}
#primary ul li{
	border-bottom: 1px dotted #ccc;
	}
#primary ul li a{
	display: block;
	color: #0080CB;
	}
#primary ul li a:hover{
	background: #DCF3FF;
	}
#primary #go_shop_news , #go_news{
	margin-bottom: 45px;
	}
#primary #go_shop_news a , #go_news a{
	float: right;
	width: 120px;
	height: 20px;
	text-indent: -9999;
	outline: none;
	}
#primary #go_shop_news a{
	background: url(../image/shop_news_btn.gif) no-repeat;
	}
#primary #go_news a{
	background: url(../image/news_btn.gif) no-repeat;
	}
/** primary end****************************************************************************/


