/* Start of CMSMS style sheet 'Module: Catalog' */
/* CSS Document */

.catalog_item
{
	margin: 0;
}

.item_images
{


}

.item_thumbnails
{
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin: 0 1em;
	border-top: 1px dotted #D0A974;
	border-bottom: 1px solid #D0A974;
	border-left: 1px solid #D0A974;
	border-right: 1px solid #D0A974;
	float: left;
}

.item_attribute
{
	margin: 0 auto;
	padding: 0.5em 0.5em 1em 0.5em;
	border-top: 1px solid #D0A974;
	border-bottom: 1px solid #D0A974;
	border-left: 1px solid #D0A974;
	border-right: 1px solid #D0A974;
             background: #eee;
}
.item_attrib_header
{
             margin: 0 auto;
             text-align: center;
             font-color: #bbb;
}

.item_heading
{
             font-weight: bold;
             float: left;
             padding: 0.7 1em 0.7 0;

}

.item_attribute_name
{
	font-weight: bold;
        margin: 0 30%;
        float: left;
        text-align: right;
}

.item_attribute_value
{
	font-style: italic;
        

}
.bookingform
{
             margin: 0.2em 2em 1em 2em;
             border-top: 1px solid #D0A974;
	border-bottom: 1px solid #D0A974;
	border-left: 1px solid #D0A974;
	border-right: 1px solid #D0A974;
}
/* End of 'Module: Catalog' */

