div#main #catalog {
    margin: 0;
    padding: 0;
    width: 555px;
}

div#main #catalog #catalog-nav {
    background: #fafaf9 url(../images/section-background.png) repeat-x left top;
    margin-top: 10px;
    padding: 10px;
    border: solid 1px #dad8d4;
}

div#main #catalog a img {
    border: 0;
}

div#main #catalog h1 {
    font-size: 28px;
    line-height: 1.25em;
}

div#main #catalog h2 {
    font-size: 20px;
    color: #ED174B;
    line-height: 1.5em;
}

div#main #catalog h3 {
    font-size: 18px;
    color: #ED174B;
    line-height: .5em;
    margin: 10px;
}

div#main #catalog h4 {
    font-size: 14px;
    line-height: .5em;
}

div#main #catalog h5 {
    font-size: 12px;
    font-weight: normal;
    line-height: .5em;
}

div#main #catalog #catalog-nav form {
    padding: 0;
    margin: 0;
}

div#main #catalog #catalog-nav select {
    width: 200px;
}

div#main #catalog #catalog-nav table#kit-search {
    border: 0;
}

div#main #catalog #catalog-nav table#kit-search td {
    padding: 3px;
    font-size: 12px;
    vertical-align: middle;
}

div#main #catalog #catalog-content {
    margin-top: 5px;
    border-top: 1px solid #DAD8D4;
    border-left: 1px solid #DAD8D4;
}

div#main #catalog .item-name {
    background: #fafaf9 url(../images/section-background.png) repeat-x;
    padding: 10px;
    border-right: 1px solid #dad8d4;
    border-bottom: 1px solid #dad8d4;
}

div#main #catalog .item-info {
    border-right: 1px solid #DAD8D4;
    padding: 10px 10px 3px 10px;
    background: url(../images/item-info-header-shadow.png) repeat-x;
}

div#main #catalog .item-info-footer-cap {
    border-right: 1px solid #DAD8D4;
    border-bottom: 1px solid #DAD8D4;
    height: 5px;
    background: url(../images/item-info-footer-shadow.png) repeat-x bottom left;
}

div#main #catalog .item-info-details {
    float: left;
}

div#main #catalog .item-info-photo {
    float: right;
}

div#main #catalog .item-info-photo p {
    text-align: center;
}

div#main #catalog .difficulty-rating {
    float: left;
    margin-left: 5px;
    vertical-align: bottom;
}

div#main #catalog .price {
    font-size: 12px;
    margin-top: 5px;
}

div#main #catalog .price span {
    color: #ED174B;
    font-weight: bold;
}

div#main #catalog .PartNumber {
    font-size: 12px;
    margin-top: 5px;
}

div#main #catalog .button {
    margin-top: 5px;
}
table.product-galary {
    width: 100%;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}

table.product-galary td {
    font-family: "Trebuchet MS";
    font-size: 12px;
    vertical-align: bottom;
    text-align: center;
    width: 25%;
    padding: 10px;
    background: url(item-info-header-shadow.png) repeat-x top left #fff;
    border-bottom: 1px solid #ccc;
}



table.product-galary td img {
    margin-bottom: 10px;
}

table.product-galary td a img {
    border: 0;
}

table#tools-index th {
    background: url(section-background.png) repeat-x top left #fafaf9;
}
