
/* gww: edit this file */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
 NOTE: All styles below are specific to Cartweaver 3.
 */
/*Form Styles*/
input.formCheckbox {
    border: none;
    background: transparent;
}

td.checkboxCell {
    text-align: center;
}

input.formButton {
    padding: 4px 5px;
    color: #FFF;
    font-weight: 100;
    cursor: pointer;
    background-color: #939598;
    margin: 12px 0 12px 0;
    background-repeat: repeat-x;
    font-size: 14px;
    font-weight: 900;
}

input.cancelButton {
    padding: 3px 5px 4px 5px;
    color: #FFF;
    cursor: pointer;
    background-color: #939598;
    margin: 12px 0 12px 0;
    background-repeat: repeat-x;
    font-weight: 900;
}

input.submitButton, input.submit_btns {
    padding: 4px 5px;
    border: 1px solid #bfbfbf;
    color: #232323;
    font-weight: 100;
    cursor: pointer;
    background-color: #EEE;
    text-align: center;
    margin: 12px 0 12px 0;
}

input#submitLogin {
    background-color: #19479D !important;
    color: #FFF !important;
    background-image: url("../img/button_blue_20x50.jpg");
    background-repeat: repeat-x;
    border: 0 none !important;
    font-weight: 900 !important;
    padding: 4px 6px;
    text-align: center;
}

input#checkout {
    margin: 4px 4px 12px 12px;
}

/* -- add to cart / option selectors -- */
form#formAddToCart {
    margin: 0;
    padding: 19px 0 9px 0;
    font-size: 12px;
    color: #232323;
    width: 361px;
    /*
     background-image:url(../img/optionsBgrd_body.jpg);
     */
    background-repeat: repeat-y;
}

#formAddToCartHead {
    /*
     background-image:url(../img/optionsBgrd_head.jpg);
     */
    background-repeat: no-repeat;
    height: 10px;
    margin-top: 9px;
    width: 361px;
}

#formAddToCartFoot {
    /*
     background-image:url(../img/optionsBgrd_foot.jpg);
     */
    background-repeat: no-repeat;
    height: 10px;
    width: 361px;
    margin-bottom: 9px;
}

form#formCheckoutButton input.formButton, form#formPlaceOrder input.formButton, form input#paypalFormButton {
    padding: 4px 8px;
    text-align: left;
    font-size: 18px !important;
    background-color: #19479D;
    background-image: url(../img/button_blue_20x50.jpg);
    background-repeat: repeat-x;
    margin-left: 98px;
    font-weight: 900 !important;
    border: 0 !important;
}

form#formAddToCart input.formButton {
    border: 0 !important;
    background-color: #FFF;
    background-image: url(../graphics/btn_addtocart.gif);
    background-repeat: no-repeat;
    width: 192px;
    height: 45px;
    float: left;
    margin-bottom: 0 !important;
}

form#formAddToCart a.quoteButton {
    margin-top: 12px;
    float: right;
}

#mainCol form#formAddToCart > p.optionHead {
    font-size: 14px;
    font-weight: 100;
    color: #1758a8;
    /*
     margin-right:11px;
     border-bottom:1px solid #BBCC77
     */
}

form#formAddToCart table td {
    padding: 0;
}

form#formAddToCart > table {
    width: 90%;
}

/* -- option selector labels -- */
form#formAddToCart table td .selText {
    padding: 8px 0 0 5px;
    float: left;
}

form#formAddToCart table tr.activeRow td select {
    margin-top: 4px;
    font-size: 12px;
}

form#formAddToCart > table > tbody > tr > td:first-child {
    text-align: right;
    width: 118px;
    padding: 0 7px 0 8px;
    height: 25px;
    vertical-align: middle;
}

form#formAddToCart div.warning {
    padding-left: 4px;
}

form#formAddToCart tr.qtyRow > td {
    padding-top: 4px;
}

table#tableProductOptions, table#customValTable, table#qtyTable {
    font-size: 12px;
    margin-top: 0 !important;
    margin-left: 15px !important;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only.
 Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
    /*
     border: 1px solid #f4f4f4;
     */
    border: none;
    border-collapse: collapse;
}

table.tabularData {
    clear: both;
    width: 100%;
}

#tableSearchResults {
    margin: 15px;
    width: 92%;
}

table.tabularData td, table.tabularData th {
    padding: 9px 3px 3px 5px;
    color: #232323;
    vertical-align: top;
    line-height: 1.25em;
    font-size: 12px;
}

table.tabularData td, table.tabularData tr.totalRow th, #orderform table.tabularData table td {
    vertical-align: middle;
}

table.tabularData .headerRow th {
    padding: 9px 0 9px 0;
    line-height: 1.45em;
}

table.tabularData tr.productRow {
}

table.tabularData td p {
    font-size: 1em;
}

table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active {
    background-color: #EEEEEE;
    color: #333;
    font-size: 13px;
}

table.tabularData tr.noColor th, table.tabularData tr.noColor th a:link, table.tabularData tr.noColor th a:visited, table.tabularData tr.noColor th a:hover, table.tabularData tr.noColor th a:active {
    background-color: #FFF !important;
}

table.tabularData tr.noColor td.totalCell {
    background-color: #FFF !important;
}

table#loginFormTable {
    width: 100%;
    margin-top: 0 !important;
}

table#loginFormTable tr > td {
    padding: 0 !important;
}

/* --- main 'next' buttons for store process --- */
#orderFormNext, #formPlaceOrder input.formButton, #formCheckoutButton #checkout, #paypalFormButton, #customerUpdateButton {
    margin: 15px 12px 15px 12px;
    font-size: 14px;
    padding: 4px 14px;
    border: 1px solid #eee;
    letter-spacing: .1em;
    font-weight: 100;
    cursor: pointer;
}

form input#paypalFormButton {
    margin-right: 270px;
}

#formPlaceOrder input.formButton {
    float: right;
}

#formLogin table.tabularData th, #formGetForgotPW table.tabularData th {
    background-color: #FFF;
}

#formGetForgotPW table.tabularData tr.headerRow th, #formLogin table.tabularData tr.headerRow th {
    background: #f4f4f4;
    color: #232323;
}

#formLogin table.tabularData td input, #formGetForgotPW table.tabularData td input {
    margin-top: 4px;
}

#formGetForgotPW {
    margin: 0 0 0 12px;
}

#formGetForgotPW input.formButton, #formLogin input.formButton {
    margin: 4px auto;
}

a#forgotpw-link {
    margin: 15px;
    font-size: 12px;
}

#formDiscounts {
    width: 864px;
    margin: 0 0 11px 20px;
    float: left;
}

#mainCol #formDiscounts p {
    margin: 0;
}

#mainCol #formDiscounts p input.formButton {
    margin: 0;
}

table.tabularData th a, table.tabularData th .subHead {
    font-weight: 100;
}

table.tabularData label {
    margin: 0;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
/*
 this was replaced with a jquery solution
 */
.altRowEven {
    /*
     background-color: #f4f4f4;
     */
}

.altRowOdd {
    /*
     background-color: #eee;
     */
}

div.categoryDescription {
    float: left;
    clear: both;
    padding: 4px 8px;
    margin: 3px 9px 16px 2px;
    width: 712px;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    text-indent: 0;
    /*
     font-size:14px;
     line-height:18px;
     font-weight:900;
     color:#1269ae;
     background-color:#f9f4d6;
     */
}

#mainCol div.categoryDescription p {
    /*
     font-size:14px !important;
     line-height:18px;
     font-weight:900;
     color:#1269ae;
     */
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td, table.tableSearchResults td, table#tableCatResults td, table#tableProductDetails td {
    vertical-align: bottom;
}

table.tableSearchResults td, table#tableSearchResults td {
    padding: 14px 4px 11px 4px;
    border: none;
    text-align: center;
}

/*-- bottom rule is only on main results, not sales/repeat sectios --*/
table#tableSearchResults tr {
}

table#tableSearchResults td img, table#tableSearchResults td a img, table.tableSearchResults td img {
    margin: 4px 0;
    border: 1px solid #0065B3 !important;
    max-width: 200px;
    /* width:160px; */
}

table.tableSearchResults td h2, table#tableSearchResults td h2 {
    line-height: 1.25em;
    min-height: 2.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    text-indent: 0;
    color: #232323;
    margin: 0 !important;
    font-weight: 900 !important;
}

table.tableSearchResults td h2 a, table#tableSearchResults td h2 a {
    font-weight: 900;
}

table#tableSearchResults td h2 a:link, table#tableSearchResults td h2 a:visited, table#tableSearchResults td h2 a:active, table.tableSearchResults td h2 a:link, table.tableSearchResults td h2 a:visited, table.tableSearchResults td h2 a:active {
    color: #000000 !important;
}

table.tableSearchResults td h2 a:hover, table#tableSearchResults td h2 a:hover {
    color: #000000;
    text-decoration: none !important;
}

table#tableCatResults td img, table#tableCatResults td a img, table.tableCatResults td img {
    margin: 4px 0;
    border: 1px solid #0065B3 !important;
    max-width: 200px;
    /* width:160px; */
}

/* ----- CAT GROUPS ----- */
table#tableCatResults td h2 {
    color: #FFF !important;
    background-color: #0065B3;
    line-height: 2.5em;
    min-height: 2.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    text-indent: 0 margin: 0 !important;

font-weight:
    900 !important;

width:
    202px;

margin-top:
    -7px;

vertical-align:middle;
}

table#tableCatResults td h2 a:link, table#tableCatResults td h2 a:visited, table#tableCatResults td h2 a:active, table.tableCatResults td h2 a:link, table.tableCatResults td h2 a:visited, table.tableCatResults td h2 a:active {
    color: #FFFFFF !important;
}

table.tableCatResults td h2 a:hover, table#tableCatResults td h2 a:hover {
    color: #FFFFFF;
    text-decoration: none !important;
}

table#tableCatResults td h2 a {
    width: 200px;
    display: block;
    line-height: 1.6em;
    min-height: 2.8em;
    padding-top: 5px;
    vertical-align: middle;
}

table#tableProductDetails {
    margin: 3px 0 11px 0 !important;
    width: 640px;
    float: left;
}

table#tableProductDetails > tbody > tr > td {
    padding: 7px 0 0 0;
}

table#tableProductDetails > tbody > tr > td#productInfoCell {
    vertical-align: top;
    padding-left: 17px;
}

table#tableProductDetails > tbody > tr > td#productImageCell {
    vertical-align: top;
    text-align: center;
    width: 200px;
}

table#tableProductDetails > tbody > tr > td#productImageCell * {
    text-align: center !important;
}

/* --- lookup form --- */
table#tableProductDetails > tbody > tr > td#productImageCell form#lookupForm * {
    text-align: left !important;
}

table#tableProductDetails > tbody > tr > td#productImageCell form#lookupForm label {
    width: 74px;
    text-align: right !important;
    float: left;
}

table#tableProductDetails > tbody > tr > td#productImageCell form#lookupForm input[type = text] {
    float: left;
}

table#tableProductDetails > tbody > tr > td#productImageCell #zipResults {
    border-top: 2px solid #5A5A5A;
    border-bottom: 2px solid #5A5A5A;
}

table#tableProductDetails > tbody > tr > td#productImageCell #zipResults p {
    padding: 6px 0;
    margin: 0;
}

table#tableProductDetails > tbody > tr > td#productImageCell #zipResults ul li, table#tableProductDetails > tbody > tr > td#productImageCell #zipResults ol li {
    width: 100%;
    font-size: 12px;
    margin: 4px 0;
    text-align: left !important;
}

table#tableProductDetails > tbody > tr > td#productImageCell #zipResults table {
    margin: 12px 0 !important;
    width: 230px !important;
}

/* ------ zip lookup results ---------*/
table#tableProductDetails > tbody > tr > td#productImageCell #zipResults table td, table#tableProductDetails > tbody > tr > td#productImageCell #zipResults table th {
    background-color: #FFF;
    border: none !important;
    text-align: left !important;
    color: #232323;
}

table#tableProductDetails > tbody > tr > td#productImageCell #zipResults table thead > tr > th {
    padding: 2px 0 6px 0;
}

table#tableProductDetails > tbody > tr > td#productImageCell #zipResults table tbody > tr > td {
    font-size: 11px;
    padding: 4px 0 5px;
    vertical-align: top !important;
}

/* ------ product image ---------*/
table#tableProductDetails > tbody > tr > td#productImageCell a img {
    border: 1px solid #0065B3 !important;
}

table#tableProductDetails > tbody > tr > td p {
    font-size: 12px;
}

table#tableProductDetails > tbody > tr > td#productInfoCell ul {
    font-size: 12px;
    line-height: 1.2em;
    margin-left: 15px;
    margin-bottom: 12px;
}

table#tableProductDetails > tbody > tr > td#productInfoCell ul li {
    margin-bottom: 3px;
}

#mainCol table#tableProductDetails > tbody > tr > td p.priceDisplay {
    margin-top: 11px !important;
    margin-bottom: 0 !important;
    font-weight: 900;
}

#mainCol table#tableProductDetails > tbody > tr > td p.priceDisplay + p.priceDisplay {
    margin-top: 0 !important;
    margin-bottom: 11px !important;
}

#mainCol table#tableProductDetails > tbody > tr > td p.cartResult {
    background-color: #FFFDF7;
    padding: 12px 8px;
    color: #1758a8;
    border: 1px solid #1758a8;
    margin-top: 21px;
    clear: both;
    text-align: center;
}

#mainCol table#tableProductDetails > tbody > tr > td p.optionsError {
    background-color: #FFFDF7;
    padding: 12px 8px;
    color: #B8311D;
    margin-top: 21px;
    clear: both;
    text-align: center;
    border: 1px solid #B8311D;
    font-weight: 900;
}

#mainCol table#tableProductDetails > tbody > tr > td p.cartResult a {
    font-weight: 100 !important;
}

table#tableProductDetails > tbody > tr > td h2 {
    color: #232323;
    text-align: left;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

table#tableProductDetails table#productInfoTable {
    width: 100%;
    margin: 0 !important;
}

table#tableProductDetails table#productInfoTable td {
    padding: 0;
    margin: 0;
}

table#tableProductDetails > tbody > tr > td img#aaeorig {
    margin: 11px 0;
}

/* -- discount description shown on product page --*/
#discountDescriptions {
    font-size: 12px;
    padding: 13px 0 10px 0;
    color: #006600;
    font-weight: 900;
    line-height: 1.4em;
    clear: both;
    text-align: left;
    width: 350px;
}

/* -- discount description shown on CHECKOUT FORM --*/
form#formDiscounts #discountDescriptions {
    float: right;
    width: 375px;
}

a.productSwatch {
    width: 21px;
    height: 21px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 5px 2px 3px 3px;
    border: 1px solid #0065B3 !important;
}

div#swatchWrapper {
    font-size: 11px;
    font-weight: 900;
    width: 230px;
    float: left;
    padding: 14px 0 0 12px;
}

/* --- inset images --- */
.insetCaption {
    font-size: 11px;
    margin: 2px 0 8px 0;
    width: 140px;
    line-height: 1.1em;
}

#productInset {
    width: 144px;
    float: right;
    margin: 11px 0 0 9px;
}

#productInset img {
    max-width: 140px !important;
    margin: 0 0 3px 0;
    border: 1px solid #0065B3 !important;
}

.infoLink {
    font-size: 12px;
    text-align: center;
    line-height: 1.4em;
    clear: both;
    padding-top: 11px;
}

p.priceDisplay, #mainCol div.resultsDetails h2 + p.priceDisplay {
    padding: 3px 8px 3px 8px !important;
    margin-top: 0 !important;
}

#mainCol div.resultsDetails p.productDescription {
    text-align: center;
}

.optionsError .errorMessage, .discountInfo .errorMessage, .loginError .errorMessage {
    padding: 12px 8px;
    background-color: #fffdf7;
}

.optionsError .errorMessage, .discountInfo .errorMessage, .loginError .errorMessage, .orderError .errorMessage {
    border: 1px solid #B8311D;
}

#transError {
    border: 1px solid #B8311D;
    padding: 11px 7px;
    font-size: 12px;
    font-weight: 900;
    background-color: #fffdf7;
    color: #B8311D;
    line-height: 1.4em;
}

#submitWrap {
    padding-left: 3px;
}

#productIcons {
    text-align: center;
    clear: both;
    margin: 13px 0 0 0;
    padding-bottom: 13px;
}

.iconDiv {
    display: none;
}

table#tableProductDetails > tbody > tr > td#productImageCell .iconDiv p, table#tableProductDetails > tbody > tr > td#productImageCell .iconDiv table {
    text-align: left !important;
    margin-left: 13px;
    font-size: 12px;
}

table#tableProductDetails > tbody > tr > td#productImageCell #productIcons a img, table#tableProductDetails > tbody > tr > td#productImageCell #divDraw a img {
    border: none !important;
    float: none;
}

table#tableProductDetails > tbody > tr > td#productImageCell #productContent div.prodDoc, body#technical-drawing-index div.prodDoc {
    border: none !important;
    width: 78px;
    height: 85px;
    float: left;
}

body#technical-drawing-index div.prodDoc {
    font-size: 11px;
    text-align: center;
}

th span.errorMessage, td span.errorMessage {
    padding: 0;
    text-align: center;
    color: #b7301c;
    font-weight: bold;
}

td span.cartProdName {
    float: left;
    padding: 3px 0 0 0;
    display: block;
    width: 94%;
    font-size: 12px;
}

td span.cartProdName a {
    font-weight: 100;
    margin-right: 8px;
    font-size: 13px;
}

td span.cartProdName a.cartProdNameLink {
    color: #0066B3;
    text-decoration: none;
}

.cartProdName .cartProdOptions {
    font-size: 11px;
    font-weight: 100;
    margin-bottom: 11px;
}

td span.cartProdName a.cartProdNameLink:hover {
    text-decoration: underline;
}

td .cartImageWrapper {
    float: left;
    width: 84px;
    margin-right: 5px;
}

td.totalCell {
    font-weight: 900;
    background-color: #EEE !important;
    padding-left: 15px;
    font-size: 14px;
}

td.sideHead {
    font-weight: 900;
}

th.sideHead {
    text-align: right;
    background-color: #EEE !important;
    padding: 5px 8px 0 0 !important;
}

th.sideHead + td.totalCell {
    text-align: left;
    color: #232323 !important;
    font-weight: 900;
    background-color: #EEE !important;
    padding: 21px 7px 15px 0;
    font-size: 14px;
}

p#changeAddress {
    text-align: right;
    margin-right: 72px;
}

p.discountInfo {
}

div.pageMessage {
    padding: 35px 155px 35px 155px;
    text-align: center;
    clear: both;
    margin: 45px 0 0 0;
}

td div.pageMessage {
    padding: 25px 35px;
}

div.pageMessage p {
    text-indent: 0;
    text-align: center !important;
    padding: 7px 13px;
    font-size: 12px;
    background-color: #eee;
}

#dashboard {
    height: 25px;
    padding: 0;
    text-align: right;
    background-image: url(../img/golf-subnav_970x20.jpg);
    background-repeat: no-repeat;
}

#dashboardPages {
    line-height: 1em;
    text-align: right;
    display: block;
    float: right;
    width: 390px;
    font-size: 13px;
    color: #FFF;
    margin-right: 48px;
}

#dashboardPages a {
    margin: 0 3px;
}

#dashboardPages a:link, #dashboardPages a:visited, #dashboardPages a:active {
    color: #FFF;
}

#dashboardPages a:hover {
    color: #b8ccd9;
    text-decoration: none;
}

#header #cartLinksTop {
    float: left;
    width: 380px;
    height: 23px;
    margin: 0 0 0 0;
    text-align: left;
    padding: 4px 0 25px 0;
    font-size: 11px;
    line-height: 1.3em;
}

#cartlinkswrap {
    text-align: right;
    margin: 3px 0 0 0;
    color: #FFF;
}

#cartlinkswrap a {
    margin: 0 4px;
}

#cartlinkswrap a:link, #cartlinkswrap a:visited, #cartlinkswrap a:active {
    color: #FFF;
}

#cartlinkswrap a:hover {
    color: #b8ccd9;
    text-decoration: none;
}

#mainCol p.searchCount {
    text-align: right;
    float: right;
    width: 339px;
    margin-bottom: 0;
    margin-right: 14px;
    font-size: 12px;
    color: #000000;
}

#mainCol p.searchCount a {
    color: #0066B3;
}

span.pagingLinks {
    padding-left: 18px;
    font-size: 11px;
    color: #0066B3;
}

span.pagingLinks a {
    color: #0066B3;
}

p.categoryNav {
    width: 240px;
    font-size: 1.4em;
    float: left;
}

span#searchLinksMain {
    width: 468px;
    display: block;
    float: left;
}

p#contShop {
    text-align: left;
    font-weight: 900;
    margin: 7px 12px;
    color: #193e97;
    font-weight: 100;
}

p#contShop a {
    color: #193e97;
    font-weight: 900;
}

body#showcart p#contShop {
    width: 150px;
    float: right;
    text-align: right;
    margin-right: 23px;
}

p#savingsOf {
    text-align: right;
    font-weight: bold;
    font-style: italic;
    margin: 5px 23px;
    width: 260px;
    float: right;
}

body a#zoomLink {
    font-size: 11px;
    font-weight: 900;
}

body a#zoomLink:link, body a#zoomLink:active, body a#zoomLink:visited {
    text-decoration: none !important;
}

a#zoomLink:link {
    text-decoration: underline !important;
}

/* --- sort links --- */
#sortByLinks {
    clear: both;
    width: 724px;
    float: left;
    font-size: 12px;
    padding: 8px 0 9px 0;
    margin: 6px 0 0 11px;
    text-align: center;
    border-bottom: 1px solid #95b4d8;
    border-top: 1px solid #95b4d8;
    color: #529d5a;
}

#sortByLinks a {
    color: #529d5a;
    margin-left: 4px;
}

#sortByLinks a.currentLink {
    font-weight: 900;
}

/* --- upsell --- */
td#upsellCell, td#partsCell  {
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    width: 167px;
    padding: 12px 0 0 5px !important;
}

td#upsellCell h3, td#partsCell h3 {
    color: #939598;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.24em;
    margin-bottom: 8px;
    text-align: left;
    border-bottom: 1px solid #E3E3E3;
    /*
     color:#529d5a;
     */
    margin: 12px 0;
}

ul#upsellList {
    list-style: none;
    float: left;
    text-align: center;
}

ul#upsellList li {
    list-style: none;
    float: left;
    display: block;
    font-size: 11px;
    line-height: 1.1em;
    width: 120px;
    height: 95px;
    text-align: center;
    margin: 18px 0 0 14px;
}

ul#upsellList li img {
}

ul#upsellList li a:link, ul#upsellList li a:visited, ul#upsellList li a:active {
    text-decoration: none;
}

ul#upsellList li a:hover {
    text-decoration: underline;
}
ul#partsList li img {
}

ul#partsList {
    list-style: none;
    float: left;
    text-align: center;
}

ul#partsList li {
    list-style: none;
    float: left;
    display: block;
    font-size: 11px;
    line-height: 1.1em;
    width: 120px;
    height: 95px;
    text-align: center;
    margin: 18px 0 0 14px;
}


ul#partsList li a:link, ul#partsList li a:visited, ul#partsList li a:active {
    text-decoration: none;
}

ul#partsList li a:hover {
    text-decoration: underline;
}

/* --- featured items --- */
div#featuredItems {
    width: 150px;
    margin: 3px 10px !important;
}

div#featuredItems {
    font-size: 12px;
    text-align: center;
}

div#featuredItems a:link, div#featuredItems a:visited, div#featuredItems a:active {
    text-decoration: none;
    text-align: center;
}

div#featuredItems a:hover {
    text-decoration: underline;
    text-align: center;
}

div#featuredItems a img {
    margin: 3px 0 3px 0;
}

#mainCol div.resultsDetails p, #mainCol p.resultsDetails {
    padding: 2px 3px !important;
    text-indent: 0 !important;
    margin: 0 !important;
}

div.resultsDetailsImageWrap {
    text-align: center;
    min-height: 125px;
    vertical-align: baseline;
    vertical-align: bottom;
}

/*-- anchor links --*/
#catAnchorsBox {
    color: #529D5A;
    font-size: 13px;
    line-height: 19px;
    font-weight: 100;
    margin: 0 0 13px 0;
    padding: 5px 21px 7px 11px;
    text-align: left;
    width: 702px;
    border-bottom: 1px solid #95B4D8;
    border-top: 1px solid #95B4D8;
    clear: both;
    color: #529D5A;
    float: left;
}

#catAnchorsBox a {
    color: #529D5A;
}

#catAnchorsBox span {
    display: block;
    float: left;
    width: auto;
    margin-right: 14px;
}

/*------- customer info ------ */
#customerLinks {
    padding: 9px 0 1px 0;
    margin: 12px 0;
    background-color: #EEEEEE;
    color: #333333;
}

#customerLinks .currentLink {
    font-weight: 900;
}

#tblCustProducts th {
    text-align: left;
}

#tblCustProduct td a img {
    border: none !important;
}

#loggedInAs {
    width: 175px;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    display: block;
    color: #1269ae;
    padding: 6px 20px 0 0;
}

p#changeAddress {
    text-align: left;
    width: 205px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    display: block;
    color: #1269ae;
}

#loggedInAs a, #changeAddress a {
    color: #1269ae;
}

#orderform p#loggedInAs {
    width: 280px;
    text-align: left;
    font-size: 12px;
    float: none;
    display: block;
    color: #1269ae;
    padding: 0 0 0 11px;
}

#thumbsWrapper {
    clear: both;
    padding: 4px 0 4px 9px;
    margin: 8px 0 0 0;
    border-bottom: 1px solid #BBCC77;
    border-top: 1px solid #BBCC77;
}

#thumbsWrapper a img {
    /*
     border:1px solid #B8CCD9 !important;
     */
    margin: 0 8px 8px 15px;
    width: 90px;
}

#thumbsWrapper a {
    float: left;
    width: 98px;
}

#prodPicWrap {
    height: 310px;
    clear: both;
}

#productpic {
    width: 300px;
}

/* -------- PRODUCT TABS ------- */
#prodTabs {
    width: 505px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    position: relative;
    margin: 19px 10px;
    margin-top: 19px !important;
}

/* if changing height, change #prodTabs > div top rule below to match */
#prodTabs > ul {
    width: 505px;
    display: block;
    list-style: none;
    position: absolute;
    height: 26px;
    line-height: 26px;
    z-index: 9999;
}

#prodTabs > ul li {
    display: block;
    float: left;
}

#prodTabs > ul li a {
    padding: 4px 13px 4px 8px;
    font-size: 15px;
    text-decoration: none;
    margin-right: 2px;
    color: #FFF;
    font-weight: 900;
    border: 1px solid #b8ccd9;
    border-bottom: 1px solid #3A8331;
}

#prodTabs > ul li a:link, #prodTabs > ul li a:visited, #prodTabs > ul li a:active {
    background-color: #C6DFC3;
    color: #388330;
}

#prodTabs > ul li a:hover {
    background-color: #35A960;
    color: #FFF;
}

/*--------- active tab ----------- */
#prodTabs > ul li.active a:link, #prodTabs > ul li.active a:visited, #prodTabs > ul li.active a:active {
    background-color: #3B8432;
    color: #FFF;
    font-weight: 900;
    cursor: pointer;
    background-image: url(../img/nav_button_green.jpg);
    background-repeat: repeat-x;
}

#prodTabs > div {
    padding: 12px;
    position: relative;
    top: 26px;
    border: 1px solid #3A8331;
}

#prodTabs > div ul li {
    font-size: 12px;
    line-height: 15px;
    list-style: disc;
    list-style-position: outside;
    margin-left: 17px;
}

#productSpecs table {
    margin: 10px 0;
    width: 98%;
    border-collapse: collapse;
}

#productSpecs table td {
    border: 1px solid #518eba;
    padding: 5px 2px 3px 12px !important;
}

#productSpecs table tr.headerRow td {
    border: 1px solid #518eba;
    color: #FFF;
    font-weight: 900;
    background-color: #518eba;
}

/*--- price display : results ---*/
.msrpText {
    display: block;
    font-weight: 900;
    font-size: 13px;
    text-decoration: line-through;
    text-align: center;
    color: #939598;
}

.priceText {
    display: block;
    font-weight: 900;
    font-size: 13px;
    text-align: center;
}

.priceText .priceLabel {
    font-size: 13px;
    color: #232323 !important;
}

.priceDisplay .salePrice, 
.newlabel, 
.newprice, 
.newprice + .uom
{
    color: #006600;
}


/* oldprice is displayed when there is a discount */
.oldPrice, .oldprice, .priceDisplay .priceText .oldprice, .priceDisplay .priceText .oldPrice {
    font-style: italic;
    color: #232323 !important;
}

.saleDescription {
    color: #006600;
    font-size: 11px;
    padding-left: 15px;
    font-weight: 900;
    font-style: italic;
}

/*--- price display : details ---*/
body#details .msrpText {
    display: inline;
    margin-right: 13px;
}

body#details #tableProductDetails p.priceDisplay .priceText {
    display: inline;
    /*
     float:left;
     */
    margin-right: 13px;
}

#breadcrumbNav {
    font-size: 13px;
    margin: 0 0 8px 4px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 4px 0;
}

#breadcrumbNav a:visited, #breadcrumbNav a:active, #breadcrumbNav a:link {
    outline: none;
    text-decoration: none;
}

#breadcrumbNav a:hover {
    outline: none;
    text-decoration: underline;
}

