﻿/**
 * PRODUCT INFO STYLES
 *
 * @author Sean Kelly
 * @version $Id: product_info.css,v 1.21 2007/11/27 19:51:51 akatz Exp $
 */
#productinfoBody #main #content h2 {
    font: bold 24px Georgia,serif;
    color: #cc0000;
    padding: 0 0 10px 0;
    margin: 0;
    letter-spacing: normal;
    font-variant: normal;  
    width: 291px;  
}
#productinfoBody #main #content h3 {
    font: italic 14px Georgia,serif;
    width: 291px;
    padding: 0 0 2px 0;
    margin: 0;
}
    #productinfoBody #main #content h3 a {
        color: #000000;
    }
#product-shot {
    width: 291px;
    float: left;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 15px;
}
    #product-shot img {
        width: 240px;
        height: 240px;
        display: block;
        margin: 0 auto 10px auto;
        border: none;
    }
    #productinfoBody #content #product-shot p {
        margin: 0;
        padding: 0;
    }
#product-info {
    width: 309px;
    float: left;
    padding-top: 50px;
}
    #content #product-info p {
        margin: 0 40px 10px 0;  
    }

#sold-out {
	background: url(../images/prod-out-of-stock.gif) top left no-repeat;
	width: 242px;
	height: 26px;
	position: absolute;
	left: 25px;
	top: 158px;
	text-indent: -999em;
	overflow: hidden;
	margin: 0;
}
#productinfoBody #content #product-model {
    display: block;
    position: absolute;
    top: 100%;
    left: 15px;
    color: #a4967f;
    /**
     * So it stays in the lower left */
    font-size: 11px !important;
    margin: -26px 0 0 0;
}
#product-info form {
    margin: 2em 0 1em 0;
}
#product-info form legend {
    display: none;
}
#productinfoBody select#cart_quantity {
    float: left;
    font: 11px/14px Georgia,serif;
    margin: 0 9px 0 0;
    
}
    #productinfoBody select#cart_quantity option {
        margin: 0 1em 0 0;
    }

#productinfoBody #also-available {
    float: none;
    margin: 1em 0 2em 0;
}
    
    #productinfoBody dl#also-available dt {
        font-weight: bold;
    }
    #productinfoBody dl#also-available dt:after {
        content: ':';
    }
/**
 * Take away bottom dotted line */
#productinfoBody #product-list li {
    height: 206px;
}
    
/**
 * PRODUCT INFO STYLES
 */
/*
 * CSS for Nutritional info
 */
     
#nutritional_info_popper {
    /**
     * Center it inside product window */
    text-align: center;
}
    #nutritional_info_popper .rr1  {
        text-align: left;
    }
    #nutritional_info_popper h4 {
        margin-bottom: 0;
    }
    #nutritional_info_popper table,
    #nutritional_info_popper p {
    }
        #nutritional_info_popper table tr.serving td{
            padding-top: 0;
            font: bold 12px "Book Antiqua","Times New Roman",Times,serif;
        }
        #nutritional_info_popper table tr td {
            font: normal 10px Georgia,serif;
            padding: 5px 0 5px 5px;
        }

        #nutritional_info_popper table tr.l1 td {
            padding-top: 7px;
            border-top: 5px solid #472a00;
        }

        #nutritional_info_popper table tr.l2 td {
            border-top: 3px solid #472a00;
        }

        #nutritional_info_popper table tr.l3 td {
            background: url(../images/dotted-bg.gif) repeat-x;
        }
/**
 * Center it inside product window */
#product_serving_popper {
    width: 100%;
    text-align: center;

	height: 1px;

	overflow: visible;
    z-index: 1000;
}
    /**
     * Center it inside product window */
    #product_serving_popper .rr1  {
    }
    #product_serving_popper h5 {
        font-style: italic;
    }
    #product_serving_popper h6 {
        font-size: 12px;
        padding-top: 20px;
        padding-bottom: 15px;
        border-top: 4px solid #000000;
    }
    #product_serving_popper p {
        font-size: 12px;
        padding-top: 15px;
        margin-bottom: 15px;
        border-top: 1px dotted #cccccc;
    }

#product_image_popper {
    /**
     * Center it inside product window */
    width: 100%;
    text-align: center;
	height: 1px;
	overflow: visible;
    z-index: 1000;
}

    #product_image_popper .rr1 {

    }
    #product_image_popper iframe {
    }
    #product_image_popper img {
        border: none;
    }
    
    #send_friend_popper {
        /**
         * Center it inside product window */
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
    	height: 1px;
    	overflow: visible;
        z-index: 1000;
    }

        #send_friend_popper .rr1 {
            width: 485px;
        	margin-left: -320px;
        	position: absolute;
        	top: 150px;
        	left: 50%;
        }
        #send_friend_popper iframe {
            height: 600px;
        }
        #send_friend_popper img {
            border: none;
        }