/* Generic Pieces */
.text_center {
    text-align: center;
}

body {
    background: #F8F7B1;
    text-align: center;
    margin: 0;
    border: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

div#pseudobody {
    margin: 0pt auto;
    width: 800px;
}

div#mainbox {
    float: left;
    width: 800px;
    background: url( ../img/background.jpg ) repeat-y;
}

div#topnav {
    position: relative;
    top: 225px;
    left: 150px;
    margin: 0pt auto;
    width: 429px;
    padding: 0px 2px 0px 2px;

}

div#header {
    background: url( ../img/banner.jpg ) no-repeat 50% 0;
    height: 263px;
}

div#footer {
    float: left;
    background: url( ../img/footer.jpg ) no-repeat;
    height: 78px;
    width: 800px;
}

div#footerContent {
    float: right;
    width: 551px;
}

div#navbar {
    width: 229px;

    float: left;
}

div#main_content {
    background-position: top;
    float: left;
    width: 565px;
    text-align: left;
}

div.contentBox {
    font-size: 16px;
    color: #333300;
    line-height: 1.3em;
    margin: 10px 5px 100px 5px;
    padding: 10px;
}

div.clearer {
    clear: both;
}

div.textBlock {
    padding: 10px;
}

a {
    font-weight: bold;
}

a:link {
    text-decoration: none;
    color: #0000cc;
}

a:visited {
    text-decoration: none;
    color: #0000cc;
}

a:hover {
    text-decoration: underline;
    color: #0000ff;
}

a:active {
    text-decoration: none;
}

.smallText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.smallTextBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.formFieldNames {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.errorMessages {
    color: #F00;
    font-size: 12px;
    line-height: 16px;
}

.errorFlag {
    color: #F00;
}

.title {
    font-size: 20px;
    font-weight: bold;
}

/* forms */

form {
    margin: 0px;
    padding: 0px;
}

input.button {
    padding: 4px;
}

table.formTable th {
    vertical-align: top;
    font-size: 0.9em;
}

table.formTable td {
    vertical-align: top;
    font-size: 0.9em;
    padding: 4px 10px 4px 4px;
}

table.formTable td.fieldLabel {
    text-align: right;
}

span.fieldNote {
    display: block;
    font-size: 0.7em;
}

table#stickerList {
    margin-top:10px;
}

table#stickerList td img {
    border:1px solid black;
}

table#stickerList div.stickerText {
    font-size:0.9em;
    width:100%;
    text-align:center;
}

table#shoppingCart {
    width:75%;
}

table#shoppingCart img {
    width:90px;
}

table#shoppingCart th {
    border-bottom:1px solid #999999;
}

table#shoppingCart td {
    padding: 8px;
    border-bottom:1px dashed #999999;
}


