    
    /*  GENERAL     */
    
        .clearfix:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        
        .float_left {
            float: left;
        }
        
        .float_right {
            float: right;
        }
    
    /*  FORMS   */
    
        /*  General */
            
            .form {        
                margin: 10px 0 15px 0;      
                padding: 0;    
            }
                
            .form .field {                    
                margin: 5px 0 10px 0;
            }
            
            .form .field:last-child {
                margin-bottom: 0px;
            }
            
            .form .field label {
                display: block;
                width: 100px;
                padding-top: 3px;
                float: left;
            }
            
            .form input,
            .form select,
            .form textarea {
                font-size: 12px;
            }
            
            .form .spacer {
                border-bottom: 1px solid #DFDFDF;
                font-size: 1px;
                margin-bottom: 15px;
            }
            
            .form .save {
                border-top: 1px solid #DFDFDF;
                padding-top: 10px;
            }
            
            .form .checkbox_list label,
            .form .radio_list label {
                float: none;
                display: inline;
                width: auto;
                vertical-align: middle;
            }
            
            .form .radio_list input,            
            .form .checkbox_list input {
                vertical-align: middle;
            }
            
            .error {
                color: #F00;
                font-weight: bold;
            }
            
            .required {
                color: #F00;
                font-weight: bold;
            }
        
    /*  NEWSLETTER  */
    
        /*  Subscribe   */
        
            .subscribe, .signup {                
                padding: 5px 10px 10px 10px;
                background: #EFEFEF;
                border: 1px solid #9F9F9F;
            }
            
            .subscribe {
                width: 300px;
            }
            
            .signup {
                width: 500px;
            }
            
            .subscribe .form {
                margin: 0px;
            }
            
            .subscribe .form .field input {
                width: 170px;
            }
    
            .subscribe .form .save {
                padding: 0px;
                margin: 0px;
                border: none;
            }
    
            .subscribe .message {
                display: block;
                padding-top: 5px;
            }
    
    /*  MEDIA  */
    
        /*  Image Slideshow  */
        
            .image_slideshow {
                margin: 0;
                padding: 0;
                list-style-type: none;
            }
            
            .image_slideshow li {
                margin: 0;
                padding: 0;
            }
        
            .image_slideshow img { 
                width: 232px; 
                padding: 15px; 
                border: 1px solid #ccc !important; 
                background-color: #eee; 
            }

        /*  Image Gallery  */
        
            .image_gallery {
                margin: 0;
                padding: 0;
                list-style-type: none;
            }
            
            .image_gallery li {
                margin: 0 15px 15px 0;
                padding: 0;
                float: left;
            }
        
            .image_gallery img { 
                padding: 10px; 
                border: 1px solid #ccc !important; 
                background-color: #eee; 
            }

        
    /*  SHOP  */
    
        /*  Cart Summary  */
        
            .cart_summary {
                background: #EFEFEF url('../images/cart.png') no-repeat 85% 8px;
                padding: 10px 30px 10px 10px;
                margin: 5px 10px 0 0;
                border: 1px solid #9F9F9F;
                float: right;
                font-size: 12px;
                cursor: pointer;
                position: relative;
            }
            
            .cart_summary .items {
                position: absolute;
                top: 35px;
                right: -1px;
                background: #EFEFEF;
                border: 1px solid #9F9F9F;
                width: 300px;
                cursor: default;
                z-index: 100;
            }
            
            .cart_summary .items ul {
                margin: 0px;
                padding: 0px;
                background-color: #FFF;
                list-style-type: none;
            }
            
            .cart_summary .items ul li {
                padding: 10px;
                border-bottom: 1px solid #EFEFEF;
            }
            
            .cart_summary .items ul li img {
                vertical-align: top;
                width: 50px;
                margin-right: 5px;
            }
            
            .cart_summary .items ul li small {
                text-decoration: none;
                color: #9F9F9F;
            }
            
            .cart_summary .items ul li a {
                text-decoration: none;
                color: #000;
            }
            
            .cart_summary .items ul li input {
                float: right;
                vertical-align: middle;
            }
            
            .cart_summary .buttons {
                padding: 5px;
                border-top: 1px solid #DFDFDF;
            }
            
            .cart_summary a.view {
                text-decoration: none;   
                color: #000;  
                margin: 5px 0 0 5px;          
                display: block;
                float: left;
            }
            
            .cart_summary input.checkout {
                text-decoration: none;
                float: right;
                font-weight: bold;
                font-size: 14px;
                color: #000;
                margin-bottom: 5px;
            }
            
        /*  Featured Products */
        
            .featured_products {
                margin: 0px;
                padding: 0px;
                text-align: center;
                width: 150px;
            }
            
            .featured_products li {
                list-style-type: none;
            }
            
            .featured_products img {
                display: block;
                border: 1px solid #000000 !important;
                margin: 10px auto;
            }
            
        /*  Grid View  */
            
            .grid_view {
                margin:0 0 15px 0;
                padding:0;
                clear: both;
            }
            
            .grid_view li {
                display:block;
                float:left;
                text-align:center;
                width:150px;
            }
                
            .grid_view li a img {
                width:100px;
                margin-bottom: 5px;
            }
            
            .grid_view li a {
                display:block;
                text-decoration:none;
            }
            
            .grid_view li a.add,
            .grid_view li a.no_add {
                font-size: 10px;
            }            
            
            .grid_view li a.no_add { 
                text-decoration: line-through;
                color: #F00;
            }
                    
        /*  List View  */
        
            .list_view {
                margin:0 0 15px 0;
                padding:0;
                clear: both;
            }
            
            .list_view li:first-child { 
                border-top: 1px solid #9F9F9F;            
            }
            
            .list_view li { 
                float: left;    
                width: 100%;
                padding: 10px;
                list-style-type: none;
                border-bottom: 1px solid #9F9F9F;
            }
                
            .list_view li a.image {
                float: left;
                width:100px;
                margin: 0 15px 5px 0;
            }
            
            .list_view li a.name {
                float: left;
                display:block;
                text-decoration:none;
                font-weight: bold;
                margin: 5px;
                font-size: 14px;
            }
            
            .list_view li a.add,
            .list_view li a.no_add {
                text-decoration:none;
                margin: 5px;
                display: block;
                float: right;
                border: 1px dotted #000;
                padding: 3px 5px ;
            }            
            
            .list_view li a.no_add { 
                text-decoration: line-through;
                color: #F00;
            }
                    
            
        /*  Product Details */
        
            .product_images {
                width: 350px;
                float: left;
            }
        
            .product_images .preview img {
                margin: 0 15px 15px 0;
            }    
            
            .product_images .thumbnails {
                width: 400px;        
            }
            
            .product_images .thumbnails img {
                margin: 0 10px 10px 0;        
            }
            
            .product_details {        
                margin-left: 350px;
            }
            
            .product_details .price {
                padding: 10px 0;
                width: 275px;
                border-top: 1px solid #9F9F9F;
                font-weight: bold;
                font-size: 16px;
            }
            
            .product_details .add_to_cart {
                width: 275px;
                padding: 10px 0 0 0;
                margin-bottom: 10px;
                border-top: 1px solid #9F9F9F;
            }
        
            .product_details .add_to_cart .row {
                padding-bottom: 5px;
            }
            
            .product_details .add_to_cart .row > label {
                display: block;
                width: 75px;
                float: left;
                padding-top: 3px;
            }
            
            .product_details .add_to_cart .button {
            
                padding: 10px 0 0 0;
                margin: 5px 0 10px 0;
                border-top: 1px solid #EFEFEF;
            }
            
            .product_details .out_of_stock {
                padding: 10px 0 0 0;
                margin-bottom: 10px;
                border-top: 1px solid #9F9F9F;
                color: #F00;        
                font-size: 16px;
                font-weight: bold;
                display: block;
                width: 275px;
            }
            
            .product_details .description {
            }
            
        
            .related_products {
                padding: 15px 0 0 15px;
                margin: 15px 0 15px 0;
                border-top: 1px solid #9F9F9F;
            }
        
        /*  Shopping Cart   */
            
            .shopping_cart h1 {
                float: left;
                margin: 0 0 5px 0 !important;
            }
            
            .shopping_cart .buttons,
            .checkout .buttons {
                float: right;
                margin-right: 15px;
            }
            
            .shopping_cart .buttons .continue,
            .checkout .buttons .continue {
                padding-left: 10px;
            }
            
            .buttons input.checkout {
                font-size: 14px;
                font-weight: bold;
                margin: 0 0 5px 15px;
                color: #000;
            }
            
            .shopping_cart .items {
                border-top: 1px solid #9F9F9F;
                list-style-type: none;
                margin: 0px;
                padding: 0px;
                clear: both;
                padding-top: 10px;
            }
            
            .shopping_cart .items > li {
                margin: 0 5px;
                position: relative;
                padding: 10px;
                border-bottom: 1px solid #DFDFDF;
            }
            
            .shopping_cart .items > li:last-child {
                border-bottom: 1px solid #9F9F9F;            
            }
            
            .shopping_cart .items .preview {
                text-align:center;
                width: 80px;
                margin-bottom: 10px;
                vertical-align: top;
                float: left;
            }
            
            .shopping_cart .items a {
                font-weight: bold;
                font-size: 14px;
                text-decoration: none;
                color: #000;
            }
            
            .shopping_cart .items .info {
                margin-left: 100px;
                border-bottom: 1px solid #DFDFDF;
                padding-bottom: 10px;
            }
            
            
            .shopping_cart .items .info ul {
                list-style-type: none;
                margin: 0px;
                padding: 0px;
                float: right;
            }
            
            .shopping_cart .items .info ul li {
                float: left;
                width: 60px;
                text-align: right;
                padding-right: 5px;
            }
            
            .shopping_cart .items .info ul li.price {
                font-size: 10px;
                padding-top: 3px;
            }
            
            .shopping_cart .items .info ul li.quantity input {
            
                padding-top: 1px;
                padding: 0 1px;
                width: 30px;
            }
            
            .shopping_cart .items .info ul li.total_price {
                font-weight: bold;
            }
            
            .shopping_cart .items .remove {
                margin: 10px 0 0 25px;
            }
            
            .shopping_cart .items .discount {
                background-color: #EFEFEF;
            }
            
            .shopping_cart .items .discount a {
                color: #9F9F9F !important;
                font-size: 12px;            
            }
            
            .shopping_cart .items .discount .info {
                border-bottom-width: 0px;
                padding-bottom: 0px;
                color: #9F9F9F !important;
            }
            
            .shopping_cart .totals {
                text-align: right;
                list-style-type: none;
                margin: 10px 10px 0 0;
                padding: 0px;
                float: right;
            }
            
            .shopping_cart .totals li {
                padding-bottom: 5px;
                color: #9F9F9F;
                font-size: 11px;
            }
            
            .shopping_cart .totals label {
                text-align: right;
                margin-right: 10px;
            }
            
            .shopping_cart .totals b {
                text-align: right;
                margin-right: 10px;
                display: block;
                width: 100px;
                float: right;
                font-weight: normal;
            }
            
            .shopping_cart .totals li.total {
                color: #000;
                font-size: 14px;
                border-top: 1px solid #DFDFDF;
                margin-top: 5px;
                padding-top: 10px;
                font-weight: bold;
            }
            
            .shopping_cart .totals li.total b {
                font-weight: bold;
            }
            
            .shopping_cart .coupon {
                padding: 10px 15px;
            }
            
            .shopping_cart .coupon .description {
                color: #9F9F9F;
                display: block;
                padding: 5px 0 0 3px;
            }
            
        /*  Checkout    */
            
            .checkout {
                
            
            }
                        
            .checkout h1 {
                float: left;
                margin: 0 0 5px 0 !important;
            }
            
            .checkout input,
            .checkout select {
                width: 180px;
            }
            
            .checkout input[type="checkbox"],
            .checkout input[type="radio"],
            .checkout input[type="submit"] {
                width: auto;
                vertical-align: middle;
            }
            
            .checkout input[type="radio"] {
                vertical-align: text-bottom;
            }
            
            .checkout .buttons {
                float: right;
                margin-right: 15px;
            }
            
            .checkout .steps {
                border-top: 1px solid #9F9F9F;
                list-style-type: none;
                margin: 0px;
                padding: 10px 0 0 0px;
                clear: both;
            }
            
            .checkout .title {
                display: block;
                margin: 5px 10px 5px 10px !important;
                padding-bottom: 5px;
                border-bottom: 1px solid #DFDFDF;
                font-size: 14px;
                font-weight: bold;                
                color: #9F9F9F;
            }
            
            .checkout .title:hover {
                text-decoration: none;
            }
            
            .checkout .active {
                color: #000;
            }
            
            .checkout .step {
                list-style-type: none;
                margin: 0px 25px 15px 25px;
                padding: 0px;
                clear: both;
                padding-top: 10px;
            }
            
            .checkout .step .left,
            .checkout .step .right {
                padding: 15px;
                width: 270px;
                border-right: 1px solid #DFDFDF;
                float: left;
                
            }
            
            .checkout .step .left {
            }
            
            .checkout .step .right {
                padding-left: 30px;
                border-right-width: 0px;
            }
            
            .checkout .step b {
                display: block;
                font-size: 13px;
            }
            
            .checkout .step i {
                display: block;
                color: #9F9F9F;
                font-size: 10px;
                font-style: normal;
                padding: 10px 0 15px;
            }
            
            .checkout .step .row {
                padding-bottom: 15px;
            }
            .checkout .step .row > label {
                display: block;
                float: left;
                width: 100px;
                padding-top: 3px;
            }
            
            .checkout .step .next {
                
                margin: 10px 0px 25px 15px;
            }
            
            .checkout .step .type {
                border-bottom: 1px solid #DFDFDF;
            }
            
            .checkout .step .type input  {
                width: auto;
            }
            
            .checkout .step .type b  {
                float: left;
                width: 200px;
            }
            .checkout .step .type .description  {
                margin-left: 200px;
                
            }
            
            .payment_error {           
                border: 1px dotted #F00;
                padding: 10px;
                font-weight: bold;
                color: #F00;
                display: block;
                text-align: center;
            }
            
      /* Confirm */
      
            ._shop_confirm #breadcrumbs {
                display: none;
            }
        
            .confirm  b {
                margin-bottom: 15px;
            }
            
            .confirm .shopping_cart .preview {
                width: 30px;
            
            }
            .confirm .buttons .continue,
            .confirm .buttons .continue {
                display: none;
                
            }
            
            .confirm .shopping_cart .items > li { 
                padding: 5px 10px 0px 10px;
            }
            
            .confirm .shopping_cart .items > li.discount { 
                padding: 5px 10px 5px 10px;
            }
            
            .confirm .shopping_cart .items .info { 
                margin-left: 0px;
                border-bottom-width: 0px;
            }
            
            .confirm .shopping_cart .items a { 
                font-size: 12px;
            }
            
            .confirm .shopping_cart .items img {
                display: none;
            }
            
            .confirm .shopping_cart .items {
                border-top-width: 0px;
                margin-top: 0px;
            }
            
            .confirm .shopping_cart .totals .total {
            
            }
            
            .confirm .shopping_cart .totals .total label {
                font-size: 12px;
            }
            
            .confirm .shopping_cart .totals b {
                margin-bottom: 0px;            
            }
            
            .confirm .payment .left {
                border-right-width: 0px;
            }