.no-display {
    display: none;
}

#shop_breadcrumb ul.breadcrumbs li {
    font-size: 12px;
    float: left;
    margin-right: 0.3em;
    color: #000;
}

#shop_breadcrumb ul.breadcrumbs li a {
    color: #505050;
    font-weight: bold;
}

/* Product Images */
.product-img-box {
    float: left;
    width: 220px;
}

p#track_hint {
    font: 10px "Lucida Grande", sans-serif;
    color: #505050;
}

.product-img-box .product-image-zoom {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    z-index: 9;
}

.product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.image-zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px auto;
    background: url(../images/slider_bg.gif) no-repeat 50% 50%;
    padding: 0 28px 0 28px;
    cursor: pointer;
}

.image-zoom #track {
    position: relative;
    height: 18px;
}

.image-zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.image-zoom .btn-zoom-out {
    position: absolute;
    left: 8px;
    top: 4px;
}

.image-zoom .btn-zoom-in {
    position: absolute;
    right: 8px;
    top: 4px;
}

.product-img-box .more-views h4 {
    border-bottom: 1px solid #ccc;
    margin-bottom: .8em;
    font-size: .95em;
    text-transform: uppercase;
}

.product-img-box .more-views ul {
    margin-left: -9px;
}

.product-img-box .more-views li {
    float: left;
    margin: 0 0 9px 9px;
}

.product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-img-box .more-views li a img {
    margin: -32px 0 0 -32px;
}


/* --- PRODUCT INFO --- */
.product-img-box {
    display: block;
    width: 200px;
    float: left;
}

.product-info-box {
    display: block;
    width: 400px;
    float: right;
}

.product-info-box p, /* consistency! */
.product-info-box h3,
.product-info-box h4,
.product-info-box h5,
.product-info-box ul,
.product-info-box li,
.product-info-box legend {
    font-family: "Lucida Grande", sans-serif;
    font-size: 12px;
}

h3.product-name {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.2em;
    font-weight: bold;
}

.more-views h4 {
    font-family: "Lucida Grande", sans-serif;
    color: #006A93;
}

p.product-meta, ul.product-pricing, ul.product-pricing li {
    margin: 0;
    padding: 0;
}

.short-description p, .product-specs {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.6em;
    font-style: italic;
    color: #505050;
    line-height: 22px;
}

.product-specs {
    font-style: normal;
    color: #000;
}

#product-options-wrapper dl dt label {
width: 70px;
}

/* Rating */

.ratings {
    margin: 7px 0;
    line-height: 1.2em;
}
.rating-box {
    float: left;
    position: relative;
    width: 50px;
    height: 10px;
    margin-right: 5px;
    background: url(../images/product_rating_blank_star.gif) repeat-x;
}
.rating-box .rating {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    background: url(../images/product_rating_full_star.gif) repeat-x;
}
.ratings-list td {
    padding: 2px 0;
}
.ratings-list td.label {
    padding-right: 8px;
    font-weight: bold;
    line-height: 1em;
}
.ratings small {
    font-size: 12px;
}

/* Price */

.price-box {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.2em;
    font-style: italic;
    margin: 1em 0;
}

/* Add to cart */

fieldset.add-to-cart-box {
    margin: 0;
    width: auto;
}


.add-to-cart-box span, .add-to-cart-box input, .add-to-cart-box a {
    float: left;
    display: block;
    vertical-align: middle;
    position: relative;
}

.qty-box label {
    width: 40px;
    display: block;
    float: left;
    vertical-align: middle;
    line-height: 26px;
}

input#qty {
    display: block;
    vertical-align: middle;
    width: 40px;
    float: left;
}

.qty-box {
    display: inline;
    vertical-align: middle;
    width: 100px;
}

.add-to-cart-box a {
    padding-top: 1px;
}

.add-to-inline {
    margin: 1em 0;
}

.add-to-inline li {
    font-size: 10px;
    float: left;
    margin-right: 1em;
}

/********************** Tabs

.tabs {
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    background: url(../images/tabs_bg.gif) repeat-x 0 100% #f2f2f2;
}
.tabs li {
    float: left;
    border-right: 1px solid #a4a4a4;
    border-left: 1px solid #fff;
    font-size: 1.1em;
    line-height: 1em;
}
.tabs li.first {
    border-left: 0;
}
.tabs li.last {
    border-right: 0;
}
.tabs a {
    display: block;
    padding: 6px 15px;
    color: #444;
}
.tabs a:hover {
    background-color: #ddd;
    text-decoration: none;
    color: #444;
}
.tabs li.active a,
.tabs li.active a:hover {
    background-color: #666;
    font-weight: bold;
    color: #fff;
}

*/

.tabs li {
    font-size: 1.2em;
    font-weight: bold;
    float: left;
}

.tabs a {
    display: block;
    padding: 1em;
    cursor: pointer;
    color: #505050;
}

.tabs li a:link, .tabs li a:visited {
    color: #505050;
}

.tabs li a {
    border: 1px solid transparent;
    !border: 1px solid #fff;
    border-bottom: 1px solid #d9d9d9;
}

.tabs li.active a {
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-bottom: none;
}

.tabs li.active a:link, .tabs li.active a:visited,
.tabs li.active a:hover, .tabs li.active a:active {
    text-decoration: none;
    color: #000;
}

#tabs_content {
    padding: 1.5em 1em;
}


/********************* Tables */

td.label {
    font-weight: bold;
}

/* Data Table */
.data-table {
    width: 100%;
}
.data-table tr {
    background: #fff;
}
.data-table .odd {
    background: #fff
}
.data-table .even {
    background: #fcfcfc;
}
.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 !important;
}
.data-table th {
    padding: 2px 8px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
}
.data-table th.wrap {
    white-space: normal;
}
.data-table th a,
.data-table th a:hover {
    color: #fff;
}
.data-table td {
    padding: 3px 8px;
    font-size: 12px;
}
.data-table thead tr {
    background: #e9e9e9;
}
.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}
.data-table tfoot tr.first {
}
.data-table tfoot tr {
    background-color: #f3f3f3 !important;
}
.data-table tbody td {
    border-bottom: 1px solid #d9dde3;
}

.data-table td.label {
    padding-right: 90px;
}

/* Bundle Product row */
.data-table tbody.odd tr {
    background: #fff;
}
.data-table tbody.even tr {
    background: #fcfcfc;
}
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td h5.title {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    color: #444;
}
.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}
.data-table tbody td .option-value {
    padding-left: 10px;
}

.box-table td {
    padding: 10px;
}
.box-table tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.box-table select {
    width: 100%;
}

.generic-table td {
    padding: 2px 8px
}
.generic-table td.first {
    padding-left: 0;
}



/* PRODUCT GRID */

.generic-product-grid td {
    width: 120px;
}

table#product-list-table td {
	padding: 20px 54px 30px 0; 
	background-color: #fff;
}

table#product-list-table td.last {
	padding: 20px 0 30px 0; 
}

.generic-product-grid td h5 {
    font-size: 1.2em;
    font-weight: bold;
}

.data-table {
    line-height: 1.5em;
}

.data-table td {
    padding: .5em 0;
}

/* Attribute Specs */
.attribute-specs-block table {
    border-color: #d9DDE3;
}
.attribute-specs-block .label {
    font-weight: bold;
}
.attribute-specs-block .data {
    border-right: 0;
}
.attribute-specs-block td {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.25em;
}


/******************* SIDEBAR! */

/* Product Detail sidebar */
.mini-related-items {
    border-bottom: none !important;
    font-size: 12px;
}

.container .wrapper .module .mini-related-items h3 {
    font-size: 12px;
}

.mini-related-items li {
    clear: both;
    border-top: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding: 20px 0 0 0;
    !zoom: 1;
}

.mini-related-items li.first {
    border-top: none;
}

.mini-cart li {
    clear: both;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
    padding: 10px 0 20px 0;
    !zoom: 1;
}

.mini-cart li.last {
    border-bottom: none;
}

.mini-related-items li:after, .mini-cart li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mini-related-items li .product-images, .mini-related-items li .product-details, .mini-cart li .product-images, .mini-cart li .product-details {
    float: left;
}


.featured_product h3, .featured_product .price {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: bold;
}

.featured_product h3 span, .featured_product .price {
    font-weight: normal;
    font-style: italic;
    color: #505050;
}




.best-selling h3 {
    font-size: 12px;
    font-weight: bold;
    color: #006A93;
    border-top: 1px solid #bcbcbc;
    padding-top: 7px;
}

.best-selling table tbody tr td {
    padding: 40px 0;
    border-bottom: 1px solid #dedede;
}

.best-selling table tbody tr td .product_images {
    display: block;
    width: 95px;
    float: left;
    margin-right: 15px;
}

.best-selling table tbody tr td .product-description {
    display: block;
    margin-right: 15px;
}



.mini-related-items li .product-details, .mini-cart li .product-details {
    width: 120px;
    margin-left: 10px;
}

.mini-related-items li .checkbox-container {
}

.mini-related-items li .price-box, .mini-cart li .price {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    margin: .5em 0;
    padding: 0;
    color: #000;
}

.mini-related-items .content, .mini-cart .content {
    margin-bottom: 40px;
}

.module .mini-cart .content #cart-sidebar li .product-details a {
    font-size: 12px;
}

/* Mini Cart */

.mini-cart .cart-count p a:link,
.mini-cart .cart-count p a:visited,
.mini-cart .cart-count p a:hover,
.mini-cart .cart-count p a:active {
    background-image: none;
    text-indent: none;
    padding-left: 0;
}

.mini-cart .cart-count p {
    margin: 0;
    padding: 0;
}

.mini-cart .content {
    margin-top: 20px;
}

.mini-cart .product-details a.widget-btn:link,
.mini-cart .product-details a.widget-btn:visited,
.mini-cart .product-details a.widget-btn:hover,
.mini-cart .product-details a.widget-btn:active {
    font-size: 10px;
    color: #505050;
}


/* --- REVIEWS --- */

.review-product-view h3, h3.review_list_heading, h3.review_form_heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.6em;
    font-weight: bold;
}

.review-product-list h4 {
    margin: 1em 0;
    font-size: 12px;
    font-weight: bold;
}

.review-product-list h4 a {
}

.review-product-list h4 span {
    color: #505050;
}

.ratings-list {
    margin: 1em 0;
}

.review-product-list ol li {
    margin: 2em 0;
    border: 1px solid #fff;
}

.back_to_main {
    font-weight: bold;
}

#review-form fieldset strong {
    font-size: 12px;
}

ul.form-list li {
    margin: 1em 0;
}

ul.form-list li label {
    font-size: 12px;
    font-weight: bold;
}

/* --- MESSAGES --- */

.messages {
    border: 4px solid #fc0;
    background-color: #ffe57f;
    padding: 1em;
    font-size: 1.2em;
    margin-bottom: 1em;
}

/* #4ba219 */


/********************** Pager */

table.pager select {
    width: 50px;
    margin: 0 3px;
}

table.pager {
    width: 100%;
    background: url(../images/pager_bg.gif) repeat-x 0 100% #f9f9f9;
}

table.pager td {
    width: 33%;
    border-top: 1px solid #ddd;
    padding: 4px 8px;
    vertical-align: middle;
}

table.pager td.pages {
    text-align: center;
}

table.pager ol,
table.pager li {
    display: inline;
}

table.pager li {
    padding: 0 2px;
}

table.pager td.sort-by {
    width: 60%;
}

table.pager td.sort-by .active,
table.pager td.sort-by .active:hover {
    color: #444;
}
















/* Checkout
**********************************************/

select.address-select {
    width: 630px
}
.shipment-methods dd {
    margin-bottom: 13px;
}
.payment-methods dt {
    margin-bottom: 5px;
}
.payment-methods dd {
    padding: 5px 20px;
}


/* Shopping Cart */
.cart-collateral fieldset {
    background: #efefef;
}

.cart-collateral {
    background: #efefef;
    padding: 10px 12px;
}

.cart-collateral .divider {
    margin: 12px 0;
    background: #c0d2af;
}

.cart-collateral h4 {
    float: left;
    color: #006A93;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 12px;
}

.cart-collateral p {
    font: 12px "Lucida Grande", sans-serif;
    color: #505050;
    font-weight: bold;
}

.cross-sell-block {
    float: right;
    width: 180px;
    margin-bottom: 0;
}
/*
.cross-sell-block li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}


.cross-sell-block li.last {
    padding: 0;
    border: none;
    margin: 0;
}
.cross-sell-block .product-image {
    float: left;
    width: 50px;
}
.cross-sell-block .product-shop {
    width: 135px;
}
.cross-sell-block .price-box {
    margin: 0 0 6px 0;
    font-size: .8em;
}

*/

div.cross-sell-block p {
    font-size: 12px;
    margin-bottom: 10px;
}



.cross-sell-blank {
    display: inline;
    float: left;
    width: 220px;
    border: 0;
    padding: 0;
    background: none;
}
.cart-collateral-block {
    float: left;
    width: 830px;
}

.shopping-cart {
    margin-bottom: 0;
}

.shopping-cart span.price {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 16px;
}

.shopping-cart th, .shopping-cart td {
    padding-left: 13px;
    padding-right: 13px;
}
.shopping-cart tr.error {
    background: #FDE6E0 !important;
}
.shopping-cart .tax-flag {
    font-size: 0.9em;
    text-transform: lowercase;
    font-weight: normal;
    display: block;
}
.shopping-cart .continue-shopping {
    float: left;
}
.shopping-cart-item-message {
    margin-bottom: 5px
}
td.attributes-col {
    line-height: 1.4em;
}
td.attributes-col ul {
    margin: 5px 0;
    font-size: 1em;
}
td.attributes-col dt {
    margin-top: .5em;
    font-weight: bold;
}
td.attributes-col dd ul {
    margin: 0 0 5px 0;
}
td.attributes-col dd ul li {
    margin-left: 15px;
    list-style: disc;
}
td.attributes-col h4.title {
    padding: 0;
    margin: 0;
    font-size: 1em;
    color: #444;
    width: 100%;
    overflow: hidden;
}
td.attributes-col h4.title a {
    font-weight: bold;
}
.cart-totals {
    padding: 12px 0;
    /*background: url(../images/cart_totals_bg.gif) no-repeat;*/
    text-align: right;
}
.cart-totals table {
    font-family: Georgia, "Times New Roman", Times, serif;
    float: right;
    width: 350px;
    margin-bottom: 8px;
}
.cart-totals td {
    padding-left: 15px;
    font-size: 16px;
    font-style: italic;
}
.cart-totals tfoot td {
    font-size: 22px;
}
.checkout-types {
    margin: 4px 0;
}
.checkout-types li {
    clear: both;
    margin-bottom: 5px;
}
.cart-shipping-block h4 {
    margin: 0;
    float: none;
}
.cart-collateral .input-text {
    width: 264px;
}
.cart-collateral select {
    width: 270px;
}





.grand_total {
    width: auto;
    margin-top: 15px;
    border: 1px solid #BEBCB7;
    background: #DEE5E8;
    font-size: 1.3em !important;
    font-weight: bold;
    text-align: right;
}
tr.grand_total td, p.grand_total {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Tax details */
.tax-total {
    cursor: pointer;
}
.tax-total td {
    line-height: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tax-total .tax-collapse {
    float: right;
    padding-left: 20px;
    background: url(../images/bg_collapse.gif) 0 2px no-repeat;
    text-align: right;
    cursor: pointer;
}
.show-details .tax-collapse {
    background-position: 0 -55px;
}
.tax-details td {
    font-size: 0.91em;
    color: #626465;
    background-color: #dae1e4;
}
.tax-details-first td {
    border-top: 1px solid #d2d8db;
}


/* One-Page checkout */
.one-page-checkout .box {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px 20px;
    background: #fbfbfb;
}
.one-page-checkout .head {
    padding: 12px 8px 25px 8px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #fff #D9DDE3 #D9DDE3 #D9DDE3;
    background: #eee;
}

.one-page-checkout .head a {
    display: none; /* Hide Edit button in step header */
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.one-page-checkout h3 {
    float: left;
    margin: 0;
    color: #999;
    font-size: 12px;
    font-weight: bold;
}
.one-page-checkout h4 {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 4px;
    margin-bottom: 1em;
    font-size: 12px;
    font-weight: bold;
    color: #006A93
}
.one-page-checkout h4.title {
    border-bottom: 0;
    text-transform: none;
}


.one-page-checkout .step-count {
    padding: 0 4px;
    background: #fff;
    color: #444;
    font-size: .9em;
    line-height: 1em;
}
.one-page-checkout .content {
    padding: 10px 20px;
}
.one-page-checkout label.label {
    font-size: 1.05em;
    color: #2f2f2f;
}

.one-page-checkout .allow .head {
    background: #999;
    border-color: #999 #999 #fff #999;
    border-width: 1px;
    cursor: pointer;
}
.one-page-checkout .active .head {
    border: 1px solid #006A93;
    background: #006A93;
    cursor: default;
}
/* e46b00 */
.one-page-checkout .allow .head a {
    display: block;
    color: #fff;
}
/* Display Edit button in active selection */
.one-page-checkout .active .head a {
    display: none;
}

.one-page-checkout .group-select {
    margin-top: 0;
    margin-right: 0;
    border: 0;
    background: none;
    padding: 0;
}
.one-page-checkout .allow h3 {
    color: #fff;
}
.one-page-checkout .active h3 {
    color: #fff;
}
.one-page-checkout .active .box {
    display: block;
    border-color: #ddd;
    background: #fbfbfb;
}

.one-page-checkout dd .form-list ul {
    margin: 5px 17px 15px 17px;
}
.one-page-checkout .checkmo-mailing-address {
    padding-left: 20px;
}
.one-page-checkout-progress .page-head {
    margin-bottom: 1em;
}
.one-page-checkout-progress li {
    margin-bottom: 6px;
}
.one-page-checkout-progress h4 {
    margin: 0;
    border: 1px solid #ddd;
    padding: 2px 8px;
    background: #eee;
    color: #555;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.one-page-checkout-progress h4 span.separator {
	display: none;
}

.one-page-checkout-progress h4 a {
	display: block;
    text-transform: none;
}
.one-page-checkout-progress .content {
    background: none;
}
#opc-login .button-set {
    border-top: 0;
}
#opc-review .box {
    border: 0;
    padding: 0;
}
#opc-review .content {
    border: 1px solid #D9DDE3;
    border-top: 0;
}
.opc-please-wait {
    padding-right: 7px;
}
.one-page-checkout .payment-methods dd {
    padding: 0;
}
.one-page-checkout .button-set {
    margin-top: 0;
    padding-top: 0;
}
.one-page-checkout .box-no-padding .inner-box {
    padding: 0px 20px;
}


/* ONE PAGE CHECKOUT boxes */

.module_set {
    clear: both;
}

.module_set_col1 {
    float: left;
    /* border: 1px solid green; */
    width: 260px; /* this is still up for discussion, haha */
}

.module_set .tabbed {
    margin-left: 50px;
}

ul.form-list li input {
    vertical-align: middle;
}

ul.form-list li label {
    float: none;
    vertical-align: middle;
}


.meta_hint {
    font-size: 12px;
    color: #505050;
    margin: 20px 0;
}

.meta_hint .disc li {
    list-style-type: square;
    margin-left: 20px;
    padding: .5em 0 0 0;
}

.validate-select {
    width: 250px;
}

/* Multiple Addresses checkout */
.checkout-progress {
    margin: 0 auto 1.5em auto;
}
.checkout-progress td {
    float: left;
    margin-right: 3px;
    border-top: 6px solid #999;
    padding: 4px 20px;
    color: #abb5ba;
    font-weight: bold;
}
.checkout-progress td.active {
    border-top-color: #e96200;
    color: #e96200;
}
.multi-address-checkout-description {
    margin-top: -10px;
    margin-bottom: 10px;
}
.multi-address-checkout-box .box {
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    background: #fbfbfb;
}
.multi-address-checkout-box .content {
    padding: 10px 20px 20px 20px;
}
.multi-address-checkout-box .count-head {
    border-bottom: 1px solid #777;
    background: #777;
    padding: 2px 10px;
}
.shipment-count {
    background: #E26703;
    padding: 2px 5px;
    color: #fff;
    font-size: .95em;
    line-height: 1em;
}
.multi-address-checkout-box .count-head h4 {
    margin: 0;
    color: #fff;
}
.multi-address-checkout-box .head {
    margin-bottom: 4px;
}
.multi-address-checkout-box .head a {
    font-weight: normal;
}
.multi-address-checkout-box .checkmo-mailing-address {
    display: block;
    padding-left: 20px;
}
.shipping-method-pointer {
    border: 1px solid #ddd;
    padding: 13px;
    background: #eee;
}
.place-order-box {
    float: right;
    height: 71px;
    overflow: hidden;
}
.place-order-box .left-radius {
    width: 21px;
    background: url(../images/place_order_container_bg.gif) no-repeat;
}
.place-order-box .main-radius {
    background: url(../images/place_order_bg.gif) no-repeat 100% 0;
    padding-right: 21px;
    vertical-align: middle;
}
.place-order-box .grand-total {
    color: #e26703;
    font-size: 1.5em;
    font-weight: bold;
}
.place-order-box input {
    margin-left: 15px;
}
.one-page-checkout .box .default-box {
    border: 1px solid #ddd;
}


/* Checkout Agreements */
.checkout-agreements li {
    margin: 20px 0;
}
.checkout-agreements .agreement-content {
    overflow: auto;
    height: 10em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #f3f3f3;
}
.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.one-page-checkout .checkout-agreements {
    border: 1px solid #ddd;
    border-width: 0 1px;
    padding: 5px 20px;
}
.one-page-checkout .checkout-agreements li {
    margin: 20px 0 0;
}
.one-page-checkout .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
    clear: both;
	display: block;
}

.one-page-checkout .checkout-agreements .agree {
    padding-left: 6px;
}


p.agree checkbox {
display: inline;
}

p.agree label {
display: inline;
float: none;
}

/* Form Messages */
.validation-advice, .required {
    color: #EB340A;
}
.validation-advice {
    clear: both;
    min-height: 15px;
    margin-top: 3px;
    background: url(../images/validation_advice_bg.gif) no-repeat 2px 4px;
    padding-left: 13px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25em;
}
.validation-failed {
    border: 1px solid #eb340a !important;
    background: #faebe7 !important;
}
label.required {
    font-weight: bold;
}
p.required {
    clear: both;
    text-align: right;
}


/* Form Elements */

li .input-box {
    float: left;
    display: block;
    width: 260px;
    margin: 0 10px 10px 0;
}



.address-lines-container input {
    width: 510px;
    margin: 0 0 10px 0;
}

.input-box-address {
    clear: both;
    display: block;
}




.input-box-address input {
    width: 510px;
}



.input-box input {
    width: 240px;
}



.input-box label, .address-lines-container label {
    font-size: 12px;
    font-weight: bold;
}

.input-box {
    height: 4.5em;
}

span.opc-back-links {
    display: block;
    width: auto;
    margin: 1em 0 0 0;
    font-size: 12px;
    font-weight: bold;
}

.validate-cc-cvn {
    float: left;
    margin-right: 1em;
}

#payment-tool-tip {
    background-color: #fff;
    padding: 2em;
    border: 5px #505050 solid;
}

#payment-tool-tip-close {
    float: right;
}

.input-box .v-fix {
    float: left;
}

.payment-methods fieldset {
    background-color: transparent;
}


.attributes-col {
    width: 100%;
    vertical-align: top;
}

.data-table td {
    padding-top: 1em;
    vertical-align: top;
}

#checkout-review-table {
    padding: 0 10px;
}


.page-head h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.module.expand_04.page-head h3 {
	margin-bottom: 0;
}

.head-alt2 h4, .head-alt2 h5, .customer_account_sidebar .mini-cart h3.title {
    font-size: 12px;
    font-weight: bold;
    font-family: "Lucida Grande", sans-serif;
    color: #006A93;
    border-top: 1px solid #bcbcbc;
    padding-top: 7px;
    margin-bottom: 20px;
}

.customer_account_sidebar .mini-cart h3.title {
    margin-top: 3em;
}

.customer_account_sidebar .mini-cart p {
    font-size: 12px;
    font-weight: bold;
    font-family: "Lucida Grande", sans-serif;
    color: #505050;
}

.marginal h6 {
    font-size: 12px;
    margin-bottom: 1em;
}

.marginal p.address {
    font-weight: normal;
    margin-bottom: 1em;
}


#is_subscribed {
    display: block;
    clear: both;
    width: auto;
    float: left;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.label_for_checkbox {
    font-size: 12px;
    font-weight: bold;
    font-family: "Lucida Grande", sans-serif;
}

li .label_for_checkbox {
	margin-bottom: 16px;
}

select.address-select {
    width: 520px;
}

.listing-type-list .catalog-listing .product-image {
    float: left;
    margin-right: 40px;
}

.listing-type-list .listing-item {
    margin: 30px 0 60px 0;
}

.listing-type-list .listing-item h5 {
    font-size: 12px;
    font-weight: bold;
}

.listing-type-list .listing-item .description {
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Special Price */


.special-price .price-label, .old-price, .special-price {
	font-size: 22px;
}

.old-price  {
	margin: 0;
	color: #666;
	font-size: 12px;
	font-family: "Lucida Grande";
	display: block;
	line-height: 80%;
	font-style: normal;
	text-decoration: line-through;
}


.special-price .price-label {
	font-size: 16px;
	display: block;
/*	color: #a10000; */
	margin: 6px 0 0 0;
	padding: 0;
}

.special-price .price {
	display: block;
	margin-top: 6px;
	padding: 0;
	line-height: 10%;
}

.catalog-product-view .price-box .special-price {
	font-size: 22px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Login */

p.required {
    clear: both;
    text-align: left;
}


/* Alignment */
.v-top {
    vertical-align: top !important;
}
.v-middle {
    vertical-align: middle !important;
}
.v-bottom {
    vertical-align: bottom !important;
}
.a-center {
    text-align: center !important;
}

.a-right {
	text-align: right;
}

.nobr,
.nowrap {
    white-space: nowrap !important;
}
.normal-weight {
    font-weight: normal !important;
}
.no-border {
    border: none !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.auto-width {
    width: auto !important;
}
