﻿    table.StoreCart {width:639px; border: solid 1px #505050; }
    table.StoreCart tbody td {
        padding:.5em;
        border: solid 1px #505050;
    }
    table.StoreCart tbody th { 
        border: solid 1px #505050; 
        text-align: center; 
        color:#949374;
        background:#330a08;
        padding:.5em;
    }
    
    table.StoreCart a { color: #ed7535; background:transparent; text-decoration:none; }
    table.StoreCart a:visited  { color: #ed7535; }

    table.StoreCart a:focus,
    table.StoreCart a:hover,
    table.StoreCart a:active { color:#ed7535; text-decoration:underline; }

    .StoreBox { 
        background:#282828; 
        padding-bottom:1em;
    }
    .StoreBox h3 {
        color:#949374;
        background:#330a08;
        padding:4px 10px;
    }
	#breadcrumbs {
        margin-bottom:2em;
	}
	#breadcrumbs img { margin-right:20px; }

