/* Start of CMSMS style sheet 'CBD_Cataloger' */
.catmainpic {
	text-align: center;
}
.catmainpic img {
	border: 1px solid #ccc;
	padding: 10px;	
}
.catdescription {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding-top: 15px;
}
.category_items {
	text-align: center;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}
.category_items br {
	clear: both;
}
.category_box {
	float: left;
	text-align: center;
	width: 130px;
	height: 150px;
	margin: 5px 15px;
}
.category_item {
	text-align: center;
	width: 130px;
	height: 130px;
	border: 1px solid #ccc;
}
.category_title {
	text-align: center;
	width: 130px;
	height: 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.item_mainimage{
	text-align: center;
}
.item_mainimage img {
	border: 1px solid #ccc;
	padding: 10px;	
}
.item_thumbnails {
	text-align: center;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}
.item_thumbnails br {
	clear: both;
}
.item_thumb {
	float: left;
	text-align: center;
	margin: 5px 10px;
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
}
.item_attribute_name {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #003399;
}
.item_attribute_val {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	padding-bottom: 10px;
}
/* End of 'CBD_Cataloger' */

