@charset "utf-8";
/* CSS Document */

div#bcbox p{
	margin:1em 0;
	padding:0 15px;
	font: 11px/22px Arial;
	color:#2f2f2f;
	}
	
div#productbox{
	width:468px;
	padding:20px 0 20px 11px;
	margin: 0 auto;

		}
div.imgbox{
	width:147px;
	height:132px;
	float:left;
	margin-right:6px;
	margin: 0 6px 20px 0
	}

div.cimg {
width:139px;
height:79px;
border:1px solid #b5b5b5;
padding:3px;
}	

div.imgbox a{
	display:block;
	text-decoration:none;
	font: 11px/26px Arial;
	color:#ffffff;
	width:147px;
	height:26px;
	text-align:center;
	background: url(../images/class_2_navbg.jpg) repeat-x left top;
	}
	
div.imgbox a:hover{
	background: url(../images/class_2_navbg_2.jpg) repeat-x left top;
	}
	
