
* {
    margin: 0;
    padding: 0
}

body {
    background: #808080 url(../images/bg.png) repeat scroll 0 0;
    font-size: 62.5%;
    font-family: Arial,Verdana, Helvetica, sans-serif;
}

#wrap {
    margin: 0 auto;
    width: 896px;
}

#header {
    display: none;
}

#menu {
    display: none;
}

#genreImage {
    display: none;
}

#mainContainer {
    background: #D0D0D0 none repeat scroll 0 0;
    min-height: 400px;
    font-size: 1.4em;
}

img {
    border: solid 1px black
}

.indexContent A:link, .indexContent A:visited, .indexContent A:active {
    color: black;
    text-decoration: none;
}

A:link, A:visited, A:active {
    color: blue;
    text-decoration: none;
}

A:hover {
    color: red;
    text-decoration: underline;
}

.indexContent h1 {
    font-size: 1em;
    font-style: Italic;
    text-align: center;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

.toplinks {
    list-style-type: none;
    clear: both;
    float: right;
    margin-bottom: 5px;
}

    .toplinks li {
        float: left;
        padding: 2px 5px;
    }

#loginHeader {
    list-style-type: none;
    clear: both;
    float: right;
    margin-bottom: 5px;
    font-size: 1.2em;
    font-family: Arial,Verdana, Helvetica, sans-serif;
}

    #loginHeader li {
        float: left;
        padding-right: 15px;
    }

    #loginHeader li {
        font-size: 1.2em;
    }

.toplinks A:link {
    font-size: 1em;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.toplinks A:visited {
    font-size: 1em;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.toplinks A:active {
    font-size: 1em;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.toplinks A:hover {
    font-size: 1em;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: red;
    text-decoration: none;
}

.pageTitle {
    font-size: 2em;
}

.pageHeadingContainer {
    text-align: center;
    background: #747E80;
    color: #D5E1DD;
}

.contentPaneHeader {
    background: grey;
    padding: 5px;
}

.contentPaneBody {
    padding: 20px;
}
/*#existingCustomer{width:400px;height:200px;float:left;}*/
fieldset {
    border: none;
}

legend {
    font-size: 1.8em;
    margin: 0px;
    padding: 10px 0px;
    color: #b0232a;
    font-weight: bold;
}

label.inputLabel {
    display: block;
    width: 150px;
    margin: 5px 0;
    float: left;
}

input.registrationInput {
    width: 150px;
    padding: 5px;
    border: solid 1px #000;
    margin: 5px 0;
}

input.registrationAddressInput {
    width: 300px;
    padding: 5px;
    border: solid 1px #000;
    margin: 5px 0;
}

span.registrationInput {
    padding: 0px;
    border: 0;
    margin: 5px 0;
    float: left;
}

.prev, .next {
    background-color: #b0232a;
    padding: 5px 10px;
    color: #fff !important;
    text-decoration: none;
}

    .prev:hover, .next:hover {
        background-color: #000 !important;
        text-decoration: none;
    }

.prev {
    float: left;
}

.next {
    float: right;
    margin-right: 50%;
}

#main {
    padding: 10px;
}

#signUpForm {
}

#steps {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

    #steps li {
        font-size: 2.4em;
        float: left;
        padding: 10px;
        color: #b0b1b3;
    }

        #steps li span {
            font-size: 1.1em;
            display: block;
        }

        #steps li.current {
            color: #000;
        }

#makeWizard {
    background-color: #b0232a;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 1.8em;
}

    #makeWizard:hover {
        background-color: #000;
    }

.alert {
    color: red;
}

.fieldError {
    background-color: red;
    color: white;
}

.registrationError {
    display: block;
    float: left;
    color: red;
}

.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    color: White;
    background-color: Red;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    padding: 1px;
    top: expression(eval(document.body.scrollTop) + "px");
    left: expression(eval(document.body.scrollLeft) + "px");
}

.listBoxes {
    height: 300px;
    width: 250px;
}



.headerCartGrid {
    background: #EEEEEE;
    font-size: 1.2em;
}

.footerCartGrid {
    background: #EEEEEE;
}

.selectHeaderForCartGrid {
    width: 10%;
    background: #EEEEEE;
    text-align: center;
    padding: 5px;
}

.qtyHeaderForCartGrid {
    width: 10%;
    text-align: center;
    background: #eeeeee;
}

.itemHeaderForCartGrid {
    width: 15%;
    text-align: left;
    padding: 5px;
    background: #eeeeee;
}

.descHeaderForCartGrid {
    width: 50%;
    text-align: left;
    padding: 5px;
    background: #eeeeee;
}

.priceHeaderForCartGrid {
    width: 15%;
    text-align: center;
    padding: 5px;
    width: 10%;
    background: #eeeeee;
}

td.selectRowForCartGrid {
    text-align: center;
    padding: 5px;
}

td.qtyRowForCartGrid {
    text-align: center;
    padding: 5px;
}

    td.qtyRowForCartGrid input {
        width: 50px;
        height: 15px;
        border: solid 1px black;
        margin: 3px;
        padding: 5px;
    }

td.itemRowForCartGrid {
    text-align: left;
    padding: 5px;
}

td.descRowForCartGrid {
    text-align: left;
    padding: 5px;
}

td.priceRowForCartGrid {
    text-align: right;
    padding: 5px;
}

td.itemFooterForCartGrid {
    text-align: right;
    padding: 5px;
}

td.priceFooterForCartGrid {
    text-align: center;
    padding: 5px;
}

.headerGrid {
    text-align: center;
    background: #eeeeee;
}

.rowGrid {
    background: silver;
    color: black;
    text-align: center;
    padding: 5px;
}

    .rowGrid a {
        color: black;
        text-decoration: none
    }

.alternateRowGrid {
    background-color: #356AA0;
    color: white;
    text-align: center;
    padding: 5px;
}

    .alternateRowGrid a {
        color: white;
        text-decoration: none
    }

.divExpandLink {
    float: right;
    text-decoration: none;
    color: #FFFFFF;
}

    .divExpandLink img {
        border: 0px;
    }

.productHeader {
    background: #EEEEEE;
    color: black;
    height: 35px;
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
}

.productCategory {
    width: 100%;
    border-bottom: 1px solid black;
}

.productContent {
    width: 896px;
}

    .productContent div.item {
        border-top: solid 1px black;
        overflow: hidden;
    }

.itemDescription {
    width: 500px;
    float: left;
    margin-bottom: -1000px;
    padding: 5px 5px 1000px;
    border-right: solid 1px black;
}

.itemData {
    border-right: 1px solid black;
    float: left;
    margin-bottom: -1000px;
    padding: 5px 5px 1000px;
    width: 200px
}

.itemComment {
    display: block;
    padding-left: 5px;
}

.Comment {
    font-weight: bold;
    padding-left: 5px;
}

.price {
    border-right: 1px solid black;
    float: left;
    margin-bottom: -1000px;
    padding: 5px 5px 1000px;
    width: 75px;
    text-align: right;
}


.itemQty {
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 75px;
}

    .itemQty input {
        width: 75%;
    }


.productHeader .itemDescription {
    border: 0;
    margin-bottom: 0;
    padding: 5px 5px;
}

.productHeader .itemData {
    border: 0;
    margin-bottom: 0;
    padding: 5px 5px;
}

.productHeader .price {
    border: 0;
    width: 50px;
    margin-bottom: 0;
    padding: 5px 5px;
}

.productHeader .itemQty {
    margin-left: 20px;
    width: 40px;
}

.clear {
    clear: both;
}


fieldset.module {
    background-color: silver;
    border: 1px solid grey;
    margin-bottom: 10px;
    padding: 10px;
    width: 300px;
    line-height: 18px;
}

    fieldset.module legend {
        color: Black;
        font-size: 1.8em;
        font-weight: bold;
        margin: 0 0 0 10px;
        padding: 10px 0;
    }

fieldset.moduleFull {
    background-color: silver;
    border: 1px solid grey;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 18px;
}

    fieldset.moduleFull legend {
        color: Black;
        font-size: 1.8em;
        font-weight: bold;
        margin: 0 0 0 10px;
        padding: 10px 0;
    }

fieldset.orderSummary {
    background-color: silver;
    border: 1px solid grey;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 18px;
}

    fieldset.orderSummary legend {
        color: Black;
        font-size: 1.8em;
        font-weight: bold;
        margin: 0 0 0 10px;
        padding: 10px 0;
    }

.right {
    float: right;
}

.left {
    float: left;
}

a.button {
    background-color: #234786;
    border-right: 2px solid #003;
    border-left: 2px solid #78859F;
    border-bottom: 2px solid #003;
    border-top: 2px solid #78859F;
    color: white;
    font-weight: bold;
    height: 14px;
    margin: 0px 0px 0px 0px;
    padding: 4px 6px 8px 8px;
    text-decoration: none;
}

.row {
    clear: both;
    margin-bottom: 10px;
}

a {
    outline: none;
}

.modifiers {
    list-style-type: decimal;
    margin-left: 30px;
}

.hide {
    display: none;
}

.ModifierErr {
    color: Red;
    margin-left: 50px;
}

.springRateButton {
    display: block;
    font-size: 25px;
    margin: 10px;
    text-decoration: underline !important;
}

.btnAddToCart {
    font-size: .7em !important;
}

.centered {
    text-align: center
}

.bold {
    font-weight: bold
}

.popup {
    width: 500px;
}

.popupHeader {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.popupDescription {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4em;
    font-style: italic;
}

    .popupDescription img {
        float: right;
        border: 0px;
    }

.popupContent {
    margin: 0 auto;
}

    .popupContent * {
        margin-left: auto;
        margin-right: auto;
    }

    .popupContent table {
        border: 1px solid black;
        border-right: 0;
        border-bottom: 0;
        padding: 0px;
        font-size: 1.1em;
        border-collapse: collapse;
    }

        .popupContent table td {
            border-bottom: 1px solid black;
            border-right: 1px solid black;
            padding: 3px;
        }

.CategoryContainer {
    background-color: #EEE;
    border-bottom: solid 1px black;
    font-size: 1.5em;
    color: Black;
    font-style: italic;
}

.ProductCategoryHeader {
    float: left;
    width: 475px;
    text-align: center;
    padding: 5px 5px 5px;
}

.DataHeader {
    float: left;
    width: 200px;
    text-align: center;
    padding: 5px 5px 5px;
}

.PriceHeader {
    float: left;
    width: 75px;
    text-align: center;
    padding: 5px 5px 5px;
}

.QtyHeader {
    float: left;
    width: 50px;
    text-align: center;
    padding: 5px 5px 5px;
}


.ProductItem {
    float: left;
    width: 475px;
    border-right: solid 1px black;
    margin: 0 0 0;
    padding: 5px 5px 5px;
}

.DataItem {
    float: left;
    width: 200px;
    border-right: solid 1px black;
    margin: 0 0 0;
    padding: 5px 5px 5px;
}

.PriceItem {
    float: left;
    width: 75px;
    border-right: solid 1px black;
    margin: 0 0 0;
    padding: 5px 5px 5px;
    text-align: right;
}

.CommentItem {
    padding: 5px 5px;
}

.QtyItem {
    float: left;
    width: 75px;
    margin: 0 0 0px;
    padding: 5px 5px 5px;
    text-align: center;
}

    .QtyItem input {
        width: 75%;
        text-align: center;
        padding: 2px;
    }

.clear {
    clear: both;
}

ul.products {
    background: #D0D0D0
}

ul.categories, ul.products {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.categories li, ul.products li {
        padding: 0;
        margin: 0;
    }

li.productContainer {
    overflow: hidden;
    border-bottom: solid 1px black
}

.rear .CategoryContainer {
    background-color: #9FCFF0;
}

.checkbox-left input[type=checkbox] {
    margin-right: 4px;
}

.checkbox-left input[type=radio] {
    margin-right: 4px;
}

.checkbox-left label {
    margin-right: 10px;
}

.orderInfo {
    margin-left: 20px;
}

    .orderInfo li {
        line-height: 16px;
        margin-bottom: 10px;
    }

.orderNoInfo {
    font-weight: bold;
    font-size: 18px;
}
