/* for the catalog pages */


div.item_attribute_name {
   padding: 5px 0px 0px 0px; /* CSS short hand rule first value is top then right, bottom and left */
   font-weight: bold;
   color: #555555;
   display: inline;
}

div.item_attribute_val {
   display: inline;
}
