/*


/* html tags */
body {
    font-family: Arial, Helvetica, sans-serif;
    width: 950px;
    text-align: center;
    margin: 10px auto;
    color: #444;
}

hr {
    border: 0;
    background-color: #333;
    height: 1px;
}

table {
    margin: 0 10px;
    border-spacing: 0;
    text-align: center;
    border: solid 1px #f5eabe;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover { text-decoration: none }

a:visited { color: inherit }

img { border: none }

input, select { margin: 5px }

li { margin: 10px 0 }

label { line-height: 30px }

label.error {
    font-size: smaller;
    line-height: 20px;
    font-style: italic;
}
#buttons {
    height: 40px;
    width: 950px;
    clear: left;
    background-color: #000;
}

/* general styles */
#main { background: #f7f7e9 }

#singleColumn {
    margin: 20px 30px;
    text-align: left;
}

.lightBlue { background-color: #edf8f7 }

.white { background-color: #fff }

.bubble {
    font-weight: bold;
    background-color: #f5eabe;
    padding: 5px;
    color: inherit;
}

.hMargin { margin: 0 30px }

.smallText { font-size: small }

.reallySmallText { font-size: xx-small }

.header {
    background-color: #c3e3e0;
    height: 30px;
}

.error {
    color: #c00;
    font-style: italic;
}

.tableHeading {
    font-weight: bold;
    background-color: #edf8f7;
}


/* styles for elements contained in the header, i.e.,
   shopping cart widget, language toggle, and logo */
#header {
    width: 950px;
    height: 190px;
    background: url(../img/stalk.png) no-repeat 28px 28px;
    background-color: #6698FF
}
#itheader {
    width: 950px;
    height: 200px;
    background: url(../img/itstalk.png) no-repeat 28px 28px;
    background-color: #6698FF
}
#readbibleplace {
    width: 250px;
    height: 170px;
    background: url(../img/openBibleVerySmall.jpg) no-repeat 28px 28px;
    background-color: #6698FF;
        color: #FFFFFF;
}
#writebibleplace {
    width: 250px;
    height: 320px;
    background: url(../img/closedBibleSmall.jpg) no-repeat 28px 28px;
    background-color: #6698AA;
        color: #FFFFFF;
}
#logo {
    float: left;
    margin-left: 30px;
    margin-top: -30px;
}

#songstext {
    
    margin-left: 30px;
    margin-top: -1px;
}
#emmflash {
    
    z-index: 1;
}

#logoText {
    float: left;
    margin: 1px 0 0 70px;
    /* font styles apply to text within img alt attribute */
    font-family: 'American Typewriter', Courier, monospace;
    font-size: 50px;
    color: #333;
}

#widgetBar {
    height: 40px;
    width: 950px;
    float: right;
}

#cart {
    position: absolute;
    margin: 5px 0 0 2px;
}

.horizontalMargin {
    margin-left: 28px;
    margin-right: 5px
}

#viewCart {
    text-align: left;
    width: 210px;
}

.headerWidget {
    width: 194px;
    margin: 20px 0;
    font-size: small;
    float: right;
    line-height: 25px;
}


/* footer styles */
#footer {
    height: 60px;
    width: 450px;
    clear: left;
}

#footerText { margin-top: 5px }

#footerDivider {
    margin: 0 25px;
    width: 900px;
}

#flashplace {
    height: 80px;
    width: 940px;
    float: left;
    margin: 1px 5px 10px;
    clear: left;
}


/* index page styles */
#indexLeftColumn {
    margin-top: 10px;
    text-align: left;
   
    width: 220px;
    float: left;
    background-color: #FFF8C6
}

#indexRightColumn {
    text-align: left;
   
    width: 460px;
    float: left;
  
}

#welcomeText {
    margin: 30px 5px 0 10px;
    line-height: 1.4em;
}

.categoryBox {
    height: 60px;
    width: 220px;
    margin: 22px 5px 10px;
    float: inherit;
}

/* Safari - disables underline for category boxes on index page */
.categoryBox a { text-decoration: none }

.categoryLabel {
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    height: 40px;
    width: 210px;
    margin: 2px;
}

.categoryLabelText {
    position: absolute;
    line-height: 150%;
    font-size: x-large;
    margin: 3px 10px;
}

.categoryImage {
    padding: 1px;
    border:solid 1px #555;
}


/* category page styles */
#categoryLeftColumn {
    margin-top: 10px;
    width: 200px;
  
    float: left;
    padding-left: 5px;
    background-color: #FFF8C6
}

#categoryRightColumn {
    margin-top: 10px;
    width: 480px;
    float: left;
    background-color: #82CAFA;
    z-index:2;    
}

.categoryButton {
    margin: 15px 1px;
    padding: 3px;
    display: block;
    background-color: #d3ede8;
}

#categoryRightColumn2 {
    margin-top: 10px;
    margin-right: 1px;
    width: 259px;
    float: right;
    padding-left: 5px;
    background-color: #FFF8C6
}

#categoryRightColumnIt {
    margin-top: 10px;
    width: 480px;
    float: left;
    background-color: #f7f7f2
}

#categoryRightColumnItChangingImages {
    margin-top: 10px;
    
    width: 240px;
    float: left;
    background-color: #f7f7f2
}

#selectedCategory {
    background-color: #6698FF;
    margin-left: 15px;
    width: 139px;
}

#categoryTitle {
    margin: -30px 70px 0 0;
    font-size: x-large;
    float: right;
}

.categoryText {
    line-height: 25px;
    font-size: x-large;
}

#songTable {
    width: 460px;

    /* styles to collaborate with rounded categoryLabel */
    position: relative;
    z-index: 1;
}

#songTable tr { height: 90px }

#songTable td { width: 85px }


/* cart page styles */
#actionBar {
    margin: 30px;
    width: 750px;
    text-align: center;
}

#subtotal { margin: 40px 0 20px 430px }

#cartTable { width: 750px }

#cartTable td {
    width: 145px;
    height: 90px;
}


/* checkout page styles */
#checkoutTable {
    width: 405px;
    padding: 10px;
    background-color: #f5eabe;
    float: left;
}

#checkoutTable td {
    vertical-align: top;
    text-align: right;
    margin: 5px;
}

.inputField { width: 190px }

#infoBox { padding: 10px 25px 0 460px }

#priceBox {
    padding: 10px;
    border: 1px solid #c3e3e0;
    background-color: #c3e3e0;
}

#priceBox td {
    text-align: right;
    padding: 5px;
}

.checkoutPriceColumn {
    width: 80px;
    font-weight: bold;
}

.total { border-top: 1px solid #444 }

.indent { margin-left: 6em }


/* confirmation page styles */
#confirmationText {
    margin: 0 20px 20px;
    padding: 10px;
    background-color: #f5eabe;
    float: left;
}

.summaryColumn {
    margin-top: 15px;
    width: 50%;
    float: left;
}

.detailsTable { text-align: left }

.detailsTable th { padding: 5px 10px }

.detailsTable td {
    padding: 5px 10px 5px 20px;
    font-size: small;
    font-family: "Courier New", courier, monospace;
}

#orderSummaryTable { width: 100% }

#deliveryAddressTable {
    width: 70%;
    margin-left: 15%;
}

#deliveryAddressTable td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.quantityColumn {
    text-align: center;
    width: 62px;
}

.confirmationPriceColumn {
    width: 90px;
    font-weight: normal;
}

#deliverySurchargeCellLeft {
    text-align: right;
    padding: 0;
}

#deliverySurchargeCellRight { padding: 0 20px }

#totalCellLeft {
    text-align: right;
    padding: 0;
}

#totalCellRight { padding: 0 20px }

#dateProcessedRow { padding: 2px 0 10px 20px }


/* admin styles */
#adminLogo {
    float:left;
    margin-left: 30px;
    margin-top: -20px;
}

#loginBox {
    width: 300px;
    margin: 0 auto;
    border: solid 1px #f5eabe;
    background-color: #f5eabe;
}

#adminMenu {
    float: left;
    width: 180px;
    margin: 25px 5px 0 30px;
    border: solid 1px #f5eabe;
    background-color: #f5eabe;
}

#adminMenu p { margin-left: 15px }

#adminTable {
    width: 580px;
    float: left;
    background-color: #edf8f7;
}

.alignLeft { text-align: left }

.selectedRow {
    background-color: #c3e3e0;
    cursor: pointer;
}

.noDecoration { text-decoration: none }

.rigidWidth { width:200px }

.embedded {
    margin: 0;
    border: none;
}

#contact {
    text-align: left;
    height: 150px;
    width: 500px;
    float: left;
}
#albums {
    text-align: left;
    height: 2860px;
    width: 500px;
    float: left;
}
