/*
    The styles in the 8/15 product pages design.
*/

/* main container layout */

.contentBodyMaxHeight 
{
    height:430px;
}
.contentMainHeight {
    min-height:430px;
}

.bordered {
    border:1px solid #000000;
}
.banner_gradient{
    background: url(/images/details/product_background_gradient.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #ffffff;
}


.paddingFromHeader {
    padding-top: 20px;

}

/* RIGHT COLUM */

.rightColumn { 
    width:200px;
    margin:0; 
    padding:0; 
}


div.rightSideBar{
   margin-left:760px;
}

div.rightColumnDivider {
    height:340px;
    width: 20px;
    display: block;
    border-left:1px solid #dedede;
    position: absolute;
    top:154px;
}

.systemTitle {
    font-family:Georgia, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #666;
    margin-bottom: 18px;
}

ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

ul.productLine{
    width: 164px;
    overflow: hidden;
    padding: 0px 15px;
    margin-left: 30px;
    margin-top:26px;
    float: right;
}
/* to force the cursor into a pointer on IE.*/
ul.productLine li div{
    cursor: pointer;
}

    

ul.productLine li.bordered_top {
    border-top: 1px dotted #999999;
    float: right;
    width: 163px;
}
/* last item gets bottom border */
ul.productLine li.bordered_bottom{
    border-bottom: 1px dotted #999999;
}

.productLine li a{
    height: 100%;
}

/* 
    Hair System Links
*/
.productLine div{
    width: 163px;
    height: 54px;
}

div.rightSideBar div.shampoo {
    background: url(/images/details/shampoo.jpg);
	background-position: 0px -8px;
}
div.rightSideBar div.conditioner {
    background: url(/images/details/conditioner.jpg);
	background-position: 0px -8px;
}
div.rightSideBar div.leavein {
    background: url(/images/details/leavein.jpg);
	background-position: 0px -8px;
}
div.rightSideBar div.styling{
    background: url(/images/details/styling.jpg);
	background-position: 0px -8px;
}
div.rightSideBar div.restyling{
    background: url(/images/details/restyling.jpg);
	background-position: 0px -8px;
}
div.rightSideBar div.nofrizz{
    background: url(/images/details/nofrizz.jpg);
	background-position: 0px -8px;
}

div.rightSideBar div.nofrizzstylers{
    background: url(/images/details/nofrizz-stylers.jpg);
	background-position: 0px -8px;
}

div.rightSideBar div.fullthickeningcream{ background: url(/images/details/full-thickening-cream.jpg); background-position: 0px -8px; }

div.rightSideBar div.fullshampoo{ background: url(/images/details/full-shampoo.png); background-position: 0px -8px; }
div.rightSideBar div.fullconditioner{ background: url(/images/details/full-conditioner.png); background-position: 0px -8px; }
div.rightSideBar div.fullrootliftingspray{ background: url(/images/details/full-root-lifting-spray.png); background-position: 0px -8px; }


div.rightSideBar div:hover {
	background-position: 0px -83px;
}
/* END RIGHT COLUMN */
/* MIDDLE COLUMN */

.middleColumn { 
    height: 430px; 
    width: 710px;
    float: left;
    margin-left: 0px;   
    border:0px solid #900;
}
/*  _LEFT_ COLOUMN */
/* left column contain the image and the back link 
    this left column is now inside the middle column
    so it can float left with conflict */
.leftColumn {  
    position: relative;
    width: 250px;
    float:left;
}
div.productImage {
    width: 254px;
    height: 430px;
    background-repeat:no-repeat;    
    background-position:center;
    
}
/* simple clear gif for hover tooltip */
div.productImage img {
    margin-left:80px;
    border: 0px solid blue;
}

div.backLink {
    position: absolute;
    top:0px;
    left:0px;
}

div.backLink a {
    padding-left: 12px;
    background-image: url(/images/details/back_arrow.png);
    background-repeat: no-repeat;
    background-position: 3px 5px;
    font-family:Georgia, Arial, Helvetica, sans-serif;
    color:#444;
    text-decoration: none;
    
}
.section {
    margin-top:10px;
    margin-bottom: 10px;

}
div.socialMedia {
    float: right;
}
div.socialMedia a {
    padding: 0 5px;
}
div.details{
    padding-top: 30px;
    padding-left: 0px;
    overflow: hidden;
    background-color: none;
}
div.description {
	font-size: 12px;
}
h2.productTitle {
    font-weight: 300;
    padding-left: 7px;
	font-size: 18pt;

}
h3.productTagLine {
    font-weight: 300;
    padding-left: 7px;
	font-size: 16px;
}
p.description {
    font-size: 13px;
    padding-left: 7px;
    padding-right: 12px;
    margin-top: 10px;
}
p.description.black{
    color: #000000;
    font-weight: bold;
}
/* end description area */ 

hr.descriptionBase {
    margin-left: 7px;
    border: 0;
    size: 1px;
    height: 1px;
    color:#fff;
    background-color:#dedede;
    width: 400px;
}


div.buy{
    margin-top: 10px;
    padding-left: 7px;
}

.buy li{
    float: left;
    margin-right: 15px;
}
.buy label{
    margin-bottom: 5px;
    font-weight: 300;
    font-size:12px;
    display: block; /*..else, the margin is ignored*/
}
.freeshipping {
    margin-top: 22px;
    margin-left: 10px;
    color: #333;
    font-weight: 300;
    font-size:13px;
}
.buy .buttons{
    width: 100%;
    padding: 20px 0;
}
.buy select{
    width: 150px;
}
.buy select option.ProductAttributesSelectOptionOutOfStock
{
    color:#999;
}
.buy .qu{
    width: 30px;
}

/*
 Out of Stock !
*/
.outOfStock{
    overflow: hidden;
    margin: 10px 0;
    position: relative;
}
.outOfStock .title{
    color: #564338;
    font-weight: bold;
}
.outOfStock p {
    font-weight: 300;
    padding-bottom: 12px;
}
.outOfStock input{
    float: left;
    margin: 0px 10px 10px 0px;
}
.outOfStock .success{
    background: #3D3028;
    color: white;
    height: 95px;
    width:405px;
    font-size: 1.1em;
    left:0;
    top:0;
    position:absolute;
    padding: 20px;
}



/* FOOTER */

.productFooter{
    border-top: 2px solid #D0D0D0;
    height: 144px;
}

.footerSlugs .vertical {
    margin: 0px 22px;
}
.footerSlugs{
    padding: 0 20px; 
    height: 288px;  
    width: 100%;
}

.footerSlugs.full {
    padding: 10px 0px 0px 0px; 
    height: 288px;  
    width: 100%;
}

.footerSlugs div{
    /* this use a three image / two state / single image as bg */
    background: url(/images/details/Detail_bottom.jpg);
    border: 0px solid #900;
}
.footerSlugs.full div{
    /* this use a three image / two state / single image as bg */
    background: url(/images/details/Detail_full_bottom.png) no-repeat;
}
.footerSlugs.hold div{
    /* this use a three image / two state / single image as bg */
    background: url(/images/details/detail_hold_bottom.jpg) no-repeat;
}

ul.footerSlugs.full div.box1 {
    background-position: 0px 0px;
    width: 313px; height: 144px;
}
ul.footerSlugs.full div.box1:hover{
    background-position: 0px -144px;
}
ul.footerSlugs.full div.box2 {
    background-position: -314px 0px;
    width: 313px; height: 144px;
}
ul.footerSlugs.full div.box2:hover{
    background-position: -314px -144px;
}

ul.footerSlugs.full div.box3{
    background-position: -628px 0px;
    width: 313px; height: 144px;
}

ul.footerSlugs.full div.box3:hover{
    background-position: -628px -144px;
}



ul.footerSlugs div.use {
    background-position: -10px 0px;
    width: 300px; 
    height: 144px;
}
ul.footerSlugs div.use:hover{
    background-position: -10px -145px;
}
ul.footerSlugs div.works{
    background-position: -311px 0px;
    width: 300px; height: 144px;
}
ul.footerSlugs div.works:hover{
    background-position: -311px -145px;
}

ul.footerSlugs div.customers{
    background-position: -612px 0px;
    width: 339px; height: 144px;
}

ul.footerSlugs div.customers:hover{
    background-position: -612px -144px;
}

ul.footerSlugs li.divider {
    width:10px;
    height: 142px;
    padding: 20 0px; 
}
ul.footerSlugs li.divider div.vertical{
    height:114px;
    width: 1px;
    border-left:1px solid #999;
    padding: 0 0px; 
    margin: 14px 0px; 
}

/* Full Product Details Sidebar */
div.fullSideBar{
}

div.fullSideBar img{
    border-style: solid; 
    border-width: 1px; 
    border-color: #e7e7e7;
}

div.fullSideBar p{
    font-family:Georgia, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #000;
    margin-bottom: 18px;
}

/*  EMAIL A FRIEND  */
div#email_friend {
    border: 0px dashed #cc0000;
    margin-top: 25px;
    padding-left: 20px;
}
div#email_friend h3 {
    font-size: 17px;
    margin-bottom: 15px;
}
div#email_friend div.email_share {
    border: 0px solid #060;
    padding-top: 35px; /*to compensate for missing h3 title*/
}
div#email_friend label{
    color: #000;
    font-size: 14px;
}
div#email_friend div.email_share textarea {
    width:560px;
    margin-top:2px;
    padding:5px;
    text-align:left;
    border: 1px solid #999999;
}
div#email_friend .twoColumns {
    width: 600px;
    height: 30px;
    margin-bottom: 15px;
}
div#email_friend .twoColumns  div{
    width: 300px;  
    float: left;
}
div#email_friend p.small_tip {
    font-size: 12px;
}
div#email_friend input.send {
    padding-top: 10px;
    margin-left: 240px;   
    cursor: pointer; 
}
/* success */
div#email_friend p.thanks {
    padding-top: 10px;
    font-weight: 700;  
}
div#email_friend p.comeback {
    padding-bottom: 30px; 
}
/* close link */
div#email_friend div#email_share_success a {
    font-weight: 700; 
    color:#999;
    text-decoration: none; 
}
/*  EMAIL A FRIEND end  */

/* HOW TO USE dual pop up instructions */

div.relative {
    position: relative;
}
div.instrctionsInfo div.multiPanelRight {
    border: 0px solid #990000;
    height: 340px;
    margin-left:430px;
    padding-right: 10px;
    position: absolute;
}
div.instrctionsInfo div.multiPanelLeft {

    border: 0px solid #990000;
    height: 370px;
    width:370px;
    position: absolute;
    margin-left:0px;
}
div.instrctionsInfo div.video {
    margin-left:0px;
    padding-top: 20px;
}

ul.instructionSteps {
    margin-right: 20px;
    width: 410px;
}

ul.instructionSteps li {
    width: 410px;
    height: 134px;
    border-bottom: 1px dotted #999999;
    padding-bottom: 18px;
    padding-top: 18px;
}

ul.instructionSteps li.first {
    padding-top: 4px;
}

ul.instructionSteps li div {
    border: 0px solid #990000;
    width: inherit;
    margin-right: 10px;
    display: block;
}

ul.instructionSteps li.taller {
    height: auto;
}

ul.instructionSteps li h3 {
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 2px;
}

ul.instructionSteps li p {
    font-weight: 300;
    font-size: 13px;
    margin-top: 0px;
    margin-right: 10px;
}
ul.instructionSteps li img {
    display: block;
    margin-bottom: 8px;
    margin-left: 12px;
}

div.how_to_use div.video {
    width: 100px;
}

/* popups general */
div.instrctionsInfo {
    padding-left: 15px;
}
div.instrctionsInfo h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    
}
div.instrctionsInfo p {
    padding-top: 20px;
}

div.instrctionsInfo.usage h2 {
    padding-top: 10px;
    padding-bottom: 6px;
}

div.instrctionsInfo.usage p {
    padding-top: 10px;
}

div.instrctionsInfo.usage ul {
    padding-left: 15px;
}

div.instrctionsInfo.usage li {
    list-style-type: disc;
}

div.instrctionsInfo div.verticalScroller {
    overflow-x:hidden;
    overflow-y:auto;
    margin-right: 30px;
}
div.instrctionsInfo div.verticalScrollerForced {
    overflow-x:hidden;
    overflow-y:scroll;
    margin-right: 30px;
}

div.shopNowLink {
    position:relative; 
    top:342px; 
    left:2px;
}

div.stepsOnly {
    height: 300px;
    width: 520px;
    margin-top: 20px;
    margin-left: 60px;
    
}
div.stepsOnly li div {
    width: 420px;
    
}
div.stepsOnly li p {
    font-size: 14px;
    
}
div.instrctionsInfo div.ingredientList {
    height:370px;
    border:0px solid #990;
}
div.instrctionsInfo div.otherthingtoConsider {
    height:370px;
    border:0px solid #990;
}
div.instrctionsInfo div.otherthingtoConsider p span{
    width: 100%;
    margin-right: auto;
    font-weight: 700;
    color: #666666;
}

/** Non-product page that uses this css file **/
/* whats coming */
.half{
    width: 180px; 
    padding: 16px 25px;
    color: #826d5c;
}

.bottleBg{
    padding-left: 80px;
    background: url('/images/details/bottle.jpg') no-repeat;
}
.half.bottleBg{
    width: 350px;
}
.half.bottleBg .success{
    width: 415px;
}
ul.twoColumnWhatsComing {
}
ul.twoColumnWhatsComing li {
    height:100px;
}
ul.twoColumnWhatsComing li.signUpRightColumn {
    width:190px;
}

/*Tabbed instrctionsList */
#hTabs {
    border-bottom: 1px solid #c9c9c9;
}
.instrctionsList .tab{
    padding: 5px; margin-right: 5px;
    cursor: pointer;
    float: left;
}
.instrctionsList .tab.selected{
    background-color:#a89a8f; 
    color: #fefaf9; 
}

/* Holiday Kit Product Details */
.hkLeftColumn {  
    position: relative;
    width: 370px;
    float:left;
}

.hkMiddleColumn { 
    height: 430px; 
    width: 750px;
    float: left;
    margin-left: 0px;   
    border:0px solid #900;
}

div.hkProductImage {
    width: 357px;
    height: 280px;
    background-repeat:no-repeat;    
    background-position:center;
    
}

div.hkrightSideBar{
   margin-left:760px;
}

.hkRightColumn { 
    width:200px; 
    height: 430px; 
    margin:0; 
    padding:0; 
}

.hkFreeshipping {
    margin-top: 14px;
    margin-left: 0px;
    color: #333;
    font-weight: 300;
    font-size:13px;
}

.hkBuyNowButton {
    margin-top: 10px;
}
