.product {
	clear: left;
	overflow: visible;
}

.productBody {
 	float: left;
}

.productDetails {
	float: left;
}

.productImage {
	float: left;
}

.productActionButtons {
	clear: left;
}

#categoryBranch {
	display: block;
}

#childCategoryMenu {
	display: block;
	padding-top: 4px;
}

#childCategoryItem {
	margin-bottom: 1px;
	float: right;
	margin-left: 10px;
}

#emailLogo {
	background-repeat: no-repeat;
	background-position: top right; 
	width: 300px; 
	height: 102px; 
	background-image: url('designImages/logo.jpg');
}