/*-------------------------------------------------------------------------------------------------
  dept page classes  
-------------------------------------------------------------------------------------------------*/

.dept_name
{}

.dept_img
{
	text-align:center;
	margin-bottom:10px;
}

.dept_desc
{
	width:250px;
	float:right;
	background:#eee;
	padding:10px;
}

.dept_feat_container
{
	clear:left;
	display:block;
	border:1px solid #666;
	border-top:0px;
	margin-top:10px;
	text-align:center;
}

.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;}

.pagenumbers
{
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background:#ccc;
	padding:1px;
}

.dept_pagenumber
{
	background:#efefef;
	border-top:3px solid #ccc;
	text-align:right;
	word-spacing:20px;
	clear:both;
	padding-right:10px;
}

* html .dept_pagenumber {height: 1%;}

.dept_products
{
	padding-left:20px;
	text-align:center;
}

.deptlist
{
	margin-top:10px;
	width:100%;
	border-top:1px solid #000099;
}

.deptlist td
{
	vertical-align:top;
	text-align:center;
	padding:3px 3px 4px 3px;
	border:1px solid #000099;
	border-width: 0 1px 1px;
}

.deptlist td.th_highlight
{
	text-align:left;
	color:#fc0
}

.dept_stuff
{
	margin-right:280px;
}

.dept_stuff table
{
	width:98%;
	margin-bottom:12px;
}

.sub_ql
{
	border:1px solid #666;
	background:#eee;
	padding:5px;
}

