﻿#is-wrap
{
    width: 548px;
    height: 664px;
    background-image: url(../images/ingredient-selector/bg-selector.png);
    background-repeat: no-repeat;
    margin: 8px 0 5px 203px;
    -moz-box-shadow: 0px 2px 4px #333333; 
    -webkit-box-shadow: 0px 2px 4px #333333; 
    box-shadow: 0px 2px 4px #333333;
    -moz-border-radius: 6px; /* FF1+ */
    -webkit-border-radius: 6px; /* Saf3-4 */
    border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */ 
    position: relative;
    z-index: 1;
}

#is-wrap #left-callout
{
    position: absolute;
    top: 263px;
    left: -202px;
    z-index: 1;
}

#is-wrap h1.h1-is
{
    width: 368px;
    height: 68px;
    position: relative;
    z-index: 5;
    left: 25px;
    top: 31px;
    float: left;
    background-image: url(../images/ingredient-selector/h1-ingredient-selector.png);
    background-repeat: no-repeat;
}

#is-wrap h1 span, #is-wrap h2 span
{
    text-indent: -10000px;
    display: block;
}

#is-wrap h2
{
    width: 141px;
    height: 141px;
    position: relative;
    z-index: 10;
    left: 37px;
    top: 5px;
    float: left;
    background-image: url(../images/ingredient-selector/badge-formulated.png);
    background-repeat: no-repeat;
}

#is-wrap #list-title-default
{
    background-image: url(../images/ingredient-selector/selection-title.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    top: 145px;
    left: 24px;
    width: 137px;
    height: 15px;
}

#is-wrap .list-title-alt
{
    background-position: 0 -15px;
}

#is-wrap #ingredient-list
{
    float: left;
    width: 147px;
    height: 468px;
    overflow: auto;
    position: relative;
    z-index: 5;
    top: 20px;
    padding: 0 0 0 15px;
    margin: 0;
}

#is-wrap #ingredient-list li
{
    margin: 3px 0 3px 0;
}

#is-wrap #ingredient-list li a
{
    color: #f4650f;
    display: block;
    width: 114px;
    padding: 3px 5px 5px 10px;
}

#is-wrap #ingredient-list li a:hover, #is-wrap #ingredient-list li a.on
{
    color: #fff;
    background-image: url(../images/ingredient-selector/bg-selection-item.png);
    background-repeat: repeat-x;
    background-color: #f0b68c;
}


#is-wrap #ingredient-details
{
    float: left;
    width: 370px;
    height: 516px;
    position: relative;
    z-index: 5;
    left: 4px;
    top: -11px;
    overflow: auto;
}

#is-wrap #ingredient-details #intro
{
    width: 295px;
    height: 506px;
    position: absolute;
    top: -5px;
    padding: 15px 50px 0 24px;
    background-image: url(../images/ingredient-selector/bg-intro-ing-slctr.jpg);
    background-repeat: no-repeat;
}

#is-wrap #ingredient-details #intro p
{
    line-height: 16px;
    margin: 0 0 20px 0;
}

#is-wrap #ingredient-details .ing-content
{
    padding: 0 20px 0 25px;
    color: #547116;
    line-height: 15px;
}

#is-wrap #ingredient-details .ing-content h3
{
    color: #547116;
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0 10px 0;
}

#is-wrap #ingredient-details .ing-content ul.wellness
{
    margin: 0;
}

#is-wrap #ingredient-details .ing-content ul.wellness li
{
    width: 50px;
    height: 40px;
    float: left;
    margin: 0 27px 0 0;
    padding: 49px 0 0 0;
    background-image: url(../images/ingredient-selector/icn_attributes.png);
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 11px;
    position: relative;
    z-index: 1;
}

#is-wrap #ingredient-details .ing-content ul.wellness li span
{
    position: absolute;
    z-index: 1;
    height: 20px;
}

#is-wrap #ingredient-details .ing-content ul.wellness li.icn-attribute3
{
    background-position: -322px 0;
}

#is-wrap #ingredient-details .ing-content ul.wellness li.icn-attribute4
{
    background-position: -375px 0;
}

#is-wrap #ingredient-details .ing-content ul.wellness li.icn-attribute5
{
    background-position: 0 0;
}

#is-wrap #ingredient-details .ing-content ul.wellness li.icn-attribute6
{
    background-position: -55px 0;
}

#is-wrap #ingredient-details .ing-content ul.wellness li.icn-attribute7
{
    background-position: -110px 0;
}

#is-wrap #ingredient-details .ing-content ul.wellness li.icn-attribute8
{
    background-position: -270px 0;
}

#is-wrap #ingredient-details .ing-content ul.wellness li.icn-attribute12
{
    background-position: -217px 0;
}

#is-wrap #ingredient-details .ing-content ul.wellness li.icn-attribute13
{
    background-position: -165px 0;
}

#is-wrap #ingredient-details .ing-content ul
{
    margin: 0 0 5px 0;
}

#is-wrap #ingredient-details .ing-content ul li
{
    margin: 0 0 3px 0;
}

#is-wrap #ingredient-details .ing-content ul li.last
{
    padding: 0 0 20px 0;
}

#is-wrap #ingredient-details .ing-content p
{
    margin: 0 0 10px 0;
}

#is-wrap #ingredient-details .hr
{
    background-image: url(../images/ingredient-selector/bg-hr.png);
    background-repeat: no-repeat;
    width: 350px;
    height: 13px;
    padding: 0 0 5px 0;
    clear: both;
}

#is-wrap #ingredient-details .ing-content a
{
    text-decoration: underline;
}
#is-wrap #ingredient-details .ing-content a:link {
    color: #f4650f;
}
#is-wrap #ingredient-details .ing-content a:visited {
    color: #f4650f;
}
#is-wrap #ingredient-details .ing-content a:focus {
    color: #f4650f;
}
#is-wrap #ingredient-details .ing-content a:hover, a:active {
    color: #f4650f;
    text-decoration: none;
}

#ca-pet-food-label
{
    display: block;
    width: 550px;
    height: 107px;
    background-image: url(../images/ingredient-selector/ca-pet-food-label.png);
    background-repeat: no-repeat;
    margin: 0 0 5px 201px;
    -moz-box-shadow: 0px 2px 4px #333333; 
    -webkit-box-shadow: 0px 2px 4px #333333; 
    box-shadow: 0px 2px 4px #333333;
    -moz-border-radius: 6px; /* FF1+ */
    -webkit-border-radius: 6px; /* Saf3-4 */
    border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */ 
}

#about-container
{
    padding: 30px;
}

#about-container h2
{
    margin: 0 0 5px 0;
    font-size: 1.1em;
}

#about-container p
{
    margin: 0 0 15px 0;
    line-height: 1.1em;
}

.block
{
    display: block;
}

.clr
{
    clear: both;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.nindent
{
    text-indent: -10000px;
}

.pointer
{
	cursor: pointer;
    cursor: hand;
}

.jqmWindow {
    display: none;
    position: absolute;
    top: 17%;
    left: 50%;
    
    margin-left: -240px;
    width: 480px;
    background-image: url(../images/ingredient-selector/bg-about-pet-food-labels.png);
    background-repeat: repeat-x;
    background-color: #fff;
    color: #333;
    border: 1px solid #95a96a;
    -moz-box-shadow: 0px 2px 4px #333333; 
    -webkit-box-shadow: 0px 2px 4px #333333; 
    box-shadow: 0px 2px 4px #333333;
    -moz-border-radius: 6px; /* FF1+ */
    -webkit-border-radius: 6px; /* Saf3-4 */
    border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */ 
}

.jqmOverlay { background-color: #fff; }



