body {
    background-color: #2D1600;
    font-family: Arial, Helvetica, sans-serif;
}
.style1 {
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.style6 {color: #333333}
.style10 {font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif;}
.style12 {
    color: #CC0000;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
a:link {
    color: #990000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #993300;
}
a:hover {
    text-decoration: none;
    color: #FF0000;
}
a:active {
    text-decoration: none;
}
.style13 {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CC0000;
}
.style14 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.style15 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style18 {
    color: #CC0000;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.style19 {
    font-size: 12px;
    font-style: italic;
    color: #333333;
}
h2 {
    margin-bottom: 3px;
}
h3 {
    color: #c00;
    font-size: 16px;
}
p.top {
    margin-top: 3px;
}

ul.thumbs {
    margin-left: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
}
ul.thumbs li {
    float: left;
    margin: 0 5px 5px 0;
    list-style: none;
    display: inline;
}
ul.thumbs li a {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
ul.thumbs li a img {
    border: 0;
}

/* News and events nav item */

a#news-events-head {
    display: block;
    height: 26px;
    width: 221px;
    text-indent: -9999px;
    background: transparent url(../newsevents.jpg) no-repeat 5px 0;
}

body.news a#news-events-head,
a#news-events-head:hover {
    background-position: 5px -26px;
}

a#news-events-head:active,
a#news-events-head:focus {
    outline: 0;
}

/* Uncomment this block if you want the News + Events menu to be open when you are on a News + Events page */
/*body.news ul#news-events {
    display: block !important;
}*/

ul#news-events {
    padding: 0;
    margin: -10px 0 0 80px;
    list-style: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

    ul#news-events li {
        margin-bottom: 5px;
    }

    ul#news-events a:hover {
        color: #333;
    }

/* END News and events nav item */

/* Top navigation */

    tr.nav a {
        display: block;
        text-indent: -9999px;
        background-image: url(../nav.jpg);
        background-repeat: no-repeat;
    }
    
    tr.nav a:active,
    tr.nav a:focus {
        outline: 0;
    }
    
    tr.nav a.potrero {
        width: 205px;
        height: 35px;
        background-position: -18px -72px;
    }
    
        .potrero tr.nav a.potrero,
        .potrero tr.nav a.potrero:hover,
        tr.nav a.potrero:hover {
            background-position: -18px -37px;
        }
        
    tr.nav a.oakland {
        width: 209px;
        height: 35px;
        background-position: 0 -180px;
    }
    
        tr.nav a.oakland:hover {
            background-position: 0 -144px;
        }
        
        .oakland tr.nav a.oakland,
        .oakland tr.nav a.oakland:hover {
            background-position: 0 -108px;
        }

/* END Top navigation */

/* Sub navigation */

    div.subNav {
        display: none; /* No longer needed */
        margin-left: 62px;
        margin-right: 43px;
        height: 30px;
        background-color: #fbf7e5;
        overflow: hidden;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    div.subNav ul {
        margin-top: 0;
        margin-left: 36px;
        overflow: hidden;
        padding-left: 0;
    }
    
        div.subNav li {
            float: left;
            display: inline;
            margin-right: 20px;
            margin-top: 5px;
        }

        div.subNav a {
            display: block;
            padding: 3px 5px;
        }
        
        div.subNav li.active a,
        div.subNav li.active a:link {
            background-color: #e9dfb0;
            color: #731e28;
        }

/* END Sub navigation */

/* STORE */

    div.section {
        font-family: Arial, Helvetica, sans-serif;
    }

    div.section h2 {
        color: #c00;
        font-size: 16px;
        font-weight: bold;
    }

    div.item {
        clear: both;
        overflow: hidden;
        margin-bottom: 25px;
        width: 400px;
        padding: 20px;
        border: 5px solid #dfdfdf;
    }
    
        div.item img.thumb {
            float: left;
        }
        
        div.item ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }
        
        div.item ul li {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
            float: right;
            clear: right;
            display: inline;
            width: 155px;
        }
        
            div.item ul li.last,
            div.item ul li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border: 0;
            }
    
        span.name,
        span.price {
            display: block;
            text-align: right;
        }
        
        span.name {
            font-weight: bold;
        }
        
        span.price {
            font-weight: bold;
            font-size: 24px;
            color: #b71919;
        }
        
        div.size {
            margin: 10px 0;
        }
        
            div.size label {
                margin-right: 5px;
            }
        
        div.item form {
            text-align: right;
        }
        
    form.viewCart {
        padding-top: 20px;
        border-top: 1px solid #333;
        text-align: right;
        width: 430px;
        padding-right: 20px;
    }

/* END STORE */