/*
red: E13A2D
blue: 007dc3
green: 5E9732
purple: 78278B
pink: 97005E
orange: F47D30
*/


/* DEFAULTS
----------------------------------------------------------*/

html, body {
    background: #FFFFFF;
    font-size: 13px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited, a:active {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

/* HEADINGS   
----------------------------------------------------------*/

.PageHeading {
    font-size: 32px;
    color: #007dc3;
    font-weight: bold;
}

.SubHeading {
    font-size: 15px;
    color: #007dc3;
    font-weight: bold;
}

a.SubHeading:link, a.SubHeading:visited, a.SubHeading:active {
    color: #007dc3;
    text-decoration: none;
}

a.SubHeading:hover {
    text-decoration: underline;
}

.SubHeading2 {
    font-size: 24px;
    color: #007dc3;
    font-weight: bold;
}

a.SubHeading2:link, a.SubHeading2:visited, a.SubHeading2:active, a.SubHeading2:hover {
    color: #007dc3;
    text-decoration: none;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 18px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 6px;
}


/* BREADCRUMBS & TAGS
----------------------------------------------------------*/
.breadcrumb {
    color: #007Dc3;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 0px;
    margin-bottom: 2px;
}

.tags {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 0px;
    margin-bottom: 2px;
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    padding: 0px;
}

a.breadcrumb:hover {
    text-decoration: underline;
}




/* EDIT LINKS 
----------------------------------------------------------*/
.edit {
    color: #FF0000;
    font-size: 11px;
}

a.edit:link, a.edit:visited, a.edit:active {
    color: #FF0000;
    text-decoration: none;
}

a.edit:hover {
    text-decoration: underline;
}


/* IDEA CART LINKS 
----------------------------------------------------------*/
.idea {
    color: #FF0000;
    font-size: 12px;
}

    .idea img {
        border: 0px;
    }

a.idea:link, a.idea:visited, a.idea:active {
    color: #FF0000;
    text-decoration: underline;
}

a.idea:hover {
    text-decoration: none;
}


/* MODAL ELEMENTS
----------------------------------------------------------*/

.modalBackground {
    background-color: black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalWindow {
    background-color: #FFFFFF;
    width: 700px;
    border: solid 1px #000000;
}

.modalWindowLarger {
    background-color: #FFFFFF;
    width: 900px;
    border: solid 1px #000000;
}


.modalHeader {
    background: #E13A2D;
    padding: 4px 6px;
    color: #FFFFFF;
    font-weight: bold;
}

.modalContent {
    padding: 8px;
    line-height: 160%;
}

.updateProgress {
    border: solid 1px solid;
    background-color: #FFFFFF;
    position: absolute;
}

.updateProgressMessage {
    margin: 3px;
    font-family: Trebuchet MS;
    font-size: 9pt;
    vertical-align: middle;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page {
    background: #FFFFFF;
    width: 100%;
}

#header {
    width: 1000px;
    text-align: left;
}

#content {
    padding: 6px 0px;
    width: 1000px;
    text-align: left;
    min-height: 400px;
    margin: 0px auto;
}

#footer {
    font-size: 10px;
    padding: 4px 0px;
    text-align: center;
}

#footer_images {
    width: 1000px;
    padding: 4px 0px;
    text-align: center;
    margin: 0px auto;
}

/* MENU   
----------------------------------------------------------*/

.menu {
    width: 100%;
    height: 27px;
    background: #E13A2D;
}

.menuTable {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    width: 1000px;
    height: 100%;
}

a.menu, a.menu:visited, a.menu:active {
    color: #ffffff;
    padding: 4px 6px;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

    a.menu:hover {
        color: #dddddd;
    }


/* NAVIGATION PRODUCTS/CATEGORY MENU   
----------------------------------------------------------*/

.navProducts {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 15px 8px;
    background: #662d91;
    cursor: pointer;
    border-radius: 6px;
    line-height: normal;
}

a.navProductsLink:link, a.navProductsLink:visited, a.navProductsLink:active, a.navProductsLink:hover {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.navCategory {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 15px 8px;
    background: #ec068d;
    cursor: pointer;
    border-radius: 6px;
    line-height: normal;
    margin-top: 10px;
}

.navFilter {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 15px;
    background: #ed1c24;
    cursor: pointer;
    border-radius: 6px;
    line-height: normal;
    margin-top: 10px;
}

.navPrice {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 15px 8px;
    background: #00a7e5;
    cursor: pointer;
    border-radius: 6px;
    line-height: normal;
    margin-top: 10px;
}

.navRecent {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 15px 8px;
    background: #f47d31;
    cursor: pointer;
    border-radius: 6px;
    line-height: normal;
    margin-top: 10px;
}

.customProducts {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px 15px 8px;
    background: #029717;
    cursor: pointer;
    border-radius: 6px;
    line-height: normal;
    margin-top: 10px;
}

    .customProducts a:link, .customProducts a:visited, .customProducts a:active, .customProducts a:hover {
        margin-top: 00px;
        font-size: 16px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        text-decoration: none;
    }



.navThemes {
    font-size: 19px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 14px;
    background: url(/images/bar_pink.gif) no-repeat;
    height: 34px;
    cursor: pointer;
}

.navOccasions {
    font-size: 19px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 14px;
    background: url(/images/bar_dkblue.gif) no-repeat;
    height: 34px;
    cursor: pointer;
}

.navLine {
    padding: 3px 5px 3px 25px;
    position: relative;
}

    .navLine > img {
        position: absolute;
        top: 8px;
        left: 10px;
    }

.navLink {
    color: #007Dc3;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

a.navLink:link, a.navLink:visited, a.navLink:active, a.navLink:hover {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.navOptsLink:link, a.navOptsLink:visited, a.navOptsLink:active {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.navOptsLink:hover {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #4D4D4D;
    padding-bottom: 2px;
}


/* AUTO COMPLETION  
----------------------------------------------------------*/

.auto_complete {
    position: absolute;
    z-index: 600;
}

.autocomplete_list_main {
    border: 1px solid #808080;
    text-align: left;
    list-style-type: none;
    margin-top: 4px;
}

.autocomplete_listItem_main {
    background-color: #FFFFFF;
    color: #000000;
    padding: 4px;
    cursor: pointer;
    border-bottom: 1px solid #808080;
}

.autocomplete_listItem_highlighted_main {
    background-color: #FFFF99;
    color: #000000;
    padding: 4px;
    cursor: pointer;
    border-bottom: 1px solid #808080;
}


/* FEATURED CONTENT SLIDER  
----------------------------------------------------------*/

#slide-container {
    position: relative;
    width: 743px;
    height: 413px;
    overflow: hidden;
}

#slide-nav {
    display: inline;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 300;
}

    #slide-nav a {
        font-family: Tahoma, sans-serif;
        color: #ffffff;
        float: left;
        width: 24px;
        height: 24px;
        display: inline;
        font-size: 12px;
        margin: 0 5px 0 0;
        line-height: 24px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }

        #slide-nav a.activeSlide {
            background-position: 0 -24px;
        }

    #slide-nav a {
        background-image: url('/images/slide-nav.png');
    }


/* FORM ELEMENTS   
----------------------------------------------------------*/

.searchTextbox {
    width: 192px;
    border: 0px;
    background: transparent;
    color: #000000;
    font-weight: bold;
}

.searchTextboxWatermark {
    width: 192px;
    border: 0px;
    background: transparent;
    color: #999999;
    font-weight: bold;
}

.login {
    padding: 4px 4px 4px 12px;
    width: 200px;
}

select.login {
    padding: 4px 4px 4px 12px;
    width: 200px;
}

.loginWatermark {
    padding: 4px 4px 4px 12px;
    width: 200px;
    color: #999999;
}

.passValidPoor {
    color: Gray;
}

.passValidWeak {
    color: Fuchsia;
}

.passValidAverage {
    color: Blue;
}

.passValidStrong {
    color: Red;
}

.passValidExcellent {
    color: Green;
}

.formError {
    color: Red;
    font-size: 11px;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

.required {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

/* MISC  
----------------------------------------------------------*/

.imageBox {
    padding: 1px;
    border: 1px solid #DDDDDD;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.caption {
    color: #808080;
    font-size: 10px;
    padding: 4px 0px;
    text-align: center;
}

.qcTextbox {
    width: 40px;
}


.rightAllign {
    text-align: right;
}

/*Jquery Accordion css starts*/

#accordian {
    background: #fff;
    width: 100%;
    margin: 0;
    color: #000;
}
    /*heading styles*/
    #accordian h3 {
        margin: 0;
        cursor: pointer;
        font-size: 15px;
    }

        #accordian h3 a {
            color: #000;
            text-decoration: none;
        }

            #accordian h3:hover, #accordian h3 a:hover {
                color: #E13A2D;
            }

    #accordian > ul {
        padding: 0;
        margin: 0;
    }
    #accordian li {
        list-style-type: none;
        padding: 2px 5px 3px 20px;
        background: url('../images/arrow.png') no-repeat left 7px;
        border-bottom: 1px solid #000;
    }
        #accordian li.acc-open {
            background: url('../images/arrowDown.png') no-repeat left 7px;
        }
        #accordian a:hover {
            color: #E13A2D;
        }
    #accordian ul ul li a {
        color: #000;
        text-decoration: none;
        display: block;
        font-weight: bold;
        font-size: 14px;
        transition: all 0.15s;
    }
    #accordian ul ul {
        display: none;
        padding: 0;
    }

        #accordian ul ul li {
            border-bottom: 0;
        }

    #accordian li.active ul {
        display: block;
    }

/*Jquery Accordion css Ends*/
