/*-------------------------------------------------------------------------------------------------
  dept page classes  
-------------------------------------------------------------------------------------------------*/
hr
{
	color:#808080;
	width:100%;
}

.dept_img
{
	float:right;
	margin:5px;

}

.dept_content
{
	display:block;
}

.dept_feat_container
{
	clear:right;
	width:500px;
	display:block;
	margin-top:10px;


}

.dept_feat_container .desc
{
	text-align:left;
	padding:0px 5px;
}

.dept_feat_container .price
{
	text-align:center;
	font:bold 11px verdana;
	color:#728598;
}

/* ie-only float escape styles */
* html .dept_feat_title {height: 1%;}
* html .dept_name {height: 1%;}
* html .dept_content {height: 1%;}
* html .dept_feat_container {height: 1%;}
* html .dept_feat {height: 10px;}

.dept_pagenumber
{
	background:#efefef;
	width: 578px;
	border-top:3px solid #ccc;
	text-align:right;
	word-spacing:20px;
	clear:both;
	padding-right:10px;
}

.dept_toppagenumber
{
	background:#efefef;
	width: 578px;
	border-bottom:3px solid #ccc;
	text-align:right;
	word-spacing:20px;
	clear:both;
	padding-right:10px;
}

.dept_botpagenumber
{
	background:#efefef;
	width: 578px;
	border-top:3px solid #ccc;
	text-align:right;
	word-spacing:20px;
	clear:both;
	padding-right:10px;
}


* html .dept_pagenumber {height: 1%;}

.dept_products
{
	width: 500px;
	text-align:center;
	
}

.deptlist
{
	width: 500px;
	margin-top:10px;

}
