/* Start of CMSMS style sheet 'calalogue' */
.imgcat {
text-align: center;

}

catalog_item {

}


.category_item {

	padding:0;
	margin:1em;
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
}



.category_item a img {
font-variant:small-caps;
	display:block;

/* Set link formatting*/
/* Thumb width*/ 
	height:300px;
/* Thumb height*/
	padding:5px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}


/* Clearing floats */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   line-height: 0;
   font-size: 0;
   clear: both;
   visibility: hidden;
}
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: inline-block;
}
html[xmlns] .clearfix {
   display: block;
}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */


.item_images{
text-align:center;
}


.item_attribute_name{
float:right;
width:70%;
font-size:1.3em;
color:#fff;
padding:0.3em;
background:#1F1F1F;
margin-bottom:0.3em;
border-bottom: #E42922 1px solid;
}

.item_attribute_val{
float:right;
width:70%;
padding:0.2em;
margin-bottom:0.3em;
}


.photobg {
        font-variant:small-caps;
	padding:5px;
	background-color:white;
	border-top:1px solid #eee;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
        text-align:center;
        width: 100px;
}




/* End of 'calalogue' */

