#body #sidebar.product_menu {
	width: 254px;
}

	#body #sidebar.product_menu a {
		width: 254px;
	}
	
	#body #sidebar.product_menu li.section li a {
		width: 230px;
	}

#body #content.product_content {
	float: right;
	width: 508px;
}

#body #content.product_content .product {
	border: 1px solid #fff;
	margin-top: -1px;
	float: left;
	padding: 8px;
	width: 492px;
}

#body #content.product_content .product h3 {
	margin-top: 0;
}

#body #content.product_content .product img {
	border: 1px solid #aeb4bb;
	padding: 0;
	margin-left: 0;
	margin-right: 8px;
}

#body #content.product_content .product.odd {
	background-color: #e7e9ed;
}

#body #content.product_content .product.even {
	background-color: #d5d9df;
}


ul.file_list {
	margin: 0;
	padding: 0;
}

.file_list li {
	list-style: none;
}

	.file_list li a {
		height: 24px;
		line-height: 24px;
		padding-left: 24px;
	}

	.file_list li.filetype_pdf a {
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}

	.file_list li.filetype_doc a, .file_list .filetype_docx a {
		background: url(../images/icons/page_word.png) no-repeat left center;
	}

	.file_list li.filetype_xls a {
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}