/* Start of CMSMS style sheet 'cat' */
.category_item {
	float: left;
	width: 150px;
	margin: 2px;
	text-align: center;
min-height: 100px;
	background-color: #4F7FC1;
border: 1px solid #353E7F;
}
.category_item a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.category_item a:hover {
	color: #F57E00;
}

.category_items {
	
	float: left;
	padding-left: 50px;
padding-top: 20px;
}
.category_item a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 4px;
width: 150px;
height:100px;
	
}

.cat_img {
	float: right;
	padding: 5px;
}

.notes{padding-top:5px;}

#item_image {
	float: right;
	padding: 5px;
}

/* End of 'cat' */

