/* CSS Document */

body
{
    background: url(../images/background.JPG) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'DejaVu Sans Condensed', sans-serif;
}

/* block level elements ************************* */

.header, .footer {
    background-color: #53CF7C;
    text-align: center;
    color: black;
    padding: 7px;
    border-radius: 10px;
}

a.div:hover {
    text-decoration-style: none;
}

.header {
    padding-top: 5px;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.footer {
    border-radius: 0 0 10px 10px;
}

.header a, .footer a {
    padding: 7px;
}

.equalHeightColumnWraper {
    overflow: hidden; /* trick for equal column lengths */
}

.equalHeightColumn {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.leftMenu {
    background-color: #A9E7BE;
    text-align: center;
    min-height: 400px;
}

.content {
    min-height: 370px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: white;
}

/* anchors ************************************** */
a.menulink:link, a.menulink:visited {
    text-decoration: none;
    background-color: #F5F5F5;
    display: block;
    width: 100%;
}

a.menulink:hover {
    text-decoration: underline;
    background-color: lightGray;
}

.navLinks {
    width: 130px;
    text-align: left;
    margin: 0px auto;
    padding: 1px;
}

a.header:link, a.footer:link, a.header:visited, a.footer:visited {
    color: black;
    text-decoration: none;
}


/* in-line styles ******************************* */
.heading {
    text-align: center;
    font-size: large;
}

.productTitle {
    color: CornflowerBlue;
    font-size: larger;
}

.productImageSmall {
    float: left;
    margin: 0px 12px 10px 0;
    box-shadow: 2px 2px 5px 0 #CCCCCC;
}

.validatorText, .alert {
    color: Red;
}

.SilverBackground {
    background-color: #dddddd;
}

/* Server controls ************************** */
.dlMusic {
    width: 90%;
}

    .dlMusic td {
        padding: 10px;
    }

/* Bootstrap adjustments ************************* */

/* deep six the gutter between menu and content */
.noPaddingRight {
    padding-right: 0;
}

.noPaddingLeft {
    padding-left: 0;
}
/* restore padding when collapses ****************/
@media (max-width: 992px) {
    .noPaddingLeft, .noPaddingRight {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container {
    max-width: 1100px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.cellStyle {
    padding: 20px;
    vertical-align: top;
}

.cellStyle2 {
    color: White;
    font-size: small;
    text-decoration: none;
    display: block;
    padding: 1px 0 0 10%;
    width: 90%;
    line-height: 16px;
}

.cartTable td {
    padding: 7px;
}

.cartTable th {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.thumb {
    max-height: 100px;
}

.randomThumb {
    box-shadow: 2px 2px 5px 0 #AAAAAA;
    border-style: solid;
    border-color: white;
    border-width: 5px;
}

.cbListCategories td {
    text-align: left;
}