/*
--------------------------------------------------

3M Cuno
global.css

Joe Morrow [joe.morrow@acquitygroup.com]
11/14/2008

Copyright © 2008 Acquity Group LLC

--------------------------------------------------
*/

@import url(../images/static/css/tripoli.base.css);
@import url(../images/static/css/reset.css);


/* @group general */

html {
    background-color: #f4f7f2;
}

body {
    background: transparent url(../images/static/background/body.png) repeat-x top left;
    color: #000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    line-height: 1.0;
    min-height: 575px;
}

a:link,
a:visited {
    color: #393;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #393;
    text-decoration: none;
}

em,
strong {
    font-style: normal;
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.roundedBox {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: solid #b5b5b5 1px;
    margin: 0 0 10px 0;
    padding: 10px;
}

.halfColumn {
    width: 420px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.halfColumn ul {
    margin: 3px 0;
}

.content .halfColumn p {
    margin: 0 0 5px 0;
}

.fullColumn {
    width: 880px;
    margin-bottom: 10px;
}

.semiWideColumn {
    width: 600px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.narrowColumn {
    width: 260px;
    margin-bottom: 10px;
}

/*tr, th, td {

    border: medium none;
    height: auto;
    vertical-align: inherit;
    width: auto;
}*/

/* Accessible hiding technique */
.hidden {
    height: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    text-indent: -100000em !important;
    width: 0 !important;
}

/* @group navigation */

ul.nav li {
    background: url(../images/static/icons/pipe.gif) no-repeat center right;
    display: inline;
    margin-right: 2px;
    padding-right: 6px;
}

ol.nav {
    margin-bottom: 1.0em;
}

ol.nav li {
    display: list-item;
    float: left;
    list-style: decimal inside;
    list-style-image: none;
    padding-right: 1.5em;
}

ul.nav li.last,
ol.nav li.last {
    background: none;
    margin-right: 0;
    padding-right: 0;
}

li.selected {
    font-weight: bold;
}

/* @end navigation */


/* @group form fields */

input.password,
input.text,
select,
textarea {
    background: #fff;
    border: 1px solid #666;
    font: 1.0em Verdana, Helvetica, Arial, sans-serif;
    padding: 0.1em 0.5em;
    vertical-align: baseline;
}

textarea {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: -moz-scrollbars-vertical;
}

label {
    vertical-align: baseline;
}

select {
    padding: 0;
}

/* @end form fields */

/* @group error messages */

.errant {
    background-color: #fffdd7 !important;
    border-color: #ea3829 !important;
    color: #ea3829 !important;
}

label.errant,
legend.errant {
    background-color: transparent !important;
    border: none !important;
}

#errorNotice {
    background-color: #fffdd7;
    border: 0.1em solid #ea3829;
    color: #ea3829;
    line-height: 1.4em;
    margin-bottom: 2em;
    padding: 0.8em 1em 1em;
    width: 74.3em;
}

#col1 #errorNotice,
#col2 #errorNotice {
            width: auto;
}

/* IE fixes in ie.css */
#errorNotice h3 {
    background: url(../images/static/icons/error.png) no-repeat 0 2px;
    font-size: 13px !important;
    line-height: 13px !important;
    margin: 0 !important;
    padding: 1px 0 4px 21px !important;
}

#errorNotice p {
    padding-bottom: 0.6em;
}

/* IE fixes in ie.css */
#errorNotice ul {
    list-style: outside square;
    margin-left: 1.2em;
    padding-bottom: 0.2em;
}

/* @end error messages */

/* @end general */


/* @group layout */

#container {
    margin: 0 auto;
}

#container,
#header,
#topnav,
#workflow,
#breadcrumb,
#body,
#footer {
    clear: both;
}

#header,
#branding,
#body,
#sidenav,
#content {
    float: left;
}

#topnav:after,
#workflow:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html #topnav,
* html #workflow {
    height: 1%;
}

/* @end layout */


/* @group design */

/* @group container */

#container {
    padding: 0;
    width: 990px;
}

/* @end container */


/* @group header */

#header {
    background: transparent url(../images/static/background/container.png) no-repeat top left;
    color: #000;
    font-size: 0.9em;
    min-height: 34px;
    padding: 35px 35px 20px 35px;
    text-align: right;
    width: 920px;
}

#header a:link,
#header a:visited {
    color: #000;
    text-decoration: none;
}

#header a:hover,
#header a:active {
    color: #000;
    text-decoration: underline;
}

/* @end header */


/* @group utility-nav */

#utility-nav {
    margin: -0.1em 0.1em 0.1em 0;
    padding-bottom: 1.0em;
}

#utility-nav .welcome {
    display: inline;
    margin-right: 0.7em;
}

#utility-nav .zip {
    display: inline;
    margin-right: 1.4em;
}

#utility-nav ul.nav {
    display: inline;
}

#utility-nav .zip a:link,
#utility-nav .zip a:visited {
    text-decoration: underline;
}

#utility-nav .zip a:hover,
#utility-nav .zip a:active {
    text-decoration: none;
}

#utility-nav li.return {
    background: url(../images/static/icons/return.png) no-repeat 0 50%;
    padding-left: 1em;
}

/* @end utility-nav */


/* @group quick-search */

#quick-search * {
    vertical-align: baseline;
}

#quick-search label {
    margin: 0 0.3em 0 0.4em;
}

#quick-search input.text {
    width: 9.9em;
}

#quick-search select {
    width: 11.1em;
}

#quick-search input.submit {
    background: transparent url(../images/static/buttons/go.gif) no-repeat top left;
    font-size: 0.888em;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    margin-left: 2px;
    vertical-align: bottom;
    width: 21px;
}

/* @end quick-search */


/* @group topnav */

#topnav,
#workflow {
    background: transparent url(../images/static/background/container.png) no-repeat bottom left;
    color: #fff;
    padding: 0 20px 0 34px;
    width: 936px;
}

#topnav a,
#workflow a {
    color: #fff;
}

#topnav ul.nav li {
    background: transparent url(../images/static/background/topnav-tabs.gif) no-repeat left top;
    clear: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
}

#topnav ul.nav li a {
    background: transparent url(../images/static/background/topnav-tabs.gif) no-repeat right top;
    clear: none;
    display: block;
    float: left;
    padding: 7px 9px 7px 0;
    text-decoration: none;
}

#topnav ul.nav li.hover,
#topnav ul.nav li.selected {
    background-position: left bottom;
    font-weight: normal;
}

#topnav ul.nav li.hover a,
#topnav ul.nav li.selected a {
    background-position: right bottom;
}

/* @group workflow */

#workflow {
    background: transparent url(../images/static/background/workflow-list.png) no-repeat bottom left;
    margin: 0 10px;
    padding: 10px 20px 15px 21px;
}

#workflow ol.nav li {
    background: transparent url(../images/static/background/workflow.png) no-repeat top left;
    color: #000;
    line-height: 1em;
    list-style: none;
    margin-right: 3.8em;
    padding: 0.7em 0 1.3em;
    text-align: center;
    width: 12.1em;
}

#workflow ol.nav li.selected {
    background-position: 100% 0;
}

#workflow span {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2.2em;
    margin-right: 1em;
    text-transform: uppercase;
    vertical-align: middle;
}

/* @end workflow */

/* @end topnav */


/* @group breadcrumb */

#breadcrumb {
    background: transparent url(../images/static/background/breadcrumb.png) no-repeat bottom left;
    color: #fff;
    margin: 0 1.0em;
    padding: 1.7em 2.5em 2.8em 2.5em;
}

#breadcrumb a {
    color: #fff;
}

#breadcrumb ul.nav li {
    background: transparent url(../images/static/icons/gt-white.gif) no-repeat center right;
    margin-right: 0.1em;
    padding-right: 1.1em;
}

/* @end breadcrumb */


/* @group body */

#body {
    background: transparent url(../images/static/background/container.png) no-repeat bottom left;
    padding: 1.6em 3.5em 1.8em 3.5em;
    width: 920px;
}

/* @end body */


/* @group left-nav */

#sidenav {
    margin-right: 3.7em;
    width: 195px;
}

#left-nav {
    background: transparent url(../images/static/background/left-nav-bg.gif) bottom repeat-y;
    margin: 0 -0.5em;
    padding: 0 0.5em;
    width: 195px;
}

#left-nav ul.menu-box li.selected {
    background-image: none;
    list-style-image: none;
    list-style-type: none;
    padding-bottom: 10px;
}

#left-nav ul.menu-box li.selected li {
    padding-bottom: 0;
}

#left-nav li li {
    margin: 0.7em 0 0.8em 0.8em;
    padding-left: 0.7em;
}

#left-nav li ul li ul {
    background: none;
}

#left-nav li li li {
    background: transparent url(../images/static/icons/bullet-nav.gif) no-repeat left 2px !important;
    margin-left: 0;
}

#left-nav li li li.selected a {
    font-weight: bold;
}

#left-nav a {
    color: #000;
    display: block;
    font-weight: bold;
    line-height: 0.8em;
}

#left-nav li li li a {
    color: #393;
    font-weight: normal;
}

#left-nav a:link,
#left-nav a:visited {
    text-decoration: none;
}

#left-nav a:hover,
#left-nav a:active {
    text-decoration: underline;
}

#left-nav ul li a.header {
    background: transparent url(../images/static/background/left-nav-header-off.gif) no-repeat top left;
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.0em;
    margin: -0.2em 0 0 -0.45em;
    padding: 0.9em 1.1em 1.0em 1.2em;
    text-decoration: none;
    width: 180px;
}

#left-nav ul li.selected a.header {
    background: transparent url(../images/static/background/left-nav-header-on.gif) no-repeat top left;
}

#left-nav ul li.bottom.selected {
    background: url(../images/static/background/left-nav-footer.gif) no-repeat -5px bottom;
    padding-bottom: 18px;
}

#left-nav ul li.bottom a.header {
    background: transparent url(../images/static/background/left-nav-header-bottom-off.gif) no-repeat left bottom;
}

#left-nav ul.menu-box li.bottom a.header {
    padding-bottom: 17px;

}

#left-nav ul li.bottom.selected a.header {
    background-image: url(../images/static/background/left-nav-header-middle-on.gif);
    margin-top: -5px;
    padding-bottom: 9px;
}

#sidenav .footer {
    background: transparent url(../images/static/background/left-nav-footer.gif) no-repeat bottom left;
    margin: 0 -0.5em;
    padding: 0.4em 0 1.8em 0;
}

#left-nav ul.expandedStatic a.header {
    background-image: url(../images/static/background/left-nav-header-on.gif);
    color: #fff;
}

#left-nav ul.expandedStatic li.bottom a.header {
    background: url(../images/static/background/left-nav-header-middle-on.gif) no-repeat;
}

#left-nav ul.expandedStatic ul {
    margin-bottom: 20px;
}

#left-nav ul.expandedStatic ul ul {
    margin-bottom: 0;
}

/* @end left-nav */


/* @group content */

#content {
    line-height: 1.3em;
    width: 687px;
}

.wide #content {
    width: 920px;
}

#content h1 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.0em;
    margin: -0.1em 0 0.65em -0.1em;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.0em;
    margin: 0 0 0.4em 0;
}

#content a {
    color: #393;
}

.content {
    font-size: 1.0em;
    line-height: 1.2em;
}

.content p {
    margin-bottom: 1.7em;
}

.content p + p {
    margin-top: -0.6em;
}

.content img {
    margin: 0 1.0em;
}

.content p img {
    margin: 0;
}

.content img.right {
    margin-right: 0;
}

.content img.left {
    margin-left: 0;
}

.content ul {
    margin-top: -0.2em;
    margin-left: 0;
}

.content li {
    background: transparent url(../images/static/icons/bullet.gif) no-repeat left 0.5em;
    line-height: 1.4em;
    list-style-type: none;
    margin-left: 0.1em;
    padding-left: 0.9em;
}

/* @end content */


/* @group slideshow */

#slideshow {
    margin-top: 2.0em;
    margin-left: -0.6em;
}

/* @end slideshow */


/* @group subcat-display / product-display */

.subcat-display,
.product-display {
    background: transparent;
    display: inline;
    float: left;
    margin: 10px 21px 0 0;
    text-align: center;
    width: 208px;
}

.subcat-display.lastInRow,
.product-display.lastInRow {
    margin-right: 0;
}

.subcat-display img,
.product-display img {
    margin-bottom: 10px;
}

.subcat-display a,
.subcat-display p,
.product-display a,
.product-display p {
    display: block;
    line-height: 1.4em;
    margin: 0;
    width: 80%;
}

.subcat-display input,
.product-display input {
    margin-top: 0.5em;
}

.subcat-display .description,
.product-display .description {
    margin: 0 0 0 10%;
    width: 100%;
}

.subcat-display .description a,
.product-display .description a {
    font-weight: bold;
}

.row {
    clear: both;
    display: block;
}

/* @end subcat-display / product-display */


/* @group product */

.sale {
    color: #f00;
}

.sale span {
    color: #000;
    padding-right: 10px;
    text-decoration: line-through;
}

.product-display .price {
    width: 80%;
}

/* @end product */

/* @group pagination */

.pagination {
    float: right;
    margin-top: 5px;
    padding: 0;
    text-align: right;
    width: 50%;
}

.pagination.wide {
    width: 100%;
}

.pagination a {
    color: #393;
    margin: 0 0.5em;
}

.pagination a.prev {
    background: transparent url(../images/static/icons/bullet-nav-right.gif) no-repeat scroll left 4px;
    padding-left: 0.9em;
}

.pagination a.next {
    background: transparent url(../images/static/icons/bullet-nav.gif) no-repeat scroll right 4px;
    padding-right: 0.9em;
}

.pagination span.prev {
    background: transparent url(../images/static/icons/bullet-nav-right.gif) no-repeat scroll left 4px;
    padding-left: 0.9em;
}

.pagination span.next {
    background: transparent url(../images/static/icons/bullet-nav.gif) no-repeat scroll right 4px;
    padding-right: 0.9em;
}

.pagination .pipe {
     color: #979797;
    padding: 0 0.6em;
 }

/* @end pagination */


/* @group search results */

#product-sort {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 30%;
}

table.searchResults {
    border-top: 1px solid #c4dfc2;
    border-bottom: 1px solid #c4dfc2;
    clear: both;
    margin-top: 0;
    width: 100%;
}

table.searchResults tbody tr {
    display: block;
}

table.searchResults td {
    border-top: 1px dashed #c4dfc2;
    padding: 10px 0 8px;
    vertical-align: top;
}

table.searchResults tr.first td {
    border: none;
}

table.searchResults td.image {
    width: 13%;
}

table.searchResults td.description {
    width: 60%;
}

table.searchResults td.description a {
    color: #393;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    text-decoration: none;
}

table.searchResults td.price {
    font-weight: bold;
    padding-top: 25px;
    text-align: right;
}

table.searchResults td.price span {
    font-weight: normal;
    margin-right: 10px;
}

ul.results {
    border-top: 1px solid #c4dfc2;
    border-bottom: 1px solid #c4dfc2;
    clear: both;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

ul.results li {
    border-top: 1px dashed #c4dfc2;
    margin-top: 10px;
    padding-top: 5px;
}

ul.results li.first {
    border: none;
}

/* @end search results */


/* @group account information */
#breadcrumb ul.nav li.last {
    background-image: none;
    padding-right: 0;
}

.edit-remove {
    margin-top: 10px;
}

.address dt {
    font-weight: bold;
}

.add-item {
    background: url(../images/static/buttons/add-item-15.gif) no-repeat;
    display: block;
    float: left;
    height: 15px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.personal-information {
    float: left;
    padding: 12px 0 0;
    width: 27%;
}

.account-column {
    float: right;
    margin-right: 10px;
    padding: 12px 0 0;
    width: 65%;
}

.account-column a,
.personal-information a {
    color: #393;
}

#content .account-column h2,
#content .personal-information h2 {
    background: #c4dfc2;
    float: left;
    margin-bottom: 10px;
    padding: 10px 5px;
    width: 100%;
}

.account-column h2 span.h2Text,
.account-section h2 span.h2Text,
.personal-information h2 span.h2Text,
.personal-information h2 span.h2Text {
    float: left;
}

.account-column h2 span.h2Link,
.account-section h2 span.h2Link,
.personal-information h2 span.h2Link,
.personal-information h2 span.h2Link {
    float: right;
}

.account-column dl {
    float: left;
    padding-bottom: 15px;
    width: 33%;
}

.personal-information dl {
    margin-bottom: 15px;
}

.personal-information dl dt {
    font-weight: bold;
    margin-top: 6px;
}

.account-column dl dd {
    line-height: 1.5em;
}

.personal-information dl dd {
    line-height: 1.1em;
}

.account-column dl dt.cardName  {
    font-weight: normal;
    text-transform: uppercase;
}

.account-section {
    clear: both;
    margin-right: 5px;
    margin-bottom: 10px;
}

.account-section a {
    color: #393;
}

.account-section h2 {
    background: #c4dfc2;
    float: left;
    padding: 10px 5px;
    width: 100%;
}

.account-section p {
    margin-bottom: 10px;
}

.account-section table {
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.account-section table th {
    font-weight: bold;
}

.account-section table th,
.account-section table td {
    line-height: 1.2em;
    padding: 5px;
    vertical-align: top;
}

#fr-date-group,
#fr-reminder-group,
#fr-submit-group {
    clear: both;
    float: left;
    margin-bottom: 10px;
}

#fr-date-group input.fr-date {
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#fr-date-group label,
#fr-reminder-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#fr-date-group a {
    display: inline;
    line-height: 15px;
    padding-top: 2px;
    vertical-align: middle;
}

#fr-submit-group {
    margin-top: 15px;
}

.account-section input.fs-order,
.account-section input.fs-skip,
.account-section input.fs-cancel  {
    background: #fff url(../images/static/buttons/button-131.gif) no-repeat;
    border: none;
    color: #fff;
    font-weight: bold;
    height: 19px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 2px;
    width: 131px;
}

input.fr-submit  {
    background: #fff url(../images/static/buttons/button-73.gif) no-repeat;
    border: none;
    color: #fff;
    font-weight: bold;
    height: 19px;
    padding-bottom: 2px;
    width: 73px;
}

.account-column .pipe {
    color: #999;
}

/* @end account information */


/* @group Order History */

table.order-history {
    width: 100%;
}

table.order-history th {
    font-weight: bold;
}

table.order-history td,
table.order-history th {
    padding: 5px;
}

table.order-history a {
    color: #393;
}

/* @end Order History */


/* @group footer */

#footer {
    background: transparent url(../images/static/background/footer.png) no-repeat top left;
    color: #000;
    font-size: 0.9em;
    line-height: 2.0em;
    margin: 0;
    padding: 1.8em 3.52em 2.8em 3.52em;
}

#footer a:link,
#footer a:visited {
    color: #000;
    text-decoration: none;
}

#footer a:hover,
#footer a:active {
    color: #000;
    text-decoration: underline;
}

#footer .copyright {
    color: #666;
    margin-left: -0.33em;
}

/* @end footer */

/* @end design */


/* @group cart */

body.ma h1 {
    float: left;
}

.cartExplanation {
    clear: both;
    max-width: 76.5em;
}

.cartExplanation,
.continueLink,
.information  {
    margin-bottom: 1.5em;
}

.cartExplanation a,
.continueLink a,
#print a {
    color: #393;
}

.confirmationTitle {
    float: left;
}

.continueLink {
    padding-bottom: 1.5em;
    text-align: right;
}

/* @group information */

.information {
    clear: both;
    display: block;
    margin: 0 0 inherit 0;
    overflow: auto;
}

.information * {
    display: inline;
    padding-right: 1em;
}

.information dd {
    font-weight: bold;
}

.information dt {
    font-weight: normal;
}

/* @end information */

#print {
    float: right;
}

/* IE fixes in ie.css */
#cart {
    background: url(../images/static/background/cart.png) no-repeat 0 100%;
    float: left;
    font-size: 1em;
    margin: 0.6em 0 1.1em -0.45em;
    padding: 0 0.6em 3.5em;
    width: 91.7em;
}

#cart a {
    color: #393;
}

/* IE fixes in ie.css */
#cart .tableBackground {
    background: url(../images/static/background/cart-table.png) no-repeat 50% 99%;
    margin-bottom: 1.5em;
}

#cart table {
    left: -0.6em;
    line-height: 1.4em;
    position: relative;
    top: -0.6em;
    width: 92.9em;
}

#cart table a:link,
#cart table a:visited {
    text-decoration: none;
}

#cart table a:hover,
#cart table a:active {
    text-decoration: underline;
}

/* @group table rows */

#cart tbody tr td {
    background-color: #f9f9f9 !important;
    border-top: 0.1em solid #c4c4c4;
    padding: 1.2em 0.75em;
    vertical-align: top;
}

#cart tbody tr.even td {
    background-color: #fff !important;
}

#cart tbody tr.install td {
    background: url(../images/static/background/cart-row-install.png) no-repeat -2.1em 0;
    border-top: none;
    padding-top: 1.1em;
    padding-bottom: 1em;
    vertical-align: middle;
}

/* @end table rows */


/* @group table columns */

#cart table .image {
    background: url(../images/static/background/cart-row.png) no-repeat 0 0;
    border-top: none;
    padding-left: 2.1em;
    white-space: nowrap;
    width: 5.5em;
}

#cart table td.image {
    padding-top: 1.3em;
}

#cart table .install td.image {
    background: url(../images/static/background/cart-row-install.png) no-repeat 0 0;
    border-top: none;
    padding-top: 1.1em;
}

#cart table .description {
    width: 25.2em;
}

#cart table .description a {
    font-weight: bold;
}

#cart table .description p {
    margin-bottom: 0;
}

#cart table .description p.note {
    color: #424242;
}

#cart table .description p.note a {
    font-weight: normal;
    text-decoration: underline;
}

#cart table .description p.note a:hover {
    text-decoration: none;
}

#cart table .delivery {
    width: 13em;
}

#cart table .price {
    text-align: center;
    white-space: nowrap;
    width: 15em;
}

#cart table .quantity {
    text-align: center;
    white-space: nowrap;
    width: 6em;
}

#cart table .quantity input {
    border-color: #797979;
    color: #000;
    width: 1.8em;
}

#cart table .subtotal {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: 7.5em;
}

#cart table .remove {
    background: url(../images/static/background/cart-row.png) no-repeat 100% 0;
    border-top: none;
    padding-right: 2.1em;
    text-align: center;
    white-space: nowrap;
    width: 5em;
}

#cart table td.remove {
    padding-top: 1.3em;
}

#cart table .install td.remove {
    background: url(../images/static/background/cart-row-install.png) no-repeat 100% 0;
    border-top: none;
    padding-top: 1.1em;
}

#cart table .remove a:link,
#cart table .remove a:visited {
    text-decoration: underline;
}

#cart table .remove a:hover,
#cart table .remove a:active {
    text-decoration: none;
}

/* @end table columns */

#cart table thead {
    background: url(../images/static/background/cart-header.png) 50% 50%;
    position: relative;
    width: 85.0em;
}

#cart table thead th {
    background: url(../images/static/background/cart-header.png) 50% 50%;
    line-height: 3em;
    padding: 0 0.75em;
    vertical-align: middle;
}

#cart table thead th.image {
    background: url(../images/static/background/cart-header.png) 0 50%;
}

#cart table thead th.remove {
    background: url(../images/static/background/cart-header.png) 100% 50%;
}

#cart table thead th.subtotal {
    font-weight: normal;
}

/* @group promo entry */

#cart #promo-entry {
    float: left;
    line-height: 1.2em;
    margin-left: 1.5em;
    width: 28.2em;
}

#cart #promo-entry legend,
#cart #promo-entry p {
    margin-bottom: 0.6em;
}

/* IE fixes in ie.css */
#cart #promo-entry legend {
    font-weight: bold;
}

#cart #promo-entry .submit {
    margin-top: -0.3em;
}

#cart #promo-entry .text {
    margin-right: 0.5em;
    width: 12.6em;
}

/* @end promo entry */


/* @group cards */

.cards {
    float: left;
    margin-bottom: 2em;
    width: 100%;
}

.cards p {
    margin-bottom: 0.6em;
}

.cards ul li {
    float: left;
    margin-right: 0.3em;
}

/* @end cards */


/* @group cart total */

table#total {
    background: none;
    float: right;
    margin-bottom: 0.8em;
    width: 33.5em;
}

table#total tbody tr th,
table#total tbody tr td {
    float: none;
    font-weight: normal;
    padding: 0 0 1.0em;
    text-align: right;
    vertical-align: top;
    width: 15.8em;
}

table#total tbody tr td {
    background-color: #fff !important;
    border-top: none;
    padding: 0 8.8em 0 0;
    width: 8.9em;
}

/* @group rows */

table#total .shipping select {
    width: 15.8em;
}

table#total tbody tr.total th {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.4em 0 0.4em -1.4em;
    width: 15.8em;
}

table#total tbody tr.total td {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 7.9em 0 0;
    width: 8.1em;
}

/* @end rows */

/* @end cart total */


/* @group checkout */

/* IE fixes in ie.css */
#cart #checkout {
    clear: both;
    padding-left: 73.5em;
    width: 18.2em;
}

p.cartExplanation {
    margin-bottom: 2em;
}

/* @end checkout */

/* @group cart buttons */

/* IE fixes in ie.css */
#qs .submit,
#cart .submit,
.form-column .submit {
    background: transparent no-repeat top left;
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    height: 19px;
    line-height: 1.6em;
    padding: 0 0 3px 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#acc-submit-group,
#aea-submit-group,
#epi-submit-group,
.form-column .bs-submit,
.form-column .ca-submit,
.form-column .cu-submit,
.form-column .cw-submit,
.form-column .cz-submit,
.form-column .pay-submit,
.form-column .rp-submit,
.form-column .si-submit {
    float: right;
    margin-top: 1.2em;
}

#cart .submit,
.form-column .submit {
    margin-right: -0.7em;
}

.form-column .acc-cancel,
.form-column .aea-cancel,
.form-column .epi-cancel {
    background-image: url(../images/static/buttons/green-55.png);
    width: 5.5em;
}

.form-column .acc-submit,
.form-column .aea-submit,
.form-column .epi-submit {
    background-image: url(../images/static/buttons/green-46.png);
    margin-left: 0.7em;
    width: 4.6em;
}

/* IE fixes in ie.css */
.form-column .bs-submit {
    background-image: url(../images/static/buttons/green-94.png);
    width: 9.4em;
}

/* IE fixes in ie.css */
.form-column .ca-submit {
    background-image: url(../images/static/buttons/green-123.png);
    width: 12.3em;
}

/* IE fixes in ie.css */
#cart .co-submit {
    background-image: url(../images/static/buttons/green-94.png);
    width: 9.4em;
}

/* IE fixes in ie.css */
.form-column .cu-submit {
    background-image: url(../images/static/buttons/green-94.png);
    width: 9.4em;
}

/* IE fixes in ie.css */
.form-column .cw-submit {
    background-image: url(../images/static/buttons/green-152.png);
    width: 15.2em;
}

.form-column .cz-submit {
    background-image: url(../images/static/buttons/green-46.png);
    width: 4.6em;
}

/* IE fixes in ie.css */
.form-column .pay-submit {
    background-image: url(../images/static/buttons/green-94.png);
    margin-right: 0;
    width: 9.4em;
}

/* IE fixes in ie.css */
#cart .pe-submit {
    background-image: url(../images/static/buttons/light-grey-103.png);
    width: 10.3em;
}

/* IE fixes in ie.css */
.form-column .rp-submit {
    background-image: url(../images/static/buttons/green-123.png);
    width: 12.3em;
}

#cart .sc-update {
    background-image: url(../images/static/buttons/light-grey-59.png);
    width: 5.9em;
}

.form-column .si-submit {
    background-image: url(../images/static/buttons/green-58.png);
    margin-bottom: 2em;
    width: 5.8em;
}

/* @end cart buttons */

/* @end cart */


/* @group billing / shipping / payment */

#cart .billing,
#cart .shipping,
#cart .payment {
    float: left;
    line-height: 1.4em;
    margin-right: 2em;
    width: 14.5em;
}

#cart table#total .shipping {
    float: none;
}

#cart .billing h2,
#cart .shipping h2,
#cart .payment h2 {
    float: left;
    width: 14.5em;
}

#cart .billing .h2Text,
#cart .shipping .h2Text,
#cart .payment .h2Text {
    float: left;
}

#cart .billing .h2Link,
#cart .shipping .h2Link,
#cart .payment .h2Link {
    float: right;
    font-weight: normal;
}

#cart .billing {
    margin-left: 8.7em;
}

#cart #tracking {
    clear: both;
    margin-left: 8.7em;
    width: 100%;
}

/* @end billing / shipping / payment */


/* @group forms */

.form-column {
    float: left;
    padding-top: 0.3em;
    padding-right: 5.7em;
    width: 25.6em;
}

.form-column.last {
    padding-right: 3.8em;
}

.form-column.notice {
    margin-top: 1em;
}

form#cu .form-column.last {
    margin-top: -3.5em;
}

.form-column h2,
.form-column .cartExplanation,
.form-column .inline,
.form-column .note {
    margin-bottom: 0.6em;
}

h2.two-columns,
.form-column h2 {
    background-color: #b2d8b9;
    line-height: 2.8em !important;
    padding: 0 1em;
    vertical-align: middle;
    width: 24.6em;
}

h2.two-columns {
    width: 55.6em;
}

.form-column input.password,
.form-column input.text,
.form-column select {
    display: block;
    margin-bottom: 0.6em;
}

.form-column input.password,
.form-column input.text,
.form-column textarea {
    width: 25.1em;
}

#epi-contact-group legend,
.form-column label,
.phone-group legend {
    display: block;
    font-weight: bold;
    margin-bottom: 0.3em;
}

#epi-contact-group legend span,
.form-column label span,
.phone-group legend span {
    font-weight: normal;
}

.form-column select {
    width: 26.1em;
}

.form-column textarea {
    height: 8.4em;
    overflow: auto;
}

.form-column .inline {
    font-weight: normal;
}

/* IE fixes in ie.css */
.form-column .inline input {
    position: relative;
    top: 0.3em;
}

.form-column .note {
    clear: both;
    font-size: 0.9em;
    width: 25.6em;
}

.form-column .phone-group {
    clear: both;
}

/* IE fixes in ie.css */
.form-column .phone-group input {
    float: left;
}

.form-column .phone-group input.phone-area {
    margin-right: 0.5em;
    width: 5.7em;
}

.form-column .phone-group input.phone-city {
    margin-right: 0.5em;
    width: 5.7em;
}

/* IE fixes in ie.css */
.form-column .phone-group input.phone-local {
    margin-right: 0;
    width: 10.3em;
}

/* Firefox 2 hack */
.form-column .phone-group input.phone-local,
x:-moz-any-link {
    width: 9.6em;
}

/* Firefox 3 hack */
.form-column .phone-group input.phone-local,
x:-moz-any-link, x:default {
    width: 10.3em;
}

.form-column .state,
.form-column .zip {
    float: left;
}

.form-column .state {
    padding-right: 1em;
    width: 10.9em;
}

.form-column .state select {
    width: 10.7em;
}

/* IE fixes in ie.css */
.form-column .zip {
    width: 14.4em;
}

/* Firefox 2 hack */
.form-column .zip,
x:-moz-any-link {
    width: 13.7em;
}

/* Firefox 3 hack */
.form-column .zip,
x:-moz-any-link,
x:default {
    width: 14.4em;
}

.form-column .zip input.text {
    width: 13.2em;
}

.form-column .expiration,
.form-column .securityCode {
    float: left;
}

/* IE fixes in ie.css */
.form-column .expiration {
    padding-right: 1.1em;
    width: 15.3em;
}

.form-column .expiration select {
    float: left;
    width: 7em;
}

.form-column .expiration select.acc-card-year,
.form-column .expiration select.pay-card-year {
    margin-left: 0.5em;
}

.form-column .securityCode {
    position: relative;
    width: 9.9em;
}

.form-column .securityCode label img {
    position: absolute;
    right: 0;
}

.form-column .securityCode input.text {
    width: 8.7em;
}

#pay .payment-summary {
    background: url(../images/static/background/payment-summary.png) no-repeat 0 100% !important;
    margin-right: 4.1em !important;
    margin-left: -0.5em !important;
    padding: 0 0 0.8em 0 !important;
    width: 22.2em !important;
}

#pay .payment-summary h2 {
    background: url(../images/static/background/payment-summary-header.png) no-repeat 0 0;
    font-weight: normal;
    line-height: 3em;
    text-align: center;
    width: 20.2em;
}

#pay .payment-summary table {
    padding-right: 2.1em;
    padding-left: 0.6em;
    width: 22.2em;
}

#pay .payment-summary table tr td,
#pay .payment-summary table tr th {
    padding-bottom: 0.5em;
}

#pay .payment-summary table tr td {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 8.9em !important;
}

#pay .payment-summary table tr th {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 10.6em !important;
}

/* @end forms */


/* @group cross-sells */

/* IE fixes in ie.css */
.cross-sells {
    clear: both;
    float: none;
    line-height: 1.4em;
    margin-bottom: 1em;
    overflow: auto;
}

.cross-sells a {
    color: #393;
    font-weight: bold;
}

.cross-sells a:link,
.cross-sells a:visited {
    text-decoration: none;
}

.cross-sells a:hover,
.cross-sells a:active {
    text-decoration: underline;
}

.cross-sells h3 {
    font-size: 1.2em !important;
    margin-bottom: 1.6em !important;
}

.cross-sells .cross-sell {
    float: left;
    margin-right: 1.575em;
    width: 21.4em;
}

.cross-sells .cross-sell img {
    float: left;
    margin-right: 0.7em;
}

.cross-sells .cross-sell .price {
    font-size: 1.1em;
}

.cross-sells .cross-sell .sale {
    font-weight: bold;
}

.cross-sells .cross-sell .sale span {
    font-weight: normal;
}

.cross-sells .cross-sell p {
    color: #333;
}

/* @end cross-sells */


/* @group product images / videos */

#product-image .still,
#product-image .video {
    margin-bottom: 5px;
    min-height: 290px;
}

#product-image .video {
    width: 380px;
    min-height: 320px;
}

#product-image .thumb {
    margin-bottom: 10px;
}

#product-image .thumb img {
    margin-right: 6px;
}

#product-image .thumb img.lastInRow {
    margin-right: 0;
}

#product-image a.zoomButton {
    height: 20px;
    margin: 0;
    padding: 270px 0 0 360px;
    position: absolute;
    width: 20px;
    z-index: 10;
}

/* @end product images / videos */


/* @group tabset */

#tabset ul.tabs {
    clear: both;
    display: block;
    float: left;
}

#tabset ul li {
    background: transparent url(../images/static/background/tab-left-curve-off.gif) no-repeat scroll left bottom;
    clear: none;
    display: block;
    float: left;
    margin-right: 2px;
    padding: 0;
}

#tabset ul li.selected {
    background: transparent url(../images/static/background/tab-left-curve-on.gif) no-repeat scroll left bottom;
    font-weight: normal;
}

#tabset ul li a:link,
#tabset ul li a:visited,
#tabset ul li a:hover,
#tabset ul li a:active {
    background: transparent url(../images/static/background/tab-right-curve-off.gif) no-repeat scroll right bottom;
    clear: none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 0 0 5px;
    padding: 2px 5px 2px 0;
}

#tabset ul li a:link,
#tabset ul li a:visited {
    text-decoration: none;
}

#tabset ul li a:hover,
#tabset ul li a:active {
    text-decoration: underline;
}

#tabset ul li.selected a:link,
#tabset ul li.selected a:visited,
#tabset ul li.selected a:hover,
#tabset ul li.selected a:active {
    background: transparent url(../images/static/background/tab-curve-right-on.gif) no-repeat scroll right bottom;
    text-decoration: none;
}

#tabset .tab-content {
    background-color: #f6f6f6;
    border: 1px solid #999;
    clear: both;
    display: none;
    float: none;
    height: 200px;
    overflow: auto;
    margin-bottom: 20px;
    padding: 7px;
    width: 364px;
}

#tabset .tab-content.selected {
    display: block;
}

/* @end */


/* @group page-specific mods */

body.pc #content h1,
body.gc #content h1  {
    margin-bottom: 15px;
}

body.pc #price {
    font-weight: bold;
}

body.pc #price span {
    font-weight: normal;
}

body.pc dl.information {
    font-weight: bold;
    margin-bottom: 15px;
}

body.pc p, body.gc p {
    margin-bottom: 10px;
}

body.pc .cross-sells {
    margin-left: -230px;
    width: 920px;
}

body.pc.wide .cross-sells {
    margin-left: 0;
}

body.pc .continueLink {
    margin-top: 0;
    margin-bottom: 0;
}

/* @end */


/* @group Product Detail */

#benefits {
    margin-bottom: 15px;
}

#benefits ul li {
    list-style-type: square;
    margin-left: 13px;
}

#rightForYou {
    background-color: #f6f6f6;
    border: 1px solid #393;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 7px;
}

#rightForYou h3,
#rightForYou a {
    color: #393;
}

#rightForYou h3 {
    font-size: 1.2em;
}

#rightForYou ul li {
    font-weight: normal;
    list-style-type: square;
    margin-left: 13px;
}

/* @group form stuff */

form#op fieldset {
    margin-bottom: 7px;
}

form#op fieldset#op-service-group,
form#op fieldset#op-install-group {
    margin-bottom: -7px;
}

form#op label input.checkbox {
    margin-right: 3px;
    position: relative;
    top: 3px;
}

#content form#op fieldset a {
    margin-left: 3px;
    position: relative;
    top: 3px;
}

#content form#op fieldset#op-service-group a {
    left: 200px;
    margin-left: 3px;
    position: relative;
    top: -29px;
}

#content form#op fieldset#op-install-group a {
    left: 250px;
    margin-left: 3px;
    position: relative;
    top: -29px;
}

form#op label span {
    display: block;
    margin-top: 3px;
    margin-left: 17px;
}

form#op label em {
    color: #f00;
    font-style: normal;
    font-weight: normal;
}

fieldset#op-submit-group {
    background-color: #c4dfc2;
    padding: 8px;
    margin-top: 20px;
}

fieldset#op-submit-group input.submit {
    background: url(../images/static/buttons/green-84.png) no-repeat;
    border-style: none;
    color: #fff;
    font-weight: bold;
    height: 19px;
    line-height: 1.6em;
    padding: 0 0 3px 0;
    width: 84px;
}

.op-quantity {
    width: 30px;
}

.inline-prompt {
    color: #999;
}

/* @end form stuff */


/* @group column layout */

#col1 {
    float: left;
    width: 380px;
}

#col2 {
    float: left;
    margin-left: 20px;
    width: 285px;
}

/* @end column layout */

/* @end product detail */


/* @group SG Popups */

body.sg {
    background: #f4f7f2 url(../images/static/background/sg.gif) repeat-x left -100px;
}

body.sg #container {
    background: transparent;
    padding: 0 132px;
    width: 696px;
}

body.sg #breadcrumb {
    background: transparent;
    border-bottom: none;
    padding: 13px 0 25px 0;
}

body.sg #breadcrumb ul.nav {
    width: 100%;
}

body.sg #breadcrumb ul.nav li {
    line-height: 1.7em;
}

body.sg #body {
    background: transparent;
    padding: 15px 0 18px 0;
    width: 100%;
}

body.sg #left-nav {
    background-image: none;
    float: left;
    margin-right: 0;
    width: 153px;
    text-align: center;
}

body.sg #left-nav #branding {
    display: block;
    float: none;
    margin-bottom: 10px;
}

body.sg #left-nav #sg-nav-group a {
    background: url(../images/static/buttons/sg-gray-140.gif) no-repeat 0 bottom;
    border-style: none;
    color: #fff;
    clear: both;
    display: block;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    margin: 0 auto 8px auto;
    text-decoration: none;
    width: 140px;
}

body.sg #left-nav #sg-nav-group a.selected {
    background: url(../images/static/buttons/sg-black-140.gif) no-repeat 0 bottom;
}

body.sg #content,
body.sg #content h1,
body.sg #content fieldset h2 {
    line-height: 1.3em;
    margin-bottom: 10px;
}

body.sg #content h1 {
    color: #393;
}

body.sg #content.center-column  {
    background: url(../images/static/background/sg-content.gif) no-repeat right top;
    margin-right: 7px;
    width: 400px;
}

body.sg #content.wide {
    background: url(../images/static/background/sg-content-fixed-width.png) no-repeat top left;
    margin-left: 3px;
    padding: 15px 10px 10px 20px;
    width: 660px;
}

body.sg #content.wide p {
    margin-bottom: 10px;
}

body.sg #content.wide h2 {
    background-color: #fff;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding: 0;
}

body.sg #content.center-column .column-body {
    background: url(../images/static/background/sg-content.gif) no-repeat left top;
    padding: 10px 15px 10px 15px;
    margin: 0 15px 0 0;
}

body.sg #content.center-column .column-body #errorNotice{
    width: 348px;
}

body.sg #content.center-column fieldset {
    display: block;
    margin-bottom: 15px;
    width: 370px;
}

body.sg #content.center-column fieldset input.checkbox,
body.sg #content.center-column fieldset img.whatsThis {
    position: relative;
    top: 2px;
}

body.sg #content.center-column fieldset h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

body.sg #content.center-column fieldset legend span {
    display: block;
    width: 370px;
}

body.sg #content.center-column fieldset label {
    display: block;
    width: 370px;
}

body.sg #content.center-column fieldset#sg-submit {
    text-align: right;
}

body.sg #content.center-column fieldset#sg-submit a {
    color: #393;
    margin-right: 10px;
}

body.sg #content.center-column fieldset#sg-submit input.submit {
    background: transparent url(../images/static/buttons/green-94.png) no-repeat bottom left;
    border-style: none;
    color: #fff;
    font-weight: bold;
    height: 22px;
    width: 94px;
}

body.sg #content.center-column fieldset#sg-submit input.submit.wide {
    background: transparent url(../images/static/buttons/green-136.png) no-repeat bottom left;
    width: 136px;
}

body.sg #content.center-column .column-footer-right {
    background: url(../images/static/background/sg-content.gif) no-repeat right bottom;
    height: 13px;
    margin-top: -13px;
    margin-left: 10px;
}

body.sg #content.center-column .column-footer-left {
    background: url(../images/static/background/sg-content.gif) no-repeat left bottom;
    height: 13px;
    margin: 0 10px 0 -10px;
}

body.sg #summary {
    float: left;
    line-height: 1.3em;
    width: 130px;
}

body.sg #summary h2 {
    background-color: #666;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 1px 5px 3px;
}

body.sg #summary h3 {
    font-weight: bold;
}

body.sg #summary ul {
    margin-bottom: 8px;
}

body.sg #summary ul li {
    line-height: 1.4em;
    list-style-type: square;
    margin-left: 13px;
}

body.sg .sg-tableBackground {
    background: transparent url(../images/static/background/sg-content-fixed-width.png) no-repeat top left;
    margin-left: 2px;
    width: 690px;
}

body.sg table {
    margin-left: 3px;
    padding: 0 5px 15px 5px;
    width: 684px;
}

body.sg table tr td {
    border-bottom: 1px solid #b7b7b7;
    margin: 0;
    padding: 5px 5px 10px 5px;
    vertical-align: top;
}

body.sg table td.actions {
    width: 9px;
}

body.sg table td.actions input.checkbox {
    position: relative;
    top: 8px;
}

body.sg table .product-display {
    margin-right: 0;
    text-align: left;
    width: 320px;
}

body.sg table .product-display .description {
    margin-left: 10px;
    width: 220px;
}

body.sg table .product-display .description a {
    font-weight: bold;
    text-decoration: none;
    width: 220px;
}

body.sg table .product-display .description p {
    margin-bottom: 10px;
    width: 220px;
}

body.sg table .product-display .productLink,
body.sg table .product-display .description,
body.sg table .product-display #sg-request1-group {
    float: left;
}

body.sg table .product-display .productLink {
    display: block;
    height: 61px;
    width: 79px;
}

body.sg #content table td h3 {
    margin-top: 10px;
}

body.sg #content table td ul li {
    list-style-type: square;
    margin-left: 13px;
}

body.sg #content table td .price {
    font-weight: bold;
    margin-left: 0;
}

body.sg table .product-display fieldset#sg-request1-group .submit {
    background: url(../images/static/buttons/light-grey-93.gif) no-repeat 0 3px;
    border-style: none;
    color: #fff;
    height: 22px;
    font-weight: bold;
    margin-left: 0;
    width: 93px;
}

body.sg fieldset#sg-submit-group {
    background: transparent url(../images/static/background/sg-content-fixed-width.png) no-repeat bottom left;
    height: 35px;
    margin-left: 2px;
    padding-bottom: 10px;
    padding-left: 30px;
}

body.sg fieldset#sg-submit-group input {
    background: transparent url(../images/static/buttons/green-136.png) no-repeat bottom left;
    border-style: none;
    color: #fff;
    font-weight: bold;
    height: 22px;
    margin-left: 8px;
    width: 136px;
}

body.sg .form-column {
    float: left;
    margin-right: 20px;
    padding: 0;
    width: 310px;
}

.required {
    color: #fe0000;
}

body.sg .form-column fieldset {
    margin-bottom: 10px;
}

body.sg .form-column fieldset#wq-shipping-group fieldset {
    margin-bottom: 0;
}

body.sg .form-column fieldset.short-text input {
    border: 1px solid #666;
    width: 2em;
}

body.sg .form-column legend {
    font-weight: bold;
}

body.sg .form-column label {
    display: block;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.2em;
}

body.sg .form-column fieldset.group label {
    font-style: normal;
    font-weight: normal;
}

body.sg .form-column input.radio {
    position: relative;
    top: 3px;
}

body.sg .form-column fieldset.finding {
    margin-bottom: 1em;
}

body.sg .form-column fieldset.finding label {
    font-weight: bold;
}

body.sg .form-column fieldset.finding ul li {
    list-style-type: square;
    margin-left: 13px;
}

body.sg .form-column .textarea {
    height: 10em;
    overflow: auto;
    width: 25em;
}

body.sg .form-column input.text {
    width: 25em;
}

body.sg .form-column input.wq-zip,
body.sg .form-column input.wq-phone {
    width: 10em;
}

body.sg #content .form-column h3 {
    line-height: 1.3em;
}

body.sg #content .form-column input.wq-submit  {
    background: transparent url(../images/static/buttons/green-84.png) no-repeat bottom left;
    border-style: none;
    color: #fff;
    font-weight: bold;
    height: 19px;
    width: 84px;
}

body.sg #content-bottom {
    background: transparent url(../images/static/background/sg-content-fixed-width.png) no-repeat bottom left;
    height: 15px;
    float: left;
    margin-top: -10px;
    margin-left: 3px;
    width: 690px;
}

/* @end */


/* @group Home Page */

#subheading {
    background: transparent url(../images/static/background/breadcrumb2.png) no-repeat bottom left;
    height: 55px;
    margin: 0 10px;
}

#subheading h1 {
    background: url(../images/static/titles/txt-3Mcleanwatersolutions.jpg) no-repeat;
    height: 21px;
    left: 40px;
    position: relative;
    top: 10px;
    width: 296px;
}

#subheading h1 span {
    display: none;
}

body.gc.wide #slideshow {
    float: left;
    margin-top: 0;
    margin-right: 15px;
}

.featureContent img {
    display: block;
}

.featureContent {
    display: block;
}

.featureContent strong,
.featureContent b {
    font-weight: bold;
}

.featureContent ul li {
    background: none;
    line-height: 1.4em;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: square;
    margin-left: 0.1em;
    padding-left: 0.4em;
}

/* table */
.content table,
.content tr {
    border: 1px solid #858585;
    text-align: center;
    padding: 2px;
}

.content td {
    border-right: 1px solid #858585;
    text-align: center;
    padding: 2px;
}

.content td b {
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    font-family: arial, tahoma, helvetica;
}

.content td.leftColumn {
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-align: left;
    font-family: arial, tahoma, helvetica;
    width: 100px;
}

.content td.left {
    text-align: left;
}
/* end table */

body.gc.wide .feature-products {
    float: left;
    width: 295px;
}

body.gc.wide .feature-products .feature-product {
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 295px;
}

body.gc.wide .feature-products .feature-product img {
    float: left;
    height: 87px;
    margin-right: 10px;
    width: 97px;
}

body.gc.wide .feature-products .feature-product .description {
    float: left;
    width: 188px;
}

body.gc.wide .feature-products .feature-product.no-image .description {
    width: 100%;
}

body.gc.wide .feature-products .feature-product .description p,
body.gc.wide .feature-products .feature-product .description ul {
    margin-bottom: 5px;
}

body.gc.wide .feature-products .feature-product .description li {
    list-style-type: disc;
    margin-left: 15px;
}

body.gc.wide .cross-sells {
    clear: both;
    float: left;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
}

img#slideshow-morticed-right {
    float: left;
    margin: -5px;
}

#home-zip-entry {
    background: url(../images/static/background/home-zip-form-bg.jpg) no-repeat left;
    color: #fff;
    float: left;
    height: 254px;
    line-height: 1.5em;
    margin-top: -10px;
    padding: 25px 20px;
    width: 257px;
}

#home-zip-entry h2 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#home-zip-entry form#gc-zip-entry {
    margin-bottom: 30px;
}

#home-zip-entry input.gc-zip-code {
    cursor: text;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: top;
    width: 81px;
}

#home-zip-entry .submit {
    background: transparent url(../images/static/buttons/blue-60.png) no-repeat top left;
    border-style: none;
    color: #fff;
    font-weight: bold;
    height: 19px;
    line-height: 1.6em;
    padding: 0 0 3px 0;
    width: 60px;
}

body.gc.wide #content .cross-sells {
    width: 100%;
}

#content .social {
    float: right;
    clear: none;
    margin-right: 40px;
}

#content .social li {
    margin: 0 0 7px 0;
}

#content .social li.last {
    margin: 0;
}

#footer .social {
    float: left;
    clear: both;
}

#footer .social li {
    background: transparent;
    display: block;
    float: left;
    margin: 0;
    padding: 5px 8px 0 0;
}

#footer .copyright {
    float: left;
    clear: none;
    margin: 3px 0 0 12px;
}

#footer #verisign, #footer #thawteseal {
    float: left;
    clear: both;
    margin: 5px 0 0 5px;
}

b {
    font-weight: bold;
}

/* @group Dealer Updates */

.dealer-box {
	background: #e2e9f8;
	border: 1px solid #2e5bb4;
	margin-bottom: 24px;
	padding: 7px 8px 0 8px;
	width: 267px;
}

#content .dealer-box h2,
body.sg #content.wide .dealer-box h2,
.dealer-box h2 {
	background: transparent;
	color: #039;
	font-size: 1.4em;
	line-height: 1 !important;
	margin-bottom: 10px;
	width: auto;
}

.dealer-box img {
	display: block;
	float: left;
	padding: 0 16px 8px 0;
}

.dealer-box .address {
	float: left;
	line-height: 1.4;
	padding-top: 4px;
}

#content .dealer-box h3,
body.sg #content .form-column .dealer-box h3,
.dealer-box .address h3 {
	line-height: 1.4;
}

body.sg #content.wide .dealer-box p,
.dealer-box p {
	clear: both;
	display: block;
	line-height: 1.2;
	padding-top: 5px;
}

#content .dealer-box a,
.dealer-box a {
	color: #039;
}

body.sg #content.wide #errorNotice{
	width: 628px;
}
/* @end Dealer Updates */

#liveChat {
	float: right;
	padding-right: 10px;
	margin-top: -30px;
}

#liveChat2 {
	float: right;
	margin-top: -47.2px;
	margin-right: -15px;
}
/* @end live chat Updates */

/* @end */
