﻿/* Hair Care Advisor Styles */

*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #4C4C4C;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    color: #555;
}

p
{
    line-height: 150%;
}

ul
{
    list-style: inside;
    list-style-type: none;
}

a img
{
    border: none;
}

a 
{
    outline: none;
}

#container
{
    background: #FFF;
    position: relative;
    width: 1000px;
    height: 650px;
    margin: 50px auto 0 auto;
    border: 10px solid #9FC9EB;
}

#advisor #listMoisture, #advisor #listHairType, #advisor #listConcern, #advisor #listVolume
{
    width: 1000px;
    height: 650px;
    padding-top: 50px;
}

#advisor #listMoisture
{
    background: url(../_images/background_coconut.jpg) no-repeat;
}

#advisor #listHairType
{
    background: url(../_images/background_mango.jpg) no-repeat;
} 

#advisor #listConcern
{
    background: url(../_images/background_avocado.jpg) no-repeat;
} 

#advisor #listVolume
{
    background: url(../_images/background_papaya.jpg) no-repeat;
}        

li.question
{
    list-style: none;
    margin-bottom: 25px !important;
    margin-left: 30px !important;
    font-family: Arial;
    font-weight: bold;
    color: #145090;
}

li.question:hover
{
    cursor: none !important;
}

/* Hair Style Advisor Styles */


/* Header Replacements */
#listMoisture li, #listHairType li, #listConcern li, #listVolume li
{
    display: block;
    margin-bottom: 20px;
    margin-left: 45px;
    font-size: 160%;
    color: #145090;
}

#listMoisture li.question, #listHairType li.question, #listConcern li.question, #listVolume li.question,
#listMoisture li.help, #listHairType li.help, #listConcern li.help, #listVolume li.help
{
    display: block;
    text-indent: -9999px;
    margin-bottom: 35px;
    margin-left: 45px;
}

#listMoisture li:hover, #listHairType li:hover, #listConcern li:hover, #listVolume li:hover
{
    cursor: pointer;
}

.question_moisture
{
    width: 528px;
    height: 37px;
    background: url(../_images/question_moisture.png) no-repeat;
}

/*.m_dry
{
    width: 94px;
    height: 26px;
    background: url(../_images/moisture_dry.png) no-repeat;
}

.m_normal
{
    width: 138px;
    height: 26px;
    background: url(../_images/moisture_normal.png) no-repeat;
}

.m_oily
{
    width: 96px;
    height: 26px;
    background: url(../_images/moisture_oily.png) no-repeat;
}
*/

.question_texture
{
    width: 528px;
    height: 37px;
    background: url(../_images/question_texture.png) no-repeat;
}

/*.t_normal
{
    width: 95px;
    height: 26px;
    background: url(../_images/texture_normal_healthy.png) no-repeat;
}

.t_curly
{
    width: 151px;
    height: 26px;
    background: url(../_images/texture_curly_wavy.png) no-repeat;
}

.t_thick
{
    width: 175px;
    height: 26px;
    background: url(../_images/texture_thick_coarse.png) no-repeat;
}

.t_straight
{
    width: 88px;
    height: 26px;
    background: url(../_images/texture_straight.png) no-repeat;
}

.t_fine
{
    width: 47px;
    height: 26px;
    background: url(../_images/texture_fine.png) no-repeat;
}
*/

.question_unique_factors
{
    width: 528px;
    height: 76px;
    background: url(../_images/question_unique_factors.png) no-repeat;
}

/*
.uf_normal
{
    width: 64px;
    height: 26px;
    background: url(../_images/factors_normal_healthy.png) no-repeat;
}

.uf_treated
{
    width: 157px;
    height: 26px;
    background: url(../_images/factors_color_treated.png) no-repeat;
}

.uf_stressed
{
    width: 173px;
    height: 26px;
    background: url(../_images/factors_stressed_sun_damaged.png) no-repeat;
}

.uf_buildup
{
    width: 203px;
    height: 26px;
    background: url(../_images/factors_build_up.png) no-repeat;
}

.uf_dryness
{
    width: 172px;
    height: 26px;
    background: url(../_images/factors_dryness.png) no-repeat;
}

.uf_frizzy
{
    width: 194px;
    height: 26px;
    background: url(../_images/factors_frizzy.png) no-repeat;
}
*/

.question_volume
{
    width: 420px;
    height: 37px;
    background: url(../_images/question_volume.png) no-repeat;
}

/*
.v_maximum
{
    width: 114px;
    height: 26px;
    background: url(../_images/volume_maximum.png) no-repeat;
}

.v_moderate
{
    width: 157px;
    height: 26px;
    background: url(../_images/volume_moderate.png) no-repeat;
}

.v_low
{
    width: 50px;
    height: 26px;
    background: url(../_images/volume_low.png) no-repeat;
}
*/

/* Selections Styles */

#selections
{
    position: absolute;
    top:40px;
    left:680px;
}

h2#yourSelections
{
    /*display: block;
    text-indent: -9999px;
    width: 230px;
    height: 33px;
    background: url(../_images/your_selections.png) no-repeat;
    margin: 25px 0 24px 15px;*/
    text-indent: -9999px;
}

#selections ul
{
    margin-left: 55px;
    list-style: none;
}

#selections li
{
    font-size: 160%;
    color: #145090;
    margin-bottom: 20px;
}

/* Suggested Products */

#suggestedProductsContainer
{
    width: 630px;
    height: 625px;
    background: url(../_images/background_sunflower.jpg) no-repeat;
    padding: 25px 350px 0 20px;
}

h2#suggestedProductsHeader
{
    display: block;
    width: 528px;
    height: 76px;
    background: url(../_images/suggested_products.png) no-repeat;
    text-indent: -9999px;
    margin-bottom: 20px;
}

table#suggestedProducts
{
    width: 575px;
    text-align: center;
    margin: 0 0 20px 0;
}

table#suggestedProducts img
{
    margin: 5px 0 10px 0;
}

.cleanse, .condition, .treat
{
    width: 86px;
    height: 20px;
}
/*
.cleanse
{
    background: url(../_images/results_cleanse.png) no-repeat;
}

.condition
{
    background: url(../_images/results_condition.png) no-repeat;
}

.treat
{
    background: url(../_images/results_treat.png) no-repeat;
}*/

#recommended
{
    position: absolute;
    top: 320px;
    left: 590px;
}

h2#recommendedAccessoriesHeader
{
    /*display: block;
    width: 237px;
    height: 15px;
    background: url(../_images/recommended_accessories.png) no-repeat;*/
    text-indent: -9999px;
    margin-left: 15px;
}

#suggestedAccessories
{
    font-weight: bold;
    color: #19518F;
}

#suggestedAccessories a
{
    color: #19518F;
    text-decoration: none;
}

#suggestedAccessories .product
{
    width: 185px;
    float: left;
}

/* Help Me Decide Styles */

.help a
{
    display: block;
    width: 189px;
    height: 26px;
    background: url(../_images/help.png) no-repeat;
}

#helpText
{
    padding: 10px 20px 20px 20px;
}

#helpText h2, #helpText h3
{
    margin: 20px 0 10px 0;
    line-height: 100%;
}

#helpText ul, #helpText ol
{
    list-style: outside;
    margin-left: 20px;
    line-height: 150%;
}

#helpText p
{
    margin: 10px 0;
}

.hair_type
{
    margin: 20px 0;
}

.product
{
    position: relative;
    float: left;
    width: 230px;
    margin-bottom: 5px;
}

.product_image
{
    float: left;
    width: 83px;
    margin: 10px 0 0 5px;
}

.product_name
{
    font-weight: bold;
    font-size: 95%;
    margin-top: 15px;
}

.product_description
{
    font-size: 85%;
    margin: 5px 0;
}

.product_name a
{
    color: #19518F;
    text-decoration: none;
}

/* Use Instructions Styles */

.use_instructions
{
    font-weight: bold;
    font-size: 85%;
    margin-bottom: 5px;
    color: #000;
}

/* Select Product Styles */

.select_product
{
    position: absolute;
    bottom: 10px;
    left: 85px;
    color: #19518F;
    font-weight: bold;
    font-size: 90%;
}

/* Add to Cart Styles */

#addToCart a
{
    position: absolute;
    bottom: 35px;
    left: 175px;
    background: url(../_images/add_to_cart.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
    width: 358px;
    height: 37px;
}

/* Start Over Styles */

#backToStart
{
    position: absolute;
    top: 270px;
    left: 685px;
}

#backToStart a
{
    display: block;
    width: 119px;
    height: 19px;
    background: url(../_images/start_over.png) no-repeat;
    text-indent: -9999px;
    margin-left: 15px;
}


#backToEO
{
    position: absolute;
    top: -40px;
    right: 0;
}

#backToEO a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 120%;
}

