/* Start of CMSMS style sheet 'Module: Cataloguer' */
.cat-notes {
  margin-bottom:15px;
}
.category_items {

}
.category_item {
	margin: 0 6px 8px 0;
        padding: 10px 6px 2px 10px;
	float: left;
	width: 310px;
        height: 115px;
	border: 1px solid #35988f/*ebdd9f*/;
	background: #f0f0f0/*f8f7f1*/;
        line-height: 100%;
}
.category_item h3 {

}
.category_item p {

}
.category_item p.title {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}
.category_item a, .category_item a:link {

}
.category_item a:visited {

}
.category_item .category_image {
  float: left;
  width: 110px;
}

.category_item a img, .category_item a:link img{
  padding:5px;
  background-color: #35988f/*ebdd9f*/;
}
.category_item a:hover img {
  padding:5px;
  background-color: #9d0620/*d24766*/;
}
.category_item .category_desc {
  float: right;
  width: 190px;
}
.category_item .category_desc span {
  font-weight:bold;
}
.catalog_item {

}
.catalog_item .item_images img {
  margin-bottom: 5px;
}
.catalog_item .item_thumbnails a img, .catalog_item .item_thumbnails a:link img {
  margin: 0;
  padding: 5px;
  background-color: #eee;
}
.catalog_item .item_thumbnails a:hover img {
  margin: 0;
  padding: 5px;
  background-color: #ccc;
}
div.catalog_item_text {
  padding-top:10px;
}
.catalog_item_text .item_attribute_name {
  font-weight: bold;
  color: #294B5F;
}

.catnav {
  clear: left;
}
/* End of 'Module: Cataloguer' */

