/* textFormat.css
    Contains references formatting text without any sort of padding
*/

/* Default text formatting
*/
.defaultFormat
{
    display: block;
    height: 100%;
}
.defaultFormat h2, .defaultFormat h3, .defaultFormat h4, .defaultFormat h5, .defaultFormat p
{
    margin: 0px;
    padding: 0px;
}
.defaultFormat h2
{
    font-size: 1.13em;
    line-height: 1.0em;
    margin-bottom: 8px;
}

.defaultFormat h2 sup
{
    font-size: 0.625em;
}

.defaultFormat h3
{
    font-size: 0.88em;
    margin-bottom: 12px;
}
.defaultFormat h4
{
    font-size: 0.69em;
    color: #999999;
    margin-bottom: 12px;
}
.defaultFormat h4.black
{
    color: #000;
    margin: 25px 0px 5px 0px;
}
.defaultFormat h5
{
    color: #999999;
    font-size: 0.69em;
    margin-bottom: 12px;
}
.defaultFormat h5.black
{
    color: #000;
}
.defaultFormat p
{
    color: #999999;
    line-height: 1.25em;
    font-size: 0.69em;
    margin-bottom: 15px;
}
.defaultFormat p.largeText
{
    font-weight: bold;
    font-size: 14px;
}
.defaultFormat p.largeText span
{
    font-size: 11px;
    display: block;
    margin: 0px 0px 0px 28px;
    padding: 0px;
}
.defaultFormat p.largeText span.noMargin
{
    margin-left: 0px;
    line-height: 14px;
    padding-top: 3px;
}
.defaultFormat ul, .defaultFormat ol
{
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.defaultFormat ul li
{
    color: #999999;
    line-height: 1.25em;
    font-size: 0.69em;
    list-style: square;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.defaultFormat ol li
{
    color: #999999;
    line-height: 1.25em;
    font-size: 0.69em; /*list-style: square;*/
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.defaultFormat a
{
    color: #999999;
}
.defaultFormat a:hover
{
    color: #d61d24;
}
.defaultFormat table
{
    padding: 0px;
    margin: 0px 0px 8px 0px;
    border-top: 2px solid #f0f1f3;
    border-right: 1px solid #f0f1f3;
    border-bottom: 2px solid #f0f1f3;
    border-left: 2px solid #f0f1f3;
}
.defaultFormat tr
{
    padding: 0px;
    margin: 0px;
}
.defaultFormat tr.alt, .defaultFormat th
{
    background-color: #f0f1f3;
}
.defaultFormat th, .defaultFormat td
{
    font-size: 0.69em;
    color: #999999;
    vertical-align: top;
    padding: 2px 10px;
}
.defaultFormat tr td
{
    border-right: 1px solid #f0f1f1;
    border-bottom: 1px solid #f0f1f3;
}
.defaultFormat tr.alt td
{
    border-right: 1px solid #e2e4e6;
    border-bottom: 1px solid #f0f1f3;
}

.defaultFormat table.extraSidePad th, .defaultFormat table.extraSidePad td
{
    padding: 2px 20px;
}

.halfWidth p
{
    width: 60%;
}



/* Leading text heading
*/
.leadingText
{
    display: block;
    width: auto;
}
.leadingText h2
{
    font-size: 1.32em;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    line-height: 1.0em;
}
.leadingText img
{
    margin-bottom: 20px;
}
.leadingText p
{
    color: #999999;
    font-size: 0.69em;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
.leadingText p a
{
    color: #999999;
    text-decoration: none;
}
.leadingText p a:hover
{
    color: #d71f27;
}
.leadingTextBtmSpacing
{
    margin-bottom: 10px;
}


/*
*/
.overlayText
{
    position: absolute;
    background-image: url("../images/layout/white_overlay_wide.png");
    width: 100%;
    display: block;
    padding: 20px;
}
.overlayText h1, .overlayText h2, .overlayText h3
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.overlayText h1
{
    font-size: 1.88em;
}
.overlayText h2
{
    font-size: 1.5em;
}
.overlayText h3
{
    font-size: 1.0em;
}
.overlayText p
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #4e4d4d;
    font-size: 0.69em;
}
.overlayText ul
{
    margin: 0px 0px 18px 0px;
    padding: 0px;
}
.overlayText li
{
    list-style: square;
    line-height: 1.13em;
    padding: 0px;
    margin: 0px 0px 0px 15px;
    color: #4e4d4d;
    font-size: 0.69em;
}
.overlayTextMiddle
{
    top: 30%;
}
.overlayTextLower
{
    top: 50%;
}
.overlayTextLower p
{
    width: 65%;
}


.overlayFormat
{
    display: block;
    width: auto;
    padding-bottom: 10px;
}

.overlayFormat h1, .overlayFormat h2, .overlayFormat h3, .overlayFormat p
{
    margin: 0px 0px 2px 0px;
    width: auto;
    padding: 5px 10px;
    background-image: url("../images/layout/white_overlay.png");
}
/* IE Hack for fade transitions to work */
#ieWrap .overlayFormat h1, #ieWrap .overlayFormat h2, #ieWrap .overlayFormat h3, #ieWrap .overlayFormat p
{
    position: relative;
    background: transparent;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/white_overlay.png',sizingMethod='scale');
}

.overlayFormat h1
{
    font-size: 1.88em;
}
.overlayFormat h2
{
    font-size: 1.5em;
}
.overlayFormat h3
{
    font-size: 1.38em;
}
.overlayFormat p
{
    color: #000000;
    font-size: 0.69em;
}





/* Media Item
*/
.mediaReleaseItem
{
    margin-bottom: 8px;
}
.mediaReleaseItem h5
{
    margin: 0px;
    padding: 0px 0px 0px 12px;
    font-size: 0.69em;
    background-image: url("../images/layout/arrow_red_right.gif");
    background-position: 1px 3px;
    background-repeat: no-repeat;
}
.mediaReleaseItem p
{
    margin: 0px;
    color: #999999;
    font-size: 0.69em;
    padding: 0px 0px 10px 12px;
}
.mediaReleaseItem p a
{
    color: #999999;
}
.mediaReleaseItem a:hover
{
    color: #d71d24;
}
.mediaReleaseLastItem
{
    margin-bottom: 0px;
}


/* Format unordered linked list as single line
*/
ul.indexList
{
    display: block;
    margin: 0px;
}
ul.indexList li
{
    padding: 0px;
    float: left;
    list-style: none;
}
ul.indexList li a
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
ul.indexList li a.selected, ul.indexList li a:hover
{
    color: #d61d24;
}
ul.smallList
{
    padding: 0px 0px 10px 0px;
}
ul.smallList li
{
    margin: 0px 1px 0px 1px;
}
ul.smallList li a
{
    font-size: 0.63em;
}
ul.largeList
{
    padding: 2px 10px 2px 10px;
    height: 20px;
}
ul.largeList li
{
    margin: 0px 3px 0px 3px;
}
ul.largeList li a
{
    font-size: 0.75em;
}


/* Format unordered linked list as buttons
*/
ul.featureNav
{
    margin: 0px;
    padding: 0px;
}
ul.featureNav li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}
ul.featureNav li a
{
    overflow: hidden;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #000;
    border-top: 1px solid #30302e;
    border-right: 1px solid #30302e;
    text-decoration: none;
    margin-right: 1px;
}
ul.featureNav li a span
{
    visibility: hidden;
}
ul.featureNav li a.selected, ul.featureNav li a:hover
{
    background-color: #d61d24;
    border-top: 1px solid #d43f41;
    border-right: 1px solid #d43f41;
}


ul.defaultList
{
    padding: 0px 0px 5px 0px;
    margin: 0px;
    width: auto;
}

ul.productStoreLocatorList
{
    padding: 0px 0px 5px 0px;
    margin: 0px; /*width: 140;*/
}

ul.defaultList li, ul.productStoreLocatorList li
{
    margin: 0px;
    display: block;
    list-style: none;
    line-height: 1.00em;
}
ul.defaultList li a, ul.productStoreLocatorList li a
{
    background: url("../images/layout/arrow_grey_right.gif");
    background-position: 0px 45%;
    background-repeat: no-repeat;
    color: #999999;
    font-size: 0.69em;
    text-decoration: none;
    padding: 0px 0px 0px 13px;
}
ul.defaultList li a:hover, ul.defaultList li a.selected, ul.productStoreLocatorList li a:hover
{
    color: #d61d24;
    background: url("../images/layout/arrow_red_right.gif");
    background-position: 0px 45%;
    background-repeat: no-repeat;
}




/* Buttons
*/
a.blackButton
{
    padding: 5px 15px 5px 23px;
    color: #fff;
    font-size: 0.75em;
    background-color: #000;
    text-decoration: none;
    font-weight: bold;
}
a.blackButton:hover
{
    background-color: #1a1a1a;
}
a.clearButton
{
    font-size: 0.75em;
    color: #262626;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 5px 15px 5px 23px;
}
a.clearButton:hover
{
    color: #d61d24;
}
a.redButton
{
    font-size: 0.69em;
    color: #d61d24;
    text-decoration: none;
    padding-top: 10px;
    display: block;
}

.redLeftArrow
{
    background-image: url("../images/layout/arrow_red_left.gif");
    background-position: 10px 50%;
    background-repeat: no-repeat;
}
.redRightArrow
{
    background-image: url("../images/layout/arrow_red_right.gif");
    background-position: 10px 50%;
    background-repeat: no-repeat;
}
.redDownArrow
{
    background-image: url("../images/layout/arrow_red_down.gif");
    background-position: 10px 7px;
    background-repeat: no-repeat;
}
.redUpArrow
{
    background-image: url("../images/layout/arrow_red_up.gif");
    background-position: 10px 7px;
    background-repeat: no-repeat;
}



a.PagingPrevious
{
    font-size: 0.75em;
    color: #262626;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 5px 15px 5px 23px;
    float: left;
    background-image: url("../images/layout/arrow_red_left.gif");
    background-position: 10px 50%;
    background-repeat: no-repeat;
}
a.PagingNext
{
    font-size: 0.75em;
    color: #262626;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 5px 13px 5px 5px;
    margin-right: 10px;
    float: right;
    background-image: url("../images/layout/arrow_red_right.gif");
    background-position: right 50%;
    background-repeat: no-repeat;
}
a.PagingPrevious:hover, a.PagingNext:hover
{
    color: #d61d24;
}
a.unavailable
{
    visibility: hidden;
}

.PagingContainer
{
    height: 20px;
    width: 100%;
}


/* Terms and Conditions format
*/
.termsFormat
{
    width: auto;
    height: 290px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: none;
}
.termsFormat h1
{
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
    line-height: 1.0em;
    margin-bottom: 8px;
    text-align: center;
}
.termsFormat h2
{
    margin: 0px;
    padding: 0px;
    font-size: 1.13em;
    line-height: 1.0em;
    margin-bottom: 8px;
    text-align: center;
}
.termsFormat ul, .defaultFormat ol
{
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.termsFormat p
{
    color: #999999;
    line-height: 1.25em;
    font-size: 11px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.termsFormat ul li
{
    color: #999999;
    line-height: 1.25em;
    font-size: 11px;
    list-style: square;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.termsFormat ol li
{
    color: #999999;
    line-height: 1.5em;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.termsFormat a
{
    color: #999999;
}
.termsFormat a:hover
{
    color: #d61d24;
}
.termsFormat ol ol, .termsFormat ol ul
{
    margin-top: 10px;
}

.termsFormat ol.subConditions li
{
    list-style-type: lower-alpha !important;
}


.promoBodyColumn .promoBody ul
{
    padding-left: 3px;
}
.defaultFormat.promoBodyColumn .promoBody ul li
{
    list-style: none;
    line-height: 15px;
    background-image: url("../images/layout/arrow_red_right.gif");
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 13px;
}
.defaultFormat.promoBodyColumn .promoBody ul li a
{
    text-decoration: none;
}
.defaultFormat.promoBodyColumn .promoBody ul li a:hover
{
}
