@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 {
    float: left;
    height: 40px;
    width: 530px;
}
#header .blank .freeShipMsg {
    font-size: 12px;
    color: #006633;
    font-weight: bold;
    padding: 10px 0 10px 140px;
    background: transparent url(/images/icon-free-shipping-truck.gif) no-repeat scroll 110px 10px;
}
#header .blank a {
    color: #006633;
    font-style: italic;
    text-decoration: none;
}

#header #topBanners {
    float: left;
    padding-left: 55px;
}

#header .leftBorder {
    background-image: url(/images/account-left.gif);
    float: left;
    height: 31px;
    width: 43px;
}

#header .rightBorder {
    background-image: url(/images/account-right.gif);
    float: left;
    height: 31px;
    width: 8px;
}

#header #member {
    background-image: url(/images/account-bg.gif);
    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 {
/*cursor: pointer;*/
    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 {
/*cursor: pointer;*/
    text-decoration: underline;
}

#header #member #help {
/*cursor: pointer;*/
    float: left;
    text-align: center;
    width: 57px;
}

#header #member #help a:hover {
/*cursor: pointer;*/
    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 {
    background-image: url(/images/titlebar-main-button-divider.gif);
    float: left;
    height: 40px;
    width: 2px;
}

#navigation #searchBar {
    background-image: url(/images/titlebar-main-bg.gif);
    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: 22px;
    width: 328px;
}

#navigation #searchBar .button {
    float: left;
    padding: 2px 0 0 10px;
}

#navigation .checkoutDivide {
    background-image: url(/images/titlebar-main-checkout-divider.gif);
    float: left;
    height: 40px;
    width: 2px;
}

#navigation #basket {
    background-image: url(/images/titlebar-checkout-bg.gif);
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
    width: 274px;
}

#navigation #basket .items {
    background-image: url(/images/titlebar-checkout-icon-shopping-cart.gif);
    background-position: 12px 0;
    background-repeat: no-repeat;
    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-image: url(/images/titlebar-shadow.gif);
    background-repeat: repeat-x;
    /*background-position: 0px -1px;*/
    float: left;
    width: 1000px;
    padding: 0px 0 18px;
}

#alsoAvailable {
    width: 180px;
}
#member .memberBold {
	font-weight: bold;
}