#sub-nav {
    font-family: Arial, Helvetica, sans-serif;
    background: #d7d7d7;
    border-bottom: 3px solid #b8b8b8;
    padding: 4px 4px 4px 15px;
    color: #626262;
    line-height: 14px;
    font-size: 12px;
    height: auto;
	font-weight: bold;
}

#sub-nav a {
    color: #007934;
    font-weight: bold;
    text-decoration: none;
    margin-left: 0px;
    display: inline-block;
}
#sub-nav .separator {
    width: 1px;
    padding: 0 0 0 0;
    background-color: #909090;
}

#sub-nav-shadow {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-image: url("../images/sub-nav-shadow.gif");
    background-repeat: repeat-x;
    width: 100%;
    height: 4px;
}

#sub-nav-shadow hr {
    display: none;
}

#ship-to {
    padding-left: 13px;
}

#ship-to address {
    color: #454545;
    font-style: normal;
    font-size: 11px;
    cursor: help;
}

#ship-to label {
    color: black;
    padding-right: 3px;
    text-transform: uppercase;
}

#ship-to form {
    padding-top: 3px;
}

#change-ship-to,
#view-cart {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
    text-align: center;
}

#change-ship-to img,
#view-cart img {
    border: 0;
}

#view-cart {
    width: 100px;
    background-image: url("../images/icons/cart-icon.gif");
    background-repeat: no-repeat;
    background-position: 8px 9px;
}

#view-cart a,
#view-cart a.inactive {
    height: 21px;
    padding-top: 9px;
    padding-left: 27px;
}

#shipToSearchForm input {
    width: 120px;
    font-size: 12px;
}

#find-products-container {
    position: absolute;
    z-index: 800;
    width: 370px;
    left: 0;
    top: 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #999999;
    background-color: #dddddd;
}

#find-products-container table.form {
    width: 100%;
}

#find-products-container td.number {
    width: 20px;
    text-align: right;
}

#find-products-container input.item {
    width: 84px;
    font-size: 11px;
    font-family: "Courier New", "Courier", monospace;
}

#find-products-container input.quantity {
    width: 50px;
    font-size: 11px;
    font-family: "Courier New", "Courier", monospace;
    text-align: right;
}

#find-products-container table.buttons {
    margin: auto;
}

#cart-items {
    cursor: help;
    text-align: center;
    width: 50px;
}

#sub-nav .ship-address {
    padding-right: 15px;
	display: inline-block;
    font-weight: bold;
    min-width: 335px;
}

#sub-nav a:hover {
    text-decoration: underline;
}

#change-ship-to {
    line-height: 19px;
}

#shipToSearchForm {
    font-size: 11px;
    font-weight: normal;
    min-width: 350px;
}