/* page defaults */

* {
	margin: 0;
	padding: 0;
}

hr, legend {
	display: none;
}


a, a:link, a:visited {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	color: maroon;
	text-decoration: none;
	background-color: #FFFF99
}


div.bottom-divider {
	clear: both;
}

input {
	background-color: #FFFFEE;
	border: 1px solid lightgray;
	font-family: Verdana, Helvetica, Arial, San-serif;
}

select {
	background-color: #FFFFEE;
	border: 1px solid lightgray;
}

/* basic centered page layout */
body {
	background: #FFFFFF none repeat scroll 0%;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, San-serif;
	font-size: 100%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	background: #FFFFFF url(/images/page-top-gradient.png) repeat-x scroll center top;
}

abbr, acronym {
	border-bottom: 1px dotted #000000;
	cursor: help;
}

#container {
	margin: 0 auto;
	width: 64em;
	text-align: left;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	background-color: white;
}

/* page header */
#header {
	background-color: white;
	overflow: hidden;
}

#header h1 a {
	background: transparent url(/images/logotop-css.png) no-repeat scroll top left;
	text-indent: -999px;
	height: 100px;
	width: 400px;
	float: left;
}

/* header right - Marketing information and Verisign */
div#header-right {
	width: 600px; /* 400px; */
	float: right;
}

div#header-right div {
	float: left;
}

div#header-right div#verisign {
	width: 125px;
}

div#header-right div#hacker-safe img {
	border-width: 0pt;
	padding: 30px 10px 10px 10px;
}

#header span img {
	border-width: 0pt;
	padding: 1em;
}

div#header-contact {
	width: 225px;
}

div#header-contact ul {
	padding-top: 1em;
	padding-right: 3em;
}

li#header-contact-phone,
li#header-contact-days,
li#header-contact-hours {
	font-weight: bold;
	color: #0084C8;
	text-align: center;
}

li#header-contact-phone {
	font-size: 90%;
}

li#header-contact-days,
li#header-contact-hours {
	font-size: 70%;
}

div#marketing-banner {
	width: 250px;
}

div#marketing-banner a img {
	border: 0;
	padding: 0em 0em;
}

div#marketing-banner div p {
	padding-top: 1em;
	font-size: 70%;
	width: 8em;
}

div#marketing-banner a {
	font-weight: bold;
}

div#marketing-banner a,
div#marketing-banner a:link,
div#marketing-banner a:visited {
	color: #0084C8;
}

div#marketing-banner a:hover {
	color: red;
}

/* header bottom bar with search */
#nav-main {
	clear: both;
	background: white url(/images/nav-main.png) repeat-x scroll bottom left;
	height: 40px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	overflow: hidden;
}

/* search form top */
#nav-main form {
	float: left;
	padding: 0.5em 0pt;
}

#nav-main form fieldset {
	border-width: 0pt;
	padding: 0pt 1em 0pt 1em;
}

#nav-main form fieldset label {
	color: white;
	font-weight: bold;
	font-size: 80%;
}

#nav-main form fieldset label input {
	font-weight: normal;
	padding-left: 0.2em;
}

#nav-main form fieldset label input#newSearchTerm {
	font-size: 100%;
}

#nav-main form fieldset select {
	font-size: 80%;
	border-width: 0pt;
}

#nav-main form fieldset input.go-button {
	background: #FF8E95 url(/images/button-search.png) repeat-x scroll bottom left;
	border: 1px solid white;
	padding: 0 0.5em;
	color: white;
	font-weight: bold;
	font-size: 80%;
}

/* view cart and checkout */
#nav-main span {
	float: right;
	padding: 0.5em 1em;
	list-style-type: none;
}

#nav-main span a {
	color: white;
	font-weight: bold;
	vertical-align: top;
	font-size: 80%;
}

#nav-main span a:hover {
	text-decoration: underline;
	background-color: transparent;
}

#nav-main-lower {
	height: 20px;
	padding: 2px 2px 2px 0.5em;
	background: #2A60A8;
	border-bottom: 1px solid black;
}

#nav-main-lower-left {
	float: left;
	padding-top: 2px;
}

#nav-main-lower-left li {
	display: inline;
}

#nav-main-lower-left img {
	border: none;
}

#nav-main-lower-right {
	float: right;
	padding-right: 0.5em;
	font-size: 70%;
	font-weight: bold;
}

#nav-main-lower-right li {
	display: inline;
	padding-left: 2em;
}

#nav-main-lower-right li a,
#nav-main-lower-right li a:link,
#nav-main-lower-right li a:visited {
	color: white;
	background-color: #2A60A8;
}

#nav-main-lower-right li a:hover {
	color: yellow;
	background-color: #2A60A8;
}

/* page layout */
#column-content {
}

#column-left {
	float: left;
	width: 12em;
}

#column-center {
	float: left;
	width: 40em;
}

#column-right {
	float: left;
	width: 12em;
}

/* department selection links in center column */
div.department-select {
	width: 40em;
	margin: 0.5em auto 0 auto;
	line-height: 130%;
}

div.department-select h2 {
	background-color: #29A3DF;
	border: 1px solid #CCCCCC;
	color: white;
	padding: 0.2em 0.2em;
	font-size: 90%;
	font-weight: bold;
}

div.department-select h2 a {
	color: #DFFDFF;
	font-size: 80%;
}

div.department-select h2 a:hover {
	color: #DFFDFF;
	text-decoration: underline;
	background-color: #29A3DF;
}

div.department-select h2 span.breadcrumb-segment {
	color: #B5DCDF;
	font-size: 70%;
	font-size: 80%;
	font-weight: bold;
}

div.department-select h2 a {
	white-space: nowrap;
	font-size: 80%;
	font-weight: bold;
}

div.department-select h2 span.breadcrumb-title {
	white-space: nowrap;
	font-weight: bold;
}

div.department-select h2 span.breadcrumb-item-count {
	white-space: nowrap;
	color: #DFDFDF;
	font-size: 80%;
	font-weight: bold;
}

* html div.department-select h2 {
	width: 44em; /* IE6 hack */
}

div.department-select ul {
	background-color: #EEEEFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	list-style: none;
}

* html div.department-select ul {
	width: 39em; /* IE6 hack */
}

div.department-select ul li {
	border-bottom: 1px dotted #CCCCCC;
}

div.department-select ul li a {
	background: #F4F4FF url(/images/department-select-link.gif) no-repeat scroll center left;
	display: block;
	width: 100%;
	padding-left: 16px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}

div.department-select ul li a:hover {
	background: #FFFF99 url(/images/department-select-hover.gif) no-repeat scroll center left;
	padding-left: 16px;
	color: #990000;
}

html>body div.department-select li a {
	width: auto;
}

div.department-select ul li a span {
	font-weight: normal;
	color: gray;
}

div.main-links {
	width: 11em;
	margin: 0.5em;
	background-color: #EEEEEE;
}

* html div.main-links {
	width: 10em; /* IE6 hack */
}

div.main-links ul {
	list-style: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

div.main-links ul li {
	border-bottom: 1px dotted #CCCCCC;
}

div.main-links ul li a {
	background: #F4FAFD url(/images/department-select-link.gif) no-repeat scroll center left;
	display: block;
	width: 100%;
	padding-left: 16px;
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
}

div.main-links ul li a:hover {
	background: #FFFF99 url(/images/department-select-hover.gif) no-repeat scroll center left;
	padding-left: 16px;
	color: #990000;
}

div.main-links ul li a.current-link {
	color: red;
}

html>body div.main-links li a {
	width: auto;
}

div.department-links {
	width: 11em;
	margin: 0.5em;
	line-height: 100%;
}

* html div.department-links {
	width: 10.5em; /* IE6 hack */
}

div.department-links ul.department-links-outer {
	list-style: none;
	background-color: #F4FAFD;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

div.department-links ul.department-links-outer li {
	border-bottom: 1px dotted #AAAAAA;
}

div.department-links ul.department-links-inner {
	list-style: none;
	margin-left: 0.4em;
	margin-bottom: 0.2em;
	border-left: 1px solid #CCCCCC;
}

div.department-links ul.department-links-current li a {
	font-weight: bold;
	text-wrap: unrestricted;
}

div.department-links ul.department-links-outer li ul {
	margin-left: 0.5em;
	border-right: 0px solid #CCCCCC;
	font-weight: normal;
}

div.department-links ul.department-links-outer li ul li {
	border-bottom: 1px dotted #AAAAAA;
}

div.department-links a {
	display: block;
	width: 100%;
	padding: 0.2em 0.3em 0.2em 0.4em;
	font-size: 66%;
/*	font-weight: bold; */
}

div.department-links a:hover {
	background: #FFFF99;
}

div.department-links a.department-current {
	color: red;
}

html>body div.department-links li a {
	width: auto;
}

/* left right colum info box */
dl.column-box {
	margin: 0.5em;
}

dl.column-box dt {
	border: 1px solid #CCCCCC;
	background-color: #F8A32A;
	padding: 0.25em;
	color: white;
	position: relative; /* only required for IE5 */
	font-weight: bold;
	font-size: 75%;
}

dl.column-box dd {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFEE;
	padding: 0.25em;
	color: #3366CC;
	position: relative; /* only required for IE5 */
	font-size: 70%;
	margin-bottom: 0.5em;
}

dl.free-shipping {
	margin: 0.5em;
	padding: 0.2em;
	border: 1px solid #CCCCCC;
	background-color: #FAFFEF;
}

dl.free-shipping dt {
	color: red;
	position: relative; /* only required for IE5 */
	font-size: 75%;
	font-weight: bold;
	font-style: italic;
}

dl.free-shipping dd {
	color: #3366CC;
	position: relative; /* only required for IE5 */
	font-size: 75%;
	font-weight: bold;
}

/* select by price or brand */
div.select-by {
	width: 11em;
	margin: 0.5em;
}

* html div.select-by {
	width: 10.75em; /* IE6 hack */
}

* html div.select-by h3 {
	width: 13.9em; /* IE6 hack */
}

div.select-by h3 {
	color: white;
	font-size: 75%;
	font-weight: bold;
	padding: 0.1em 0.3em;
	background-color: #9BCF50; /* #DAE8FC; */
	border: 1px solid #CCCCCC;
}

div.select-by ul {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FAFFEF; /* #F7F7FF; */
	list-style: none;
}

div.select-by-item-group ul li {
	border-bottom: 1px dotted #AAAAAA;
}

div.select-by ul li a {
	display: block;
	width: 100%;
	font-size: 70%;
	padding: 0 0.2em;
}

div.select-by ul li a:hover {
	background-color: #FFFF99;
}

div.select-by ul li a.current-link {
	color: red;
	font-weight: bold;
}

html>body div.select-by ul li a {
	width: auto;
}

div.select-by ul li span {
	color: gray;
}

div.select-by ul.go-green {
	border: 1px solid #CCCCCC;
}

* html div.select-by ul.go-green {
	width: 9.25em; /* IE6 hack */
}

div.select-by ul.go-green li a.go-green {
	background: #FAFFEF url(/images/recycled-go-green.jpg) no-repeat scroll center left;
	padding-left: 25px;
}

div.select-by ul.go-green li a:hover.go-green {
	background: #FFFF99 url(/images/recycled-go-green.jpg) no-repeat scroll center left;
	padding-left: 25px;
}

div.select-by ul.go-green li a img {
	border-style: none;
	padding: 0.4em 0em 0em 0em;
}

div.select-by ul.go-green li a span {
	font-weight: bold;
	color: #0BAC45;
	vertical-align: top;
}

div.smart-deals {
	#border: 1px solid #CCCCCC;
	#background-color: #E52027;
	border: 0;
	background-color: #FFFFFF;
	text-align:center;
}

div.smart-deals a {
	font-size: 70%;
	font-weight: bold;
}

div.rebates {
	border-bottom: 1px solid #CCCCCC;
	#background-color: #E52027;
	background-color: #FFFFFF;
	text-align:center;
}

div.rebates a {
	font-size: 70%;
	font-weight: bold;
}

/* item paging */
div.paging {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 0.2em 0;
	background-color: #F7F7FF;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

div.page-of {
	text-align: center;
	font-size: 60%;
}

div.page-of form a {
	text-decoration: underline;
	padding: 0 0.2em;
}

div.page-of form label input {
	font-size: 90%;
	width: 1.5em;
	background-color: #FFFFEE;
	border: 1px solid #CCCCCC;
}

div.page-of span {
	padding: 0 0.2em;
	color: darkred;
}

div.sort-by {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 60%;
}

div.sort-by span {
	padding-right: 0.5em;
	color: darkred;
}

div.sort-by select {
	font-size: 100%;
}

div.page-of-search form {
	clear: both;
	padding: 0.3em 0pt;
	text-align: center;
	font-size: 60%;
}

div.page-of-search form fieldset {
	border-width: 0pt;
	padding: 0pt 1em 0pt 1em;
}

div.page-of-search form fieldset label {
	color: darkred;
	font-weight: bold;
}

div.page-of-search form fieldset label input {
	font-size: 100%;
}

div.page-of-search form fieldset select {
	font-size: 100%;
}

div.page-of-search form fieldset input.go-button {
	background: #F7F7FF url(/images/button-search.png) repeat-x scroll bottom left;
	border: 1px solid white;
	padding: 0 0.2em;
	color: white;
	font-weight: bold;
	font-size: 100%;
}

/* search items */
.item-list-item {
	clear: both;
	width: 40em;
	margin: 0 auto 1em auto;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #CCCCCC;
}

#item-list div.item-list-picture-purchase {
	width: 8em;
	float: left;
}

#item-list div.item-list-picture-purchase a {
	background-color: white;
}

#item-list div.item-list-picture-purchase a img {
	border-style: none;
	padding-right: 1em;
	/* for title/alt text when image is missing */
	font-size: 60%;
	/* width: 100px; */
	/* height: 100px; */
}

#item-list ul.item-list-product-information {
	width: 32em;
	float: right;
	list-style: none;
}

#item-list ul li.item-list-link h3 {
	color:#9C0029;
	font-weight: bold;
	font-size: 70%;
}

#item-list ul li.item-list-link h3 a img {
	border-style: none;
}

#item-list ul li.item-list-link h3 a:hover {
	color:#9C0029;
	background-color:#FFFFCE;
}

#item-list ul li.item-list-product-id {
	font-size: 65%;
	font-weight: bold;
	padding-top: 0.4em;
}

#item-list ul li.item-list-brand {
	font-size: 65%;
	font-weight: bold;
}

#item-list ul li.item-list-description {
	font-size: 70%;
	padding-top: 0.5em;
}

#item-list ul li.item-list-recycled {
	padding-top: 0.1em;	
}

#item-list ul li.item-list-recycled span {
	font-weight: bold;
	font-size: 70%;
	color: #0BAC45;
	vertical-align: top;
}

#item-list ul li.item-list-description ul li {
	list-style-position: inside;
	list-style-type: square;
}

#item-list form fieldset {
	border-width: 0pt;
}

#item-list form label {
	font-weight: bold;
	font-size: 90%;
}

#item-list input.buy-button {
	background: #FF8E95 url(/images/button-buy.png) repeat-x scroll bottom left;
	border: 1px solid white;
	padding: 0 0.2em;
	color: white;
	font-weight: bold;
}

#item-list div div.item-list-price {
	width: 100px;
	color: #9C0029;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

#item-list div div.item-list-uom {
	width: 100px;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}

#item-list div form.item-list-buy {
	font-size: 60%;
	text-align: left;
}

#item-list div.item-list-out-of-stock {
	width: 100px;
	font-size: 60%;
	text-align: center;
}

.out-of-stock {
	color: white;
	background-color: darkgray;
	font-weight: bold;
}

#item-list div.item-list-bottom {
	clear: both;
}

#information-block {
	clear: both;
	margin: 0.5em;
	padding: 0.25em 0.5em;
	border: 1px solid #CCCCCC;
	background-color: #F7F7FF;
}

#information-block p {
	font-size: 60%;
	padding-bottom: 0.75em;
	line-height: 110%;
}

#information-block ul {
    font-size: 60%;
    padding-bottom: 0.75em;
    line-height: 110%;
    list-style-type: square;
    padding-left: 2em;
}
	
/* product description */
#product-info {
	margin-top: 0.5em;
}

#product-info-picture {
	float: left;
	width: 250px;
/*	height: 250px; */
	font-size: 60%;
}

#product-info-picture div a.previous img {
	border-width: 0px;
}

#product-info-picture div a.next img {
	border-width: 0px;
}

#product-info-picture div a.options img {
	border-width: 0px;
}

#product-info-picture div a.enlarge {
	position: relative;
	z-index: 0;
}

#product-info-picture div a.enlarge:hover {
	background-color: transparent;
	z-index: 50;
}

#product-info-picture div a.enlarge span {
	position: absolute;
	background-color: #F4FAFD;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

#product-info-picture div a.enlarge:hover span {
	visibility: visible;
	top: -200px;
	left: 60px;
}

#product-info-picture div a.enlarge img {
	border-width: 0;
}

#product-info-picture div a.enlarge span img {
	border-width: 0;
	padding: 2px;
}

#product-info-description {
	float: right;
	width: 24em;
}

#product-info-description h3 {
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#product-info-description ul {
	list-style: none;
	font-size: 70%;
}

li.product-info-brand-logo {
	margin-top: 0.25em;
}

li.product-info-recycled {
	margin-top: 0.25em;
}

li.product-info-recycled img {
	padding-right: 0.5em;
}

li.product-info-recycled span {
	font-weight: bold;
	font-size: 100%;
	color: #0BAC45;
	vertical-align: top;
}

li.product-info-brand-contact {
	margin-bottom: 0.25em;
}

li.product-info-brand-contact a {
	background: transparent url(/images/external.png) no-repeat scroll right center;
	padding-right: 13px;
}

li.product-info-more {
	line-height: 120%;
	margin-bottom: 0.25em;
}

li.product-info-free-shipping {
	font-weight: bold;
}

li.product-info-shipping {
	font-weight: bold;
	color: red;
}
	
#product-info-details {
	margin-top: 0.5em;
	font-size: 70%;
}

#product-info-details table.item-group-items {
	width: 100%;
	border: 1px solid #EEEEEE;
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#product-info-details table thead {
	background-color: #FFFFDF;
}

#product-info-details table thead tr td {
	color: #8F3E3E;
	font-weight: bold;
}

#product-info-details table tbody {
	background-color: #FAFFEF;
}

#product-info-details table td {
	padding: 0 0.25em;
	border: 1px solid #EEEEEE;
	vertical-align: middle;
}

#product-info-details table td.item-breakout {
	background-color: #F4FAFD;
}

#product-info-details table td.item-related-items {
	background-color: #FFFFDF;
	color: #8F3E3E;
	font-weight: bold;
}

#product-info-details table td.item-breakout span {
	font-weight: bold;
}

#product-info-details table td.item-product-no {
	width: 10em;
}

#product-info-details table td.item-product-no a, 
#product-info-details table td.item-product-no a:link,
#product-info-details table td.item-product-no a:visited,
#product-info-details table td.item-product-no a:hover {
	text-decoration: underline;
}

#product-info-details table td.item-product-no a.item-product-no-this {
	display: block;
	text-decoration: underline;
}

#product-info-details table td.item-price {
	text-align: center;
	width: 10em;
}

#product-info-details table td.item-uom {
	text-align: center;
	width: 3em;
}

#product-info-details table td.item-in-stock {
	text-align: center;
	width: 4em;
}

#product-info-details table td.item-ship {
	text-align: center;
	width: 3em;
}

#product-info-details table td.item-ship a img {
	border-width: 0pt;
}

#product-info-details table td.item-buy {
	text-align: center;
	width: 4em;
}

#product-info-details table td.item-out-of-stock {
	text-align: center;
	width: 4em;
}

#product-info-details table td.item-buy form fieldset {
	border-width: 0pt;
}

#product-info-details table td.item-buy form fieldset input.item-buy-qty {
	font-size: 100%;
	width: 1.5em;
	background-color: #FFFFEE;
	border: 1px solid #CCCCCC;
}

#product-info-details table td.item-buy form fieldset input.item-buy-button {
	width: 3em;
	display: block;
	background: #FF8E95 url(/images/button-buy.png) repeat-x scroll left bottom;
	border: 0pt;
	color: white;
	font-weight: bold;
	font-size: 115%;
}

#product-info-details td.item-group-item-attributes {
	padding: 0.2em 2em;
	background-color: white;
}

#product-info-details td.item-group-item-attributes table {
	width: 100%;
	border: 1px solid #EEEEEE;
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#product-info-details td.item-group-item-attributes thead {
	background-color: #D7EFB3;
}

#product-info-details td.item-group-item-attributes tbody tr.item-group-item-attribute-odd {
	background-color: white;
}

#product-info-details td.item-group-item-attributes tbody tr.item-group-item-attribute-even {
	background-color: #EBFFCF;
}

span.item-list {
	text-decoration: line-through;
}

span.item-price {
	color: red;
	font-weight: bold;
}

span.item-discount-percent {
	font-size: 80%;
	white-space: nowrap;
}

/* suggested items */
.suggested-items {
	width: 11em;
	margin: 0.5em;
}

* html div.suggested-items {
	width: 11em; /* IE6 hack */
}

.suggested-items h3 {
	border: 1px solid #CCCCCC;
	background-color: #29A3DF;
	border: 1px solid #CCCCCC;
	padding: 0.25em;
	color: white;
	position: relative; /* only required for IE5 */
	font-weight: bold;
	font-size: 75%;
}

.suggested-items ul {
	background-color: white;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	list-style: none;
}

.suggested-items ul li {
	padding-top: 0.2em;
	border-bottom: 1px dotted #CCCCCC;
}

.suggested-items ul li a img {
	display: block;
	border-width: 0px;
/*	width: 100px; */
/*	height: 100px; */
/*	padding-left: 2em; */
}

.suggested-items ul li a {
	display: block;
	font-size: 60%;
	margin: auto 0pt;
	padding: 0pt 0.2em;
}

/* .suggested-items ul li span { */
span.suggested-item-price {
	color: red;
	font-weight: bold;
}

.suggested-items ul li a:hover {
	background-color: #FFFFEE;
}

/* shop by brand */
div#shop-by-brand-jump-list {
	font-size: 70%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

div#shop-by-brand-jump-list ul {
	list-style: none;
}

div#shop-by-brand-jump-list ul li {
	display: inline;
	padding-right: 0.5em;
}

div#shop-by-brand {
	font-size: 70%;
	padding-bottom: 1em;
}

div#shop-by-brand p {
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-weight: bold;
}

div#shop-by-brand ul {
	list-style: none;
}

div#shop-by-brand ul li a {
	display: block;
}

#contact-us {
	text-align: center;
	background-color: #29A3DF;
	margin: 0.5em;
	padding: 0.25em;
	border: 1px solid #CCCCCC;
}

#contact-us span {
	font-size: 70%;
	font-weight: bold;
	color: white;
}

#contact-us a {
	font-weight: bold;
	color: white;
}

#no-search-results {
	font-size: 80%;
}

#no-search-results p {
	margin: 1em;
}

#no-search-results p span {
	font-weight: bold;
}

#no-search-results ul {
	margin: 1em 2em;
}

#page-not-found ul {
	margin: 0.5em 2em;
	font-size: 75%;
}

#page-not-found ul li span {
	font-weight: bold;
}

/* page footer */
#footer {
	clear: both;
	padding-bottom: 1em;
}
/*
#footer div.footer-marketing {
	margin: 1em 0;
}
*/
#footer div.footer-links {
	line-height: 110%;
}

#footer div.footer-links ul {
	font-size: 60%;
	margin: 0 auto;
	text-align: center;
}

#footer div.footer-links ul li {
	display: inline;
	margin: 0px 0px 0px 10px;
}

#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	background-color: transparent;
}

#footer div.footer-links ul li a {
	padding-left: 10px;
	background: white url(/images/footer-link.gif) no-repeat scroll left center;
}

#footer div.footer-links ul li a:hover {
	background-color: #FFFF99;
}
/*
#footer div.footer-external-links {
	text-align: center;
}
*/
#footer div.footer-payment-info {
	margin: 0.5em;
	padding: 0.25em;
	clear: both;
}

#footer div.footer-payment-info ul {
	width: 100%;
	padding-top: .60em;
	padding-bottom: .40em;
	height: 6em;
}
 
#footer div.footer-payment-info ul li {
	float: left;
	list-style-type: none;
	font-size: 75%;
	width: 12em;
	height: 6em;
	text-align: center;
	padding-left: 6em;
	padding-right: 1em;
}

#footer div.footer-payment-info ul li a {
	text-decoration: none;
}
	
#footer div.footer-payment-info dl {
	float: left;
}

#footer div.footer-payment-info dd {
  font-size: 70%;
  text-align: center;
  margin: 0em;
  padding: 0em;
}

.footer-help-info {
	clear: both;
	margin: 0.25em;
	padding: .25em;
}

.footer-help-info dl {
	list-style-type: none;
	float: left;
	background-color: #FFFFFF;
	width: 12em;
	height: 9em;
	width: 25%;
	border-top: 2px solid #CCCCCC;
	padding-top: .75em;
}

.footer-help-info dt {
	font-weight: bold;
    background: #FFFFFF;
	color: black;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	padding-left: 16px;
}

.footer-help-info dd {
  font-size: 70%;
  text-align: left;
  margin: 0em;
  padding-left: 16px;
}

.footer-help-info dl dd a {
	background: #FFFFFF url(/images/department-select-link.gif) no-repeat scroll center left;
	padding-left: 16px;
	text-decoration: none;
}
.footer-help-info dl dd a:hover {
	background: #FFFFFF url(/images/department-select-hover.gif) no-repeat scroll center left;
	padding-left: 16px;
	text-decoration: none;
}

#footer-external-links {
	clear: both;
	text-align: center;
}

#footer-external-links a:hover {
	text-decoration: none;
	background: white url(images/footer-link.gif) no-repeat scroll left center;
}

#rebates li a {
	background: #FFFFFF url(/images/department-select-link.gif) no-repeat scroll center left;
	padding-left: 16px;
}

#rebates li a:hover {
	background: #FFFFFF url(/images/department-select-hover.gif) no-repeat scroll center left;
	padding-left: 16px;
}

a.add-to-quicklist {
    background: #9BCF50 none repeat scroll 0%;
    border: 1px solid gray;
    color: white;
    font-weight: bold;
    padding: 0.1em 0.2em;
}

#social-links {
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	background-color: white;
	border-top: 2px solid #CFCFCF;
	border-left: 2px solid #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
	height: 80px;
	padding-top: 3px;
	position: fixed;
	right: 0;
	top: 200px;
	width: 42px;
}

#social-links a:hover {
	background-color: white;
}

#social-links a img {
	padding: 0 3px 3px 3px;
}

#join-our-email-list-button {
	width: 100%;
}

#join-our-email-list-button span.ui-button-text {
	font-size: 1em;
}
	
#join-our-email-list {
	font-size: 0.75em;
	text-align: left;
}

#join-our-email-list .title {
	font-size: 0.8em;
}

#join-our-email-list input, #join-our-email-list label {
	display: block;
	font-size: 0.9em;
}

#join-our-email-list p {
	font-size: 0.9em;
	margin-top: 0.8em;
}

#join-our-email-list fieldset {
	margin-top: 0.8em;
}

#join-our-email-list input {
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: 95%;
}

.ui-button-text {
	font-size: 0.7em;
}

#join-our-email-list-thanks {
	font-size: 0.75em;
	text-align: left;
}

#join-our-email-list-thanks p.question {
	margin-top: 1em;
	font-weight: bold;
}

#join-our-email-list-thanks a img {
	margin-top: 2em;
}

