﻿/* CSS Document */

/* LINK STYLES */
#navButtons a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
#navButtons a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navButtons a:hover
{
    color: #DBFC00;
    text-decoration: none;
}
#navButtons a:active
{
    color: #FFFFFF;
    text-decoration: none;
}
/*next link*/
#rightNavButton a:link
{
    color: #DBFC00;
    text-decoration: none;
}
#rightNavButton a:visited
{
    color: #DBFC00;
    text-decoration: none;
}
#rightNavButton a:hover
{
    color: #FFF;
    text-decoration: none;
}
#rightNavButton a:active
{
    color: #DBFC00;
    text-decoration: none;
}
/*next link*/
#footerAll a:link
{
    color: #FFF;
    text-decoration: none;
}
#footerAll a:visited
{
    color: #FFF;
    text-decoration: none;
}
#footerAll a:hover
{
    color: #DBFC00;
    text-decoration: none;
}
#footerAll a:active
{
    color: #FFF;
    text-decoration: none;
}
/*next link*/
a:link.questions
{
    color: #000;
    text-decoration: none;
}
a:visited.questions
{
    color: #000;
    text-decoration: none;
}
a:hover.questions
{
    color: #000;
    text-decoration: underline;
}
a:active.questions
{
    color: #000;
    text-decoration: none;
}
/*next link*/
#rightContent a:link
{
    color: #CE4801;
    text-decoration: none;
}
#rightContent a:visited
{
    color: #CE4801;
    text-decoration: none;
}
#rightContent a:hover
{
    color: #CE4801;
    text-decoration: underline;
}
#rightContent a:active
{
    color: #CE4801;
    text-decoration: none;
}




/* ALL STYLES */
body 
{
    background-image:url(images/background.jpg);
    background-repeat: repeat-x;
    margin: 10px 0px 0px 0px;
    background-color: #FF8E01;
}
img
{
    vertical-align: text-top;
}
#all
{
    position: relative;
    width: 800px;
    height: auto;
    margin: auto;
    background-color: #fff;
    padding-top: 10px;
}
    


/* HEADER STYLES */
#header
{
    margin: 0px 10px 0px 10px;
}
#headerLeft
{
    width: 342px;
    float: left;
}
#headerMid
{
    width: 278px;
    float: left;
}



/* NAVBAR STYLES */
#navLeft
{
    clear: left;
    width: 342px;
    float: left;
    margin-left: 10px;
    position: relative;
}
#navLeft
{
    clear: left;
}
#navButtons
{
    position: absolute;
    top: 18px;
    left: 10px;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;    
}
.navButton
{
    margin: 0px 15px 0px 15px;
    width: auto;
    float: left;
}
#navRight
{
    position: relative;
    float: left;
}
#rightNavButton
{
    clear: left;
    position: absolute;
    left: 300px;
    top: 17px;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;    
}
#lowerNav
{
    clear: left;
    background-color: #FFFFFF;
}
#lowerNavLeft
{
    float: left;
    width: 293px;
    margin-left: 10px;
}
#lowerNavRight
{
    float: left;
    width: 487px;
    position: relative;
}
#lowerNavRightBottom
{
    clear: left;
    position: absolute;
    bottom: -21px;
    left: 329px;
}



/*LEFTBAR STYLES*/
#leftBarAll
{
    margin-left: 10px;
    position: relative;
    width: 225px;
    float: left;
    color: #fff;
}
.leftBarImages
{
    margin: 10px 0px 10px 0px;
}
#left1
{
    position: relative;
    font-weight: bold;
}
#itemsField
{
    position: absolute;
    top: 45px;
    left: 18px
}
#amountField
{
    position: absolute;
    top: 70px;
    left: 18px;
}
#left2
{
    position: relative;
}
.emailForm
{
    width: 185px;
    position: absolute;
    top: 40px;
    left: 16px;
    font-family: Tahoma;
    font-size: 11px;
    padding: 4px 2px 4px 2px;
}
.emailForm2
{
    width: 185px;
    position: absolute;
    top: 75px;
    left: 16px;
    font-family: Tahoma;
    font-size: 11px;
    padding: 4px 2px 4px 2px;
}
.submitEmail
{
    width: auto;
    height: auto;
    position: absolute;
    top: 113px;
    left: 15px;
}
.invalEmailSend
{
    position: absolute;
    top: 110px;
    right: 20px;
}
#left3
{
    position: relative;
}
#left3Text
{
    position: absolute;
    width: 70px;
    height: auto;
    top: 42px;
    left: 15px;
}
#left4
{
    position: relative;
}
#left4Text
{
    position: absolute;
    width: 100px;
    height: 50px;
    top: 30px;
    left: 15px;
}
    


/*MAIN CONTENT STYLES*/
#rightContent
{
    float: left;
    width: 545px;
    height: auto;
    overflow: visible;
    padding: 25px 10px 10px 10px; 
}
#mainContent
{
    background-color: #FFF;
    font-size: 12px;
    font-family: Tahoma;
}



/*FOOTER STYLES*/
#footer
{
    clear: left;
    position: relative;
    margin-left: 10px;
}
#footerAll
{
    width: 780px;
    background-image: url(images/footerBG.jpg);
}
#leftFooter
{
    display: inline;
    position: relative;
}
#rightFooter
{
    display: inline;
    position: relative;
    left: 760px;
}
#footerLinks
{
    position: absolute;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    top: 14px;
    left: 7px;
    width: 700px;
}
.footerLinks
{
    width: auto;
    display: inline;
    margin: 0px 10px 0px 10px;
}
#reachLink
{
    position: absolute;
    right: -55px;
    top: 0px;
}




/*CONTACT STYLES*/
.contactBox
{
    width: 200px;
    margin: 5px 0px 5px 0px;
}
.contactText
{
    width: 250px;
    height: 100px;
    margin: 5px 0px 5px 0px;
    font-family: tahoma;
    font-size: 13px;
} 
.invalEmail
{
    font-weight: bold;
    color: #ff0000;
    position: relative;
    margin-left: 5px;
    top: -5px
}




/* HOME PAGE PRODUCT STYLES */
.defaultProd
{
    height: 210px;
    width: 181px;
    float: left;
    text-align: left;
}
.defaultProdMid
{
    margin: 5px 0px 5px 0px;
}
.moneyColor
{
    color: #2D6AAD;
    font-weight: bold;
    display: inline;
}
.baskImageDefault
{
    position: relative;
    bottom: 0px;
}



/*PRODUCTS PAGE STYLES*/
#ddListBoxes tr
{
    height: 40px;
}
.imageFromProduct
{
    height: 250px;
    padding: 5px 5px 5px 5px;
    max-width: 405px;
}
.smallImageFromProduct
{
    height: 90px;
    padding: 2px 2px 2px 2px;
}
#imageByProduct
{
    position: relative;
}
#priceTag
{
    font-size: 30px;
    font-weight: bold;
    color: #2D6AAD;
    position: absolute;
    top: 0px;
    right: 10px;
}
#checkoutAndBasket
{
    position: absolute;
    top: 210px;
    right: 10px;
}
#thumbnailImage
{
    margin-top: 10px;
}
#addToBask
{
    position: absolute;
    top: -28px;
    left: 0px;
}




/*CHARMS STYLES*/
.charmIndividual
{
    width: 170px;
    height: 160px;
    float: left;
}
#charmName
{
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}




/*CHECKOUT STYLES*/
#checkoutItems
{
    margin-top: 10px;
    position: relative;
}
.proceedButton
{
    font-family: Tahoma;
    font-size: 13px;
    position: relative;
    left: 425px;
    top: 15px;
    margin-bottom: 15px;
}
.quantityC
{
    width: 40px;
}
.notEnoughLabel
{
    color: Red;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    bottom: 0px;
}



/*CHECKOUT ADDRESS STYLES*/
#checkoutAddress
{
    width: 545px;
    float: left;
    height: auto;
    margin-top: 10px;
}
.col1
{
    width: 160px;
    float: left;
    margin: 8px 0px 5px 0px;
}
.col2
{
    margin: 10px 0px 8px 0px;
}
.colCheckoutTxtbox
{
    width: 250px;
}
.checkStep3Button
{
    font-family:Tahoma;
    font-size: 13px;
    position: relative;
    top: 15px;
}



/*CHECKOUT FINAL PAGE*/
.confirmOrder
{
    position: relative;
    margin-top: 10px;
}
hr
{
    border: 1px #000 solid;
}



/*CHARM SET STYLES*/
.charmIndividSet
{
    display: inline;
    margin: 10px 5px 0px 5px;
    float: left;
    text-align: center;
}
.charmSetSingle
{
    clear: left;
    margin: 10px 0px 30px 0px;
}
.setName
{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
.addSetToBask
{
    clear: left;
    margin-top: 5px;
}
.charmIndividSet img
{
    margin-bottom: 5px;
}
.addSetToBask
{
    position: relative;
    top: 5px;
}
#setHR
{
    border-color: #FF8E01;
    position: relative;
    top: 5px;
}
#individCharmClick
{
    font-size: 16px;
    font-weight: bold;
}


/*SINGLE CHARM STYLES*/
#charmImage
{
    width: 350px;
    margin-top: 20px;
}
#singleCharm
{
    position: relative;
}
#charmCheckoutAddToBask
{
    position: absolute;
    top: 40px;
    right: 0px;
}
.charmAddBask
{
    margin-bottom: 10px;
}



/*FAQ STYLES*/
.qNumber
{
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}
.clear {
	clear:both;
}
