/* --------------------- Category & Sales Page --------------------- */
.add-this {
    float: right;
    width: 250px;
    height: 40px;
    margin: 5px;
}

.featured-scooter {
    text-align: center;
    position: relative;
}

.smart-page {
    position: relative;
}

.featured-box {
    position: absolute;
    width: 200px;
    text-align: center;
    top: 30px;
    left: 30px;
}

.featured-header {
    font-weight: bold;
}

.featured-price {
    font-size: 2.2em;
    font-weight: bold;
}

.smart-pages img.smart-img {
    width: 100px;
}

table.smart-pages {
    width: 100%;
}

#content li.smart-pages {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    list-style: none;
    margin-left: 0;
}

.smart-pages table {
    width: 100%;
}

.smart-pages table td {
    padding: 5px 5px;
}

td.smart-pages-right {
    vertical-align: top;
}

td.smart-pages-left {
    width: 110px;
    text-align: center;
}

.smart-pages h2 {
    font-size: 1.1em;
}

div.sale-ends .label {
    font-weight: bold;
    color: #000000;
}

.sale-ends {
    font-weight: bold;
    color: red;
}

.price {
    font-weight: bold;
    text-align: center;
    /*color:yellow;*/
    font-size: 1.3em;
    background-color: #eee;
}

div.price .label {
    font-weight: bold;
    /*color:yellow;*/
    margin-bottom: 3px;
}

.msrp {
    font-style: italic;
    text-align: center;
}

.add-to-cart, .add-to-cart A {
    font-weight: bold;
    color: red;
}

.add-to-cart A:Hover {
    background-color: yellow;
}

.highlight-row {
    background-color: #ddd;
    border-bottom: 2px solid #AAAAAA;
}

.highlight-box {
    border: 1px solid #AAAAAA;
    clear: both;
    width: 95%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 10px;
}

.compare-selected-wrapper {
    padding: 10px;
    margin-top: 10px;
    background-color: #D6F6F5;
    font-weight: bold;
}

.compare {
    background-color: #640DF6;
    border-bottom: 2px solid #40089E;
    color: #fff
}

.picture img {
    width: 100px;
    border: 1px solid #AAAAAA;
}

.picture span.click-here, span.click-here A {
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
}

.category-description {
    padding: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.smart-page .sd {
    color: #000;
    font-weight: normal;
}

.smart-page li {
    list-style: disc;
}

.smart-page .products font {
    color: #000;
}

#products b {
    font-weight: normal;
}

.click-here-link {
    background-color: yellow;
    font-weight: bold;
    text-align: center;
    /*font-size:.9em;*/
    margin-bottom: 3px;
    margin-top: 5px;
    padding: 3px 20px;
}

.click-here-link A {
    text-decoration: none;
    color: #000;
}

.click-here-link A:hover {
    color: red;
    text-decoration: none;
}

#products li {
    font-weight: normal;
}

.plus-shipping {
    font-size: .9em;
}

.featureset-compare th,
.featureset-compare td {
    vertical-align: top;
}

.featureset-compare td {
    text-align: center;
}

.featureset-compare td.even {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.featureset-compare td.first {
    border-left: 1px solid #ccc;
}

.featureset-compare td.last {
    border-right: 1px solid #ccc;
}

.featureset-compare tr.even td.even,
.featureset-compare tbody tr.even th,
.featureset-compare tr.even td.odd {
    background-color: #ffd;
}

.featureset-compare tbody tr.even th
.featureset-price {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
}

.featureset-cart {
    background-color: yellow;
}

a.featureset-cart {
    text-decoration: none;
}

.featureset-img {
    height: 130px;
    border: 1px solid #eee;
}

.refine-search-box {
    padding: 5px;
    text-align: center;
}

.products-found {
    padding: 10px;
    font-weight: bold;
}

.pages {
    text-align: center;
}

.pages li {
    list-style: none;
    display: inline;
    padding: 5px 2px;
    margin: 0;
}

.snippet {
    margin: 5px 5px 5px 0;
    height: 15px;
    line-height: 15px;
}

.review {
    padding: 3px;
    background-color: #fff7e3;
}

.rating-average,
.rating-header {
    display: none;
}

.write-a-review {
    width: 120px;
    float: left;
    text-align: center;
}

.rating-count {
    float: left;
    text-align: center;
    padding: 0 10px;
}


