/* 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;
}

div.item_thumbnails a {
  padding: 20px 0px 10px 0px; /* top then right, bottom and left */
}

div.item_images {

}

div.item_thumbnails {
  padding: 20px 0px 10px 0px; /* top then right, bottom and left */
}

div.ProductDirectoryItem input {
margin: 5px 5px 0px 5px;
position:relative;
}


div.SummaryItemLeft {
position: relative;
float: left;
width: 40%;
}

div.SummaryItemPrice{
position: relative;
float: left;
width: 20%;
}

div.SummaryItemRight {
position: relative;
float: left;
width: 40%;
}