/* #category_choose{
	float:left;
	width:400px;
	text-align: right;
} */

/* #category_title{
	float:left;
	width: 314px;
} */

#category_content{
	position: relative;
	margin: 25px 0 20px 0;
}

#category_vert_line{
	position: absolute;
	left: 200px;
	width: 1px;
	height: 100%;
	margin: 0;
	background: black;
}

#category_left_col{
	float: left;
	width: 201px;
	margin: 0 0 0 0;
	line-height: 125%;
}

#category_left_col h3{
	margin: 0 0 15px 0;
}

#category_left_col ul{
	list-style-type: disc;
	list-style-position: inside;
}

#category_left_col li{
	margin-top:8px;
}

.category_link {
	color: black;
	text-decoration: none;
}

.category_link_current {
	/* color:#EAC67A; */
	color: #984B43;
	font-weight: bold;
	text-decoration: none;
}

#category_right_col{
	float: left;
	left: 30px;
	width:759px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

#category_right_col h1{
	margin-left: 10px;
}

#category_right_col h2{

}

#category_right_col h5{
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	color: #984B43;
	margin: 5px	0 0 10px;;
}

.category_row{
	float:left;
	margin: 30px 0 0 0;
	width: 100%;
}

.category_cabinetWrapper{
	float:left;
	width:200px;
	text-align:center;
	margin: 0 0 0 38px;
	line-height: 100%;
}

.category_price{
	color: #233237;
	font-family: "Helvetica";
	font-size:13px;
}
.category_cabinetWrapper a{
    color: #233237;
	text-decoration: none;
	font-weight: bold;
	font-size:13px;
}


