/* Copyright 2007-2008 Scout Collection LLC */ 
#red{ color:#ee3224; }
#brown{ color:#53301a; }
#blue{ color:#cceaef; }
#blue2{color:#abc6d0; }
#grey{color:#253942; }

html, body{ 
    background-color: #fff;
    font-family: "Lucida San Unicode","Bitstream Vera Sans","Helvetica Neue", Helvetica, Arial, sans-serif; 
    text-align: left;
    margin-top: 20px;
} 

h1{ 
    font-size:200%;
	margin: 0;
} 

h2{ 
    font-size:100%;
	margin: 0;
}

b{ 
    font-size:130%;
}

p{ 
    text-align: left; 
}

#regform{ 
    text-align: left; 
    margin-top: 5px;
}

ul.errorlist {
    margin: 0;
    padding: 0;
}

.errorlist li {
    background-color: #fbe3e4;
    color: #9d1f11; 
    display: block;
    margin: 0 0 3px;
    padding: 4px 5px;
    border: 3px solid #e57174;
}

#leftnav {
    font-size: small; /* could be specified at a higher level */
    margin: 0;
    padding: 0 0 0 10px;
    }

#leftnav li {
    line-height: 10px;
    }

#leftnav h2 {
    margin: 50 0 0 10px;
    text-decoration: none;
    font-weight: bold;
    color: #253942;
    }

#leftnav a:link, #leftnav a:visited {
    line-height: 20px;
    margin: 0;
    text-decoration: none;
    color: #999;
    }

#leftnav a.active:link, #leftnav a.active:visited, #leftnav a:hover, #leftnav a.default:hover {
    color: #253942;
    }

#hidden {
    color: #fff;
    }

#content {
    float: left;
    color: #253942;
    }

#header {
    color: #999;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 10px 0 10px;
    }

#header li {
    float: right;
    margin: 0; 
    padding: 0;
    display: inline;
    list-style: none;
    }

#header a:link, #header a:visited {
    float: left;
    margin: 0 10px 0 10px;
    text-decoration: none;
    color: #999;
    }

#header a:hover {
    color: #253942;
    }


#footer {
    color: #999;
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 0 10px 0 10px;
    text-align: center;
    font-weight: bold;
    }

#footer a:link, #footer a:visited {
    margin: 0 10px 0 10px;
    text-decoration: none;
    color: #999;
    }

#footer a:hover {
    color: #253942;
    }

#listitemwrapper a:link, #listitemwrapper a:hover, #listitemwrapper a:visited {
    margin: 0 10px 0 10px;
    color: #253942;
    }

#listitem {
    border: 1px solid;
    border-color: #bbb;
    margin: 10px;
}

#listitem_desc {
    background-color: #ddd;
    padding: 5px;
    height: 50px;
}

#listitem img {
    margin-left: 10px;
    margin-top: 10px
}

#bannerwrapper a:link, #bannerwrapper a:hover, #bannerwrapper a:visited {
    margin: 0 10px 0 10px;
    color: #253942;
    }

#banner {
    border: 1px solid;
    border-color: #bbb;
    background-color: #ddd;
    margin-top: 30px;
}

#about img {
    margin-top: 20px;
    float: right;
}

#press img {
    margin: 1px 1px 10px 1px;
}

#wholesale img {
    margin-top: 20px;
    float: right;
}

#sale_price {
    color:#ee3224; 
    }

#orig_price {
    text-decoration: line-through;
    }

#sales_materials img{
    float: None;
    }
