/* @group General */


/* Accessible hiding technique */

.hidden,
h1 span,
#primaryNavContainer ul.nav li span {
    height: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    text-indent: -100000em !important;
    width: 0 !important;
}

a {
    color: #797159;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border-width: 0 0 1px 0;
    border-color: black;
}

td {
    vertical-align: top;
}

th {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

p {
    margin-bottom: 10px;
}

.indented {
    margin-left: 15px;
}

dl {
    margin-bottom: 5px;
}

dt {
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

h1.float {
    float: left;
}

.interactionMessage {
    color: #680303;
    border: 1px solid #630303;
    padding: 5px;
    clear: left;
}

a#myProfile-updateUnit {
    text-decoration: underline;
}

/* @end */

/* @group Scout Chooser Modal */
#scoutPreventModal {
    background: #fff;
    border: 1px solid #680303;
    display: none;
    padding: 30px 60px 0 60px;
    width: 400px;
    height: 270px;
    text-align: left;
    font-size: 12px;
    z-index: 20000;
    line-height: 16px;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
}

#scoutPreventModal img{
    margin-left:158px;
    pointer:cursor;
}

/* @end */

/* @group Scout Chooser Modal */

#scoutChooserModal {
    border: 1px solid #680303;
    display: none;
    padding: 15px 20px 10px 360px;
    position: absolute;
    width: 300px;
    height: 355px;
    background: #fff url(../images/three-scouts.jpg) no-repeat 15px bottom;
    text-align: left;
    font-size: 12px;
    z-index: 20000;
    line-height: 16px;
}

#scoutChooserModal h1 {
    color: #680303;
    font-size: 20px;
    margin-bottom: 10px;
}

#scoutChooserModal p.or {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 85px;
}

#scoutChooserModal a {
    text-decoration: underline;
}

#scoutChooserModal fieldset a {
    display: block;
    margin-top: 2px;
}

#scoutChooserModal fieldset.text input.image {
    width: auto;
    height: auto;
    position: relative;
    top: 6px;
    margin-left: 5px;
}

/* @end */

/* @group OuterFrame */

body {
    text-align: center;
    font: 10px Verdana, helvetica, sans-serif;
    color: #554336;
}

body #container {
    width: 100%;
    text-align: center;
}

/* @end */

/* @group Header */

#headerContainer {
    width: 100%;
    height: 139px;
    background: #E9E7D9 url(../images/background/bg-header.jpg) repeat-x center top;
    text-align: center;
}

#header {
    width: 1000px;
    height: 139px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2000;
}

#header #logo {
    float: left;
    height: 105px;
    margin-top: 6px;
}

#header .contactInfo {
    left: 205px;
    position: absolute;
    top: 81px;
}

#header .contactInfo a {
    color: #fff;
}

/* @group Utility Nav */

#header #utilityNavContainer {
    font-size: 11px;
    margin-top: 12px;
    position: absolute;
    right: 16px;
}

#header #utilityNavContainer .welcome {
    float: left;
}

#header #utilityNavContainer .welcome a {
    color: #fff;
}

#header #utilityNavContainer ul.nav {
    float: left;
}

#header #utilityNavContainer ul.nav li {
    float: left;
}

#header #utilityNavContainer ul.nav li a {
    color: #fff;
    cursor: pointer;
}

/* @end */

/* @group Primary Nav */

/* @group Superfish */

/* essential styles */

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
/* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
/* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 34px;
    /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 15em;
    /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 15em;
    /* match ul width */
    top: 0;
}

/* arrows */

.sf-menu a.sf-with-ul {
    min-width: 1px;
/* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../images/arrows-ffffff.png') no-repeat -10px -100px;
/* 8-bit ind

exed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {


/* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px;
/*

use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;


/* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}

/* apply hovers to modern browsers */

.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;


/* arrow hovers for modern browsers */
}

/* shadows for all but IE6 */

.sf-shadow ul {
    background: url('../images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/* @end */

#header #primaryNavContainer {
    background: url(../images/background/bg-dropshadow.png) repeat-x 0 bottom;
    float: left;
    margin-top: 105px;
    width: 1000px;
    height: 50px;
    position: absolute;
}

#header #primaryNavContainer .deadNav {
    background: url(../images/background/bg-dead-nav.gif) repeat-x;
    float: left;
    width: 676px;
    height: 50px;
}

body.leaders #header #primaryNavContainer .deadNav {
    width: 1000px;
}

#header #primaryNavContainer ul.nav {
    height: 50px;
    clear: both;
    float: left;
}

#header #primaryNavContainer ul.nav li {
    float: left;
}

#header #primaryNavContainer ul.nav li a {
    background: url(../images/buttons/btn-nav.png) no-repeat;
}

#header #primaryNavContainer ul.nav #allProducts a {
    height: 34px;
    float: left;
    width: 111px;
    background-position: 0 top;
}

#header #primaryNavContainer ul.nav #allProducts a:hover,
#header #primaryNavContainer ul.nav #allProducts.selected a {
    background-position: 0 bottom;
}

#header #primaryNavContainer ul.nav #popcornTins a {
    width: 145px;
    height: 34px;
    float: left;
    background-position: -111px top;
}

#header #primaryNavContainer ul.nav #popcornTins:hover a,
#header #primaryNavContainer ul.nav #popcornTins a:hover,
#header #primaryNavContainer ul.nav #popcornTins.selected a {
    background-position: -111px bottom;
}

#header #primaryNavContainer ul.nav #microwavePopcorn a {
    float: left;
    width: 163px;
    height: 34px;
    background-position: -256px top;
}

#header #primaryNavContainer ul.nav #microwavePopcorn:hover a,
#header #primaryNavContainer ul.nav #microwavePopcorn a:hover,
#header #primaryNavContainer ul.nav #microwavePopcorn.selected a {
    background-position: -256px bottom;
}

#header #primaryNavContainer ul.nav #otherTreats a {
    float: left;
    width: 115px;
    height: 34px;
    background-position: -419px top;
}

#header #primaryNavContainer ul.nav #otherTreats:hover a,
#header #primaryNavContainer ul.nav #otherTreats a:hover,
#header #primaryNavContainer ul.nav #otherTreats.selected a {
    background-position: -419px bottom;
}

#header #primaryNavContainer ul.nav #militaryDonation a {
    float: left;
    width: 142px;
    height: 34px;
    background-position: -534px top;
}

#header #primaryNavContainer ul.nav #militaryDonation:hover a,
#header #primaryNavContainer ul.nav #militaryDonation a:hover,
#header #primaryNavContainer ul.nav #militaryDonation.selected a {
    background-position: -534px bottom;
}

#header #primaryNavContainer ul.nav li ul li a {
    background: #e7e5d8;
    color: #554336;
    font-weight: bold;
    height: auto !important;
    padding: 11px 16px 12px;
    text-align: left;
}

#header #primaryNavContainer ul.nav li ul li a:hover,
#header #primaryNavContainer ul.nav li ul li a:active {
    background: #880201;
    color: #fff;
    text-decoration: none;
}

#supportChooser {
    float: right;
    font-style: normal;
    font-weight: normal;
    left: 676px;
    width: 324px;
    height: 34px;
    background: url(../images/background/bg-scout-chooser.jpg) repeat-x;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    z-index: 10000;
}

#supportChooser strong {
    font-weight: bold;
}

#supportChooser a {
    color: #fff;
    text-decoration: underline;
}



/* @end */

/* @group Secondary Nav */

#header ul#secondaryNav {
    color: #ffc119;
    margin-top: 81px;
    position: absolute;
    right: 15px;
}

#header ul#secondaryNav a {
    color: #ffc119;
}

#header ul#secondaryNav li {
    float: left;
}

/* @end */

/* @group Minicart */

#header #minicartContainer {
    height: 24px;
    position: absolute;
    right: 15px;
    top: 38px;
    /*width: 282px;*/
}

#header #minicartContainer #minicartData {
    float: left;
    background: url(../images/background/bg-minicart.png) no-repeat;
    width: 175px;
    height: 21px;
    margin-right: 12px;
    color: #680303;
    padding-top: 3px;
    padding-left: 25px;
    font-size: 10px;
}

#header #minicartContainer a {
    float: left;
}

/* @end

 */

/* @end */

/* @group Content */

#contentContainer {
    background-color: #e9e7d9;
    float: left;
    text-align: center;
    width: 100%;
}

#content {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 41px;
    text-align: left;
}

body.home #content {
    padding-bottom: 0;
}

#sidebarBgWrapper {
    background: #e9e7d9 url(../images/background/bg-secondary-content.png) no-repeat right bottom;
    float: left;
    margin-bottom: 30px;
    width: 1000px;
}

#content.fullwidth {
    width: 1000px;
}

body.checkout #content.noBreadcrumb, body.account #content.noBreadcrumb {
    margin-top: 19px;
}

/* @end */

/* @group Primary Content */

#content #primary {
    padding: 10px 15px 15px;
    float: left;
    width: 644px;
}

body.checkout #content #primary {
    padding-top: 5px;
}

#content.fullwidth #primary {
    width: 970px;
    padding-bottom: 55px;
}

#content #primary h1 {
    font-size: 18px;
    font-weight: bold;
    color: #51613d;
    margin-bottom: 13px;
    clear: both;
}

#content #primary h2 {
    font-size: 15px;
    font-weight: normal;
    color: #5d661e;
    margin: 12px 0 10px;
}

/* @end */

/* @group Featured Pricing */

.featuredPrice {
    color: #680303;
    font-size: 24px;
    font-weight: bold;
}

.featuredPrice sup.currency {
    font-size: 19px;
    position: relative;
    bottom: 4px;
}

.featuredPrice sup.cents {
    font-size: 15px;
    bottom: 7px;
    position: relative;
}

/* @end */

/* @group Product Results */

.results .row .product {
    float: left;
    margin-right: 12px;
    padding: 10px;
    width: 190px;
}

.results .row .product a.title {
    color: #680303;
    float: left;
    font-size: 13px;
    height: 33px;
    margin-bottom: 3px;
    overflow: hidden;
}

.results .row .product .price {
    clear: both;
    color: #680303;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.results .row .product .description {
    color: #000;
    height: 30px;
    margin-bottom: 5px;
}

.results .row .product.last {
    margin-right: 0;
    padding-right: 0;
}

/* @end */

/* @group Product Category */

.productCategory #content #primary h2 {
    clear: both;
    position: relative;
    top: 9px;
}

.productCategory #content #primary h2 span {
    color: #680303;
    font-size: 10px;
    margin-left: 6px;
}

.productCategory #content #primary h2 span a {
    color: #680303;
    border-bottom: 1px dotted #c9aea3;
    text-decoration: none;
}

.productCategory #content #primary h2 span a:hover {
    border-bottom-color: #680303;
}

/* @end */

/* @group Breadcrumbs */

#breadcrumb {
    margin-bottom: 39px;
}

#breadcrumb ul li {
    float: left;
}

#breadcrumb ul li a {
    text-decoration: underline;
}

body.scout #breadcrumb {
    margin-bottom: 42px;
}

body.product #breadcrumb {
    margin-bottom: 30px;
}

/* @end */

/* @group Accountsection */

ul#accountNav {
    clear: both;
}

ul#accountNav li {
    float: left;
}

ul#accountNav li a {
    text-decoration: underline;
}

ul#accountNav li.current {
    font-weight: bold;
}

/* @end */

/* @group Pagination */

.paginationBar {
    float: left;
    background-color: #fff;
    border: 1px solid #cbc6a9;
    clear: both;
    padding: 5px 8px 5px 8px;
    width: 625px;
}

.paginationBar a,
.pagination a {
    text-decoration: underline;
}

.paginationBar dl dt,
.pagination dl dt {
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.paginationBar dl dd,
.pagination dl dd {
    float: left;
    margin-right: 40px;
}

.paginationBar dt.pages,
.pagination dt.pages  {
    float: right;
}

.paginationBar dd.pages ,
.pagination dd.pages  {
    float: right;
    margin-right: 0;
}

.paginationControls {
    float: right;
}

.paginationControls dt,
.paginationControls dd {
    float: left;
}

.paginationControls a {
    text-decoration: underline;
}

/* @end */

/* @group Secondary Content */

#content #secondary {
    float: left;
    padding: 10px 15px 15px 15px;
    width: 282px;
    overflow: visible;
}

body.account #content #secondary,
body.scout #content #secondary,
body.signin #content #secondary {
    padding: 45px 50px 15px 30px;
    width: 246px;
}

#content #secondary h2 {
    color: #680303;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
}

#content #secondary h2.icon {
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-left: -40px;
}

#content #secondary h2.icon.check {
    background: url(../images/icons/icon-check-circle.png) no-repeat left top;
}

#content #secondary h2.icon.mail {
    background: url(../images/icons/icon-envelope.png) no-repeat left top;
}

#content #secondary h3 {
    color: #680303;
    font-weight: bold;
    margin-bottom: 5px;
}

#content #secondary p {
    margin-bottom: 10px;
}

#content #secondary .fact {
    /* Requested to be removed during testing 06/09/2009 */
    /* background: url(../images/background/bg-question-mark.png) no-repeat center center; */
}

#content #secondary .fact h2 {
    color: #5f842f;
    font-style: italic;
    font-size: 12px;
}

#content #secondary .promo {
    margin-bottom: 15px;
}

.static #content #secondary {
    padding-top: 88px;
}

/* @end */

/* @group Forms */

legend {
    font-weight: bold;
    margin-bottom: 10px;
}

span.required {
    color: #9f0101;
}

fieldset {
    margin-bottom: 10px;
    clear: both;
    float: none;
}

fieldset div {
    float: none;
    clear: both;
}

fieldset div fieldset {
    float: left;
    display: inline;
    clear: none;
    margin-right: 10px;
}

input, select, textarea {
    color: #8c7c71;
}

input, select, textarea {
    font: 10px Verdana, helvetica, sans-serif;
}

textarea {
    padding: 5px;
}

fieldset label {
    display: block;
    position: relative;
    top: 3px;
    margin-bottom: 5px;
}

fieldset.error label {
    color: #f00;
    font-weight: bold;
}

fieldset.column {
    float: left;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
}

fieldset.column.first {
    width: 270px;
}

fieldset.column.second {
    padding-right: 0;
    width: 329px;
}

fieldset.column.second p {
    margin-bottom: 3px;
}

fieldset.column label {
    display: inline;
    float: left;
    width: 60px;
}

.primaryInputArea {
    clear: both;
}

fieldset.text input {
    width: 181px;
}

fieldset.text.wide input {
    width: 378px;
}

fieldset.select select {
    width: 190px;
}

fieldset.select select#createNewAccount-customerType {
    width: 240px;
}

.shippingGrid fieldset.select select#addressDropDown {
    width: 220px;
}

fieldset.select select#chooseFiscalMonth-period {
    width: 235px;
}

fieldset.select select#chooseFiscalYear-period {
    width: 75px;
}


fieldset.loginPassword {
    float: left;
    margin-right: 5px;
}

fieldset.loginPassword input {
    width: 127px;
}

input.floatButton {
    float: left;
}

fieldset.forgotPassword legend {
    margin-bottom: 5px;
}

fieldset.forgotPassword label {
    width: 38px;
    position: relative;
    top: 9px;
}

fieldset.forgotPassword input {
    margin-right: 5px;
}

fieldset.forgotPassword input.image {
    position: relative;
    top: 6px;
}

fieldset.unitNumber input {
    width: 70px;
}

.passwordInfo {
    color: #9F0101;
}

div.passwordInfo {
    margin-left: 195px;
    position: relative;
    top: -8px;
}

fieldset.zip input {
    width: 70px;
}

fieldset.initial input {
    width: 70px;
}

fieldset.phone legend {
    font-weight: normal;
    font-style: normal;
}

fieldset.phone input {
    width: 60px;
}

fieldset.phone input.prefix {
    width: 38px;
}

fieldset.checkbox label, fieldset.checkbox input {
    float: left;
    display: inline;
}

.primaryInputArea {
    border: 1px solid #cbc6a9;
    background-color: #f7f5eb;
    padding: 15px;
}

.primaryInputArea p {
    margin-bottom: 10px;
}

#content #primary .primaryInputArea h1 {
    margin-bottom: 2px;
}

.formInfo {
    color: #9f0101;
    margin-bottom: 15px;
}

.primaryInputArea legend {
    margin-bottom: 3px;
}

fieldset.radio input {
    float: left;
}

fieldset.radio label {
    float: left;
    margin-left: 3px;
    margin-right: 5px;
}

dl.dataDisplay {
    font-size: 11px;
}

dl.dataDisplay.inner {
    margin-top: 10px;
}

/* @end */

/* @group Hero */

#content #hero {
    width: 1000px;
    height: 382px;
    clear: left;
    float: left;
}

#content #hero.alt {
    width: 692px;
    height: 382px;
    float: left;
}

#content #hero h1 {
    margin-top: 30px;
    margin-left: 50px;
    float: left;
}

#content #hero .description {
    font-size: 13px;
    margin-top: 8px;
    margin-left: 50px;
    float: left;
    width: 305px;
    clear: left;
}

#content #hero.alt .description {
    width: 195px;
}

/* @end */

/* @group Carousel */

#content .carousel {
    width: 293px;
    height: 375px;
    background: url(../images/background/bg-home-carousel.png) no-repeat -83px top;
    float: right;
    clear: right;
    padding-top: 20px;
    padding-right: 15px;
}

.carousel .productInfoColumn1 {
    float: left;
    display: inline;
    width: 164px;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #b2b2b2;
}

.carousel a.productTitle {
    color: #680303;
    font-size: 14px;
    display: block;
    height: 38px;
    overflow: hidden;
}

.carousel .buyNow {
    margin-top: 8px;
}

.carousel .productInfoColumn2 {
    float: left;
    display: inline;
    width: 100px;
    padding-left: 10px;
}

.carousel .featuredPrice {
    margin-bottom: 10px;
}

.carousel .description {
    font-size: 10px;
}

.carousel .productInfoImage {
    text-align: center;
    width: 305px;
    margin-top: 20px;
    clear: both;
    float: left;
}

.carousel a.previous {
    float: left;
    position: relative;
    clear: both;
    top: 30px;
}

.carousel a.next {
    float: left;
    position: relative;
    top: 30px;
}

.carousel .filmstripWrapper {
    margin-top: 5px;
    float: left;
    width: 285px;
    margin-left: 5px;
    background: url(../images/background/bg-carousel-highlight.png) no-repeat center center;
}

.carousel .filmstripFrame {
    float: left;
    width: 231px;
    padding-top: 10px;
    height: 72px;
    position: relative;
    overflow: hidden;
}

.carousel .filmstripFrame ul {
    background: none;
    float: left;
    height: 80px;
    width: 800px;
    position: absolute;
}

.carousel .filmstripFrame ul li {
    float: left;
    width: 77px;
    height: 71px;
    text-align: center;
}

.carousel .productInfoContainer {
    display: none;
}

.carousel .productInfoContainer.selected {
    display: block;
}

/* @end */

/* @group SignIn */

div#under13 {
    display:  none;
}

table.councilUnitCharter {
    border-collapse: collapse;
    background-color: white;
    margin-bottom:  10px;
}

table.councilUnitCharter td, table.councilUnitCharter th {
    border:  1px solid #aca69c;
    padding: 3px;
    vertical-align: middle;
}

table.councilUnitCharter tr.even td {
    background-color: #e9e4d3;
}

table.councilUnitReadOnly {
    margin-bottom: 10px;
}

table.councilUnitReadOnly th,
table.councilUnitReadOnly td {
    padding: 10px 10px 0 0;
}

fieldset.firstColumn {
    width: 50%;
    float: left;
}

fieldset.secondColumn {
    margin-left: 50%;
    width: 50%;
    clear: none;
}

/* @end */

/* @group Profile */

#content #primary h2.inline {
/*	display: inline;*/
    margin-right: 10px;
    float: left;
}

#content #primary span.inline {
    font-size: 12px;
    display: block;
    margin-top: 15px;
}

#updateUnit {
    display: none;
}

/* @end */

/* @group Shopping Cart */

dl.scoutSupport {
    font-size: 11px;
    margin-bottom: 12px;
    float: left;
}

dl.scoutSupport dt {
    float: left;
    margin-right: 5px;
}

dl.scoutSupport dd {
    float: left;
    font-weight: bold;
    margin-right: 20px;
}

table.cart,
table.review {
    background-color: #f7f5eb;
    clear: both;
    border-left: 1px solid #aca69c;
    border-right: 1px solid #aca69c;
    width: 972px;
}

table.cart thead tr,
table.review thead tr {
    background-color: #554336;
}

table.cart thead tr th,
table.review thead tr th {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 15px 5px 0;
    vertical-align: middle;
}

table.cart thead tr th.first,
table.review thead tr th.first {
    padding-left: 15px;
}

table.cart thead tr th.benefit,
table.review thead tr th.benefit {
    width: 150px;
    color: #68da8c;
}

table.cart tbody tr td,
table.review tbody tr td {
    padding-top: 12px;
    border-bottom: 1px solid #aca69c;
    padding-right: 40px;
}

table.cart td.thumb,
table.review td.thumb {
    padding-top: 3px;
    text-align: center;
    width: 87px;
    padding-right: 0;
}

table.cart td.description {
    width: 265px;
    line-height: 12px;
}

table.review td.description {
    width: 200px;
    line-height: 12px;
}

table.cart td.description p {
    margin-bottom: 4px;
}

table.cart td.description strong {
    font-weight: bold;
}

table.review td.address {
    width: 190px;
}

table.cart td.price,
table.review td.price {
    font-weight: bold;
    width: 77px;
}

table.cart td.quantity {
    padding-top: 10px;
    width: 175px;
}

table.review td.quantity {
    padding-top: 10px;
    width: 50px;
    font-weight: bold;
}

table.cart td.quantity a {
    text-decoration: underline;
}

table.cart td.quantity input {
    font-size: 10px;
    margin-right: 6px;
    padding-left: 2px;
    width: 18px;
    height: 12px;
    color: #000;
}

table.cart td.total {
    width: 78px;
}

table.cart td.benefit,
table.review td.benefit {
    color: #749641;
    width: 132px;
}

.cartButtons {
    float: right;
    margin-top: 10px;
}

.cartButtons a {
    margin-right: 15px;
}

/* @group Subtotals */

.subtotals {
    text-align: right;
    float: right;
    width: 430px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 11px;
    padding-right: 15px;
    width: 415px;
}

.subtotals dt {
    float: left;
    text-align: right;
    width: 345px;
    font-weight: bold;
    margin-bottom: 3px;
}

.subtotals dd {
    width: 65px;
    float: right;
    font-weight: bold;
    color: #711211;
}

.subtotals fieldset.couponCode {
    border-top: 1px solid #aca69c;
    border-bottom: 1px solid #aca69c;
    margin-top: 10px;
    float: left;
    padding-top: 8px;
    padding-bottom: 14px;
    width: 415px;
}

.subtotals fieldset.couponCode label {
    float: none;
    clear: none;
    display: inline;
    bottom: 5px;
}

.subtotals fieldset.couponCode input {
    height: 12px;
    position: relative;
    margin-right: 6px;
    top: 4px;
    width: 140px;
}

.subtotals fieldset.couponCode img {
    position: relative;
    top: 9px;
}

.subtotals .estimated {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 4px;
    float: left;
}

.subtotals .estimated.preDiscount {
    text-decoration: line-through;
}

.subtotals .estimated.postDiscount {
    margin-top: 0 !important;
}

.orderReviewTotals .subtotals .estimated {
    border-top: 1px solid #aca69c;
    padding-top: 8px;
}

.subtotals .benefit {
    float: left;
}

.subtotals .benefit {
    color: #3d6a02;
    font-size: 12px;
}

.subtotals dt.benefit {
    font-weight: normal;
    font-style: normal;
    margin-bottom: 21px;
}

/* @end */

.cartNavButtons {
    float: right;
    width: 1000px;
    text-align: right;
    margin-right: 15px;
    clear: none;
    margin-top: 5px;
    margin-bottom: 35px;
}

.cartNavButtons input {
    margin-left: 15px;
}

/* @end */

/* @group Checkout */

body.checkout #content #primary h1 {
    float: left;
}

body.checkout #content fieldset {
    clear: none;
    float: left;
    margin-right: 10px;
}
/*
body.checkout fieldset.text input {
    height: 12px;
}
*/
body.checkout fieldset.text.wider input {
    width: 205px;
}

body.checkout fieldset.monthYear select.year {
    margin-left: 3px;
    width: 70px;
}

body.checkout fieldset.securityCode input {
    width: 38px;
}

body.checkout fieldset.securityCode a.tooltip {
    clear: both;
    display: block;
    float: none;
    margin-left: 0;
}

body.checkout .formInfo {
    margin-bottom: 7px;
}

ol.checkoutProgress {
    float: right;
    margin-right: 10px;
}

ol.checkoutProgress li {
    background: url(../images/icons/icon-checkout-progress.png) no-repeat left bottom;
    color: #9d928a;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    margin-right: 17px;
    padding-left: 9px;
}

ol.checkoutProgress li.current {
    color: #554366;
    background: url(../images/icons/icon-checkout-progress.png) no-repeat left top;
}

ol.checkoutProgress li span {
    top: 4px;
    position: relative;
}

ol.checkoutProgress li span.number {
    margin-right: 10px;
}

ol.checkoutProgress li.last {
    margin-right: 0;
}

body.checkout #content #primary h2 {
    clear: both;
    color: #51613D;
    font-size: 14px;
    margin-bottom: 8px;
}

body.checkout #content #primary h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

body.checkout .billingAddress {
    border-right: 1px solid #aca69c;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 154px;
    height: 145px;
}

body.checkout .billingAddress div {
    margin-bottom: 5px;
}

.paymentMethod {
    border-right: 1px solid #aca69c;
    float: left;
    height: 145px;
    margin-left: 15px;
    width: 448px;
}

.paymentMethodReview {
    border-right: 1px solid #aca69c;
    float: left;
    height: 145px;
    margin-left: 15px;
    width: 248px;
}

.giftMessage {
    float: left;
    margin-left: 15px;
    width: 325px;
}

.giftMessage textarea {
    width: 313px;
    height: 64px;
}

.processNav {
    margin-top: 10px;
    text-align: right;
    width: 970px;
}

.processNav input {
    margin-left: 5px;
}

/* @group Shipping Grid */

table.shippingGrid {
    background-color: #f7f5eb;
    border-right: 1px solid #aca69c;
    border-left: 1px solid #aca69c;
    border-bottom: 1px solid #aca69c;
    width: 970px;
}

table.shippingGrid thead {
    background-color: #554336;
}

table.shippingGrid th {
    color: #fff;
    font-weight: bold;
    padding: 8px 15px 7px 0;
    text-transform: uppercase;
    vertical-align: middle;
}

table.shippingGrid th.first {
    padding-left: 15px;
}

table.shippingGrid th span {
    position: relative;
    bottom: 6px;
}

table.shippingGrid th img {
    margin-left: 20px;
}

table.shippingGrid td {
    padding-top: 10px;
    padding-right: 10px;
}

table.shippingGrid td.thumb {
    padding: 3px 0 4px 11px;
    width: 76px;
}

table.shippingGrid td.description {
    width: 300px;
}

table.shippingGrid td.shippingInfo div {
    clear: both;
    display: block;
}

table.shippingGrid td.shippingInfo a.addAddress {
    margin-left: 5px;
}

/* @end */

/* @end */

/* @group Cross Sells */

.crossSells {
    margin-top: 15px;
}

#content #primary .crossSells h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.crossSells .product {
    float: left;
    width: 170px;
    padding-right: 15px;
    color: #000;
}

.crossSells .product a,
.crossSells .product div {
    margin-bottom: 5px;
}

.crossSells .product a.title {
    clear: both;
    color: #711211;
    display: block;
    height: 30px;
    font-size: 11px;
    overflow: hidden;
}

.crossSells .product .price {
    color: #711211;
    font-size: 12px;
    font-weight: bold;
}

.crossSells .product .description {
    height: 30px;
}

.crossSells .product.last {
    margin-right: 0;
    padding-right: 0;
}

/* @end */

/* @group Results
 */

.searchFields fieldset {
    float: left;
    display: inline;
    clear: none;
    margin-right: 10px;
}

.searchFields fieldset label {
    font-weight: bold;
}

.searchFields input.image {
    margin-top: 19px;
}

table.searchResults {
    clear: both;
    margin-left: 2px;
    width: 641px;
    border-collapse: collapse;
    margin-top: 5px;
}

table.orderHistory {
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 2px;
    width: 100%;
    border-collapse: collapse;
}

table.searchResults th,
table.orderHistory th {
    color: #fff;
    background-color: #554336;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #554336;
    padding-left: 4px;
}

table.searchResults td,
table.orderHistory td {
    border: 1px solid #aca69c;
    padding-left: 4px;
    padding-top: 3px;
    height: 20px;
    background-color: #f6f5ec;
}

table.orderHistory td {
    padding: 4px;
}

table.orderHistory td a {
    text-decoration: underline;
}

table.searchResults tr.even td,
table.orderHistory tr.even td {
    background-color: #e9e4d3;
}

table.searchResults td.radio {
    width: 26px;
}

table.searchResults td.firstName {
    width: 123px;
}

table.searchResults td.initial {
    width: 85px;
}

table.searchResults td.parentOne {
    width: 140px;
}

table.searchResults td.parentTwo {
    width: 140px;
}

table.searchResults td.zip {

}

.resultsSelect {
    float: right;
    margin-top: 10px;
}

table.orderHistoryTotals {
    float: left;
    border: 1px solid #C9C7AE;
    background-color: #F7F4EB;
    padding: 8px;
    /* update width from 280px to allow room for previous year summary dates */
    width: 295px;
    margin-right: 10px;
    margin-bottom: 10px;
}

table.orderHistoryTotals#historical {
    background: none;
    border: none;
    padding: 9px;
}

table.orderHistoryTotals th,
table.orderHistoryTotals td {
    padding: 4px;
    clear: right;
}

div.customerInfo {
    clear: both;
}

div.customerInfo h3 {
    float: left;
}

table.orderHistory th span {
    float: left;
}

a.sortAscending,
a.sortDescending {
    text-indent: -999em;
    width: 5px;
    height: 7px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 2px;
    margin: 1px;
}

a.sortDescending {
    background: transparent url(../images/icons/icon-sort-descending.png) no-repeat center center;
}
a.sortAscending {
    margin-left: 8px;
    background: transparent url(../images/icons/icon-sort-ascending.png) no-repeat center center;

}

/* @end */

/* @group Graphical Text */

h1.welcome {
    width: 130px;
    height: 23px;
}

/* @end */

/* @group Featured Products */

ul.featuredProducts {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 1000px;
    height: 130px;
    float: left;
    clear: both;
}

ul.featuredProducts li {
    width: 320px;
    padding-right: 10px;
    float: left;
    border-right: 1px solid #d1ceb3
}

ul.featuredProducts li.last {
    border-right: none;
}

ul.featuredProducts li .productThumb {
    float: left;
}

ul.featuredProducts li a.productTitle {
    color: #680303;
    font-size: 13px;
    display: block;
}

ul.featuredProducts li .price {
    color: #680303;
    font-weight: bold;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 5px;
}

ul.featuredProducts li .buyNow {
    float: left;
    position: relative;
    top: 8px;

}

ul.featuredProducts li a.detailsLink {
    color: #5d661e;
    bottom: 3px;
    float: left;
    text-decoration: underline;
    margin-top: 11px;
    margin-left: 5px;
}

ul.featuredProducts li .description {
    height: 28px;
}

/* @end */

/* @group Product Detail
 */

.imageArea {
    clear: both;
    float: left;
    width: 447px;
}

.imageArea img.productLarge {
    /*border: 1px solid #cbc6a9; -- Removed July 1, per Bug 1.106 */
    display: none;
    float: left;
    margin-right: 22px;
    margin-bottom: 16px;
}

.imageArea img.productLarge.selected {
    display: inline;
}

.imageArea div {
    clear: both;
    float: left;
    font-weight: bold;
}

.imageArea div.thumbnails {
    clear: none;
    float: left;
    width: 350px;
}

.imageArea div.thumbnails a {
    background: #f7f5eb;
    border: 1px solid #cbc6a9;
    clear: none;
    display: inline;
    float: left;
    margin-top: 1px;
    margin-left: 11px;
    margin-right: 12px;
    width: 60px;
    height: 60px;
}

.imageArea div.thumbnails a.selected {
    border: 2px solid #a5bc85;
    clear: none;
    float: left;
    margin-top: 0;
    margin-right: 11px;
    margin-left: 10px;
}

.imageArea img.thumb {
    float: left;
}

.productInfo {
    clear: none;
    float: right;
    width: 523px;
}

.sku {
    font-size: 11px;
    margin-bottom: 22px;
}

body.product #content #primary h1 {
    clear: none;
    color: #680303;
    float: left;
    margin-top: 8px;
    margin-bottom: 5px;
    width: 545px;
}

body.product .featuredPrice {
    border-right: 1px solid #a3a198;
    float: left;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 2px;
    padding-right: 10px;
    padding-bottom: 8px;
}

body.product .featuredPrice span {
    position: relative;
    bottom: 6px;
}

fieldset.order {
    clear: none;
    float: left;
    height: 35px;
    margin-bottom: 5px;
}

fieldset.order label {
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
}

fieldset.order input.quantity {
    margin-right: 8px;
    position: relative;
    bottom: 6px;
    width: 20px;
    height: 12px;
}

.productInfo p.benefit {
    clear: both;
    color: #000;
    margin-bottom: 5px;
}

.productInfo p.disclaimer {
    color: #738a51;
    margin-bottom: 18px;
}

.tabbedBox {
    float: left;
    margin-bottom: 25px;
    width: 502px;
}

.tabbedBox p {
    margin-bottom: 6px;
}

.tabbedBox li {
    border-top: 1px solid #cbc6a9;
    border-bottom: 1px solid #cbc6a9;
    border-right: 1px solid #cbc6a9;
    float: left;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
}

.tabbedBox li.first {
    border-left: 1px solid #cbc6a9;
}

.tabbedBox li.selected {
    background-color: #f7f5eb;
    border-bottom: 1px solid #f7f5eb;
}

.tabbedBox .tabContent {
    background-color: #f7f5eb;
    border: 1px solid #cbc6a9;
    clear: both;
    color: #000;
    display: none;
    float: left;
    margin-top: -1px;
    padding: 10px;
    width: 480px;
}

.tabbedBox .tabContent.nutritionInfo {
    float: left;
    text-align: center;
}

.tabbedBox .tabContent.selected {
    display: block;
}

body.product .crossSells {
    clear: both;
    width: 545px;
}

body.product #content #primary .crossSells h2 {
    color: #554336;
    font-size: 11px;
    font-weight: bold

;
}

/* @end */

/* @group Windowshade */

#windowshade {
    position: absolute;
    height: 308px;
    color: #fff;
    background: url(../images/background/bg-windowshade.png) no-repeat left top;
    display: none;
    left: 678px;
    top: 25px;
    width: 280px;
    padding: 19px 20px 20px;
    z-index: 1000;
    text-align: left;
}

#windowshade h2 {
    font-weight: bold;
    background-position: 0 bottom;
    margin-bottom: 4px;
}

#windowshade p {
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 8px;
}

#windowshade label {
    font-weight: bold;
    margin-bottom: 0;
}

#windowshade fieldset {
    margin-left: 25px;
    margin-bottom: 12px;
}

#windowshade fieldset a.info {
    color: #ffc119;
    text-decoration: underline;
    display: block;
}

fieldset.scoutSearch input.text {
    width: 140px;
    padding-left: 5px;
    margin-right: 5px;
    /*height: 12px;*/
    margin-bottom: 3px;
}

#windowshade fieldset input.image {
    top: 6px;
    position: relative;
}

fieldset.councilZip input.zip {
    /*height: 12px;*/
    margin-right: 5px;
    width: 70px;
    padding-left: 5px;
}

#windowshade .conjunction {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 8px;
}

#windowshade a.close {
    float: right;
    margin-top: 6px;
    margin-right: -12px;
}



/* @end */

/* @group Send Emails */

.templateCopy {
    border: #aca69c 1px solid;
    background-color: #fff;
    color: #666;
    padding: 11px 15px;
    margin-bottom: 5px;
    line-height: 17px;
    display: none;
}

.templateCopy.selected {
    display: block;
}

.templateCopy p {
    margin-bottom: 5px;
}

dl.emailSentFrom {
    margin-bottom: 13px;
}

fieldset.nameAndEmail {
    margin-bottom: 10px;
}

fieldset.nameAndEmail fieldset {
    margin-bottom: 2px;
}

fieldset.nameAndEmail fieldset.checkbox {
    position: absolute;
}

fieldset.nameAndEmail legend {
    margin-bottom: 1px;
}

fieldset.nameAndEmail fieldset.text input {
    height: 11px;
}

fieldset.nameAndEmail fieldset.checkbox {
    width: 240px;
    clear: both;
    float: none;
}

fieldset.nameAndEmail fieldset.checkbox.first {
    margin-top: 17px;
}

fieldset.nameAndEmail fieldset.checkbox label {
    width: 215px;
}

fieldset.moreRecipients a.addRows {
    margin-left: 5px;
    top: 6px;
    position: relative;
}

fieldset.moreRecipients label {
    float: left;
    margin-right: 5px;
    position: relative;
    top: 8px;
    margin-bottom: 10px;
}

fieldset.moreRecipients .info {
    margin-top: 5px;
}

fieldset.addresses {
    border: 1px solid #aca69c;
    padding: 6px 5px;
}

fieldset.addresses fieldset {
    margin-bottom: 5px;
}

fieldset.addresses table tr td {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    padding-bottom: 4px;
    padding-right: 10px;
}

fieldset.addresses table tr td fieldset {
    margin-bottom: 0;
}

fieldset.addresses table tr td fieldset a.delete {
    text-decoration: underline;
    margin-left: 5px;
    top: 3px;
    position: relative;
}

fieldset.selectAll label {
    font-weight: bold;
}

input.sendEmail {
    float: right;
}

fieldset.nameAndEmail {
    margin-right: 0;
}

fieldset.dynamicRow {
    margin-right: 0;
    float: none;
}

fieldset.dynamicRow fieldset.email {
    margin-right: 5px;
}

fieldset.dynamicRow.templateRow {
    display: none;
}

fieldset.dynamicRow fieldset.checkbox {
    margin-right: 0;
    float: left;
    clear: none;
}

/* @end */

/* @group Footer */

#footerContainer {
    background: url(../images/background/bg-popcorn-border.png) no-repeat center top;
    float: left;
    margin-top: -32px;
    text-align: center;
    width: 100%;
}

body.home #footerContainer {
    background: url(../images/background/bg-dropshadow-short.gif) repeat-x 0 top;
    margin-top: 0;
}

#footer {
    margin-right: auto;
    margin-left: auto;
    width: 990px;
    padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 15px;
    clear: both;
    height: 100px;
}

body.home #footer {
    margin-top: 0;
    padding-top: 18px;
}

#footer #scoutsLogo {
    float: left;
    margin-left: 15px;
}

#footer ul#userContext {
    float: left;
    margin-left: 5px;
}

#footer ul#userContext li {
    float: left;
    margin-left: 5px;
}

#footer ul#footerNav {
    font-weight: bold;
    float: right;
}

#footer ul#footerNav li {
    color: #5d661e;
    float: left;
}

#footer ul#footerNav li a {
    color: #5d661e;
}

#footer ul#footerNav li.active span {
    color: #000;
}

#footer #disclaimer {
    float: right;
    clear: right;
    margin-top: 5px;
    color: #333;
    font-weight: bold;
    width: 310px;
}

#footer #disclaimer a {
    color: #5d661e;
    text-decoration: underline;
}

/* @end */

/* @group Nutritional Info */

.tabbedBox .nutritionInfo ul {
    float: left;
    margin-bottom: 15px;
}

.tabbedBox .nutritionInfo ul li {
    border: 0;
    padding: 0;
}

.tabbedBox .nutritionInfo ul li.selected a {
    color: #000;
}

.tabbedBox .nutritionTableWrapper {
    display: none;
}

.tabbedBox .nutritionTableWrapper.selected {
    display: block;
}

/* Pulled from current Weaver site */

table.nutrition-table {
    background: #fff;
    margin-bottom: 15px;
    margin-left: 30px;
    float: left;
    width: 420px;
    height: auto;
    border: 1px solid #000;
    background: #fff;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
}

table.nutrition-table td {
    border-top: 1px solid #000;
    padding: 1px 10px;
}

table.nutrition-table td.right {
    text-align: right;
    padding: 0 25px;
}

table.nutrition-table td.indent {
    padding-left: 20px;
}

table.nutrition-table td strong,
table.nutrition-table td span {
    padding-right: 10px;
}

table.nutrition-table tr.header th {
    font-size: 22px;
    padding: 10px
}

table.nutrition-table tr.sub-header td {
    background: #fff;
}

table.nutrition-table tr.bold-divider td {
    border-top: 3px solid #000;
    text-align: right;
    padding: 0 25px;
}

table.nutrition-table tr.bolder-divider td {
    border-top: 6px solid #000;
}

table.nutrition-table tr.nested-table td {
    padding: 0;
}

table.nutrition-table tr.nested-table td p {
    padding: 5px 10px;
    margin: 0;
}

table.nutrition-table tr.nested-table td table.sub-table {
    float: left;
    clear: left;
}

table.nutrition-table tr.nested-table td table.sub-table th {
    text-align: left;
    border-bottom: 1px solid #000;
    padding-left: 10px;
}

table.nutrition-table tr.nested-table td table.sub-table td {
    border: none;
    padding: 1px 10px;
}

table.nutrition-table tr.nested-table td table.sub-table td.indent {
    padding-left: 20px;
}

table.nutrition-table .header {
    height: auto;
    width: auto;
    margin: 0;
    color: #000
}


/* @end */

/* @group ToolTips */

a.tooltip {
    color: #797159;
    cursor: help;
    text-decoration: underline;
    margin-left: 10px;
}

.cluetip-cluetipBody {
    background-color: #fff;
}

div.tooltip {
    display: none;
}

/* @group Global Cluetip Theme classes */

#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/* @end */
/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

/* @group Default Cluetip Theme */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../images/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../images/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../images/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-default .cluetip-arrows {
  background-image: url(../images/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/* @end */

/* @group Custom Cluetip Theme - Weaver */

.cluetip-weaver {
  background-color: #e0ded1;
  font-size: 11px;
  text-align: left;
}
.cluetip-weaver #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #e0ded1;
}
.cluetip-weaver h3#cluetip-title {
  margin: 0 0 5px;
  padding: 3px 10px;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #797159;
  color: #fff;
}
.cluetip-weaver #cluetip-title a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.cluetip-weaver #cluetip-inner {
  padding: 0 10px 8px 10px;
}
.cluetip-weaver #cluetip-inner img {
    float: left;
    margin-right: 8px;
}
.cluetip-weaver div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-weaver .cluetip-arrows {
  background-image: url(../images/cluetip/darrowleft.gif);
}
.clue-left-weaver .cluetip-arrows {
  background-image: url(../images/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-weaver .cluetip-arrows {
  background-image: url(../images/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-weaver .cluetip-arrows {
  background-image: url(../images/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/* @end */

/* @end */

/* @group Address Table */

table.addressTable {
    border-left: 1px solid #aca69c;
    border-right: 1px solid #aca69c;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 970px;
}

table.addressTable thead {
    background-color: #554336;
}

table.addressTable thead th {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

table.addressTable thead th.controls {
    float: right;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 2px;
    text-align: right;
}

table.addressTable th span {
    float: left;
}

table.addressTable .first {
    padding-left: 10px;
}

table.addressTable td {
    background-color: #f7f5eb;
    border-bottom: 1px solid #aca69c;
    padding: 10px 5px 10px 0;
    width: 360px;
}

table.addressTable tr.editMode td {
    background-color: #e9e7d9;
    border-bottom: none;
}

table.addressTable td.name {
    width: 260px;
}

table.addressTable td.address {
    width: 195px;
}

table.addressTable td.status {
    width: 114px;
}

table.addressTable td.controls a {
    margin-right: 6px;
}

.blind {
    font-weight:bold;
    padding:0 10px;
    width:490px;
}

.status {
    width: 114px;
}

/* @group Edit Row */

table.addressTable tr.editAddress.inactive {
    display: none;
}

table.addressTable tr.editAddress td {
    background-color: #e9e7d9;
    padding-left: 10px;
    width: 970px;
}

table.addressTable tr.editAddress legend {
    font-weight: bold;
    margin-bottom: 5px;
}

table.addressTable fieldset div.indented fieldset {
    clear: both;
}

table.addressTable fieldset div.indented div fieldset {
    clear: none;
    float: left;
}

table.addressTable fieldset div.indented div {
    width: auto;
}

table.addressTable .indented fieldset {
    margin-left: 0;
}
/*
table.addressTable fieldset.text input,
table.addressTable fieldset.phone input,
table.addressTable fieldset.zip input {
    height: 12px;
}
*/
table.addressTable fieldset.radio input,
table.addressTable fieldset.checkbox input {
    margin-left: 0;
}

table.addressTable fieldset.addressFormButtons input {
    margin-left: 5px;
}

table.addressTable input.reset {
    background: url(../images/buttons/btn-clear-form.png) no-repeat;
    border: 0;
    cursor: pointer;
    width: 77px;
    height: 21px;
    position: relative;
    bottom: 6px;
}

/* @end */

/* @end */

/* @group Leader Pages */

body.leaders .passwordInfo {
    margin-left: 0;
}

body.leaders fieldset.radio {
    margin-bottom: 0;
}

body.leaders fieldset.chooseType {
    margin-bottom: 10px;
}

fieldset#unitLeaderFieldset fieldset {
    clear: none;
    display: inline;
    float: left;
    margin-right: 7px;
}

fieldset#councilNameFieldset fieldset {
    clear: none;
    display: inline;
    float: left;
    margin-right: 7px;
}

fieldset#councilNameFieldset fieldset.state select {
    width: 70px;
}

fieldset#councilNameFieldset fieldset select option.hiddenCouncil {
    display: none;
}

.createLeaderAccountButton,
#councilNameFieldset,
#unitLeaderFieldset {
    display: none;
}

div.refinements {
    clear: both;
}

fieldset.chooseFilter {
    float: left;
    clear: none;

}

fieldset.chooseMonthFilter {
    float: left;
    clear: none;
    margin-left: 25px;
}

dl.crossFilter {
    float: left;
    margin-bottom: 26px;
    position: relative;
    top: 3px;
}

dl.crossFilter dt,
dl.crossFilter dd {
    float: left;
}

dl.crossFilter a {
    text-decoration: underline;
}

.paginationWrapper {
    clear: both;
    float: right;
    margin-bottom: 5px;
}

body.leaders table.orderHistoryTotals {
    margin-bottom: 28px;
}

body.leaders table.orderHistoryTotals td {
    padding-right: 20px;
    text-align: right;
}

body.leaders table.orderHistory th {
    padding-right: 5px;
}

body.leaders table.orderHistory td.districtName {
    width: 250px;
}

body.leaders .chooseFilter label {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

body.leaders .chooseMonthFilter label {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

/* @end */
/* @Input go back */
input.back {
    background: url(../images/buttons/btn-back.png) no-repeat;
    border: 0;
    cursor: pointer;
    width: 50px;
    height: 21px;
    position: relative;
    bottom: 6px;
}
/* @end */