*
{
    font-family: 'arial' , 'helvetica' , sans-serif;
}
html, body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
a
{
    color: #EADA8F;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
a img
{
    border: none;
    vertical-align: middle;
}
h2
{
    font-size: 28px;
    font-weight: normal;
    background: #E1D4A0;
    border: 1px solid #C6AD50;
    padding: 10px 20px 10px 20px;
    margin: 2px 0px 2px 0px;
}
h2 span
{
    float: right;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
}
h3
{
    font-size: 18px;
    margin-top: 0px;
}
h4
{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
}
#site
{
    width: 1200px;
    margin: 0px auto;
    text-align: left;
}
#header
{
    min-height: 92px;
    /*background: #000000 url('../images/bg_header.jpg') top left repeat-x;*/
    background-color:#000000;
    color: #FFFFFF;
    margin-bottom: 0px;
    position: relative;
}
#utility
{
    background: #608538;
    color: #FFFFFF;
    font-size: 13px;
    padding: 5px 5px 5px 10px;
    margin-bottom: 0px;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .1);
}

#utility label, #utility select
{
    margin-right: 5px;
}
#utility input, #utility select
{
    border: 1px solid #ABD082;
}
#content
{
    background: #F7F0D5;
    font-size: 13px;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .1);
}
#footer
{
    padding: 10px;
    text-align: right;
    font-size: 10px;
    background: #F7F0D5;
}
.h1-header
{
    width: 375px;
    height: 29px;
    /*background: url('../images/hdr_quality_portal.png') top right no-repeat; */
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 13px;
    right: 22px;
}
.h1-header span
{
    /*display: none; */
    font-size: 32px;
    font-weight:normal;
    float:right;
}
.login-welcome
{
    font-size: 11px;
    position: absolute;
    top: 13px;
    right: 22px;
    text-align: right;
}
.logo
{
    display: block;
    width: 230px;
    height: 92px;
    background: url('../images/logo.jpg') top left no-repeat;
}
.logo span
{
    display: none;
}
button.go
{
    width: 29px;
    height: 29px;
    background: url('../images/btn_submit.png') center center no-repeat;
    border: 0px;
    vertical-align: middle;
    cursor: pointer;
}
button.go span
{
    display: none;
}
button.continue
{
    width: 123px;
    height: 34px;
    background: url('../images/btn_continue.png') center center no-repeat;
    border: 0px;
    vertical-align: middle;
    cursor: pointer;
}
button.continue span
{
    display: none;
}
button.sign-in
{
    width: 85px;
    height: 29px;
    background: url('../images/btn_sign_in.png') center center no-repeat;
    border: 0px;
    vertical-align: middle;
    cursor: pointer;
}
button.sign-in span
{
    display: none;
}
#content.normal
{
    padding: 20px;
}
#content.login
{
    padding-top: 100px;
    height: 293px;
    background: url('../images/bg_login.jpg') top left repeat-x;
    background-size: 1200px;
    width: 1200px;
    text-align: center;
}
#login-form
{
    color: #FFFFFF;
    width: 266px;
    height: 110px;
    margin: 0px auto;
    padding: 35px;
    background: url('../images/bg_login_form.png') center center no-repeat;
    text-align: left;
}
#login-form a
{
    color: #FFFFFF;
    font-size: 11px;
    margin-right: 80px;
}
#login-form label
{
    /*float: left; chrome problem changed 09-22-2014*/
    display: inline;
    width: 95px;
    text-align: right;
    margin-right: 10px;
}
#login-form div.error
{
    float: left;
    display: inline;
    width: 336px;
    height: 92px;
    margin: -120px 0px 0px -35px;
    background: url('../images/bg_login_error.png') top left no-repeat;
}
#login-form div.error h3
{
    font-size: 18px;
    margin: 22px 30px 5px 30px;
}
#login-form div.error p
{
    font-size: 13px;
    font-weight: bold;
    margin: 0px 30px 0px 30px;
}
#content.map
{
    padding: 0px;
}

#content.normal label.inline
{
    display: inline-block;
    width: 185px;
}
#content.normal label.short
{
    width: 95px;
}
#content.normal label span
{
    font-weight: normal;
}
#content.normal input, #content.normal textarea, #content.normal select
{
    padding: 5px;
   /* margin-bottom: 10px; */
    border: 1px solid #D1BC61;
}
#content.normal input[type=radio]
{
    border: 0px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}
#content.normal input.image-url
{
    margin-bottom: 5px;
}
#content.normal textarea.recipe
{
    font-size: 13px;
}
#content.normal a
{
    color: #000;
}
#content input[type=submit]
{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #f7e6a0 url('../images/bg_button.png') center right no-repeat; /* Old browsers */
    background: url('../images/bg_button.png') center right no-repeat, -moz-linear-gradient(top,  #f7e6a0 0%, #d1bc61 100%); /* FF3.6+ */
    background: url('../images/bg_button.png') center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7e6a0), color-stop(100%,#d1bc61)); /* Chrome,Safari4+ */
    background: url('../images/bg_button.png') center right no-repeat, -webkit-linear-gradient(top,  #f7e6a0 0%,#d1bc61 100%); /* Chrome10+,Safari5.1+ */
    background: url('../images/bg_button.png') center right no-repeat, -o-linear-gradient(top,  #f7e6a0 0%,#d1bc61 100%); /* Opera 11.10+ */
    background: url('../images/bg_button.png') center right no-repeat, -ms-linear-gradient(top,  #f7e6a0 0%,#d1bc61 100%); /* IE10+ */
    background: url('../images/bg_button.png') center right no-repeat, linear-gradient(top,  #f7e6a0 0%,#d1bc61 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e6a0', endColorstr='#d1bc61',GradientType=0 ); /* IE6-9 */
    padding-right: 28px;
    padding-left: 10px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .1);
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
#content input[type=submit]:hover
{
    border-color: #988326;
}
#utility input[type=submit]
{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #779853;
    background: #95ba6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #95ba6d 0%, #779853 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95ba6d), color-stop(100%,#779853)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #95ba6d 0%,#779853 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #95ba6d 0%,#779853 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #95ba6d 0%,#779853 100%); /* IE10+ */
    background: linear-gradient(top,  #95ba6d 0%,#779853 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ba6d', endColorstr='#779853',GradientType=0 ); /* IE6-9 */
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .1);
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}
#utility input[type=submit]:hover
{
    border-color: #4f6e2e;
}
#content.feedback label
{
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
    color: #C00;
}
img.bouquet
{
    border: 1px solid #D1BC61;
}
.col-1
{
    width: 175px;
    float: left;
    display: inline;
    margin-right: 10px;
}
.col-1 input
{
    width: 158px;
}
.col-2
{
    width: 560px;
    float: left;
    display: inline;
    margin-left: 10px;
}
.col-2 input, .col-2 textarea
{
    width: 525px;
}
.nav
{
    text-align: right;
}
.full .nav
{
    margin-top: 20px;
}
.image
{
    float: left;
    display: inline;
    margin-right: 5px;
}
table
{
    border: 0px;
    width: 100%;
}
table td
{
    text-align: left;
}
table.styled tr
{
    background: #FFFFFF;
}
table.styled th, table.styled-2 th
{
    white-space: nowrap;
    font-size: 14px;
    background: #D1BC61;
}
table.styled td
{
    background: #E1D4A0;
}
table.styled th, table.styled-2 th, table.styled td
{
    border-bottom: 1px solid #D1BC61;
    text-align: left;
    vertical-align: top;
    padding: 3px;
}
table.styled td table td
{
    border: none;
}
table.styled th img
{
    border: none;
    vertical-align: middle;
}
table.styled-2 td
{
    padding: 5px;
}
table.styled-2 td td
{
    padding-left: 0px;
}
table.styled-2 a img
{
    cursor: pointer;
    border: 1px solid #D1BC61;
}
.details th, .details td
{
    border: none;
}
.details a img
{
    border: none;
}
td.shopper
{
    white-space: nowrap;
}
td
{
    font-size: 12px;
}
form ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
form li
{
    margin-bottom: 5px;
}
#login-form li
{
    margin-bottom: 15px;
}
#login-form input
{
    border: 1px solid #ABD082;
}
input.error
{
    border: 1px solid #DE0202;
    background-color: #ffd7d7;
}
br.clear
{
    clear: both;
}
.reportGridItem
{
    background-color: #FFFFFF;
    width: 50px;
}
.reportGridItemAlt
{
    background-color: #F7F0D5;
}
.reportGridHeader
{
    background-color: #E1D4A0;
    font-weight: bold;
}

table.ftd-images div.bouquet
{
    position: relative;
    background: #D1BC61;
    border: 1px solid #D1BC61;
    width: 144px;
    height: 144px;
    clip: auto;
    overflow: hidden;
}
table.ftd-images td div.bouquet img.bouquet-image
{
    width: 144px;
    height: auto;
    border: 0px;
}
table.ftd-images td div.bouquet .zoom
{
    width: 144px;
    height: 144px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
table.ftd-images td div.bouquet .zoom a
{
    display: block;
    width: 144px;
    height: 144px;
    background: url('../images/zoom-icon.png') bottom right no-repeat;
}
table.ftd-images td div.bouquet .zoom img
{
    border: 0px;
}

div.sku-item, div.bordered
{
    background: #FFFFFF;
    border: 1px solid #C6AD50;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .2);
}
div.sku-header
{
    font-size: 14px;
    font-weight: bold;
    background: #E1D4A0;
    border-bottom: 1px solid #C6AD50;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}
div.sku-header label
{
    font-size: 14px !important;
    width: auto !important;
}
div.sku-footer
{
    margin-top: 10px;
    text-align: right;
    padding: 5px;
}
div.footer-utility
{
    margin: 10px 0px;
    text-align: right;
    padding: 5px;
}
div.footer-no-bottom-margin
{
    margin-bottom: 0px;
    text-align: right;
    padding: 5px;
}

div.sku-component
{
    max-height: 100px;
    width: 209px;
    overflow: auto;
    margin-left: 2px;
    margin-right: 2px;
}


/*  SKUCatalogAdmin.aspx  */
input.sku-input
{
    width: 150px;
    margin-left: 2px;
    margin-right: 2px;
}
input.sku-add-input
{
    width: 142px;
    margin-left: 2px;
    margin-right: 2px;
}
textArea.sku-textArea
{
    width: 220px;
}
textArea.sku-textArea-wide
{
    width: 335px;
}
div.sku-divImages
{
    overflow: auto;
    margin-bottom: 15px;
    height: 137px;
}
div.sku-divImages ul li
{
    text-align: center;
}


/*  SKUAssignment.aspx    #ECE2BB;*/
.darker
{
    background-color: #ECE2BB;
}
.lighter
{
    background-color: #FDFBF2;
}

div.ResultsHeader
{
    width: 1000px;
    height: 100px;
    margin: 0px auto;
}
div.ResultsContainer
{
    width: 1000px;
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px auto;
}
div.contentNormalSkuAssignment
{
    width: 984px;
    margin: 0 auto;
    height: 790px;
}
table#skuAssignmentHdr
{
    table-layout: fixed;
    width: auto;
    border: 1px solid #999999;
    border-right: 0px;
}
table#skuAssignmentTable
{
    table-layout: fixed;
    width: auto;
    border: 1px solid #999999;
    border-right: 0px;
}

table#skuAssignmentHdr th
{
    border-right: 1px solid #999999;
}
table#skuAssignmentTable td
{
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

#skuAssignmentHdr th.skuAssignment-th
{
    min-width: 75px;
    width: 75px;
    padding: 0px;
    text-align: center;
    height: 35px;
}
table#skuAssignmentTable td.skuAssignment-td
{
    min-width: 75px;
    width: 75px;
    padding: 0px;
    text-align: center;
}
.skuAssignment-hidden
{
    display: none;
}
table#skuAssignmentTable td.skuAssignment-tdCheckboxImg
{
    width: 20px;
    height: 20px;
    border: 0;
}
.skuAssignment-table-controls td
{
    width: auto;
}
#divResultsContainer table
{
    table-layout: fixed;
}



/*  This is needed for the test order display page */
/*div.ftd-images div.bouquet {position:relative; background:#D1BC61; border:1px solid #D1BC61; clip:auto;}*/
div.ftd-images
{
    height: 210px;
    border: 1px solid black;
    overflow-y: hidden;
    overflow-x: visible;
}
div.ftd-images ul
{
    overflow-y: hidden;
    overflow-x: auto;
    height: 200px;
    width: 2000px;
}
div.ftd-images li
{
    float: left;
    display: inline;
    padding: 0px 5px 0px 5px;
}
div.ftd-images img
{
    width: 144px;
    height: auto;
    border: 0px;
}
div.ftd-images label
{
    width: 144px;
    text-align: center;
    font-size: 10px;
}
div.ftd-images a
{
    width: 144px;
    text-align: center;
    font-size: 10px;
}
div.ftd-images li div.bouquet .zoom
{
    width: 144px;
    height: 144px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
div.ftd-images li div.bouquet .zoom a
{
    display: block;
    width: 144px;
    height: 144px;
    background: url('../images/zoom-icon.png') bottom right no-repeat;
}
div.ftd-images li div.bouquet .zoom img
{
    border: 0px;
}

div.cols
{
    display: inline;
    float: left;
    width: 50%;
}
div.cols label
{
    width: 100px;
    float: left;
    text-align: right;
    margin: 8px 8px 8px 8px;
    font-size: 11px;
    font-weight: normal;
}
div.cols input
{
    margin: 3px;
    border: 1px;
    padding: 4px;
    margin-bottom: 3px;
    width: 200px;
    font-size: 12px;
}
div.cols label.lblbold
{
    font-weight: bold;
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

td.tblbold
{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
table#survey_results td
{
    font-size: 13px;
    padding-right: 15px;
    padding-bottom: 15px;
}
table#survey_results td:nth-child(3)
{
    text-align: right;
}
div.clr
{
    display: block;
    float: none;
    clear: both;
}
h2
{
    text-align: center;
}


.errorMessage
{
    color: Red;
}
.successMessage
{
    color: Green;
}
.left
{
    width: 30%;
    float: left;
    text-align: right;
}
.right
{
    width: 65%;
    margin-left: 10px;
    float: left;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.clear
{
    clear: both;
}
.clearAfter:after
{
    clear: both;
}
/*Inventory Item pages */
input[type="text"].quantity
{
    width: 25px;
}

/*  SKUAssignment.aspx  old
.darker {background-color:#ECE2BB}
.lighter {background-color:#FDFBF2}
#skuAssignmentHdr th.skuAssignment-th{width:75px;padding:0px;text-align:center;}
table#skuAssignmentTable td.skuAssignment-td{min-width:75px;width:75px;padding:0px;text-align:center;}
.skuAssignment-hidden{display:none;}
table#skuAssignmentTable td.skuAssignment-tdCheckboxImg{ width:20px; height:20px; border:0;}
.skuAssignment-table-controls td{ width:auto;}
#divResultsContainer table{ table-layout:fixed;}
*/

.grid th {padding:5px;}
.grid th img { padding-left: 5px;}
.grid td {padding:5px; border-top:1px solid #ccc;}
.grid td td {border:none;}


