﻿/* ------------------------------------------------------------
                         Master CSS
------------------------------------------------------------ */

/* Need this for making child elements 100% height */
html, body
{
    height: 100%;
}

/* Font         note: This should be the only place the font family is specified */

body
{
    font-family: Arial, Helvetica, sans-serif;
}

/* Default Colors */


/* Basic Page Layout */


body
{
    margin: 0;
    padding: 0;
    background-color: #bfc8cf;
    background-image: url(../../images/bkg_grey-temp.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#start
{
    padding: 0px;
    margin: 0px;
}
#page
{
    width: 984px;
    height: auto;
    margin: 0 auto;
    background-image: url(../../images/bkg_page-temp.gif);
    background-repeat: repeat-y;
    background-position: center;
}

#header
{
    height: 82px;
    width: 980px;
    margin: 0 auto;
    background-image: url(../../images/header_btmrule-grn.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    clear: both;
    position: relative;
}

#content
{
    width: 980px;
    margin: 0 auto;
    padding: 0px;
}

#contentMyPage
{
    background-image: url(../../images/bkg_mypage-gradient.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
    width: 980px;
    margin: 0 auto;
    padding: 0px;
}

#mainlogo
{
    float: left;
    padding-left: 0px;
    margin-left: 0px;
}
#mainlogo img
{
    width: 364px;
    height: 72px;
}

#toplinks
{
    font-size: 11px;
    color: #003366;
    position: relative;
    width: 400px;
    text-align: right;
    float: right;
    clear: right;
    padding: 2px 18px 0 0;
    margin: 2px 18px 0 0;
}
#languageBox
{
    position: absolute;
    right: 5px;
}
.languageDot
{
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

/* menu item for shopping page 9/11/08 DEB */
.orderRootItem
{
    background-color: #FFFFFF;
    border: solid 1px #999;
    font: bold 14px;
    color: #666;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.languageTopItem
{
    background-color: #FFFFFF;
    margin: 0 0 0 0px;
    border: solid 1px #999;
    cursor: pointer;
    font: normal 12px;
    color: #666;
}

.languageMenuItemHover
{
    background-color: #AEC3D6; /* Special Color */
    background: url('../../images/bkg-shopmenu_hover.png');
    background-repeat: repeat-x;
    background-position: top;
    border: solid 1px #999;
    cursor: pointer;
    font: 12px;
    color: #FFF;
}

.languageMenuItemDown
{
    background-color: #4484BF; /* Special Color */
    background: url('../../images/bkg-shopmenu_selected.png');
    background-repeat: repeat-x;
    background-position: top;
    border: solid 1px #999;
    cursor: pointer;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #FFF;
}

#mainlinks
{
    width: 600px;
    float: right;
    clear: right;
    text-align: right;
    padding: 4px 4px 0 0;
    margin: 4px 4px 0 0;
}

.clear
{
    overflow: hidden;
    width: 100%;
    clear: both;
}
#mypageColumns
{
}
#leftColumn
{
    width: 320px;
    height: 220px;
    position: relative;
    float: left;
    padding: 2px 3px 2px 3px;
}
#mainMenuBar
{
    width: 980px;
    height: 30px;
    background-image: url(../../images/bkg-mainmenubar.png);
}
#centerColumn
{
    width: 320px;
    height: 220px;
    position: relative;
    float: left;
    border-left: solid 1px #bfc8cf; /* Special Color */
    padding: 2px 3px 2px 3px;
}

#rightColumn
{
    width: 320px;
    height: 220px;
    float: right;
    border-left: solid 1px #bfc8cf; /* Special Color */
    padding: 2px 3px 2px 3px;
}

#centerColumn img, #rightColumn img
{
    width: 320px;
    height: 220px;
    border: 0px;
}

a.hedbutton
{
    background: transparent url('../../images/hed_button-end.gif') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: right;
    font: normal 18px Arial, Helvetica, sans-serif;
    height: 35px;
    margin-right: 6px;
    padding-right: 16px;
    text-decoration: none;
}

a.hedbutton span
{
    background: transparent url('../../images/hed_button.gif') no-repeat; /* Special Color */
    display: block;
    line-height: 15px;
    padding: 10px 0 10px 16px;
}

a.hedbutton:active
{
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.hedbutton:active span
{
    background-position: bottom left;
    padding: 11px 0 9px 16px;
}

a.hedlinks
{
}

a.btngeneric
{
    background: transparent url('../../images/hed_button-end.gif') no-repeat scroll top right; /* Special Color */
    color: #FFF;
    display: block;
    float: right;
    font: normal 18px Arial, Helvetica, sans-serif;
    height: 35px;
    margin-right: 6px;
    padding-right: 16px;
    text-decoration: none;
}

a.btngeneric span
{
    background: transparent url('../../images/hed_button.gif') no-repeat; /* Special Color */
    display: block;
    line-height: 15px;
    padding: 10px 0 10px 16px;
}

a.btngeneric:active
{
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.btngeneric:active span
{
    background-position: bottom left;
    padding: 11px 0 9px 16px;
}

/*--- Green button ----*/

a.btn_green
{
    background: transparent url('../../images/btn_green-end.png') no-repeat scroll top right; /* Special Color */
    color: #FFF;
    display: inline-block;
    white-space: nowrap;
    font: bold 16px Arial, Helvetica, sans-serif;
    height: 28px;
    padding-right: 4px;
    text-decoration: none;
}

a.btn_green span
{
    background: transparent url('../../images/btn_green.png') no-repeat; /* Special Color */
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0px 12px 0px 14px;
}

a.btn_green:hover
{
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.btn_green:hover span
{
    background-position: bottom left;
    padding: 0px 12px 0px 14px;
}
.btn_greenSub
{
    background: transparent url('../../images/btn_greenSubmit.png') no-repeat; /* Special Color */
    border: 0px;
    height: 28px;
    width: 133px;
    color: #FFF;
    font: bold 16px Arial, Helvetica, sans-serif;
}
h1
{
    margin: 27px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #000;
}

h2
{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}



h3
{
    font-size: 16pt;
    color: #005596; /* Special Color */
    margin: 3px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: solid 1px #B0BEC7;
}

h4
{
    margin: 4px 0px 4px 6px;
    padding: 0px;
    font-size: 11px;
    line-height: 16px;
    color: #666;
}

h5
{
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 0px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: #000;
    border-bottom: 1px dotted #ccc;
}


h6
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #600;
}
h2, h3
{
    color: #87949a; /* Special Color */
    margin: 2px;
    padding: 2px;
}

img
{
    border-style: none;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
}

.itemStyle, .altItemStyle
{
    border-style: solid;
    border-width: 1px;
    border-color: #ccc #333333 #333333 #ccc; /* Special Color */
    float: left;
    display: block;
    width: 100px;
    padding: 10px;
    font-size: 9px;
    overflow: visible;
    height: 100;
    margin: 5px;
}

.itemSeperator
{
    float: left;
    display: block;
    padding-right: 1px;
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #666699; /* Special Color */
    height: 181px;
}

.altItemStyle
{
    background-color: #eee;
}

.groupSeperator
{
    clear: left;
    margin-bottom: 1px;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #666699; /* Special Color */
}

.layoutRegion
{
    background-color: White;
}

.headingRegion
{
    background-color: #666666; /* Special Color */
    color: #FFFFFF;
    font-size: medium;
    font-weight: bold;
    padding: 5px;
}

.userHeaderRegion
{
    float: left;
}

.subHeading
{
    font-size: small;
}

.photoHeading
{
    font-size: large;
    font-weight: bold;
}

.pagerRegion
{
    clear: left;
    background-color: #999999; /* Special Color */
    padding: 5px;
}

.pagerBtn
{
    font-size: 10pt;
}

#footer
{
    height: 40px;
    width: 980px;
    font-size: 9px;
    margin: 0 auto;
    border-top: solid 2px #009900; /* Special Color */
    border-bottom: solid 1px #666;
    position: relative;
}

#footerlinks
{
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #003366; /* Special Color */
    width: 600px;
    text-align: right;
    float: right;
    clear: right;
    padding: 2px 12px 0 0;
    margin: 2px 12px 0 0;
}

#footerlogo
{
    padding-left: 0 0 0 12px;
    margin-left: 0 0 0 12px;
    float: left;
}

/* ------------------------ Getting Started -------------------------------*/
#getstarted_cols
{
    width: inherit;
    position: relative;
    text-align: center;
    float: left;
    padding-left: 85px;
}
#getstarted_cols table
{
    width: 90%;
    border: 0px;
}

#getstarted_cols td
{
    width: 33%;
    text-align: center;
}

#gs_login, #gs_signup, #gs_shop
{
    background-image: url(../../Images/getstart_bkg.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 242px;
}

/* Fixing for firefox 11/22/08 DEB */
.gs_loginHeader
{
    height: 40px;
    width: 230px;
    padding-top: 2px;
    clear: both;
}


#gs_login
{
    margin: 40px 0px 40px 0px;
    text-align: center;
}
#gs_signup
{
    margin: 40px 0px 40px 0px;
    text-align: center;
}
.gs_signup_label
{
    width: 140px;
    float: left;
}
.gs_signup_textBox
{
    float: left;
    padding-right: 5px;
    width: 160px;
    margin-left: 10px;
}
.gs_signup_error
{
    color: Red;
}
#gs_shop
{
    margin: 40px 0px 40px 0px;
    text-align: center;
}

#getstarted_cols h2
{
    width: 242px;
    font-weight: bold;
    font-size: 1.5em;
    color: #FFF;
    text-align: center;
    margin-top: 8px;
}
#getstarted_cols p
{
    margin: 10px;
    padding: 10px;
    width: 200px;
    display: block;
    text-align: left;
    height: 120px;
    font-size: 1em;
}
#getstarted_cols form
{
    margin: 10px;
    padding: 10px;
    width: 200px;
}

#getstarted_cols a.btn_green
{
    margin-top: 4px;
    margin-bottom: 4px;
}

/* ------------------------ Photoverse ------------------------------------*/
.Photoverse
{
    width: 980;
    height: 300;
    background-color: #FFF;
}

/* ------------------------ User Profile Section --------------------------*/

#divUserHeader
{
    width: 300px;
    height: 180px;
    clear: right;
    font-size: .9em;
}

#divUserHeader h2
{
    margin-left: 4px;
    padding-left: 4px;
}

#imgUserImage
{
    width: 112px;
    height: 157px;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 0px 0px;
}

#divUserHeader .divSubHeading
{
    font-size: 0.7em;
    margin: 4px;
    padding: 4px;
}

/* ------------------------ My Friends Section ----------------------------*/

#divFriends
{
    width: 360px;
    margin: 0px;
    padding: 0px;
}

#divFriends h3
{
    margin: 0px;
    padding: 0px;
}

#divFriends ul
{
    margin: 0px;
    padding: 0px;
}
#divFriends li
{
    display: inline;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#divFriends img
{
    margin: 0px;
    padding: 0px;
    width: 64px;
    height: 64px;
}
#friendControl
{
    font-size: .6em;
    float: right;
    clear: both;
}

/* ------------------------ Ad Panel 1 ------------------------------------*/
.AdSpace1
{
    width: 200;
    height: 250;
}

/* ------------------------ Ad Panel 2 ------------------------------------*/
.AdSpace2
{
    width: 400;
    height: 250;
}

/* ------------------------ News Feed ------------------------------------*/

table.mainevent
{
    border-bottom: solid 1px #bfc8cf; /* Special Color */
    border-right: solid 1px #bfc8cf; /* Special Color */
}


.eventtitle
{
    font-size: .9em;
    font-weight: bolder;
    text-decoration: none;
    color: #6b4d64; /* Special Color */
}

a.eventtitle:link
{
    color: #6b4d64; /* Special Color */
    text-decoration: none;
}
a.eventtitle:hover
{
    color: #7c416f;
}
/* Special Color */
a.eventtitle:visited
{
    color: #474747;
}
/* Special Color */
a.eventtitle:active
{
    color: #ba9114;
}
/* Special Color */


span.eventdate
{
    font-size: 0.7em;
    font-style: italic;
    color: #666;
    display: block;
    margin: 5px 0px 0px 6px;
}

/* Start Page */
#getstartwrapper
{
    float: none;
    width: 980px;
    clear: both;
    padding: 5px 0px 0px 0px;
    position: inherit;
}
#getstarted
{
    width: 645px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    position: relative;
    left: 5px;
}

#signin
{
    width: 320px;
    float: right;
    clear: right;
    margin-right: 5px;
}

#signinbox
{
    padding: 10px 8px 10px 8px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #808080; /* Special Color */
    background-color: #e2ecee; /* e2ecee */ /* Special Color */
    text-align: left;
}
.signinField
{
    width: 180px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 2px 3px 2px;
    margin: 2px 0 4px 0;
}
.signinFieldhed
{
    font-size: 11px;
    font-weight: bolder;
    color: #333;
    margin: 2px 0 0 0;
    display: block;
    width: 124px;
}
.signinLinks
{
    font-size: 9px;
    display: block;
    float: left;
    clear: left;
    margin: 4px 0 0 0;
    width: 124px;
}

.signinError
{
    font-size: 12px;
    display: block;
    float: left;
    clear: left;
    margin: 2px 0 0 0;
    width: 100%;
    color: Red; /* Fix Colors */
}

.signinSubmit
{
    width: 80px;
    height: 25px;
    border-color: #FFF;
    background-color: #2d6b9e; /* Special Color */
    font-size: 15px;
    font-weight: bolder;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    margin: 12px 0px 0px 0px;
    float: right;
    text-align: center;
    vertical-align: middle;
}

.signinSubmitNoFloat
{
    width: 80px;
    border-color: #FFF;
    background-color: #2d6b9e; /* Special Color */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bolder;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    margin: 4px 12px 0 0;
}

.btn_arrowR
{
    height: 25px;
    width: 120px;
    padding-right: 24px;
    padding-left: 4px;
    background: #2d6b9e url(../../images/arrow_right-large.png) no-repeat right; /* Special Color */
    font-size: 15px;
    font-weight: bolder;
    color: #FFFFFF;
    border: solid 1px #FFF;
    margin: 4px 0px 0px 0px;
    text-align: center;
    vertical-align: middle;
}

.btn_back
{
    height: 25px;
    width: 120px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    font-weight: bolder;
    color: #FFFFFF;
    border: solid 1px #FFF;
    margin: 4px 0px 0px 0px;
    float: right;
    text-align: center;
    vertical-align: middle;
}

.btn_enlarge
{
    font-size: 9px;
    background: #FFF url(../../images/enlarge.png) no-repeat right; /* Special Color */
    padding: 1px 14px 1px 2px;
    border: solid 1px #2d6b9e; /* Special Color */
    float: right;
}
.clearAll
{
    clear: both;
    margin: 0;
    padding: 0;
    height: 0px;
}


.expressImageContainer
{
    margin: 0px 0px 6px 0px;
}
.expressImageContainer img
{
    width: 320px;
}

#retailerAlert1 img
{
    width: 320px;
}

#retailSection
{
    width: 980px;
    height: 220px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
}
#retailAd1
{
    padding-left: 5px;
    float: left;
}
#retailAd2
{
    padding-left: 5px;
    float: left;
}
#retailAd3
{
    padding-left: 5px;
    float: left;
}
#retailSection ul
{
    margin: 0px;
    padding: 0px;
}
#retailSection li
{
    display: inline;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#retailSection img
{
    margin: 0px;
    padding: 0px;
    width: 320px;
    height: 220px;
    border: 0px;
}

/* ------- Modal Popup ------- */
.modalPopup
{
    width: 806px;
    height: 560px;
    display: inline;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
}
.modalParagraph
{
    background-color: #FFFFFF;
    padding: 3px;
    width: 96%;
    height: 3000px;
}

.terms-popup
{
    width: 806px;
    height: 560px;
}

.pricelist-popup
{
    width: 523px;
    height: 560px;
}

/* ------- Dialog ------- */
.dialog
{
}

/* dialog header */
.dialog .header
{
    position: relative;
    color: #fff;
    cursor: default;
}
.dialog .header .outer
{
    background: url(../../images/dialog-top-right.png) right no-repeat;
    padding-right: 40px;
}
.dialog .header .inner
{
    background: url(../../images/dialog-top-left.png) left no-repeat;
    padding-left: 9px;
}
.dialog .header .content
{
    height: 35px;
    background: url(../../images/dialog-top-mid.png) repeat-x;
}
.dialog .header .content H2
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-top: 6px;
    margin: 0;
}
.dialog .header .close
{
    /* the image is 35x25 pixels */
    height: 25px;
    width: 35px; /* position the image */
    position: absolute;
    top: 5px;
    right: 7px;
    background: url(../../images/dialog-close.png) no-repeat;
    cursor: pointer;
}
.dialog .header .close:hover
{
    /* set the hover image */
    background: url(../../images/dialog-close-hover.png) no-repeat;
}

/* dialog body */
.dialog .body
{
}
.dialog .body .outer
{
    background: url(../../images/dialog-right.png) right repeat-y;
    padding-right: 7px;
}
.dialog .body .inner
{
    background: url(../../images/dialog-left.png) left repeat-y;
    padding-left: 7px;
}
.dialog .body .content
{
}
.dialog .body .content H2
{
    padding: 10px;
    margin: 0px;
    text-align: center;
    font-size: 15px;
    color: #222222;
    font-weight: normal;
}
.dialog .body .content .footer
{
    /* footer image is 32 pixels tall */
    height: 32px;
    background: url(../../images/dialog-footer.gif) repeat-x bottom;
}
.dialog .body .content .footer .commands
{
    text-align: right;
    padding: 5px 8px 8px 8px;
}
.dialog .body .content .footer .commands INPUT
{
    /* keep the buttons a consistent size */
    width: 75px;
}

/* dialog footer */
.dialog .footer
{
}
.dialog .footer .outer
{
    background: url(../../images/dialog-bottom-right.png) right top no-repeat;
    padding-right: 9px;
}
.dialog .footer .inner
{
    background: url(../../images/dialog-bottom-left.png) left top no-repeat;
    padding-left: 9px;
}
.dialog .footer .content
{
    height: 7px;
    background: url(../../images/dialog-bottom-mid.png) repeat-x;
    font-size: 1px;
}

/* ---------- Gifting Layout ------- */
.btn_go
{
    height: 12px;
    background-color: #2d6b9e; /* Special Color */
    font-size: 10px;
    font-weight: bolder;
    color: #FFF;
    border: solid 1px #FFF;
    margin: 4px 0px 0 0;
    float: right;
    text-align: left;
    vertical-align: middle;
    padding: 2px 14px 2px 2px;
    padding-right: 14px;
    padding-left: 2px;
    background-image: url(../../images/arrow_right-sm.png);
    background-position: right;
    background-repeat: no-repeat;
}
a.btn_checkout
{
    background: transparent url('../../images/btn_checkout.gif') no-repeat scroll top center;
    color: #FFF;
    display: block;
    clear: both;
    font: normal 18px Arial, Helvetica, sans-serif;
    height: 30px;
    margin: 6px 6px 6px 6px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
}
a.btn_nextR
{
    background: transparent url('../../images/btn_arrowR-end.gif') no-repeat scroll top right;
    color: #FFF;
    display: block;
    clear: both;
    font: normal 18px Arial, Helvetica, sans-serif;
    height: 35px;
    margin: 6px 6px 6px 6px;
    padding-right: 26px;
    float: right;
    text-decoration: none;
}
a.btn_nextR span
{
    background: transparent url('../../images/btn_arrowR.gif') no-repeat; /* Special Color */
    display: block;
    line-height: 15px;
    padding: 10px 0 10px 20px;
}

a.btn_nextR:active
{
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.btn_nextR:active span
{
    background-position: bottom left;
    padding: 11px 0 9px 20px;
}


a.btn_backL
{
    background: transparent url( '../../images/btn_white-end.gif' ) no-repeat scroll top right; /* Special Color */
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    margin: 6px 6px 6px 6px;
    padding-right: 14px;
    text-decoration: none;
    float: right;
    clear: both;
    white-space: nowrap;
}

a.btn_backL span
{
    background: transparent url('../../images/btn_arrowLwhite.gif') no-repeat; /* Special Color */
    display: block;
    line-height: 18px;
    padding: 5px 0 5px 26px;
}

a.btn_backL:active
{
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.btn_backL:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 26px;
}

.productTable
{
    width: 700px;
    margin: 0px 0px 0px 46px;
    padding: 0px;
    float: left;
    border-right: solid 1px #DDD;
}

.productTable td
{
    width: 225px;
}
.productBorder
{
    margin: 0 auto;
    border: solid 1px #DDD;
}
.productCell
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.productTitle
{
    font-family: Ariel, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 4px 2px 4px 2px;
    text-align: center;
}
.productThumb
{
}
.productPrice
{
    font-family: Ariel, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bolder;
    float: left;
    display: block;
    width: 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 6px;
    text-align: left;
}
.productGoBtn
{
    float: right;
    margin: 0px 22px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.productDesc
{
    font-family: Ariel, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #999;
    display: block;
    margin: 0 auto;
    padding: 0px 4px 0px 4px;
    text-align: left;
}

#checkoutBox
{
    width: 200px;
    float: right;
    margin: 30px 20px 0px 0px;
    border: solid 1px #EEE;
}

.modalLoginControl
{
    width: 350px;
    height: 500px;
}

#forgotPasswordBody
{
    position: relative;
    width: 350px;
    height: 300px;
    padding: 15px 0px 0px 30px;
}


/* 1/9/09 DEb FB 6844 */
#forgotPasswordHeader
{
    padding: 10px 0px 0px 20px;
}

.forgotPasswordTitle
{
    font-size: 13px;
    font-weight: bolder;
    color: #333;
}

.forgotPasswordText
{
    font-size: 11px;
    font-weight: bolder;
    color: #333;
}

#memberAccountInfo
{
    margin-left: 20px;
    padding-top: 15px;
    float: left;
    font-size: 11px;
    font-weight: bolder;
    color: #333;
    width: 650px;
    height: auto;
    text-align: left;
}

/* Added 12/5/08 DEB FB 6885 */
.memberAccountData
{
    float: left;
    width: 450px;
    height: auto;
    text-align: left;
}

.memberAccountImage
{
    height: 100px;
    width: 250px;
    text-align: center;
}

/* Added 12/5/08 DEB FB 6885 */
.memberAccountValidatorText
{
    width: 100%;
    text-align: left;
    background-image: none;
    display: block;
    height: 20px;
    clear: both;
    border: solid 1px black;
    padding-left: 150px;
}

.storageMeter
{
    width: 50%;
    height: 15px;
    background-color: #76d769;
    float: left;
    clear: both;
}

.storageMeterBorder
{
    border-top: #104a7b 1px solid;
    border-left: #104a7b 1px solid;
    border-bottom: #104a7b 1px solid;
    border-right: #104a7b 1px solid;
    background-color: white;
    width: 150px;
    height: 15px;
}

/* 11/21/08 FB 6948 */
.storageMargin
{
    margin-left: 180px;
}

.accountTasks
{
    float: right;
    padding-right: 20px;
    height: 300px;
    text-align: right;
}

.accountTasksText
{
    font: normal 11px Arial, Helvetica, sans-serif;
    float: right;
    padding-right: 10px;
}

.accountTasksTextError
{
    font: normal 11px Arial, Helvetica, sans-serif;
    float: right;
    padding-right: 10px;
    color: Red;
    float: left;
    clear: none;
    width: 100%;
    text-align: center;
}

.optionsNavigate
{
    float: right;
    display: inline;
    height: 20px;
    font-size: 13px;
    padding: 2px 2px 2px 2px;
    color: Gray;
}

/* Panels for OrderGifts.aspx / shopping page 9/11/08 DEB */
.orderGiftLeft
{
    font-size: 15px;
    text-align: left;
    width: 160px;
    height: 550px;
    display: inline;
    float: left;
    background-color: #EFF7FE;
    border-right: solid 1px #CCCCCC;
    overflow: auto;
}
.orderGiftRight
{
    font-size: 15px;
    text-align: left;
    width: 600px;
    height: 550px;
    display: inline;
    overflow: auto;
    clear: right;
    margin-left: 0px;
}
.orderGiftProducts
{
    display: block;
    overflow: auto;
    height: 600px;
    max-height: 600px;
}

/* FB 7902 fixing progress bar placement 4/9/09 DB */
.orderGiftProductsList
{
    display: block;
    overflow: auto;
    height: 550px;
    max-height: 550px;
}

#MembershipPlansHead
{
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: right;
}

#shoppingCartOrderSummary
{
    float: left;
    width: 700px;
    margin-left: 15px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 15px;
}

.ValidatorText
{
    width: 100%;
    text-align: center;
    background-image: none;
    display: block;
    height: 20px;
    clear: both;
}

.orderingRightPanel .validatorText
{
    padding-left:12px;
	background: url(../../images/error.gif) no-repeat top left;
    color: Red;
    font-size: 7pt;
    font-weight: bold;
    display: block;
    clear: both;
}

.RegisterTextMain
{
    width: 500px;
    height: auto;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
}

.RegisterTextPayment
{
    width: 500px;
    height: 450px;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
}

#RegisterMainColumn
{
    text-align: left;
    width: 600px;
    margin: 5px auto -1px auto;
}

.registerWarningBox
{
    width: 400px;
    height: 100px;
    border: solid 3px red;
    display: block;
    float: left;
    text-align: center;
    margin: 20px 0px 0px 50px;
    padding-top: 10px;
    clear: right;
    clear: both;
}

.RegisterCommentText
{
    font-size: 8pt;
    width: 100%;
    font-style: italic;
    display: block;
}

/* Added 12/4/08 DEB */
.registerHeaderLabel
{
    float: left;
    width: 100%;
    clear: both;
    display: inline;
}

.registerExpriation
{
    width: 100%;
    height: 40px;
    display: block;
    float: left;
}

.RegOptionText
{
    width: 100%;
    display: block;
}

#RegSignUpButton
{
    float: right;
    text-align: center;
    width: 980px;
}

.validatorCalloutHighlight
{
    color: Silver;
}

.RegLeftPanel
{
    border-color: Black;
    border-width: 5px;
    background-color: Teal;
    padding: 10,10,10,10;
}

/* animated progress gif 9/3/08 DEB */
.progressAnimation
{
    background-image: url(../../images/progress_ani.gif);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    filter: alpha(opacity=30);
    background-position: center;
    display: block;
    visibility: visible;
    z-index: 100;
    overflow: hidden;
    width: 90%;
    height: 100%;
    text-align: center;
}

/* full screen animated background 9/24/08 DEB */
.progressAnimationFullScreen
{
    background-image: url(../../images/progress_ani.gif);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    filter: alpha(opacity=90);
    background-position: center;
    display: block;
    visibility: visible;
    z-index: 1000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: wait;
}
.waitAnimation
{
    background-color: transparent;
    background-position: center;
    display: block;
    visibility: visible;
    z-index: 10000;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: wait;
}


/* Text to be shown with above full screen progress animation Maurice 20Oct08 */
.progressMsg
{
    position: absolute;
    top: 330px;
    left: 180px;
    font-weight: bold;
    color: Black;
    z-index: 101;
}

/* for image popup on shop ( or other ) page. 9/3/08 DEB */
.imagePopup
{
    display: block;
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 500px;
    height: 500px;
    overflow: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

/* TemplateStyles page styles. 9/4/08 DEB */
#templateStylesBody
{
    text-align: left;
    padding-left: 15px;
    width: 775px;
    height: 550px;
    overflow: auto;
    float: left;
}

/* TemplateEditor page styles. 9/4/08 DEB */
#templateEditorLeftColumn
{
    text-align: left;
    padding-left: 15px;
    width: 260px;
    float: left;
}
#templateEditorMiddleColumn
{
    text-align: left;
    width: 420px;
    float: left;
}
#templateTasks
{
    display: inline;
    padding-top: 15px;
    float: right;
    font-size: 11px;
    font-weight: bolder;
    color: #333;
    width: 220px;
    height: auto;
}

/* tempateReviewBody page styles. 9/4/08 DEB */
#templateReviewBody
{
    text-align: center;
    padding-left: 15px;
    width: 755px;
    height: 550px;
    overflow: auto;
    float: left;
}
.tempateReviewTextBox
{
    text-align: center;
    padding-left: 15px;
    width: 80px;
    height: 25px;
    float: right;
    display: inline;
}
.tempateReviewText
{
    text-align: right;
    padding-left: 15px;
    width: 55px;
    height: 25px;
    float: left;
    display: inline;
}
#templateReviewHeaderLeft
{
    display: inline;
    padding-left: 15px;
    width: 550px;
    float: left;
    padding: 5px 5px 5px 15px;
    height: 100px;
}
#templateReviewHeaderRight
{
    padding: 15px 5px 5px 5px;
    text-align: left;
    display: inline;
    width: 180px;
    height: 100px;
    float: left;
}



/* 'or' box 11/21/2008 FB 6908 */
.templateReviewBox
{
    width: 50px;
    height: 15px;
    clear: both;
    text-align: center;
    vertical-align: middle;
    float: right;
    margin: 5px;
}

/* warning box 11/21/2008 FB 6899 */
.templateWarningBox
{
    clear: both;
    text-align: center;
    width: 500px;
}


/* styles for the album selection dropdownon the template/gift editor page 9/8/08 DEB */
.albumToolbarHeader
{
    margin: 10px 0px 10px 0px;
}

.albumMenuHeader
{
    background-color: #EFF7FE;
    border: solid 1px #999;
    cursor: pointer;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #666;
    width: 200px;
    height: 20px;
    text-align: left;
}

.albumMenuItemHover
{
    background-color: #a3b2c1;
    background: url('../../images/bkg-shopmenu_hover.png');
    background-repeat: repeat-x;
    background-position: top;
    border: solid 1px #999;
    cursor: pointer;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    width: 200px;
    height: 20px;
}

.albumMenuItemDown
{
    background-color: #4484BF;
    background: url('../../images/bkg-shopmenu_selected.png');
    background-repeat: repeat-x;
    background-position: top;
    border: solid 1px #999;
    cursor: pointer;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    width: 200px;
    height: 20px;
}


/* AccountSettings page colum styles 9/9/08 DEB */
.genericLeftCol
{
    float: left;
    display: inline;
    width: 120px;
    text-align: right;
}

.genericRightCol
{
    float: left;
    display: inline;
    width: 250px;
    margin-left: 20px;
}

.membershipHeadLeftCol
{
    float: left;
    display: inline;
    width: 250px;
    text-align: right;
    height: 20px;
}

.membershipHeadRightCol
{
    float: left;
    display: inline;
    width: 250px;
    margin-left: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: visible;
}

.membershipAccountMeter
{
    text-align: center;
    padding-right: 130px;
}

/* Order Gifts NavBar styles.  9/11/08 DEB */
.orderGiftsMenuBox
{
    border-top: solid 1px #a3b2c1;
}

.orderGiftsItem
{
    background-color: #EFF7FE;
    border-bottom: solid 1px #a3b2c1;
    cursor: pointer;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #333333;
    height: 22px;
    padding-left: 10px;
}

.orderGiftsMenuItemHover
{
    border-bottom: solid 1px #a3b2c1;
    cursor: pointer;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    height: 22px;
    padding-left: 10px;
    background-color: #AEC3D6;
    background: url('../../images/bkg-shopmenu_hover.png');
    background-repeat: repeat-x;
    background-position: top;
}

.orderGiftsMenuItemDown
{
    border-bottom: solid 1px #FFF;
    cursor: pointer;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    height: 22px;
    padding-left: 10px;
    width: 20px;
    background-color: #4484BF;
    background: url('../../images/bkg-shopmenu_selected.png');
    background-repeat: repeat-x;
    background-position: top;
}

/* setting for no silverlight installed dialog 9/12/08 DEB */
.noSilverlightDialog
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 450px;
    height: 300px;
    overflow: auto;
    text-align: center;
}

.prepaidPlanLayout
{
    width: 550px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

/* inner frame for layout */
.prepaidPlanLayoutFrame
{
    width: 550px;
    height: 265px;
    display: block;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

/* outer frame for layout */
.borderLayout
{
    width: 720px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

/* inner frame for layout */
.borderLayoutFrame
{
    width: 720px;
    height: 400px;
    display: block;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}


/* outer frame for layout */
.templateLayout
{
    width: 775px;
    height: 495px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

/* inner frame for layout */
.templateLayoutFrame
{
    width: 1070px;
    height: 480px;
    display: block;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: -50px;
    right: 0px;
    overflow: auto;
    overflow: hidden;
}

/* scroll pane for layout */
#templateLayoutScrollPane
{
    width: 750px;
    height: 460px;
    margin-left: 25px;
    overflow: auto;
    background-color: #FFFFFF;
}

/* header bar for layout popup */
.templateLayoutHeader
{
    background-color: Black;
    width: 100%;
    height: 20px;
    filter: alpha(opacity=50);
    color: White;
    text-align: right;
}

.orderCompleteBody
{
    width: 900px;
    text-align: center;
}

/* outer frame for text editor poopup */
.textEditorLayout
{
    width: 500px;
    height: 300px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

/* inner frame for text editor poopup */
.textEditorLayoutFrame
{
    width: 1000px;
    height: 620px;
    display: block;
    margin-left: -10px;
    text-align: left;
    overflow: hidden;
    float: left;
}

/* Template text area edit page TemplateText.aspx 9/8/08 DEB*/
#templateTextBody
{
    padding-top: 10px;
    float: left;
    width: 500px;
    height: 250px;
    text-align: center;
    overflow: hidden;
}

.templateTextLeftCol
{
    margin-left: 100px;
    float: left;
    display: inline;
    width: 100px;
    text-align: right;
}

.templateTextRightCol
{
    float: left;
    text-align: left;
    display: inline;
    width: 250px;
    margin-left: 20px;
}



/* RegisterComplete 10/1/08 DEB */
#registerCompleteBody
{
    padding-top: 50px;
    width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
}

/* sign up / registration page  10/1/08 DEB */
.registerLeftCol
{
    float: left;
    display: inline;
    width: 200px;
    height: 25px;
    text-align: right;
}

.registerRightCol
{
    float: left;
    display: inline;
    width: 250px;
    height: 25px;
    margin-left: 10px;
}
.registerErrorText
{
    float: left;
    display: inline;
    width: 500px;
    text-align: center;
    height: 0px;
}

/* Added for account settings page 10/14/08 DEB */
.accountSettingsHeader
{
    font-size: 12pt;
    color: #005596;
    margin: 3px 0px 3px 0px;
    padding: 0px 0px 100px 0px;
    border-bottom: solid 1px #B0BEC7;
    overflow: visible;
}

.accountSettingsOptions
{
    padding-top: 10px;
    width: 175px;
    text-align: left;
}

/* PriceList settings 10/30/08 DEB */


#pricelistMenu
{
    width: 440px;
    background-color: #FFF;
    margin: 10px;
    padding: 10px;
}
#pricelistMenu ul
{
    margin: 2px;
    padding: 2px;
    font-size: .8em;
    list-style: none;
}
#pricelistMenu li
{
    padding: 2px 0px;
}
.pricelistProduct
{
    width: 440px;
    background-color: #FFF;
    margin: 10px;
    padding: 10px;
}

/* added 11/11/08 DEB  */
.priceListClose
{
    float: right;
    font-size: .8em;
}

.h2pricelist
{
    width: 70%;
    color: #333;
    text-align: left;
    float: left;
    font-weight: bold;
    padding: 5px 0px;
}
.pricelistOrder_now
{
    width: 30%;
    text-align: right;
    font-size: .7em;
    float: left;
    clear: right;
    padding: 5px 0px;
}
.pricelist
{
    width: 100%;
    border: none;
}
.pricerow_tier .sizecell, .pricerow_tier .pricecell
{
    padding-left: 20px;
    font-size: .6em;
}
.pricehead, .sizehead
{
    color: #999;
    font-size: .8em;
    font-weight: bold;
    border-bottom: solid 1px #DDD;
}

.pricehead
{
    text-align: right;
}
.sizehead
{
    text-align: left;
}

.sizecell, .pricecell
{
    font-size: .7em;
    border-bottom: solid 1px #EEE;
}

.sizecell
{
    text-align: left;
}
.pricecell
{
    text-align: right;
}

.linkRow
{
    font-size: .8em;
    margin-left: 0px;
}


/* New sign in box 11/18/08 DEB */
.hiddenSignInDiv
{
    width: 400px;
    height: 67px;
    background-color: #bfc8cf;
    position: absolute;
    top: 1px;
    right: 65px;
    vertical-align: middle;
    text-align: center;
    padding-top: 2px;
    padding-left: 10px;
    border-bottom: solid 2px black;
    border-right: solid 1px black;
}

.hiddenSignInDivLeftCol
{
    float: left;
    text-align: right;
}

.hiddenSignInDivRightCol
{
    float: right;
    text-align: right;
    width: 185px;
    height: 65px;
}


/* Coupon styles 11/21/08 DEB */
.couponBox
{
    clear: both;
    width: 175px;
    height: 60px;
    padding: 5px 5px 5px 5px;
}

.couponLabel
{
    margin-right: 80px;
    height: 20px;
    width: 170px;
    color: Gray;
    font-size: 12px;
    text-align: left;
}

/* FB 7098 12/8/08 DEB */
.plansRequireSignInText
{
    font-size: 11pt;
    font-style: italic;
}

/* Verifcation complete 12/10/08 DEB */
.verificationComplete
{
    text-align: center;
}


/* Styles common to all pages in the ordering workflow */

div.orderingPage
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0;
    background-image: url(/Images/orderRightPanelBkgnd.png);
    background-position: top right;
    background-repeat: repeat-y;
}
div.orderingLeftPanel
{
    display: inline;
    float: left;
    width: 762px;
    background-color: #FFFFFF;
    text-align: left;
    padding: 10px 10px 15px 10px;
    font-size: 10px;
}
div.orderingRightPanel
{
    display: inline;
    float: right;
    width: 196px;
    background-color: Transparent;
}
div.orderingBottom
{
    clear: both;
}
div.orderingWorkflowInfo
{
    clear: both;
    font-size: 16px;
    line-height: 28px;
    font-weight: bolder;
    color: #FFF;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 30px;
    background-image: url(../../images/bkg-mainmenubar.png);
}
.orderingWorkflowLabel
{
    float: left;
    clear: both;
    width: 50;
    display: block;
    padding-left: 10px;
}
.orderingWorkflowImage
{
    float: right;
    padding-right: 15px;
}

/* BasketTotalsControl.ascx */

div.basketCtrl
{
    color: #414141;
    background-color: Transparent;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 2px 1px 1px 1px;
    font-size: 10pt;
}
div.basketHdr
{
    background-image: url(../../images/webpart-hbg.gif);
    background-position: top left;
    background-repeat: repeat-x;
    margin: 0px 0px 6px 0px;
    font-weight: bold;
    border: solid 1px #B0C4DE;
}
div.basketLine
{
    display: block;
    padding-bottom: 2px;
}
div.basketLine span.label
{
    float: left;
    width: 55px;
    text-align: right;
    margin-left: 4px;
}
div.basketLine span.amount
{
    float: right;
    width: 125px;
    text-align: right;
    margin-right: 4px;
}
.dots
{
    background: url('../../images/dots.png') repeat-x bottom;
}
div.basketLine span.amount span
{
    background-color: #e6f0f3;
}

/* CurrentSpecialsControl.ascx */

div.specialsCtrl
{
    display: block;
    clear: both;
    color: #414141;
    background-color: Transparent;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 1px 1px 1px 1px;
    font-size: 10pt;
}
div.specialsHdr
{
    display: block;
    background: transparent url(../../images/webpart-hbg.gif) repeat-x top left;
    margin: 0px 0px 6px 0px;
    font-weight: bold;
    border: solid 1px #B0C4DE;
}
div.specialsBody
{
    display: block;
    border: solid 1px #A9A9A9;
    background-color: #FCEEC9;
}
.specialName
{
    font-weight: bold;
    font-size: 9pt;
    color: #000;
}
.specialDetails
{
    font-size: 9pt;
}

/* YourCreditsControl.ascx */

div.creditsCtrl
{
    display: block;
    clear: both;
    color: #414141;
    background-color: Transparent;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 1px 1px 1px 1px;
    font-size: 10pt;
}
div.creditsHdr
{
    display: block;
    background: transparent url(../../images/webpart-hbg.gif) repeat-x top left;
    font-weight: bold;
    margin: 0px 0px 6px 0px;
    border: solid 1px #B0C4DE;
}
span.creditsText
{
    display: block;
}

/* AdditionalInfo.aspx */

div.addInfoGroup
{
    margin-bottom: 12px;
}
.addInfoBodyLeft
{
    text-indent: 0px;
    font-size: 13px;
    text-align: right;
    clear: left;
    float: left;
    display: inline;
    padding: 4px;
    margin: 5px 0;
    width: 200px;
    height: 110px;
    padding-right: 10px;
}
.addInfoBodyRight
{
    text-indent: 0px;
    font-size: 12px;
    width: 350px;
    text-align: left;
    float: left;
    display: inline;
    padding: 4px;
    margin: 5px 0;
    height: 110px;
}
.addInfoSpecialInstructions
{
    font-size: 12pt;
}
.addInfoCDRadiobutton
{
    display: block;
}
.addInfoGiftCheckbox
{
    display: block;
}
span.addInfoGiftMessage
{
    display: block;
    margin: 6px 0;
}

/* CustomerInfo.aspx */

div.custInfoInstruct
{
    display: inline;
    float: left;
}
.custInfoInstructImage
{
    display: inline;
    float: left;
}
.custInfoInstructLabel
{
    display: inline;
    float: left;
    font-size: 12pt;
    text-align: left;
    font-weight: normal;
    margin-left: 12px;
    margin-top: 16px;
}
table.custInfo
{
    clear: both;
    display: block;
    border-collapse: collapse;
    margin-left: 80px;
    margin-top: 10px;
}
tr.custInfoValidator
{
    height: 6px;
}
td.custInfoRequiredField
{
    color: Red;
}
.custInfoValidatorText
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px 0px;
    font-size: 8pt;
}
.custInfoRequiredField
{
    color: Red;
}

/* Delivery.aspx */

.deliveryIcon
{
    float: left;
    width: 60px;
}
div.chooseDelivery
{
    display: block;
    font-size: 16px;
    text-align: left;
    clear: left;
    float: left;
    display: block;
    margin-bottom: 10px;
}
div.deliveryText
{
    float: left;
    width: 300px;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
}
.deliveryRadiobutton
{
    margin-left: 70px;
}
div.deliveryDetails
{
    display: block;
    clear: both;
    overflow: visible;
    margin-top: 12px;
}
div.deliveryPickupLeft
{
    display: inline;
    clear: left;
    float: left;
    margin-left: 70px;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
}
div.deliveryPickupRight
{
    display: inline;
    float: left;
    margin-left: 5%;
    font-size: 12px;
    text-align: left;
    overflow: auto;
}
.pickupLocationLabel
{
}
.pickupLocationDropDown
{
    display: inline;
    float: left;
}
.pickupLocationInfo
{
    display: inline;
    clear: both;
    float: left;
}
.deliveryShipLabel
{
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 12pt;
}
table.deliveryShipAddress
{
    border-collapse: collapse;
    margin-left: 20px;
}
tr.deliveryValidator
{
    height: 6px;
}
td.deliveryRequiredField
{
    color: Red;
}
.deliveryValidatorText
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px 0px;
    font-size: 7pt;
}

/* Store Finder */

.store-finder
{
    margin-right: 50px;
    margin-left: 50px;
}
.store-finder .header
{
    font-size:16pt; 
    font-weight: bold;
    color:Black; 
    padding:4px 0px 8px 0px;
}
.store-finder .content
{
}
.store-finder .content table
{
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}
.store-finder .content table thead tr
{
}
.store-finder .content table thead tr th
{
    font-size:10pt; 
    font-weight: bold;
    color:#5c5e5b; 
    padding: 6px 0px 6px 0px;
}
.store-finder .content table tbody tr
{
    vertical-align:top;
    padding: 8px 0px 8px 0px;
}
.store-finder .content table tbody tr td
{
    font-size:9pt; 
    color:#6c7175; 
    border-top: solid 1px #e8e8e8;
}
.store-finder .footer
{
    padding:8px 0px 0px 0px;
}
/* row hilite */
tr.store-row-hilite
{
    background-color: #F0F0F0;
}
/* column headers */
th.store-icon
{
    width:25px;
}
th.store-location
{
    text-align:left; 
    width:325px;
}
th.store-distance
{
    text-align:left; 
    width:175px;
}
th.store-info
{
    text-align:left; 
}
/* cell contents */
td.store-icon
{
    text-align: center;
}
td.store-icon div.store-icon
{
    font-size:14px; 
    font-weight:bold;
    color:Black; 
}
td.store-location .store-name
{
    padding:0px 0px 8px 0px;
    width: 325px;
    overflow: hidden;
}
td.store-location .store-name a, td.store-location .store-name span
{
    font-size:14px; 
    font-weight:bold;
    color:#117cda; 
}
td.store-location .store-name a:hover
{
    color:#F8A71A;
}
td.store-location .store-address
{
    padding:0px 0px 8px 0px;
    font-weight:bold;
    width: 325px;
    overflow: hidden;
}
td.store-location .store-phone
{
    padding:0px 0px 0px 0px;
    width: 325px;
    overflow: hidden;
}
td.store-location .store-email
{
    padding:0px 0px 8px 0px;
    width: 325px;
    overflow: hidden;
}
td.store-distance div.store-distance
{
    font-size:14px; 
    font-weight:bold;
    color:Black; 
    padding:0px 0px 8px 0px;
}
td.store-distance div.store-map
{
    padding:0px 0px 8px 0px;
}
td.store-distance div.store-select
{
}
/* buttons */
.store-finder a
{
    font-size:9pt; 
}
/* map */
.store-finder div.map
{
    display: block;
    height: 300px;
    border: 1px solid #808080;
    margin-bottom: 30px;
}
/* processing */
.store-finder-processing
{
    clear: both;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.store-finder-processing span
{
    display: none;
}
/* pager */
.store-finder div.pager-button
{
    float: right;
    width: 80px;
}
/* change store */
div.changeStoreForm
{
    margin: 0px 8px 0px 8px;
    padding: 8px 0px 8px 0px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    text-align: center;
}
div.changeStoreForm div.startLocation
{
}
div.changeStoreForm div.startLocation input[type="text"]
{
    width: 500px;
}
div.changeStoreForm div.startLocation input[type="button"]
{
    margin-left: 4px;
    width: 75px;
}
div.changeStoreForm div.or
{
    text-align:center; 
    background:transparent url('../../images/2x2.gif') repeat-x scroll center;
    width: 569px;
    margin: 0px 36px 0px 36px;
    padding: 8px 0px 8px 0px;
    filter: alpha(opacity=50);
}
div.changeStoreForm div.or span
{
    background-color: White;
    font-size: 10pt;
    font-weight: bold;
}
div.changeStoreForm div.showAllStores
{
}
div.changeStoreForm div.showAllStores input[type="button"]
{
    width: 585px;
}

.watermark
{
    color: #999 !important;
    font-style: italic;
}

.button-100x24
{
    background: transparent url('../../images/btn_100x24.gif') no-repeat scroll top center;
    color: #FFF;
    display: block;
    clear: both;
    font: normal 14px Arial, Helvetica, sans-serif;
    height: 20px;
    margin: 6px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.button-75x24
{
    background: transparent url('../../images/btn_75x24.gif') no-repeat scroll top center;
    color: #FFF;
    display: block;
    clear: both;
    font: normal 14px Arial, Helvetica, sans-serif;
    height: 20px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    width: 75px;
}

/* Submit.aspx */

div.submitOrderSummary
{
}
.submitBody
{
    position: static;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    width: 650px;
    text-indent: 20px;
    clear: both;
    float: left;
    display: inline;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.submitCustomerInfo
{
    float: left;
    display: inline;
    width: 350px;
    height: 200px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    text-align: left;
}
div.submitPickupInfo
{
    float: left;
    display: inline;
    width: 250px;
    height: 200px;
    margin-bottom: 15px;
    margin-right: 35px;
    padding-top: 10px;
    text-align: left;
}
div.submitPaymentInfo
{
    float: left;
    width: 700px;
    margin-left: 15px;
    margin-right: 10px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
}
div.submitOrderSummary
{
    float: left;
    width: 700px;
    margin-left: 15px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 15px;
}

.submitPhotoPreview
{
    width: 96px;
    height: 96px;
}

/* MyCart.aspx */

a.cartCheckoutBtn
{
    background: transparent url('../../images/btn_checkout.gif') no-repeat scroll top center;
    color: #FFF;
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    margin: 6px 6px 6px 6px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
}
.cartOrderViewHdr
{
}
span.cartFinishSpan
{
    display: block;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    margin: 6px 0px 6px 0px;
}
a.cartEditOrder
{
    display: block;
    font-weight: bold;
    margin: 6px 0px 6px 0px;
}
.cartSummaryText
{
    font-size: 8pt;
    width: 100%;
    font-style: italic;
}

/* MyOrders.aspx */

.myOrdersDiv
{
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
}
.myOrdersPaneHdr
{
    color: White;
    background-color: #4682B4;
    font-family: Verdana;
    margin: 2px 2px 2px 2px;
    padding: 3px 3px 3px 3px;
    border-color: White;
    border-style: solid;
    border-width: 1px;
}
.myOrdersSelPaneHdr
{
    color: White;
    background-color: #5F9EA0;
    font-family: Verdana;
    margin: 2px 2px 2px 2px;
    padding: 3px 3px 3px 3px;
    border-color: White;
    border-style: solid;
    border-width: 1px;
}
.myOrdersInfoPaneContent
{
    background-color: #E6E6FA;
    font-family: Verdana;
    border-style: dashed;
    border-width: thin;
    border-color: Gray;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
}
.myOrdersTable
{
    border-collapse: collapse;
}
.orderInfoCell
{
    padding: 2px 12px 2px 2px;
}
.orderStatusCell
{
    padding: 2px 12px 2px 2px;
    font-weight: bold;
}
.orderItemsDiv
{
    margin: 4px 0px 0px 0px;
    background-color: White;
    color: Black;
}
.orderItemTable
{
    width: 100%;
    border-collapse: collapse;
}
.orderItemHdr
{
    background-color: #7FFFD4;
    padding: 2px 2px 2px 2px;
    font-style: italic;
}
.orderItemCell
{
    padding: 2px 2px 2px 2px;
    font-style: italic;
}
.altOrderItemCell
{
    background-color: #E4E4E4;
    padding: 2px 2px 2px 2px;
    font-style: italic;
}
.noOrdersPanel
{
    padding: 60px 40px;
}
.noOrdersLabel
{
    text-align: center;
    font-size: 16px;
}

#myfeeds_wrapper
{
    margin: 40px;
    font-family: Verdana, Geneva, sans-serif;
    color: #333;
    min-height: 400px;
}

#myfeeds_wrapper h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bolder;
    margin-left: 80px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 50px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#myfeeds_left
{
    width: 360px;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    float: left;
}

#myfeeds_left p
{
    font-size: .8em;
    color: #333;
    line-height: 18px;
}

#myfeeds_right
{
    width: 440px;
    margin-left: 420px;
    padding: 10px;
}
#myfeeds_right table
{
    border: solid 1px #999;
    background-color: #e6eff3;
    padding: 0px;
}
