/* Campaign Landing Page Styles */

#campaign h1,h2,h3,h4,h5 {
    font-family: arial;
}
#campaign .top {
    padding: 7px 0 0 0;
}

#campaign .columns {
    clear: both;
}

#campaign .columns .left-column {
    float: left;
    width: 675px;
    margin: 0 7px 0 7px;
}
#campaign .columns .right-column {
    float: left;
    width: 303px;
    margin: 0 7px 0 0;
}
#campaign .heading .image {
    position: relative;
    /*width: 634px;*/
    height: 174px;
    overflow: hidden;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-topleft: 9px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    /*border-bottom: 1px solid #888;*/
    background-position: center center;
}
#campaign .heading .image .stripe {
    position: absolute;
    left: 0;
    height: 35px;
    width: 634px;
    line-height: 35px;
    top: 120px;
    background: transparent url('../images/campaign-header-stripe.png') no-repeat;
    color: #000;
    z-index: 2;
}
#campaign .heading .image h1 {
    position: absolute;
    font-size: 26px;
    line-height: 35px;
    color: #555;
    top: 120px;
    padding: 0 0 0 10px;
    z-index: 3;
    margin: 0;
}

#campaign .brand-image {
    text-align: center;
    height: 174px;
    line-height: 174px;
    background: #d1d1d1;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-topleft: 9px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom: 1px solid #888;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Related Searches */
#campaign .related-searches h2 {
    margin: 5px 0 5px 0;
    color: #555;
    font-size: 18px;
}
#campaign .related-searches ul {
    float: left;
    margin: 0 0 10px 0;
}
#campaign .related-searches ul li {
    float: left;
    width: 297px;
    margin: 0 10px 0 0;
}

/* Product Carousels */
#campaign .product-scroller ul {
    margin: 0 0 20px 0;
}

#campaign .product-scroller h4 {
    border-bottom:1px solid #CCCCCC;
    color:#333333;
    font-size:18px;
    font-weight:normal;
    margin:0 0 10px;
    height: auto;
}

#campaign .product-results li {
    float: left;
    position: relative;
    width: 135px;
    overflow: hidden;
    margin: 0 12px;
    text-align: center;
}
#campaign .product-results li .product-result .product-result-image {
    width: 112px;
    height: 112px;
    border: 1px solid #dfdfdf;
}
#campaign .product-results li .product-result h5 {
    font-weight: normal;
    color: #000;
    border: none;
    font-size: 12px;
    margin: 0;
}
#campaign .product-results li .product-name {
    margin: 0;
    padding: 0;
    line-height: 12px;
    overflow: hidden;
    font-size: 12px;
}
#campaign .product-results li .product-name a {
    color: #555;
    text-decoration: none;
}
#campaign .product-results li .regular-price,
#campaign .product-results li .online-price,
#campaign .product-results li .closeout-price {
    font-size: 1.1em;
}
#campaign .product-results li .regular-price {
    color: #333;
    font-weight: normal;
}
#campaign .product-results li .online-price {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
}
#campaign .product-results li .finder-notice {
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    top: -80px;
    display: none;
}
#campaign .product-results li .finale-notice {
    background: #C00;
}
#campaign .product-results li .new-notice {
    background: #080;
}
#campaign .product-results li .featured-notice {
    background: #555;
}
#campaign .product-results li .premier-notice {
    background: #000;
}
#campaign .pagination {
    text-align: right;
    margin: 0;
}
#campaign .pagination a {
    border: 1px solid #C00;
    padding: 0 2px 0 2px;
    text-decoration: none;
}
#campaign .pagination .current-page {
    padding: 0 2px 0 2px;
    border: 1px solid #000;
}
#campaign ul .hidden {
    display: none;
}
.product-tooltip {
    background: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 5px;
}
.product-tooltip .regular-price {
    color: #333;
    font-weight: normal;
}
.product-tooltip .online-price {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}

/* SEO Text */

#campaign .seo-text {
    text-align: justify;
}


/* Campaign Videos */
#campaign .videos .thumbnail {
    width: 143px;
    height: 107px;
    float: left;
    margin: 10px;
    text-align: center;
}
#campaign .videos .thumbnail img {
    width: 143px;
    height: 107px;
}
#campaign .videos .thumbnail .play {
    position: relative;
    width: 50px;
    height: 50px;
    top: -75px;
    left: 47px;    
    background: transparent url('../images/play.gif') no-repeat;
}
#campaign .videos .thumbnail a {
    outline: none;
}

/* Reviews */
#campaign .review {
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #CCC;
    font-size: 11px;
}
#campaign .review .product {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#campaign .review .title {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
#campaign .review .meta {
    font-style: italic;
    color: #888;
    margin: 0;
}
#campaign .review .rating {
    margin: 10px 0 5px 0;
}
#campaign .review .rating .label {
    float: left;
    line-height: 22px;
    padding: 0 5px 0 0;
}
#campaign .review .rating .stars {
    
}
#campaign .review .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin-right:5px;
}

#campaign .review .product-image img {
    margin-top: -15px;
    margin-left: -10px;
}

#campaign .review .review-content {
    float: left;
    width: 475px;
    overflow: auto;
    margin-bottom: 5px;
}

/* Text Styles */
#campaign h4 {
    border-bottom: 2px solid #333333;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 21px;
    margin: 0 0 10px;
    overflow: hidden;
}
#campaign h4 .view-all {
    float: right;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0;
}
#campaign h4 .view-all a {
    text-decoration: none;
}
#campaign h5 {
    border-bottom: 2px solid #333333;
    color: #333333;
    font-size: 14px;
    margin: 0 0 5px;
}
#campaign h6 {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 10px;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #CCC;
}
#campaign h6 .view-all {
    float: right;
    font-size: 11px;
    font-weight: bold;
}
#campaign .page-head h3 {
    margin: 0 10px 0 10px;
    color: #333!important;
    padding: 15px 10px 0 10px;
    border-color: #333;
    font-size: 26px;
    height: 24px;
    line-height: 30px;
    letter-spacing: 0;
}

#campaign .history-header {
    height: 17px;
    border-bottom: 2px solid #333333;
    margin-bottom: 5px;
}

#campaign .history-header h5 {
    border: 0;
}

#campaign .history-header .header-left {
    float: left;
    vertical-align: bottom;
    /*margin-top: 83px;*/
}

#landing .header-image {
    float: left;
}

/* Landing Page */
#landing {
    padding: 10px;
}
#landing.no-padding {
    padding: 0px;
}
#landing .panel {
    border: 1px solid #888888;
    -moz-border-radius:0px 10px 10px 10px;
}
#landing .tabs {
    border-bottom: 0px;
}
#landing h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #888;
}
#landing h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin: 0;
}
#landing h2 a {
    color: #333;
    text-decoration: none;
}
#landing h2 a:hover {
    color: #CC0000;
    text-decoration: underline;
}
#landing h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
#landing h4 {
    font-size: 12px;
    border-bottom: 1px solid #CCC;
    color: #333;
    font-weight: normal;
    margin: 0 0 10px 0;
}
#landing h4 .right {
    float: right;
    font-size: 10px;
    line-height: 24px;
}
#landing h4 a {
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
}
#landing h4 a:hover {
    text-decoration: underline;
}
#landing .product-selection-right {
    float: right;
    width: auto;
    font-weight: bold;
}
#landing .facets {
    float: left;
    font-size: 11px;
    padding-left: 20px;
    margin: 0;
}
#landing .facets a {
    font-weight: bold;
    font-size: 13px;
}
#landing .facets ul ul a {
    font-size: 12px;
    font-weight: normal;
}
#landing .facets > li {
    float: left;
    width: 186px;
}
#landing .facets > li > ul {
}
#landing .facets > li > ul a {
    color: #CC0000;
    text-decoration: none;
}
#landing .facets > li > ul > li > ul {
    margin: 0 0 10px 15px;
    font-size: 11px;
}
#landing .facets > li > ul a:hover {
    text-decoration: underline;
}
#landing .facets li.clear {
    float: none;
    clear: both;
}

#landing .product-results {
    margin: 0;
}
#landing .product-results li {
    float: left;
    position: relative;
    width: 132px;    
    overflow: hidden;
    margin: 0 12px;
    text-align: center;
    padding-bottom: 10px;
}
#landing .product-results li.clear {
    float: none;
    clear: both;
    width: auto;
    height: 1px;
}
#landing .product-results h5 {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    line-height:12px;
}
#landing .product-results p {
    font-size: 12px;
    margin: 0;
}
#landing .product-results .product-name {
    line-height: 12px;
    overflow: hidden;
}
#landing .product-results a {
    color: #666;
    text-decoration: none;
}
#landing .product-results .finder-notice {
    top: 0;
    left: 0;
    display: none;
}
#landing .product-results .product-result-image {
    width: 135px;
    height: 135px;
}

#landing .categories,
#landing .brands {
    float: left;
    width: 100%;
    font-size: 12px;
}
#landing .categories { margin : 0 2% 0 0 }
#landing .brands { margin: 0 0 0 2% }
#landing .categories > li > ul > li,
#landing .brands > li > ul > li {
    float: left;
    width: 190px;
    padding-left:20px;
    padding-bottom: 5px;
}
#landing .categories li.clear,
#landing .brands li.clear {
    clear: both;
    float: none;
    width: auto;
}
#landing .categories a,
#landing .brands a {
    color: #333;
}
#landing .categories a:hover,
#landing .brands a:hover {
    color: #CC0000;
}
#landing .no-results {
    font-size: 14px;
}
#landing .no-results a {
    color: #333;
}
#landing .no-results a:hover {
    color: #CC0000;
}
#landing .did-you-mean {
    font-style: italic;
}
#landing .landing-productlist-horizontal {
    margin: 0;
}

#product-text .products-text a {
    font-size: 12px;
    text-decoration: underline;
    color: #333333;
}

#product-text .products-text a:hover {
    text-decoration: underline;
    color: #CC0000;
}

