
body {
}

#container {       
}

/* HEADER */

    #header {
    }

/* NAVIGATION */

    #navigation {
    }
    
    #navigation ul {
    }
    
    #navigation a {
    }
    
    #navigation a:hover,    
    #navigation a.active
    {
    }
    
    #navigation a.active {
    }
    
/* BREADCRUMBS */

    #breadcrumbs {
    
    }
    
    #breadcrumbs ul {    
    	margin:0px;
    	padding:0px;

    }
    
    #breadcrumbs li {
    	float:left;
    	display: inline-block;
    	padding-right: 7px;

    }
    
    #breadcrumbs li a {
    	display: inline-block;

    }
    
    #breadcrumbs li:last-child a {
    }
    
    
/* SUB NAVIGATION */

    #sub_navigation {
    }
    
    #sub_navigation li {
    
    }
    
    #sub_navigation a {
    }
    
    #sub_navigation a:hover {
    }
    
/* CONTENT */

    h1 {
    }
    
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    p {
        margin: 0 0 15px 0;
    }
    
    .left_column {
        width: 420px;
        float: left;
    }
    
    .right_column {
        width: 410px;
        float: right;
    }
    
/* SIDEBAR */

    #sidebar_content {
        position: absolute;
        width: 230px;
        top: 75px;
        left: 900px;
    }

 /* FORMS */
 
    fieldset {
    }
    
    legend {
    }
    
    fieldset > .row {
    }
    
    fieldset > .row > label {
    }
    
    .cancel {
    }
    
 /* SHOP */

    .item_grid {
        margin: 0 0 15px 0;
        padding: 0;
        width: 853px;
    }

    .item_grid li {
        width: 150px;
        float: left;
        display: block;
        text-align: center;
    }
    
    .item_grid li a img {
        width: 100px;
    }

    .item_grid li a {
        display: block;
        text-decoration: none;            
    }
    
    /*  ADD TO CART */

        .add_to_cart {
            border: 3px solid #547940;
            background-color: #7EA966;
            padding: 10px;
            margin-top: 15px;
            width: 400px;
        }
        
        .add_to_cart label {
            color: #FFF;
            font-weight: bold;
            padding-right: 5px;
        }
        
    /*  CART SUMMARY */
            
        .cart_summary {
            width: 230px;
            color: #4A6E3E;
	        padding: 0;
            margin-bottom: 15px;
            font-size: 12px;
        }
        
        .cart_summary h1 {
		    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
		    font-size:18px;
		    color:#4A6E3E;
		    margin: 0px;
		    padding: 0px;
        }
        
        .cart_summary .headings td {
            text-align: left;
            border-bottom: 1px solid #58693F;
        }    
        
        .cart_summary .totals td {
            border-top: 1px solid #58693F;
            padding-bottom: 15px;
        }    
        
        .cart_summary b {
            font-size: 12px;
        
        }
        .cart_summary a {
            font-size: 12px;
        }
      
        
    /*  SHOPPING CART */
            
        .shopping_cart {
            color: #4A6E3E;
	        padding: 0;
            margin-bottom: 15px;
            font-size: 12px;
            margin-top: 15px;
        }
        
        .shopping_cart h1 {
		    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
		    font-size:18px;
		    color:#4A6E3E;
		    margin: 0px;
		    padding: 0px;
        }
        
        .shopping_cart .headings {
        
        }
        
        .shopping_cart th {
            padding: 10px;
            text-align: left;
            border-bottom: 1px solid #58693F;
        }    
        
        .shopping_cart td {
            padding: 10px;
            border-bottom: 1px solid #CFCFCF;        
        }
        
        .shopping_cart .totals td {   
            border-bottom: 1px solid #FFF;    
            padding-bottom: 15px;
        }    
        
        .shopping_cart b {
            font-size: 12px;
        
        }
        .shopping_cart a {
            font-size: 12px;
        }
        
        .shopping_cart .center {
            text-align: center;
        }
        
        .buttons {
            padding-top: 15px;
        }
        
        .buttons input {        
            margin-right: 15px;
        }
      
    /*  PRODUCT PAGE */
                  
        .product_images {
            float: left;
            width: 320px;
        }
        
        .product_images .preview {
            width: 298px;
            margin-bottom: 10px;
            border: 1px solid #000 !important;
        }
        
        .product_images .thumbnails img {
            width: 50px;
            margin: 0 10px 10px 0;
            border: 1px solid #000 !important;
            cursor: pointer;
        }
        
        .product_description {    
            float: left;
            width: 520px;
        }
        
        .product_description {
        
        }
    
    /*  RELATED PRODUCTS */
                 
        .related_products {
            border: 1px solid #DFDFDF;
            margin-top: 15px;
            padding: 15px;
        }
            
        .related_products h1 {
            letter-spacing: normal;
            font-weight: bold;
            font-size: 16px;
            border-bottom-width: 0px;
            color: #000;
        }
        
        .related_products ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        
        .related_products ul li {
            text-align: center;
            width: 100px;
            float: left;
            display: block;
        }
        
        .related_products a {
            font-size: 12px;
            text-decoration: none;
        }
        
        .related_products a img {
            width: 50px;
            border: 1px solid #000 !important;
        }
                  	
 /* FORMS */
 
    fieldset {
		margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #CFCFCF;
    }
    
    legend {
        font-size: 12px;
        color: #9F9F9F;
        text-decoration: none
        
    }
    
    fieldset .row {
        padding: 5px 5px;
    }
    
    fieldset p {
        padding: 5px;
    }
    
    fieldset .row label {
        display: block;
        float: left;
        width: 100px;
        font-size: 12px;
    }
    
    fieldset .row .radio label,
    fieldset .row .checkbox label {
        display: inline;
        float: none;
    }
    
	table a{
		color:#333333;
		font-size:11px;
		}
	table td{
		font-size:11px;
		}
	table h2{
		padding-bottom:15px;
	}
    table th {
        text-align: left;
        font-size: 12px;
        color: #9F9F9F;    
        border-bottom: 1px solid #9F9F9F;
		font-size:11px;
    }
    
    table th.center {
        text-align: center;
    }
        
    .cancel {
        font-size: 12px;
        color: #9F9F9F;
        text-decoration: none;
        text-transform: lowercase;
    }
    
    .error {
        float: right;
        font-size: 14px;
        color: #F00;
        font-weight: bold;
    }
    
    .required {
        color: #F00;
    }