#box_1 {
	width: 100%;
	float: left;
}

#text_content {
	width: 48%;
	float: left;
	border: 1px solid;
}

#categories_list {
	width: 48%;
	float: right;
	border: 1px solid #D9D9D9;
	margin-left: 10px;
}

.category_title {
	font-weight: bold;
	background: #E6E6E6;
	padding-left: 10px;	
}

.category_products ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

.category_products li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.category_box {
	margin: 10px;
	
}

.category_box_title {
	font-weight: bold;
	font-size: 14px;
}

.category_box_products {
	
}

.product {
	
}

.product_name {
	
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 5px;
	
}

.parts_listing {
	
}

.parts_listing th {
	background: #D9D9D9;
}

.parts_listing table {
	width: 100%;
}

.parts_listing tr.odd {
	background: #f2f2f2;
}

.parts_listing tr.even {
	background: #D9D9D9;
}