    .secthead {
    background-color:#DCDCDC;
}
    .secthead h2 {
    text-align:center;
    font-weight:bold;
    font-family:'Arial Black', Gadget, sans-serif;
    font-style:italic;
    color:grey;
    margin:10px 0px;
}
    .reldesc {
    color:black;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    padding:3px 0px 0px;
    margin:0px;
}
    .relprice {
    color:grey;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    padding:0px 0px 3px;
    margin:0px;
}
    .relbord {
    border: 1px solid #DCDCDC;
    border-collpase: collapse;
}
    .cathover:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
    .nomargnopad {
    margin: 0px;
    padding: 0px;
}


@media screen and (max-width: 767px) {

    .secthead h2 {
    font-size:18px;
}
}

@media screen and (max-width: 1280px) and (min-width: 768px) {

    .secthead h2 {
    font-size:24px;
}
}

@media screen and (min-width: 1281px) {

    .secthead h2 {
    font-size:28px;
}
}