#page_header {
    /*border-bottom: #e5e5e5 1px solid;*/
}

#page_header #cart_link a {
    color: #535353;
    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: 100px;
    background: transparent url('/static/meta_catalog/images/shop_online.jpg') top left no-repeat;
    width: 140px;
    padding-right: 0px;
    padding-left: 20px;
}

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

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

#product_nav ul a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
#product_nav ul ul a {
    font-weight: normal;
}

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

#product_nav li li.selected > a {
    color: #F78F1E;
}

#shop_content {
    border-left:1px solid #E5E5E5;
    margin-left:150px;
    padding:15px 18px 10px 27px;
}
body.shop.home #shop_content {
    background:transparent url(/static/meta_catalog/images/index_content_bg.jpg) no-repeat scroll 5px top;
}

.categories_cta {
    float: left;
    margin:11px 0 0 14px;
}
.categories_cta.first {
    margin-left: 0;
}

#breadcrumb.category_breadcrumb {
    /*float: left;*/
}

.category_display table {
    border-collapse: collapse;
    width: 100%;
}

.category_display .hr {
    border-bottom: 1px solid #E5E5E5;
}

.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: 114px;
    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: 10px 0;
}

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

.no_image {
    background: url('/static/store/noimage.gif') no-repeat 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 {
    margin-bottom:10px;
}

#product_image .zoomer {
    float: right;
    text-transform: uppercase;
}
#product_image .zoomer a{
    color: #333333;
}
#product_image .magiczoom_info {
    text-align:left;
    text-transform:uppercase;
    color: #333333;
}
#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 .container {
    width: 435px;
    height: 65px;
    overflow: hidden;
}
#product_image .container ul {
    margin: 0px;
    padding: 0px;
}

#product_image .container .thumb {
    float: left;
    margin: 0px 13px 0px 0px;
    overflow: hidden;
    display: block;
    width: 74px;
    height: 59px;
    position: relative;
    background:white;
    border:1px solid #D0D0D0;
}
#product_image #product_images {
    height: 80px;
    position: relative;
}

#product_images .left {
    position: absolute;
    bottom: 0;
    left: 0;
}
#product_images .left a {
    outline: none;
}
#product_images .right {
    position: absolute;
    bottom: 0;
    right: 0;
}
#product_images .right a {
    outline: none;
}
#product_image .container .thumb .display, #product_image .container .thumb .fullsize {
    display: none;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

#product_image .container .thumb a {
    display: block;
    overflow: hidden;
    position: absolute;
}

#product_image .display {
    background: #fff;
    width: 435px;
    height: 348px;
    /*text-align: center;*/
    margin-bottom:5px;
    vertical-align: middle;
    /*border: 1px solid #D0D0D0;*/
}
#product_image .display a.fullsize {
    /*display: inline !important;*/
}

#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 .container .thumb a.selected {
    border: #af8c30 2px solid;
    margin: 6px;
}

#product_details {
    margin-left: 477px;
    width: 225px;
}

#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;
    margin-bottom: 10px;
}

.product {
    /*width: 180px !important; width: 137px;*/
}

#product_related ul {
    list-style: none;
}

#product_related li {
    float: left;
}

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

#shop_home_bottom_ctas div{
    float: left;
    margin-right: 10px;
}
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 {
    clear: both;
}
#product_ratings h1 {
    border-top:1px solid #E5E5E5;
    margin-top:10px;
    padding:10px 0 5px;
}
div.average.rating {
    background: url('/static/store/starbig-off.gif') repeat-x center left;
    width: 150px; /* important: this is 5 x the width of the gif */
    height: 20px;
}
div.average.rating .value {
    background: url('/static/store/starbig-on.gif') repeat-x center left;
    height: 20px;
}
div.rating {
    background: url('/static/store/star-off.gif') repeat-x center left;
    width: 90px; /* important: this is 5 x the width of the gif */
    height: 14px;
}
div.rating .value {
    background: url('/static/store/star-on.gif') repeat-x center left;
    height: 14px;
}
#product_ratings ul#comments {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#comments li {
    min-height: 65px;
}
ul#comments div.title {
    margin: 15px 0 12px;
    font-size: 1.0em;
}
ul#comments .title .user {
    font-weight: bold;
    padding: 5px 0;
}
ul#comments .title .date {
    padding-left: 10px;
}
ul#comments div.rating {
    /*float: left;*/
}
ul#comments div.comment {
    margin-bottom:30px;
}
#write_review_btn {
    margin-top: 20px;
}
#review_post {
    margin-top: 20px;
}
#review_post .label {
    color: #666666;
    text-align: right;
    width: 130px;
}
#review_post label {
    font-weight: normal;
}
#review_post textarea#id_comment {
    width: 318px;
}
#review_post #submit_btn {
    /*margin-top: 20px;*/
}
form ul.errorlist {
    list-style-type: none;
    float: right;
    color: red;
    margin:0;
    padding:0;
}

#cart_link {
    position: relative;
}
#cart_summary {
    position: absolute;
    top: 28px;
    right: 0;
    background: #FFFDF1;
    width: 300px;
    /*height: 400px;*/
    border: 1px solid #c7c7c7;
    z-index: 99;
}
#cs_container {
    margin: 10px 25px;
}
#cs_emptymsg {
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}
.cs_item {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
}
.cs_item .image {
    float: left;
    clear: left;
}
.cs_item .info {
    margin-left: 90px;
}
.cs_item .info .name {
    margin-bottom: 5px;
}
.cs_item .info .price {
    float: right;
    padding-right: 10px;
}
#cs_subtotal {
    text-align: right;
    font-weight: bold;
    padding: 5px 0;
}
#keytext_cart-summary-notes {
    color: #4d4d4d;
    border: 1px solid #dfdfdf;
    background: #f0f0f0;
    padding: 10px;
    display: block;
}
#keytext_cart-summary-notes.default {
    color: #4d4d4d;
    border: none;
    background: transparent;
    padding: 0px;
}
#cs_links {
    height: 30px;
    margin-top: 10px;
}
#cs_editcart {
    height: 30px;
    display: block;
}
#cart_link #cs_editcart a {
    vertical-align: middle;
    line-height:30px;
    color: #F78F1E;
    text-decoration: underline;
}
#cs_checkoutbtn {
    float: right;
}
body.cart_thankyou h2 {
    font-size: 1.8em;
    margin-top: 0 0 10px;
}
#thankyou_notes {
    float: right;
    width: 200px;
    background: #eeecc6;
    padding: 10px;
    margin: 20px 0 0;
}
#thankyou_notes h3 {
    margin-top: 0;
}
#thankyou_notes ol {
    padding-left: 20px;
    margin-left: 0px;
}
#thankyou_notes ol li {
    margin-bottom: 10px;
}
#thankyou_main {
    margin-right: 230px;
}
p.thanks.info {
    border-bottom: 1px solid #DFDFDF;
    padding: 9px;
    margin: 0;
}
#thankyou_main .title {
    font-size: 12px;
    font-weight: bold;
}
.thankyou_col {
    margin: 20px 0;
    padding-left: 10px;
    width: 170px; 
    float: left;
}
#thankyou_order.thankyou_col {
    width: 120px; 
}
table#thankyou_items {
    width: 660px;
    margin: 10px;
}
#thankyou_items thead th {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
#thankyou_items th, #thankyou_items td {
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
}
#thankyou_items th.items, #thankyou_items td.items {
    text-align: left;
}
#thankyou_items th.price, #thankyou_items td.price {
    text-align: right;
    width:50px;
}
#thankyou_items td.subtotal {
    text-align: right;
    font-weight: bold;
}
#thankyou_items td.subtotal {
    border-top: 1px solid #DFDFDF;
    padding: 10px 0;
}
#thankyou_items th.total {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    background: #F4F3DE;
    padding-right: 10px;
}
#thankyou_continue {
    text-align:center;
    margin: 20px 0;
}
#thankyou_print {
    float: right;
}
#product_related table {
    border-collapse: collapse;
    width: 100%;
}
#product_related table td {
    width: 25%;
}
.product .product_listingbox .product_thumb {
    height: 114px;
}
