@charset
"utf-8"
;
/* CSS Document */
#header {
    float: left;
    height: 70px;
    width: 1000px;
}

#header #logo {
    float: left;
    padding: 0 29px 0 10px;
}

#header #logo a {
    float: left;
}

#header .blank {
    background: no-repeat scroll 50px -118px transparent;
    float: left;
    height: 40px;
    width: 540px;
}

#header .blank .freeShipMsg {
    /*d1003250-icon-free-shipping-truck x+110,y+10*/
    float: left;
    font-size: 12px;
    color: #006633;
    font-weight: bold;
    padding: 10px 25px 20px 80px;
    /*background: url("/images/css-sprite-bg.gif") no-repeat top left;
    background-position: 50px -118px;*/
}

#header .blank a {
    color: #006633;
    font-style: italic;
    text-decoration: none;
}

#header #topBanners {
    float: left;
    padding-left: 55px;
}

#header .leftBorder {
    /*d1003250-account-left*/
    background: no-repeat top left;
    background-position: 0 0;
    width: 43px;
    height: 31px;
    float: left;
}

#header .rightBorder {
    /*d1003250-account-right*/
    background: no-repeat top left;
    background-position: 0 -51px;
    width: 8px;
    height: 31px;
    float: left;
}

#header #member {
    background: url("/images/account-bg.gif") repeat-x scroll 0 0 transparent;
    float: left;
    font-size: 11px;
    padding: 8px 0 9px;
    text-align: right;
    width: 490px;
}

#header #member a {
    color: #333333;
    text-decoration: none;
}

#header #member #login {
    border-right: 1px solid #FFFFFF;
    color: #333333;
    float: left;
    text-align: right;
    text-decoration: none;
    width: 250px;
}

#header #member #login a {
    padding-right: 9px;
}

#header #member #login a:hover {
    text-decoration: underline;
}

#header #member #favorite, #header #member #account {
    border-right: 1px solid #FFFFFF;
    float: left;
    text-align: center;
    width: 90px;
}

#header #member a:hover {
    text-decoration: underline;
}

#header #member #help {
    float: left;
    text-align: center;
    width: 57px;
}

#header #member #help a:hover {
    text-decoration: underline;
}

#navigation {
    background-color: #44B03F;
    float: left;
    height: 40px;
    width: 1000px;
}

#navigation .leftBorder {
    background: url("/images/titlebar-main-left.gif") no-repeat;
    float: left;
    height: 40px;
    width: 6px;
}

#navigation .divide {
    /*d1003250-titlebar-main-button-divider*/
    background: no-repeat top left;
    background-position: 0 -457px;
    width: 2px;
    height: 40px;
    float: left;
}

#navigation #searchBar {
    background: url("/images/titlebar-main-bg.gif") repeat-x scroll 0 0 transparent;
    float: left;
    height: 40px;
    width: 448px;
}

#navigation #searchBar img {
    float: left;
    margin-left: 15px;
}

#navigation #searchBar form {
    float: left;
    padding: 8px 0 0 12px;
}

#navigation #searchBar #search {
    background: white none repeat scroll 0 0;
    float: left;
    height: 17px;
    width: 326px;
    padding-right: 0;
}

#navigation #searchBar .button {
    float: left;
    padding: 2px 0 0 10px;
}

#navigation .checkoutDivide {
    /*d1003250-titlebar-main-checkout-divider*/
    background: no-repeat top left;
    background-position: 0 -517px;
    width: 2px;
    height: 40px;
    float: left;
}

#navigation #basket {
    background: url("/images/titlebar-checkout-bg.gif") repeat-x scroll 0 0 transparent;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
    width: 274px;
}

#navigation #basket .items {
    /*d1003250-titlebar-checkout-icon-shopping-cart x+12*/
    background: no-repeat top left;
    background-position: 12px -397px; /*background: url("/images/titlebar-checkout-bg.gif") repeat-x scroll 0 0 transparent;*/
    color: #333333;
    float: left;
    font-size: 11px;
    height: 40px;
    padding: 13px 10px 0px 0px;
    text-indent: 40px;
}

#navigation #basket .price {
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 13px 10px 0px 0px;
}

#navigation #basket .checkout {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 13px 0 0;
    text-align: center;
    width: 70px;
}

#navigation #basket .checkout a {
    color: #197B30;
    text-decoration: underline;
}

#navigation #dealMenu #menuPot2 ul {
    display: none;
    width: auto;
    border: 1px solid #D2D2D2;
}

#content {
    background: url("/images/titlebar-shadow.gif") repeat-x scroll 0 0 transparent;
    float: left;
    width: 1000px;
    padding: 0px 0 18px;
}

#member .memberBold {
    font-weight: bold;
}

#gplusone {
    float: left;
    padding: 0px 0px 0px 20px;
    width: 80px;
}