/****************************
* 	Author : Tang Kien Trung
*	Project : Tai Yuan Plastic
*	Date : Saturday , Sep 11 , 2010
*****************************/

/*----------------------- department_body -----------------------*/
#department_body
{
	float:left;
	width:100%; 
}


#department_body a .cat_header
{
	float:left;
	width:100%;
	
	cursor:pointer;
	background:url(../images/bg/title_bar_grad.jpg) repeat-y ;
	padding:5px 0 5px 0;
}

.on_off_button
{
	float:left;
	width:22px;
	height:22px;	
	padding-left:5px;
}

#department_body a .cat_header .on_off_button { background:url(../images/buttons/cat_btn.png) no-repeat right; }

#department_body a.selected .cat_header .on_off_button { background:url(../images/buttons/cat_btn_active.png) no-repeat right; }

#department_body a:hover .cat_header .on_off_button { background:url(../images/buttons/cat_btn_hover.png) no-repeat right; }

.cat_header .cat_title
{
	float:left;
	padding:5px 0 0 10px;
	color:#fff;
	font-size:14px;
}

.dept_bar
{	
	float:left;
	width:100%;
	margin-bottom:10px;
}

#department_body .cat_content
{
	float:left;
	width:100%;
	margin-bottom:10px;
}

#department_body .cat_content img
{
	float:left;
	border: 1px solid #000099;
	padding: 4px;
	margin-bottom: 5px;
}
