/* Start of CMSMS style sheet 'products' */
.ProductDirectoryItem {

}

.product_img {
float: left;
width: 90px;
height: 90px;
background: #f4f4f4;
border: 1px solid #CCC;
text-align: center;
margin-right: 30px;
}

.product_name { 
float: left;
font-family: helvetica, arial, serif;
font-size: 16px;
background: #8baad4;
padding: 5px;
width: 760px;
}

.product_details_container {
font-family: helvetica, arial, serif;
font-size: 16px;
margin-left: 122px;
margin-top: 40px;
}

.product_details {
font-family: helvetica, arial, serif;
font-size: 16px;
float: left;
}


.product_container {
background: #f4f4f4;
margin-bottom: 10px;
overflow: hidden;
border: 1px solid #CCC;
padding: 10px;
width: 920px;
}
/* End of 'products' */

