.categoryBox {
	border: 1px solid #bfbfbf;
	padding: 18px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

.categoryDescription p {
	padding-bottom: 0px;
}

.categoryDescription {
	overflow: hidden;
/* 	margin-bottom: 18px; */
}


.categoryDescription h1 {
	margin:0px !important;
	display:inline;
}


.openLink  {
	display: block;
	width: 103px;
/* 	width: 64px; */
/* 	padding-left: 39px; */
	text-align: center;
	height: 19px;
	line-height: 19px;
	
	border: 1px solid #bfbfbf;
	border-top: none;
	background-color: #e3e3e3;
	background-repeat: no-repeat;
	
	color: black;
	vertical-align: bottom;
	
	float: right;
	position: relative;
	top: -31px;
	right: 0px;
}

.productBox {
/* 	border: 1px solid #e3e3e3; */
	padding: 9px 15px;
/* 	background-image: url(../img/productboxbg.png); */
	overflow: hidden;
	clear: both;
	width: 430px;
	margin-bottom: 0px;
}

.productImg {
	float: left;
	width: 80px;
	margin-right: 15px;
}

.productText {
	float: left;
	width: 311px;
}

.productList {
	padding-top: 5px;
	display: none;
	margin-bottom: 18px;
	padding-top: 18px;
}

.act .productList {
	display: block;
}

.productBox h2 {
	margin-top: 0px !important;
}
