﻿/* Product switcher */
#moar {
    position:absolute;
    left:250px;
    top:55px;
    z-index:5;
    height:30px;
    display:none;
}
        
#prodHd {
    background:url(/images/hdr/hdr_back.png);
    background-repeat:no-repeat;
    width:996px;
    height:251px;
    color: #fff;
    font-weight:100!important;
}

#prodHd_bg
{
    background-image:url(/content/product/images/hdr_product_bg.jpg); 
    background-repeat:no-repeat;
    width:940px; 
    height:224px; 
    position:absolute; 
    top: 10px; 
    left: 16px;
}

#prodHd H1
{
    position:absolute; 
    top:20px; 
    left:230px; 
    font-size: 36px;
    font-weight:100!important;
}

#prodHd .midway
{
   position:absolute; 
   top:60px; 
   left:230px; 
   width:440px; 
   font-size:20px;
   color:#fff!important;
   font-weight:100!important;
}

#prodHd ul 
{
	position:absolute;
    top:116px;  
    left:205px; 
    list-style-image:url(/images/symbols/bullet_gray.png)
}

#prodHd .list2
{
	position:absolute;
    top:116px;  
    left:400px; 
    list-style-image:url(/images/symbols/bullet_gray.png)
}

#prodHd ul li 
{
 /*   position:absolute;*/
    font-size:18px;
	line-height:25px;
    color:#fff;
    font-weight:100; 
    top:100; 
    left: 330px; 
    width:280px;
	
}


/*#prodHd ul li.col2
{
    top:10;
    left: 160px;
}

#prodHd ul li + li
{
    top:20px;

/*}
#prodHd ul li.col2 + li.col2
{
    top:70px;
	left: 160px;
}*/
        
.txt {
    position:absolute;
    top:75px;
    left:330px;
    z-index:5;
    display:none;
}

        
.option {
    display:block;
}
        

#txt img {
    display:none; 
    position:absolute; 
    left:350px; 
    top:70px;
    cursor:pointer;
}
        
.boxDiv {
    display:none;
}
        
.show {
    display:block;
}
        
/* Ingredients page */
.blend {
    display:block;
    width:160px;
    height:50px;
    background-position:top center;
    background-repeat:no-repeat;
    float:right;
    margin-right:10px;
}
        
#ingred {
    width:auto;
}
        
.blendDiv {
    display:block;
}
        
#otherTxt {
        cursor: pointer;
}
		
#deck {
	position:absolute;
	background:#fff;
	border: 2px solid #b92c92;
	padding: 0 15px 30px 15px;
	width:840px;
	top: -100px;
	left: 20px;
	z-index: 5;
}
.blue {
	color:#0099FF;
}
