.page-header {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
}

.warranty {
    text-align: center;
}

#product-page {
    padding: 10px;
    position: relative;
}

#product-wrapper {
    position: relative;
}

.product-cart {
    text-align: center;
}

.col-pic img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img.product-pic {
    border: 1px solid #339;
}

.pics li {
    margin-top: 10px;
}

.documents {
    margin: 15px 0;
}

.documents ul {
    margin: 0;
    padding: 0;
}

.documents li {
    margin-left: 25px;
    margin-bottom: 4px;
    list-style: inherit;
}

.header {
    color: #333;
}

.compare-box {
    margin: 5px 0;
}

a.main-link {
    color: #339;
    font-weight: bold;
}

.cost-box {
    background-color: #eee;
    padding: 2px;
    border: 1px solid #ccc;
}

.base-total-cost {
    color: red;
    font-weight: bold;
}

.selling-price {
    color: green;
    font-size: 1.2em;
    font-weight: bold;
}

.price th,
.price td {
    text-align: right;
}

.price th {
    padding-right: 5px;
    font-weight: normal;
}

tr.bold th {
    font-weight: bold;
}

tr.bold td {
    color: #666;
    font-weight: bold;
}

.sales-alert-header {
    margin-top: 2em;
    background-color: #CF161E;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.sales-alert-description {
    background-color: #FFC0CB;
    font-weight: bold;
    padding: 1em;
}

.description-header {
    font-weight: bold;
    font-size: 1.1em;
    background-color: #44ae44;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    margin-top: 15px;
}

.description {
    background-color: #cbffcb;
    border: 1px solid #44ae44;
    padding: 5px;
    margin-bottom: 20px;
}

.description li {
    list-style: disc;
    margin-left: 25px;
}

.description p {
    margin: 10px 0;
}

.features {
}

.info {
    border-top: #eee;
}

.features td.feature-name {
    padding-right: 2em;
    font-weight: bold;
    text-align: right;
}

.features td {
}

.features tr.odd td {
}

img.option-picture {
    border: 1px solid #ccc;
}

li.no-image img.option-picture {
    display: none;
}

.step-name {
    font-weight: bold;
    padding-top: 5px;
    font-size: 1.1em;
}

.options-available {
    clear: both;
    margin-top: 15px;
}

.options-available li {
    margin-top: 10px;
}

li.pleaseTellUsAboutYourVehicle,
li.receiverHitchType,
li.pleaseTellUsAboutYourScooter,
li.measurements {
    display: none;
}

#categoriesWrapper li {
    list-style: inherit;
    margin-left: 25px;
    margin-top: 3px;
}

.free {
    /*display: none;*/
}
