#page_header {
    border-bottom: #e5e5e5 1px solid;
    padding-bottom: 10px;
}

#page_header .title {
    float: left;
}

#page_header #cart_link {
    text-align: right;
}

#page_header #cart_link a {
    color: #cca643;
    font-size: .9em;
    text-decoration: none;
}

#page_header #cart_link img {
    margin-bottom: 3px;
    padding: 0px 2px;
    vertical-align: middle;
}

#page_header #cart span {
    color: #8f8f8f;
}

#product_nav {
    float: left;
    padding-top: 20px;
    width: 170px;
}

#product_nav ul {
    font-size: 8pt;
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#product_nav ul ul ul {
   padding-left: 15px;
}

#product_nav ul a {
    color: #666;
    text-decoration: none;
}

#product_nav ul li {
    margin: 0px;
    padding-bottom: 8px;
}

#product_nav li.selected > a {
    font-weight: bold;
}

#shop_content {
    border-left: #e5e5e5 1px solid;
    margin-left: 180px;
    padding: 20px 0px 0px 19px;
}

#breadcrumb.category_breadcrumb {
    float: left;
}

.category_display table {
    border-collapse: collapse;
    /*width: 100%;*/
    width: 790px;
}

.category_display td {
    vertical-align: top;
    width: 25%;
        padding: 0;
}

.category_display .product {
    margin: 20px 8px 20px 7px;
    vertical-align: top;
}

.category_display .product .product_name {
    color: #333;
    font-weight: bold;
}

.category_display .product .product_price {
    color: #333;
}

.category_display .product .product_thumb {
    height: 163px;
    text-align: center;
    margin-bottom: 8px;
}

.category_display .product .product_thumb div.thumbnail {
    background: #fff;
}

.category_display .product .product_thumb div.special_banner {
    margin: 0px auto;
    text-align: right;
}

.category_display .product .product_thumb div.special_banner img {
    display: block;
    float: right;
    margin-bottom: -72px;
    position: relative;
}

.category_display .product .product_thumb img {
    vertical-align: bottom;
}

/*.category_display .product .product_thumb img.special_banner {
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: -72px;
}*/

.category_display td.empty {
    padding: 200px;
    text-align: center;
}

#category_banner {
    margin-bottom: 10px;
}

#product_image {
    float: left;
    min-height: 450px;
    text-align: center;
    width: 485px;
}

.no_image {
    background: url('/media/images/store/noimage.gif') no-repeat center;
}

#product_image {
    text-align: center;
}

#product_image .container {
    text-align: center;
    height: 466px;
}
#product_image .container a {
    margin: auto;
}
#product_image .container div {
    margin: auto;
}

#product_image #main_image {
    background: #fff;
}

#product_image .zoomer img {
    max-height: 465px;
    max-width: 485px;
}

#product_image div#subtext {
    border-bottom: #e5e5e5 1px solid;
    font-size: .9em;
    height: 12px;
    padding: 10px 0px;
}

#product_image div#mouse_over {
    display: none;
    float: left;
}

#product_image div#view_larger {
    float: right;
}

#product_image .press {
    margin: 25px 0px;
}

#product_image .press h1 {
    clear: both;
    text-align: left;
    margin: 0px 0px 10px 0px;
}

#product_image .other_images,
#product_image .press_images {
    width: 485px;
    height: 185px;
    overflow: hidden;
}
#product_image .other_images ul,
#product_image .press_images ul {
    margin: 0px;
    padding: 0px;
}

#product_image .other_images .thumb,
#product_image .press_images .thumb {
    float: left;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    display: block;
    width: 160px;
    height: 190px;
}

#product_image .other_images .thumb a,
#product_image .press_images .thumb a {
    display: block;
    margin: 8px;
    overflow: hidden;
}

#other_images_left { cursor:pointer; width: 100px; float: left; margin-bottom: 30px; }
#other_images_right{ cursor: pointer; width: 100px; float: right;margin-bottom: 30px;  }
#product_image .other_images .thumb a.selected {
    border: #af8c30 2px solid;
    margin: 6px;
}

#product_details {
    margin-left: 505px;
    width: 285px;
}

#product_details h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

#product_details h3 {
    border-bottom: #e5e5e5 1px solid;
    color: #af8c2f;
    font-size: 1.4em;
    font-weight: normal;
    margin: 20px 0px 5px 0px;
    padding: 0px;
    padding-bottom: 5px;
}

#product_details .brief_description {
    font-size: 1.3em;
}

#product_details .description ul {
    list-style-image: url('/static/images/common/bullet.png');
    margin-left: 15px;
    padding-left: 0px;
}

#product_details .price {
    color: #333;
    margin-top: 5px;
}

#product_details .msrp {
    font-size: .7em;
    font-weight: bold;
}

#product_details .original_price {
    color: #c00;
    font-size: 1.4em;
    text-decoration: line-through;
}

#product_details .final_price {
    font-size: 1.4em;
    font-weight: bold;
}

#product_details .submit {
    margin-top: 20px;
}

.product_option {
    margin-bottom: 5px;
}

.product_option a {
    margin-left: 8px;
}

.product_quantity {
    padding-top: 8px;
}

.grouped_product > div {
    margin-bottom: 5px;
}

.grouped_product select {
    width: 170px;
}

.grouped_product h3 a {
    margin-top: 5px;
    float: right;
}

.product_quantity input {
    background: #f7f7f7;
    border: #bdbdbd 1px solid;
    text-align: center;
    padding: 4px 0px;
    width: 22px;
}

#add_this {
    border-top: #e5e5e5 1px solid;
    margin-top: 20px;
    padding-top: 20px;
}

.pagination {
    text-align: right;
}

.pagination ul li {
    display: inline;
}

.pagination ul li.current {
    font-weight: bold;
    padding: 2px;
}

.pagination ul li a {
    padding: 2px;
}

.pagination ul li.end a {
    color: #cca643;
    font-weight: bold;
}

.pagination ul li.all {
    margin-left: 10px;
}
.product {
    width: 180px !important; width: 137px;
}

#category_header {
    border-bottom: #e5e5e5 1px solid;
    margin: 10px 0px 10px 0px;
}

#category_header h1 {
    color: rgb(204, 166, 67);
}
#shop_home_bottom_ctas div{
    float: left;
    margin-right: 10px;
}
#shop_home_bottom_ctas div.cta {
    overflow: hidden;
}
div#cta_key_shop-home-bottom4 {
    margin-right: 0;
}
.cta a {
    display: block;
}
.cta img {
    display: block;
}
#content input[type="text"] {
    border: solid 1px #999;
}
#product_ratings h1 {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
div.average.rating {
    background: url('/media/images/starbig-off.gif') repeat-x center left;
    width: 180px; /* important: this is 5 x the width of the gif */
    height: 30px;
}
div.average.rating .value {
    background: url('/media/images/starbig-on.gif') repeat-x center left;
    height: 30px;
}
div.rating {
    background: url('/media/images/star-off.gif') repeat-x center left;
    width: 135px; /* important: this is 5 x the width of the gif */
    height: 22px;
}
div.rating .value {
    background: url('/media/images/star-on.gif') repeat-x center left;
    height: 22px;
}
#product_ratings ul#comments {
    margin: 0;
    padding: 0;
}
ul#comments li {
    min-height: 65px;
}
ul#comments div.title {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
    margin: 15px 0 12px;
}
ul#comments .title .user {
    font-weight: bold;
    padding-left: 20px;
}
ul#comments div.rating {
    float: left;
}
ul#comments div.comment {
    margin-left: 150px;
}
#write_review_btn {
    margin-top: 20px;
}
#review_post {
    margin-top: 20px;
}
#review_post .label {
    color: #666666;
    text-align: right;
    width: 140px;
}
#review_post label {
    font-weight: normal;
}
#review_post textarea#id_comment {
    width: 318px;
}
#review_post #submit_btn {
    margin-top: 20px;
}
