/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Static Pages
	- Store Layout
	- Sieves
	- Cart and Checkout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	font-size: 100%;
}

hr.rule {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
}

.floatleft {
	float: left;
	clear: left;
}

img.floatleft {
	margin: 0 20px 0 0;
}

.floatright {
	float: right;
	clear: right;
}

div.floatright {
	margin: 10px 0 10px 20px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Typography

--------------------------------------------------------------------------------------- */

p, ul, ol {
	font-size: 11px;
	line-height: 16px;
	margin: 0 20px 11px 0;
}

ul, ol {
	margin-left: 16px;
}

ul li, ol li {
	margin: 0 0 5px 0;
}

ul.imglist {
	list-style: none;
	margin: 0;
}

ul.imglist li {
	margin: 0;
}

p.center {
	text-align: center;
}

h2 {
	font-size: 20px;
	line-height: 24px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 3px 0 6px 0;
}

h3 span {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	color: #c00;
}

div.floatright h4 {
	font-size: 14px;
	text-align: center;
}

a, a:link, a:active {
	color: #275589;
}

a:visited {

}

a:hover {
	color: #c00;
}

a img {
	border: none;
}

a.pdf {
	display: block;
	background: url(/img/pdficon-small.png) center left no-repeat;
	padding: 2px 0 2px 20px;
}

a.store {
	background: url(/img/storeicon-small.png) center left no-repeat;
	padding: 2px 0 2px 20px;
}

/* Header Layout
--------------------------------------------------------------------------------------- */

#header {
	width: 1000px;
	margin: 0 auto;
	padding: 1px 0;
	text-align: left;
}

#header:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility: hidden;
}

#header img {
	float: left;
	display: inline;
	margin: 10px 5px 0 15px;
	position: relative;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	float: left;
	margin: 24px 0 0 0;
}

#header h1 img {
	margin: 3px 10px 0 0;
}

#header h1 span {
	display: none;
}

#storebutton {
	display: block;
	float: right;
	border: solid 1px #ccc;
	width: 176px;
	height: 40px;
	background: url(/img/store-button.png) top left no-repeat;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
	margin: 10px 5px 0 0;
	padding: 8px 0 0 148px;
}

#storebutton:hover {
	color: #c00;
}

#nav {
	background: url(/img/nav-blackbar.png) center left no-repeat;
	margin: 60px 0 0 0;
	width: 1000px;
	height: 46px;
}

#nav li {
	float: left;
	display: inline; /* Needed else Safari chucks a wobbly */

	margin: 10px 22px 0 22px;
}

#nav li.home {
	margin-left: 0;
}

#nav li.catalog {
	margin: 0;
}

#nav li a {
	display: block;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 3px 0 0 0;
}

#nav li.catalog a {
	width: 146px;
	height: 33px;
	background: url(/img/catalog-button.png) top left no-repeat;
	padding: 13px 0 0 0;
}

#nav li a:hover {
	color: #ccc;
}

/* New Feb 2009 Header Layout
--------------------------------------------------------------------------------------- */
#header2 { 
	width: 990px;
	height: 135px;
	margin: 0 auto;
	padding: 1px 5px 0 5px;
	background: url(../img/nav/header-bg.png) top left no-repeat;
	text-align: left;
}

#header-skinny {
	width: 990px;
	height: 110px;
	margin: 0 auto;
	padding: 1px 5px 0 5px;
	background: url(../images/header-skinny-bg.png) top left no-repeat;
	text-align: left;
}

#header2 img.logo, #header-skinny img.logo {
	margin: 5px 0 7px 10px;
	float: left;
	display: inline;
}

#header2 h1, #header-skinny h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	white-space: nowrap;
	margin: 38px 0 0 0;
	float: left;
	display: inline;
}

#header2 h1 span, #header-skinny h1 span {
	display: none;
}

#small_nav {
	list-style: none;
	margin: 10px 10px 0 0;
	padding: 0;
	float: right;
	display: inline;
	font-size: 10px;
}

#small_nav li {
	display: inline;
	margin: 0 12px;
	text-transform: uppercase;
}

#small_nav li a {
	text-decoration: none;
	color: #555;
}

#small_nav li a:hover {
	text-decoration: underline;
	color: #e32225;
}

#small_nav li.dealer a {
	background: url(../img/nav/icon-lock.png) top left no-repeat;
	padding: 0 0 0 10px;
}

#search2 {
	float: right;
	display: inline;
	margin: 39px 2px 0 0;
}

#search2 p {
	margin: 0;
}

#search2 label {
	float: left;
	text-transform: uppercase;
	margin: 1px 0 0 0;
	color: #555;
}

div.searchPrice {
	float: right;
	display: inline;
	font-weight: bold;
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

#search2 #search-box {
	height: 21px !important;
	width: 202px;
	font-size: 12px;
	line-height: 14px;
	background: #e7e8e9 url(../img/nav/searchbox-bg.png) top left no-repeat;
	text-align: left;
	border: 0;
	margin: 0;
	padding: 2px 3px 0 8px;
	float: left;
	display: inline;
}

#search2 #submit {
	margin: 0;
	padding: 0;
	float: left;
}

#cart {
	float: right;
	clear: right;
	display: inline;
	background: #e7e8e9 url(../img/nav/cart.png) top center no-repeat;
	width: 70px;
	height: 50px;
	margin: 23px 14px 0 12px;
	font-size: 10px;
}

#cart strong {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 16px 0;
	color: #e32225;
}

#cart a, #cart a:link, #cart a:active, #cart a:visited  {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #555;
}

#cart a:hover {
	text-decoration: underline;
	color: #e32225;
}

#gloss {
	list-style: none;
	margin: 0;
	clear: both;
	font-size: 12px;
	line-height: 14px;
	float: left;
	display: inline;
	width: 990px;
}

#gloss li {
	float: left;
	text-align: center;
	margin: 0;
}

#gloss li a, #gloss li a:link, #gloss li a:visited, #gloss li a:active {
	display: block;
	width: 110px;
	padding: 4px 0 5px 0;
	background: url(../img/nav/nav-gloss-trans.png) top left no-repeat;
	text-decoration: none;
	color: #000;
}

#gloss li a:hover {
	background-position: bottom left;
}

p.breadcrumbs, p.breadcrumbsStatic {
	font-size: 12px;
	line-height: 23px;
	width: 970px;
	margin: 0 auto 6px auto;
	padding: 0 15px;
	clear: both;
	text-align: left;
	text-transform: uppercase;
	color: #777;
}

p.breadcrumbs a, p.breadcrumbsStatic a {
	color: #777;
}

p.breadcrumbs a:hover, p.breadcrumbsStatic a:hover {
	color: #e32225;
}

p.breadcrumbs img.help, p.breadcrumbsStatic img.help {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
}

/* New Feb 2009 Landing Pages Layout
--------------------------------------------------------------------------------------- */

#store div.landing {
	width: 788px;
	float: left;
	display: inline;
	margin: 0;
	clear: none;
}

#store div.landing h2 {
	clear: none;
	width: 762px;
	margin: 0 0 0 14px;
	padding-bottom: 10px;
	background: url(../img/static/static-head.png) top right no-repeat;
	font-size: 24px;
	line-height: 26px;
	text-transform: none;
	text-align: left;
}

#store div.landing h2 span {
	float: right;
	display: inline;
	height: 8px !important;
	width: 380px;
	margin: 12px 14px 0 0;
	font-size: 1px;
	line-height: 1px;
}

#store div.landing h2 span.soil-lab, #store div.landing h2 span.soil-field {
	width: 275px;
}

#store div.landing div.cols {
	width: 368px;
	margin: 0 15px 0 0;
}

#store div.landing div.cols h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #c00;
}

#store #container h3 {
	margin-left: 202px;
}

#store #container #checkhead {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 6px 0 18px 0;
}

#store #container #checkhead.left {
	text-align: left;
}

#store #container #section h3 {
	margin-left: 0;
}

#store div.landing div.blocks1 {
	margin: 0 0 0 5px;
	float: left;
}

#store div.landing div.blocks1 img {
	float: left;
	margin: 0;
}

#landing {
	float: right;
	display: inline;
	margin: 10px 0;
	width: 788px;
}

#landing img {
	display: inline;
	margin: 0;
	float: left;
}

#lit-menu {
	margin: 0 5px 100px 5px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: inline;
}

#lit-menu li {
	float: left;
	text-align: center;
	width: 196px;
}

#lit-menu img {
	display: block;
}

#lit-menu a {
	text-decoration: none;
	color: #000;
}

#lit-menu a:hover {
	color: #e32127;
}

#container.literature {

}
#container.literature h2, #container.dealers h2, #container.support2 h2, #container.contact h2, #container.myaccount h2 {
	background: none;
	font-size: 24px;
	line-height: 26px;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	margin: 0 0 10px 10px;
	padding: 0;
	width: auto;
}

#container.literature h3, #container.dealers h3, #container.support2 h3, #container.contact h3, #container.myaccount h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 6px 10px;
	padding: 0;
	font-weight: normal;
}

#container.contact p, #container.contact h4 {
	margin-left: 10px;
	margin-right: 0;
}

#container.contact div.general {
	width: 225px;
	float: left;
	display: inline;
	padding: 0 30px 0 0;
	border-right: solid 1px #ccc;
}

#container.contact div.find-dealer {
	width: 704px;
	float: left;
	display: inline;
	padding: 0 10px 0 20px;
}

#container.contact div.find-dealer h3 {
	font-weight: bold;
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 0;
}

#container.contact div.find-dealer #dealer {
	margin: 0 0 16px 10px;
	background: #eee;
	padding: 8px 0;
	border: 1px #ccc;
	border-style: none solid solid solid
}

#container.contact div.find-dealer #dealer select, #container.contact div.find-dealer #dealer label {
	font-size: 14px;
}

#container.contact div.find-dealer #dealer label {
	margin-left: 70px;
	font-weight: bold;
}

#container.contact div.find-dealer #dealer-result {
	float: left;
	display: inline;
	margin-bottom: 12px;
	width: 704px;
}

#container.contact div.find-dealer #dealer-result h4 {
	font-size: 16px;
	line-height: 18px;
}

#container.contact div.find-dealer #dealer-result p {
	width: 290px;
	float: left;
	display: inline;
	margin: 10px 30px;
}
#container.contact div.find-dealer #dealer-result p.center {
	width: auto;
	float: none;
	display: block;
	margin: 10px 10px 20px 10px;
}
#container.contact div.find-dealer #dealer-result p.clear {
	width: auto;
	float: right;
	display: inline;
	margin-top: 75px;
}
#container.contact div.find-dealer #dealer-result p em {
	color: #666;
	font-size: 12px;
}
#container.contact div.find-dealer #dealer-result p a {
	text-decoration: none;
}
/* New Jul 2009 Section Headers
--------------------------------------------------------------------------------------- */
#section {
	width: 788px;
	height: 220px;
	background: url(../img/sections/section-head-bg.png) top left no-repeat;
	float: right;
	margin: 0 0 10px 0;
}
#section img.left {
	float: left;
	margin: 0 10px 0 0;
}
#text {
	width: 425px;
	float: left;
	margin: 0 5px 0 0;
}
#text2 {
	width: 525px;
	float: left;
	margin: 0 5px 0 0;
}
#section h3 {
	clear: none;
	font-weight: normal;
	margin: 6px 0;
}
#section p {
	margin: 0 0 6px 0;
	font-size: 11px;
	line-height: 14px;
}
#section #imgs {
	float: left;
	width: 120px;
}
#section #imgs img {
	display: block;
	float: none;
	margin: 6px 0;
}
/* LITERATURE DATASHEET/MANUALS SEARCH
------------------------------------------------------------------------------------------------------------ */
#lit-nav {
	width: 980px;
	height: 60px;
	margin: 0 5px 10px 5px;
	padding: 10px 0 0 0;
	background: url(../img/literature/lit-nav-bg.jpg) top left no-repeat;
}
#container.literature #lit-nav h3 {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 40px 7px 40px;
	padding: 0;
	float: left;
	display: inline;
}
#lit-nav label {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	margin: 2px 8px 0 0;
	float: left;
	display: inline;
}
#lit-nav #search-lit {
	width: 218px;
	height: 17px;
	border: none;
	font-size: 12px;
	float: left;
	display: inline;
	margin: 0 2px 0 0;
	padding: 1px 0 0 5px;
	background: #fff url(../img/literature/lit-search.jpg) top left no-repeat;
}
#lit-nav #lit-submit {
	float: left;
}
#lit-nav ul {
	float: left;
	display: inline;
	clear: left;
	list-style: none;
	margin: 0 40px;
}
#lit-nav ul li {
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
}
#lit-nav ul a {
	display: block;
	width: 112px;
	padding: 2px 0 5px 0;
	text-decoration: none;
	color: #000;
}
#lit-nav ul a:hover {
	padding-top: 12px;
}
ul.featured {
	list-style: none;
	margin: 0 0 10px 10px;
	width: 340px;
	float: left;
	display: inline;
}
ul.featured li {
	float: left;
	display: inline;
	margin: 0 6px 5px 0;
}
ul.dataresult {
	float: left;
	display: inline;
	margin: 0 10px 0 40px;
	width: 590px;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
}
ul.dataresult li {
	margin: 0 0 14px 0;
}
#container.literature h3.dataresult, #container.myaccount h3.dataresult {
	float: left;
	display: inline;
	margin: 0 10px 10px 40px;
	width: 590px;
	font-size: 14px;
	line-height: 18px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}
#lit-nav2, #myact-nav {
	float: left;
	display: inline;
	width: 200px;
	border: solid 1px #666;
	background: #e7e8e9;
	margin: 0 20px 10px 10px;
}
#lit-nav2 h3, #lit-nav2 label, #myact-nav h3, #myact-nav label {
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: bold !important;
}
#lit-nav2 form, #myact-nav form {
	display: block;
	background: #4f5051;
	padding: 5px 10px;
	margin: 0 0 8px 0;
	float: left;
	width: 180px;
}
#lit-nav2 label, #myact-nav label {
	color: #fff;
	display: block;
	margin: 0 0 2px 0;
}
#lit-nav2 #search-lit, #myact-nav #search-ord {
	width: 150px;
	float: left;
	margin: 0 2px 0 0;
	font-size: 14px;
}
#lit-nav2 #lit-submit, #myact-nav #myact-submit {
	float: left;
	margin: 1px 0 0 0;
}
#lit-nav2 h3, #myact-nav h3 {
	color: #4f5051;
	margin-bottom: 2px !important;
}
#store #container #myact-nav h3 {
	margin-left: 10px;
	margin-top: 10px;
}
#store #container #myact-result h3 {
	margin-left: 0;
}
#lit-nav2 ul, #myact-nav ul {
	list-style: none;
	margin: 0 10px 10px 10px;
	border-top: solid 1px #666;
}
#lit-nav2 li, #myact-nav li {
	margin: 0;
	font-size: 12px;
	border: 1px #666;
	border-style: none solid solid solid;
}
#lit-nav2 li a, #myact-nav li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	color: #000;
	background: url(../img/literature/lit-browse-gloss-trans.png) top left repeat-x;
}
#lit-nav2 li a:hover, #myact-nav li a:hover {
	background-position: bottom left;
}
/*#featured {
	display: none;
	background: #e7e8e9;
	border: solid 1px #666;
	float: left;
	width: 230px;
	margin: 0 10px 0 30px;
}
#featured h3 {
	color: #4f5051;
	margin-left: 0 !important;
	background: #4f5051;
	font-weight: bold;
	color: #fff;
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: bold !important;
	padding: 8px 10px !important;
}
#featured ul {
	text-align: center;
	list-style: none;
	float: left;
	display: inline;
	width: 220px;
	margin: 0 5px;
	line-height: 14px;
}
#featured ul img {
	display: block;
}
#featured li {
	margin: 0 0 6px 0;
	float: left;
	width: 110px;
	height: 182px;
}
#featured a {
	text-decoration: none;
}*/
#lit-result, #myact-result {
	width: 748px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
#lit-result h3, #myact-result h3 {
	border-bottom: solid 1px #666;
	font-size: 16px;
	line-height: 18px;
	padding: 18px 0 0 0 !important;
	height: 31px;
}
#myact-result h3 {
	padding: 10px 0px 0px 0px !important;
	height: 26px;
}
#myact-result p.continue {
	margin-left: 0;
}
#lit-result ul, #myact-result ul {
	list-style: none;
	margin: 0 10px 16px 10px;
}
#lit-result li, #myact-result li {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 16px 0;
}
#lit-result li a, #myact-result li a {
	font-size: 14px;
	line-height: 18px;
}
#lit-result li em, #myact-result li em {
	display: block;
}
#lit-menu-mini {
	width: 610px;
	list-style: none;
	background: #e7e8e9;
	border: solid 1px #666;
	font-size: 11px;
	line-height: 25px;
	margin: 0 auto 8px auto;
}
#lit-menu-mini:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}
#lit-menu-mini li {
	float: left;
	margin: 0;
}
#lit-menu-mini a {
	display: block;
	padding: 0 18px;
}
#lit-menu-mini li.head {
	background: #4f5051;
	color: #fff;
	font-weight: bold;
	padding: 0 12px
}
#lit-menu-mini li.current a {
	background: #fff;
	color: #000;
	text-decoration: none;
}
/* Middle Layout
--------------------------------------------------------------------------------------- */
#container {
	width: 990px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
}
#container.home h2 {
	margin: 5px 0 15px 25px;
}
#container.home ul {
	list-style: none;
	margin: 5px 0 0 25px;
	font-size: 1px;
	line-height: 1px;
}
#container.home ul li {
	float: left;
	display: inline;
	margin: 0 20px 15px 0;
	padding: 0;
}
#container.home ul.ad5 li {
	margin: 0 10px 15px 0;
}
#container.home div.textbox {
	width: 940px;
	background: url(/img/home/home-textbox.png) top left no-repeat;
	padding: 10px 0 0 0;
	margin: 0 0 5px 25px;
	clear: both;
}
#container.home div.textbox div {
	width: 940px;
	background: url(/img/home/home-textbox.png) bottom left no-repeat;
	margin: 0;
	padding: 0 0 10px 0;
}
#container.home div.textbox div p {
	float: left;
	width: 330px;
	margin: 0 20px 0 0;
}
#container.home div.textbox div img {
	float: left;
	margin: 6px 25px;
}
/* Static Pages
--------------------------------------------------------------------------------------- */
div.static {
	background: url(/img/static/static-tl.png) top left no-repeat;
	margin: 5px auto 0 auto;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	width: 940px;
}
div.static h2 {
	background: url(/img/static/static-tr.png) top right no-repeat;
	margin: 0;
	padding: 10px 0 1px 20px;
}
div.staticbody {
	background: url(/img/static/staticbody-r.png) top right repeat-y;
	padding-left: 20px;
}
div.staticbody:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}
div.staticfoot {
	background: url(/img/static/static-br.png) bottom right no-repeat;
	width: 100%;
	height: 8px;
	clear: both;
}
div.staticfoot div {
	background: url(/img/static/static-bl.png) bottom left no-repeat;
	height: 8px;
	margin-right: 8px;
}
div.static h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 10px 10px 0;
}
div.static h4 {
	font-size: 11px;
	line-height: 16px;
	margin: 0 10px 4px 0;
	font-weight: bold;
	color: #000;
}
div.static img {
	margin: 10px 15px 10px 10px;
}
div.static div.cols {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 19px 0 0;
}
div.static div.cols p, div.static div.cols ul {
	margin-right: 0;
}
div.static div.phunque {
	width: 366px;
}
div.mini {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	width: 940px;
}
div.mini div {
	width: 300px;
	float: left;
	background: url(/img/static/mini-bottom.png) bottom left no-repeat;
	margin: 0 20px 10px 0;
}
div.mini div.last {
	margin: 0;
}
div.mini div h4 {
	background: url(/img/static/mini-top.png) top left no-repeat;
	padding: 5px 10px 2px 10px;
	font-size: 11px;
	color: #000;
}
div.mini div p, div.mini div ul {
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
}
div.mini div img {
	margin: 5px 10px;
}
div.support h2 {
	text-align: center;
}
div.contact {
	width: 700px;
}
div.contact div.staticbody {
	padding: 0;
}
div.contact h2 {
	padding: 10px 0 10px 24px;
}
div.contact h2 span {
	font-weight: normal;
	font-size: 11px;
	padding: 14px 24px 14px 0;
	width: 200px;
	margin-left: 75px;
}
div.contact div.cols {
	width: 300px;
	margin: 0 24px;
}
div.contact h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: solid 1px;
	margin-right: 0;
}
div.contact h4 {
	color: #666;
	border-bottom: dotted 1px;
	padding: 0 0 2px 0;
	margin-right: 0;
}
div.contact p span {
	float: left;
	width: 44px;
	text-align: left;
	margin: 0 5px 0 0;
}
div.contact .gauge {
	background: url(/img/static/gauge-icon.png) top right no-repeat;
}
div.online-cat {
	width: 800px;
}
div.online-cat h3 {
	font-size: 15px;
	line-height: 18px;
}
ul.sections, ul.online-cat {
	list-style: none;
	margin: 0 0 10px 0;
}
ul.sections li, ul.online-cat li {
	float: left;
	margin: 0 10px 10px 0;
}
ul.sections a, ul.online-cat a {
	display: block;
	height: 18px;
	padding: 2px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
ul.sections a {
	background: url(/img/catalog-sections-trans.png) top left no-repeat;
	width: 100px;
	color: #000;
}
ul.online-cat a {
	background: #000 url(/img/catalog-boxes-trans.png) top left no-repeat;
	width: 150px;
	color: #fff;
}
ul.sections a:hover, ul.online-cat a:hover {
	background-color: #c32e31;
	color: #fff;
	font-weight: bold;
}
ul.sections:after, ul.online-cat:after {
	content: ".";  
	display: block; 
	height: 0;  
	clear: left; 
	visibility: hidden;
}
div.cat_req {
	width: 460px;
}
#shipping.cat_req, #shipping.newssignup {
	float: none;
	margin: 20px 0 10px 30px;
}
#shipping.newssignup label {
	width: 110px;
}
div.sitemap h2 {
	padding-bottom: 10px;
}
div.sitemap div.cols {
	width: 210px;
	margin: 0 20px 0 0;
	/*	width: 264px;
	margin: 0 20px 0 0;
	padding: 10px 0 10px 20px;
	height: 1000px;
	overflow: auto;
	background: #fafafa;
	border: solid 1px #ccc;*/
}
div.sitemap ul {
	font-weight: bold;
	list-style: none;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}
div.sitemap li {
	margin: 0 0 5px 0;
	padding: 0;
	border: solid 1px #ccc;
	padding: 5px;
	width: 198px;
	overflow: hidden;
}
div.sitemap ul ul {
	margin: 0 0 0 7px;
	font-size: 10px;
	line-height: 12px;
}
div.sitemap li li {
	border: none;
	padding: 0;
	width: auto;
}
div.sitemap ul ul ul {
	font-weight: normal;
	margin: 0 0 0 12px;
}
div.sitemap li li li {
	margin: 0;
	padding: 0;
}
div.sitemap ul ul ul ul {
}
div.sitemap .soil-field, div.sitemap .soil-lab, div.sitemap .concrete, div.sitemap .cement, div.sitemap .aggregate, div.sitemap .pavement, div.sitemap .asphalt, div.sitemap .general-lab {
	display: block;
	width: 198px;
	padding: 5px;
	margin: -5px 0 2px -5px;
	color: #000;
}
div.sitemap li li .soil-field, div.sitemap li li .soil-lab, div.sitemap li li .concrete, div.sitemap li li .cement, div.sitemap li li .aggregate, div.sitemap li li .pavement, div.sitemap li li .asphalt, div.sitemap li li .general-lab {
	display: inline;
	width: auto;
	padding: 0;
	margin: 0;
}
div.new div.cols {
	width: 337px;
}
div.new h2, div.new h3 {
	font-size: 14px;
	line-height: 18px;
}
div.newhead {
}
div.newhead h2 {
	padding: 6px 20px 0 20px;
}
div.external h2 {
	padding-bottom: 10px;
}
#soiltesting div.static {
	width: 880px;
}
#soiltesting div.static img.floatright {
	margin: 12px 8px 0 0;
}
div.rebar {
	width: 600px;
}
div.accountinfo {
	width: 990px;
}
div.accountinfo div.column {
	width: 475px;
	float: left;
	display: inline;
	margin: 0;
}
div.accountinfo h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: bold;
	color: #c00;
}
div.accountinfo p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 18px;
}
div.accountinfo p.first {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 16px;
}
div.accountinfo div.spin {
	text-align: center;
}
/* Support and Data Sheets
--------------------------------------------------------------------------------------- */
div.support h2 span {
	font-weight: normal;
	font-size: 11px;
}
div.support hr {
	text-align: center;
	margin: 0 20px 10px 20px;
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
}
div.support div.staticbody {
	padding-left: 0;
	padding-top: 1px;
}
div.datamenu {
	background: url(/img/static/data-top.png) top left no-repeat;
	width: 250px;
	padding: 10px 0 0 0;
	margin: 0 20px 5px 20px;
	float: left;
	display: inline;
}
div.datamenu div {
	background: url(/img/static/data-bottom.png) bottom left no-repeat;
	padding: 0 0 16px 0;
}
div.datamenu div:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}
div.datamenu p, div.dataresult p {
	width: 80px;
	margin: 0 0 0 10px;
	font-size: 9px;
	line-height: 11px;
}
div.datamenu ul {
	list-style: none;
	margin: 0;
	font-size: 10px;
	float: right;
}
div.datamenu ul li {
	margin: 0;
}
div.brochures ul li {
	margin: 0 0 5px 0;
}
div.datamenu ul a {
	text-decoration: none;
	border-bottom: solid 1px;
	width: 140px;
	display: block;
	color: #000;
	padding: 6px 0 1px 0;
}
div.brochures ul a {
	width: 131px;
	border: 1px #656565;
	border-style: solid none solid solid;
	padding: 6px 0 1px 4px;
	margin: 0 0 0 5px;
}
div.datamenu ul a:hover, div.datamenu ul a:active {
	border-bottom: solid 2px;
	padding-bottom: 0;
	color: #c00;
}
div.brochures ul a:hover, div.datamenu ul a:active {
	color: #000;
	border: 1px #656565;
	border-style: solid none solid solid;
	width: 136px;
	margin-left: 0;
	padding-bottom: 1px;
	font-weight: bold;
}
.newsletters {
	background: #eee;
}
div.dataresult {
	float: left;
	display: inline;
	width: 638px;
	border-left: solid 1px #000;
	padding: 10px 0 0 10px;
}
div.dataresult iframe {
	border: none;
	float: right;
	margin: 0 20px 0 0;
	width: 520px;
	height: 540px;
}
#iframe {
	text-align: left;
}
#iframe ul {
	float: left;
	display: inline;
	list-style: none;
	width: 240px;
	margin: 0 10px;
}
#iframe.brochures ul {
	width: 500px;
}
#iframe ul li {
	margin: 0;
}
#iframe ul a {
	text-decoration: none;
	border-bottom: solid 1px;
	width: 220px;
	display: block;
	color: #000;
	padding: 6px 0 1px 0;
}
#iframe.brochures ul a {
	width: auto;
}
#iframe ul a:hover, #iframe ul a:active {
	border-bottom: solid 2px;
	padding-bottom: 0;
	color: #c00;
}
#iframe h1 {
	background: 0;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
div.phones ul {
	float: none;
	border-bottom: solid 1px #000;
	margin: 0 5px 10px 5px;
}
div.phones ul li {
	margin-bottom: 10px;
}
div.phones ul li b {
	font-family: Arial, Helvetica, sans-serif;
}
div.software {
	float: left;
	display: inline;
	width: 638px;
	border-left: solid 1px #000;
	padding: 0 0 0 10px;
}
div.software hr {
	margin: 0 20px 10px 0;
}
div.software h3, div.software p.vers {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 10px 10px 0;
}
div.software p.vers {
	font-weight: normal;
}
div.software ul {
	font-size: 14px;
	line-height: 18px;
	list-style: disc;
}
div.software ul li {
	margin-bottom: 10px;
}
div.software p.req {
	font-size: 10px;
	margin-left: 40px;
}
div.software a.dl {
	border: solid 1px #333;
	background: #eee;
	padding: 2px 5px;
	margin-left: 4px;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	text-align: left;
	text-decoration: none;
}
div.software a.dl:hover {
	background: #c00;
	color: #fff;
}
#container.dealers, #container.support2 {
	margin-bottom: 10px;
}
div.pricelist {
	float: left;
	width: 200px;
}
div.pricelist img {
	margin: 0 0 10px 6px;
}
#container.dealers div.pricelist img.lab {
	margin-top: 74px;
}
h2 em.pricelist {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	color: #666;
}
#pricelist, #orderlist {
	width: 738px;
	margin: 0 0 0 10px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: solid 1px #ccc;
}
#pricelist th, #pricelist td, #orderlist th, #orderlist td {
	vertical-align: middle;
	text-align: left;
	padding: 4px 8px;
}
#pricelist th, #orderlist th {
	font-weight: bold;
	border-bottom: solid 2px #ccc;
}
#pricelist td, #orderlist td {
	border-bottom: dashed 1px #ccc;
}
#pricelist .price, #orderlist .price {
	text-align: right;
}

#plist {
	background: #f6f6f6;
	width: 990px;
	float: left;
	padding: 10px 0;
	margin: 0 0 20px 0;
}

#plist div.current-col {
	width: 395px;
	float: left;
}

#plist div.current-col ul {
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px 10px;
}

#plist div.search-col {
	width: 595px;
	float: left;
}

#plist div form h3 {
	background: #4f5051;
	color: #fff;
	padding: 4px 10px !important;
	margin: 0 10px 10px 0 !important;
}

#plist div form h3 label {

}

#plist div form h3 #search-lit {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
	width: 200px;
}

#plist div form h3 #search-lit:focus {
	background: #ffc;
	border: solid 1px #666;
}

#plist div form h3 #lit-submit {
	margin: 4px 0 -4px 2px !important;
}

#plist div.search-col div {
	width: 585px;
	height: 200px;
	overflow: auto;
	background: #fff;
}

#plist div.search-col p {
	margin: 0 0 4px 8px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #c00;
}

#plist #pricelist {
	width: 565px;
	margin: 0 0 0 2px;
	font-size: 11px;
	line-height: 14px;
	border: none;
}
#plist #pricelist th, #plist #pricelist td {
	vertical-align: middle;
	text-align: left;
	padding: 4px 8px;
}
#plist #pricelist th {
	font-weight: bold;
	border-bottom: solid 2px #ccc;
}
#plist #pricelist td {
	border-bottom: dashed 1px #ccc;
}
#plist #pricelist .price {
	text-align: right;
}

#plist #pricelist .sku {
	white-space: nowrap;
}

#materials {
	width: 990px;
	float: left;
	margin: 0 0 20px 0;
}

#materials p.sub {
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
}

#materials ul.matnav {
	list-style: none;
	width: 480px;
	float: left;
	margin: 0;
}

#materials ul.matnav li {
	width: 100px;
	height: 165px;
	line-height: 14px;
	float: left;
	display: inline;
	margin: 0 10px;
	text-align: center;
}

#materials ul.matnav img {
	display: block;
}

#materials ul.matnav a {
	text-decoration: none;
}

#materials ul.matnav a:hover {
	opacity: 0.7;
}

#materials div.dealer_results {
	width: 450px;
}

div.materials {
	float: left;
	width: 330px;
}
div.dealer_results {
	width: 410px;
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 20px 19px;
	border-left: solid 1px #ccc;
}
div.dealer_results ul {
	list-style: none;
	margin-left: 20px;
}
div.dealer_results h4, div.results h4 {
	margin: 12px 0 2px 10px;
	color: #000;
}
div.dealer_results p, div.pricelist p, div.materials p {
	margin: 0 0 2px 10px;
	color: #666;
}
div.pricelist p, div.materials p {
	margin-bottom: 10px;
}
div.dealer_results em {
	font-weight: normal;
	color: #666;
	font-style: italic;
	font-size: 10px;
}
.hidden {
	visibility: hidden;
}
div.dealer_results ul.dealerimages  {
	width: 180px;
	float: left;
	margin: 0 10px 0 10px;
}
div.support2 div.phonenumbers {
	float: left;
	display: inline;
	width: 240px;
}
div.support2 div.phonenumbers ul {
	margin: 0 10px 20px 10px;
	list-style: none;
}
div.support2 div.buttons {
	float: left;
	display: inline;
	width: 346px;
	padding: 0 5px;
}
div.support2 div.buttons ul {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 0 0 6px;
}
div.support2 div.buttons ul li {
	float: left;
	display: inline;
}
div.support2 div.results {
	float: left;
	display: inline;
	width: 384px;
	padding: 0 0 0 10px;
}
div.support2 div.results p {
	margin-right: 0;
	margin-left: 10px;
}
div.support2 div.results ul {
	margin-right: 0;
	margin-left: 24px;
}
div.print, div.email {
	width: 350px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
div.print ul, div.email ul {
	margin-left: 24px;
	width: auto;
}
div.print li, div.email li {
	margin-bottom: 10px;
}
div.email {
	border-left: solid 1px #ccc;
	padding-left: 20px;
}
div.support2 #shipping.newssignup {
	float: left;
	margin: 0;
	width: 240px;
}
div.support2 #shipping.newssignup label {
	float: none;
	text-align: left;
}
div.support2 #shipping.newssignup p.catalog label {
	text-align: left;
}
/* Store Layout 
--------------------------------------------------------------------------------------- */
.all-products {
	background-color: #ff3;
}
#store .soil-field, .static .soil-field, .soil-field {
	background-color: #ccb485;
}
#store .soil-lab, .static .soil-lab, .soil-lab {
	background-color: #b2a99b;
}
#store .concrete, .static .concrete, .concrete {
	background-color: #b0c17c;
}
#store .cement, .static .cement, .cement {
	background-color: #8f9861;
}
#store .aggregate, .static .aggregate, .aggregate {
	background-color: #e7d872;
}
#store .pavement, .static .pavement, .pavement {
	background-color: #b7946e;
}
#store .asphalt, .static .asphalt, .asphalt {
	background-color: #e09026;
}
#store .general-lab, .static .general-lab, .general-lab {
	background-color: #94b2bf;
}
#store #storebutton {
	display: none;
}
div.col {
	width: 182px;
	margin: 0 20px 0 0;
	float: left;
}
div.col img {
	margin: 0 0 10px 0;
}
div.last {
	float: right;
	margin-right: 0;
}
#store h2, #store #container.myaccount div.col h2.details {
	font-size: 14px;
	line-height: 16px;
	padding: 6px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	width: 170px;
	margin: 0 0 0 0;
	clear: left;
	background: url(/img/store/box-top-trans.png) top left no-repeat;
}
div.col h2 a {
	text-decoration: none;
	color: #000;
}
div.col h2 a:hover {
	text-decoration: none;
	color: #c00;
}
div.col ul {
	width: 162px;
	padding: 6px 10px;
	list-style: none;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 10px 0;
	background: url(/img/store/box-bottom.png) bottom left no-repeat;
}
div.col ul li {
	font-weight: bold;
	color: #000;
	margin: 0 0 3px 0;
}
div.col ul li a {
	font-weight: bold;
}
div.col ul li ul li a, div.index ul li a {
	font-weight: normal;
	color: #666;
}
div.col ul a, #crumbs a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
div.col ul a.current {
	color: #c00;
	font-weight: bold;
}
div.col ul a:hover, #crumbs a:hover, #storeheader p.quotes a:hover {
	color: #c00;
	text-decoration: underline;
}
div.col ul li ul {
	width: auto;
	padding: 0;
	margin: 2px 0 5px 5px;
	background: none;
	font-size: 11px;
	line-height: 13px;
}
div.col ul li ul li {
	margin-bottom: 3px;
}
div.col ul li ul li ul {
	margin-left: 10px;
}
#only {
	width: 586px;
	float: left;
	margin: 0 20px 20px 0;
}
#only h2 {
	background: url(/img/store/only-head-bg.png) top left no-repeat;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #000;
	margin: 0;
	padding: 8px 14px 3px 14px;
	width: auto;
	text-align: left;
	text-transform: none;
}
#only h2 span {
	color: #e2282e;
}
#only p {
	background: url(/img/store/only-body-bg.png) bottom left no-repeat;
	color: #333;
	margin: 0;
	padding: 0 14px 8px 14px;
}
#storeheader {
}
#storeheader:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}
#search {
	display: block;
	width: 182px;
	height: 54px;
	background: url(/img/store/search-bg.png) top left no-repeat;
	margin: 0 20px 10px 0;
	padding: 58px 0 0 0;
	text-align: right;
	float: left;
	clear: left;
}
#search p {
	margin: 0 10px;
}
#searchbox {
	width: 128px;
	font-size: 14px;
	background: #c5282b url(/img/store/searchbox-bg.png) center right no-repeat;
	text-align: left;
	border: 0;
	margin: 0 0 2px 0;
	padding: 5px 2px 4px 32px;
}
#submit {
	font-size: 12px;
	padding: 0 4px;
}
#storeheader p.quotes {
	float: left;
	color: #999;
	height: 50px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin: 0 0 9px 0;
}
#storeheader p.quotes span {
	font-size: 14px;
	line-height: 16px;
}
#storeheader p.quotes a {
	color: #999;
	text-decoration: none;
}
#storeheader p.right {
	margin-left: 280px;
}
#storeheader ul {
	width: auto;
	list-style: none;
	margin: 0 0 0 66px;
	float: left;
	text-align: center;
}
#storeheader ul li {
	float: left;
	margin: 0;
}
#storeheader ul li a {
	display: block;
	background: url(/img/store/store-tabs-trans.png) top left no-repeat;
	width: 82px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin: 4px 0 0 0;
	padding: 4px 0 1px 0;
}
#storeheader ul li a:hover {
	margin-top: 0;
	padding-bottom: 5px;
}
#crumbs {
	background: url(/img/store/crumbs-box.png) top left no-repeat;
	width: 764px;
	height: 30px;
	float: left;
	padding: 0 12px;
}
#crumbs p {
	float: left;
	width: 80%;
	margin: 5px 0 0 0;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}
#crumbs p.cart {
	text-align: right;
	width: 20%;
}
#crumbs a.home {
	background: url(/img/store/icon-home.png) center left no-repeat;
	padding: 4px 0 2px 28px;
}
#crumbs a.cart {
	background: url(/img/store/icon-cart.png) center left no-repeat;
	padding: 4px 0 2px 30px;
}
#catMatches {
	float: right;
	display: inline;
	width: 198px;
}

#catMatches h3 {
	font-size: 16px;
	padding: 2px;
	margin: 0px 2px !important;
	border-bottom: 1px solid #ccc;
}

#catMatches ul {
	list-style: none;
	margin: 0;
	margin-left: 2px;
	width: auto;
}
#catMatches ul li {
	padding: 4px 0px 4px 4px;
	border-bottom: 1px solid #ccc;
	margin: 0px;
}
#catMatches ul li a:link, #catMatches ul li a:visited {
	text-decoration: none;
	font-weight: bold;
}
#catMatches ul li a:hover, #catMatches ul li a:active {
	text-decoration: underline;
	font-weight: bold;
}
#catMatches ul li span {
	font-size: 10px;
	display: block;
	line-height: 10px;
	color: #999;
}
#catMatches ul li span a { color: #999; text-decoration: none; font-weight: normal !important; }
div.result {
	width: 788px;
	float: right;
	display: inline;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
	font-size: 11px;
	line-height: 16px;
}
div.result img {
	float: left;
	margin: 0 0 10px 0;
}
div.result p img {
	float: none;
}
div.result img.floatright {
	float: right;
}
div.result h4 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 150px;
	color: #000;
}
div.result h4 a:link, div.result h4 a:visited { 
	text-decoration: none;
} 
div.result h4 a:hover, div.result h4 a:active { 
	text-decoration: underline;
} 
div.result h4.special { 
	background: url('/img/special-offer-icon.jpg') no-repeat top right;
}
div.result div.special { 
	background: url('/img/special-offer-icon.jpg') no-repeat top right;
	width: 140px;
}
div.result p {
	margin: 0 0 11px 150px;
}
div.result ul {
	margin: 0 0 11px 166px;
}
div.result p.item {
	float: left;
	clear: left;
	margin: 0;
}
div.result p.order, div.result p.addsc, div.relatedItem p.order {
	float: right;
	margin: 0;
}
div.result p.foreign-order {	float: right;	margin: 0;		border: 1px solid #333333;}
div.result p.order a, div.relatedItem p.order a {
	background: url(/img/store/order-button.png) top center no-repeat;
	color: #fff;
	padding: 4px 14px;
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
}
div.result p.addsc a {
	background: url(/img/add-savedcart.png) top center no-repeat;
	color: #fff;
	padding: 4px 9px;
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
}
div.result p.order a.nobutton {
	display: block;
	width: 150px;
	position: absolute;
	margin-left: -148px;
	background: none;
	display: inline;
	padding: 0;
	line-height: auto;
	color: #c00;
	text-decoration: none;
}
div.result p.order a.nobutton:hover {
	position: absolute;
	background: none;
	display: inline;
	padding: 0;
	line-height: auto;
	color: #c00;
	text-decoration: underline;
}
div.result p.foreign-order a {	padding: 4px 14px;	text-decoration: none;	font-size: 10px;	line-height: 20px; width: 95px;}
div.result p.order a:hover, div.result p.foreign-order a:hover, div.relatedItem p.order a:hover  {
	background-position: bottom center;
}
p.pageflip, div.pageflip {
	clear: right;
	float: right;
	width: 788px;
	text-align: center;
	margin: 5px 0 10px 0;
}
ul.subcategory {
	font-size: 14px;
	line-height: 18px;
	margin-left: 218px;
	color: #999;
}
/* Sieves
--------------------------------------------------------------------------------------- */
#bodycontain {
	width: 788px;
	float: left;
}
.sieves {
	font-size: 12px;
	line-height: 16px;
	width: 788px;
	border: 1px #5a5a5a;
	border-style: solid none none solid;
	text-align: left;
	margin: 0 0 10px 0;
	background: #eee;
}
.sieves td, .sieves th {
	padding: 10px;
	border: 1px #5a5a5a;
	border-style: none solid solid none;
	vertical-align: top;
}
.sieves th {
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
}
.sieves th.main {
	font-size: 14px;
	color: #c00;
	border-bottom: solid 2px #5a5a5a;
}
.sieves th.main span {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #5a5a5a;
}
.sieves td {
	font-size: 11px;
	line-height: 16px;
	border-bottom: solid 1px #5a5a5a;
}
.sieves ul {
	font-size: 11px;
	line-height: 16px;
	list-style: none;
	margin: 0 20px 0 10px;
	float: left;
}
.sieves ul input {
	margin-right: 4px;
}
.sieves label {
	font-weight: bold;
}
.sieves td.submit {
	text-align: center;
}
.sieves #sievessubmit {
	font-size: 14px;
}

/* Cart and Checkout
--------------------------------------------------------------------------------------- */
div.col ul.details li {
	font-weight: normal;
	margin-bottom: 10px;
}
ul.details a, ul.details a:link, ul.details a:active, ul.details a:visited {
	color: #275589;
	text-decoration: underline;
}
ul.details a:hover {
	color: #c00;
}
#cartitems {
	font-size: 11px;
	line-height: 16px;
	border: solid 1px #666;
	width: 788px;
	float: right;
}
#cartitems td, #cartitems th {
	padding: 5px 10px;
	vertical-align: middle;
}
#cartitems th {
	text-align: left;
	white-space: nowrap;
	background: #999;
	color: #fff;
}
#cartitems td {
	border-top: solid 1px #999;
}
#cartitems .qty {
	text-align: center;
}
#cartitems .qty a {
	font-size: 9px;
	line-height: 10px;
	display: block;
}
#cartitems td input {
	width: 40px;
	text-align: right;
	font-size: 11px;
}
#cartitems .price {
	text-align: right;
}
#cartitems.subtotal {
	width: 300px;
	float: right;
	margin: 0 0 4px 0;
}
#cartitems.subtotal th {
	text-align: right;
}
#cartitems.subtotal th em {
	font-weight: normal;
}
#cartitems.subtotal td, #cartitems.subtotal th {
	padding: 10px;
	border: none;
	font-weight: bold;
}
#store div.col h2.details, #store #container.myaccount div.col h2.details {
	background-color: #ccc;
}
#buttons {
	text-align: right;
	clear: right;
	margin: 0;
}
#cont, #recalc {
	font-size: 12px;
	width: 120px;
	margin-right: 10px;
}
a#recalca { margin-right: 10px; }
#cont {
	margin-right: 528px;
}
a#conta {
	margin-right: 448px;
}
#checkout {
	font-size: 18px;
	margin: 8px 0 40px 0;
	width: 140px;
}
a#checkouta { margin: 8px 10px 40px 0; }
#security {
	width: 990px;
	float: right;
	text-align: right;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
}
#security p {
	font-style: italic;
	color: #666;
}
#security img.geotrust, #globalsign {
	float: right;
	margin: 0 0 10px 10px;
}
#checkout {
	width: 788px;
	float: left;
}
#linfo {
	float: left;
	width: 742px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	margin-left: 15px;
}

#linfo p { width: 350px; }

#billing, #shipping, #agree, #instructions, #payment, #login {
	float: left;
	width: 360px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}

#vreg, #vreg-pc, #vreg-sc, #vreg-ac, #vreg-tc {
	float: left;
	display: inline;
	width: 360px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 12px 0px 10px 0px;
	text-align: left;
}

#vreg legend, #vreg-pc legend, #vreg-sc legend, #vreg-ac legend, #vreg-tc legend, #billing legend, #shipping legend, #agree legend, #instructions legend, #payment legend, #login legend, #linfo legend {
	border: 1px #666;
	color: #c00;
	border-style: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 8px;
	padding: 0 6px 2px 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#billing, #login {
	margin: 0 30px 0 15px;
}
#billing {
	margin-bottom: 10px;
}
#vreg p, #vreg-pc p, #vreg-sc p, #vreg-ac p, #vreg-tc p, #billing p, #shipping p, #instructions p, #payment p, #login p, #linfo p {
	margin: 0 10px 8px 10px;
	line-height: 18px;
}
#vreg p.required, #vreg-pc p.required, #billing p.required, #shipping p.required, #instructions p.required, #payment p.required, span.required, #login p.required, #linfo p.required {
	color: #c00;
	font-weight: normal;
}
#vreg p .notrequired, #billing p .notrequired, #shipping p .notrequired, #login p.notrequired, #linfo p.notrequired {
	color: #666 !important;
	font-weight: normal;
}

p.required span.notrequired label {
	color: #666 !important;
	font-weight: normal;
}
p.required span.notrequired input {
	border-color: #ccc !important;
	font-weight: normal;
}
#agree p {
	line-height: 14px;
	margin: 0 10px 6px 10px;
}
#vreg p label, #vreg-pc p label, #vreg-sc p label, #vreg-ac p label, #vreg-tc p label, #billing p label, #shipping p label, #login p label {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	margin: 0 6px 0 0;
	color: #666;
}
#vreg p.required label, #vreg-pc p.required label, #billing p.required label, #shipping p.required label, #instructions p.required label, #payment p.required label, span.required label, #login p.required label, #linfo p.required label {
	color: #c00;
}
#linfo p label {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	margin: 0 6px 0 0;
}
#vreg p span label, #vreg-pc p span label, #vreg-sc p span label, #vreg-ac p span label, #vreg-tc p span label, #billing p span label, #shipping p span label, #login p span label, #login p span label, #linfo p span label {
	display: inline;
	float: none;
	margin-left: 14px;
}
#billing p.note, #login p.note, #linfo p.note, #vreg p.note {
	background: #ccc;
	margin: 0;
	padding: 8px 10px;
	line-height: 14px;
}
#shipping p.sameas {
	background: #ccc;
	margin-left: 0;
	margin-right: 0;
	padding: 4px 10px;
	font-weight: bold;
}
#shipping p.sameas label {
	display: inline;
	float: none;
}
#vreg p input, #vreg-pc p input, #vreg-sc p input, #vreg-ac p input, #vreg-tc p input, #billing p input, #shipping p input, #payment p input, #login p input, #vreg p select, #billing p select, #shipping p select {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	border: solid 1px #ccc;
	padding: 1px;
}



#vreg p input:focus, #vreg p select:focus, #vreg-pc p input:focus, #vreg-sc p input:focus, #vreg-ac p input:focus, #vreg-tc p input:focus, #billing p input:focus, #shipping p input:focus, #payment p input:focus, #login p input:focus, #billing p select:focus, #shipping p select:focus {
	background: #ffc;
	border: solid 1px #666 !important;
}
#vreg p.required input, #vreg-pc p.required input, #billing p.required input, #shipping p.required input, #payment p.required input, #login p.required input, #billing p.required select {
	border-color: #999;
}
#instructions {
	width: 752px;
	float: none;
	clear: left;
	margin: 0 0 10px 217px;
	padding-bottom: 6px;
}
p.continue {
	clear: both;
	margin: 10px 0 10px 0px;
	text-align: center;
}
#continue, #checkout {
	font-size: 18px;
	margin: 4px 0 20px 0;
	width: 140px;
	float: none;
}
#payment {
	float: left;
	width: 390px;
	margin: 0 0 10px 198px;
}
#payment p {
	margin-bottom: 10px;
}
#payment p label {
	display: block;
	float: left;
	width: 116px;
	text-align: right;
	margin: 0 6px 0 0;
}
#payment p.cardtype label {
	display: inline;
	float: none;
	font-weight: bold;
}
#payment p.cardtype input {
	margin-left: 20px;
}
#payment p.catalog {
	text-align: center;
	background: #ccc;
	margin: 0;
	padding: 4px 10px;
	font-weight: bold;
}
#payment p.catalog label, #shipping p.catalog label {
	display: inline;
	float: none;
}
#payment hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	border: 0;
	margin: 10px 0;
}
p.asterisk {
	clear: both;
	margin: 10px 0 10px 202px;
	font-size: 9px;
	line-height: 12px;
	color: #666;
}
#receipt {
	width: 788px;
	float: left;
}
#receipt h4 {
	font-size: 13px;
	margin: 0 0 2px 0;
	text-decoration: underline;
}
div.billinginfo, div.shippinginfo {
	float: left;
	width: 394px;
	margin: 0 0 20px 0;
}
div.billinginfo {
	clear: left;
}
#print {
	width: 540pt;
	margin: 0;
	text-align: left;
}
#print #cartitems {
	width: 100%;
}
#print #cartitems.subtotal {
	width: 300px;
}
#print p.asterisk {
	margin-left: 0;
	width: 500pt;
	float: none;
}
#print p.continue {
	margin-left: 0;
	width: auto;
	float: none;
}
#print b {
	margin-right: 4px;
}
#bfname, #blname, #bcompany, #bcity, #bemail, #MERGE1, #MERGE2, #MERGE3, #MERGE0, #email, #name, #company, #slabel, #sfname, #slname, #scompany, #scity, #cardname, #Name, #Company, #Title, #FirstName, #LastName {
	width: 210px;
}
#badd1, #badd2, #sadd1, #sadd2, #Address1, #Address2 {
	width: 240px;
}
#bstate, #sstate, #expmonth, #State {
	width: 30px;
}

#State { width: 130px; }

#bstate, #sstate {
	font-size: 14px;
}
#bzip, #szip, #PostalCode {
	width: 90px;
}
#bphone, #sphone, #bfax, #ponumber, #Phone, #Fax, #pc_phone, #pc_fax, #sc_phone, #sc_fax, #ac_phone, #ac_fax, #tc_phone, #tc_fax {
	width: 120px;
}
#bext, #sext, #expyear {
	width: 50px;
}
#comment {
	width: 728px;
}
#cardnumber, #City, #Country, #Email {
	width: 160px;
}
#Country { width: 200px; }
#ProductInterest {
	width: 338px;
}
p.tree {
	display: none;
}

div.submit-button {
	margin: 10px;
	text-align: center;
}

div.submit-button input {
	font-size: 14px;
}
	
/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 990px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	clear: both;
}
#footer img {
	margin: 10px 0 0 0;
}
#footer p {
	line-height: 20px;
	color: #999;
	padding: 10px 0 0 0;
	margin: 0 20px 10px 20px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #c00;
}
/* ERROR */
div.cleanError {
	float: left;
	background-color: #eeeeee;
	border: 1px solid #999999;
	background-image: url('/sublymeCart/images/ErrorCircle.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin: 0px auto 10px 0px;
}
div.cleanError h1 {
	width: auto;
	color: #000000;
	margin: 7px 10px 6px 80px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
div.cleanError p {
	width: auto;
	color: #000000;
	margin: 4px 10px 6px 80px;
	padding: 0;
	font-size: 12px;
}
div.cleanError ul {
	width: auto;
	color: #000000;
	margin: 4px 10px 6px 100px;
	padding: 0;
}
div.cleanError ul li {
	color: #000000;
}

div.cleanError ul#vregError li {
	float: left;
	margin-left: 20px;
}

* html div.cleanError ul#vregError li {
	display: inline;
}

.formError {
	background: yellow !important;
}
/* My Account Stuff */
div#newActNotice {
	float: left;
	width: 760px;
	background: #a2ffc9;
	border: 2px solid #00ce56;
	padding: 0;
	margin: 0px 0px 10px 0px;
}
div#newActNotice h1 {
	margin: 0;
	padding: 6px;
	padding-bottom: 0;
	font-weight: bold;
	color: #000000;
	font-size: 20px;
}
div#newActNotice p {
	margin: 0;
	padding: 8px;
	padding-top: 3px;
	color: #333333;
}
div#cartsaver {
	float: left;
	width: 788px;
	padding: 3px 0px 3px 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #999999;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
div.halfcont {
	width: 300px;
	float: left;
	display: inline;
}
div.halfcont h1 {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-weight: normal;
	font-size: 20px;
}
div.halfbox {
	border: 1px solid #666666;
	width: 298px;
}
div.halfbox h1 {	
	background: #666666;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 5px 0px;
}
div.halfbox h1 span {
	float: right;
	display: inline;
	font-size: 10px;
}
div.halfbox p {
	font-size: 11px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
}
div.halfbox ul {
	margin-left: 20px;
}
div.halfbox ul li {
	margin-bottom: 0px;
}
div.chkspacer {
	float: left;
	display: inline;
	width: 84px;
	height: 175px;
}
div.cenPop {
	z-index: 1;
	padding: 0px;
    width: 400px;
	height: 120px;
	background: #eeeeee;
	border: 1px solid #000000;
    text-align: left;
    position: absolute;
    /*top: 50%;
    left: 50%;
	margin-top: -90px;
	margin-left: -290px;*/
}
div.cenPop p label {
	font-weight: bold;
	float: left;
	width: 100px;
}
div.cenPop h1 {
	font-size: 14px;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #000000;
	background: #cccccc;
	margin: 0px;
	margin-bottom: 10px;
}
div.cenPop p {
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
a.lilbutton:link, a.lilbutton:visited {
	display: block;
	background: url(/img/button-82w.png) top center no-repeat;
	color: #fff;
	width: 64px;
	height: 22px;
	padding: 0px 9px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
a.lilbutton:hover, a.lilbutton:active {
	display: block;
	background: url(/img/button-82w.png) bottom center no-repeat;
	color: #fff;
	width: 64px;
	height: 22px;
	padding: 0px 9px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
a.bigbutton:link, a.bigbutton:visited {
	display: block;
	background: url(/img/button-162w.png) top center no-repeat;
	color: #fff;
	width: 144px;
	height: 22px;
	padding: 0px 9px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
a.bigbutton:hover, a.bigbutton:active {
	display: block;
	background: url(/img/button-162w.png) bottom center no-repeat;
	color: #fff;
	width: 144px;
	height: 22px;
	padding: 0px 9px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
a.forgotpw:link, a.forgotpw:visited, a.forgotpw:hover, a.forgotpw:active {
	display: block;
	background: url(/img/button-forgot-pass.png) top center no-repeat;
	color: #fff;
	width: 112px;
	height: 22px;
	padding: 0px 9px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
input.loginbox {
	background-image: url(/img/loginbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #cccccc;
	height: 18px;
}
input.pwbox {
	background-image: url(/img/passwordbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #cccccc;
	height: 18px;
}
div#blurb {
	font-size: 10px;
	color: #333333;
	margin-bottom: 10px;
	
}
div#wsfloat {
	float: left;
	display: inline;
	width: 475px;
	font-size: 10px;
	font-weight: bold;
}
h1#viewcarth1 {
	font-size: 18px;
	float: left;
	display:inline;
	width: 266px;
	margin:0;
	padding:0;
	margin-right: 291px;
}
* html h1#viewcarth1 { margin-right: 280px; }
p#loginNav {
	color: #333;
	width: 286px;
	margin: 0px 0px 12px 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
} 
div#myact_col {
	float: left;
	display: inline;
	width: 232px;
}
/* DHTML Dropdown Menu Styles */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
overflow: auto;
}
#dropmenudiv a{
width: 83px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
background-color: #dddddd;
font-weight: bold;
}
/* pagnation classes */
#result_page {
	float: right;
	margin: 5px 0px 10px 0px;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	height: 18px;
	background: #ccc url(../img/nav-bg.png) bottom left;
	border: solid 1px #275589;
	clear: none;
	text-align: center;
	color: #666;
	width: 786px;
}
#result_page span {
	padding: 3px 4px;
}
#result_page a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px 4px;
}
#result_page a:hover {
	background: #fff;
	padding: 2px 3px;
	border: solid 1px #ccc;
	text-decoration: underline;
}
#result_page span.page, #result_page span.current {
	color: #000;
	font-weight: bold;
}
#result_page span.current {
	padding: 3px 4px;
}
#result_page span.sep {
	color: #000;
}
table.pages
{
margin: 0px auto 0px auto;
}
table.pages td
{
width: 1px;
}
div.pages span.plink
{
float: left;
}
div.pages
{
text-align: center;
float: left;
height: 50px;
width: 580px;
margin: 10px 0px 10px 0px;
}
div.pages span.txt
{
font-weight: bold;
}
div.pages p.prev
{
margin: 2px;
padding: 3px;
float: left;
clear: none;
border: 1px solid #cccccc;
background-color: #efefef;
color: #000000;
}
div.pages p.next
{
margin: 2px;
padding: 3px;
float: left;
clear: none;
border: 1px solid #cccccc;
background-color: #efefef;
color: #000000;
}
div.pages p.pn
{
margin: 2px;
padding: 3px;
float: left;
clear: none;
border: 1px solid #cccccc;
background-color: #efefef;
color: #000000;
}
div.pages p.cur
{
margin: 2px;
padding: 3px;
float: left;
clear: none;
border: 1px solid #cccccc;
background-color: #ffffff;
font-weight: bold;
color: #000000;
}
#related {
	width: 788px;
	float: right;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;	
}
div#related h2 {
	margin: 0;
	padding: 0;
	background: none !important;
	font-size: 16px;
	font-weight: bold;
	width: 100% !important;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-style: italic;
	text-transform: none;
}
div#related div.relatedItem {
	width: 256px;
	float: left;
}
div#related div.relatedItem h3, #store #container div#related div.relatedItem h3 {
	font-size: 12px;
	line-height: 13px;
	margin: 0;
	margin-bottom: 6px; 
	text-align: left;
} 
div#related div.relatedItem p.image {
	float: left;
	margin:0;
	padding: 0;
	width: 100px;
	text-align: center;
}
div#related div.relatedItem p { 
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 106px;
	line-height: 12px;
}
div#related div.relatedItem p.order {
	clear: none;
	float: right;
	display: inline;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
	width: 100px;
	margin: 10px 3px 0px 0px;
}
div#related div.relatedItem p.order  a {
	height: 12px;
	line-height: 12px !important;
}
/* Child Items */
div.accrow {
	width: 638px;
	float: left;
	display:inline;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #333;
	border-bottom: 1px dashed #999;
	padding-bottom: 2px;
	font-style: italic;
}
div.childCont {
	width: 638px;
	float: left;
	display:inline;
	margin-bottom: 5px;
}

div.childCont:hover {
	background-color: #dddddd;
}
div.result div.main p.childName {
	color: #000;
	font-weight: bold;
}
p.childName {
	float: left;
	display: inline;
	width: 470px;
	vertical-align: middle;
	margin: 5px 0px 5px 0px !important;
	padding: 1px 0 0 0;
}
p.childName span {
	font-weight: normal;
	white-space: nowrap;
}

p.searchloc {
	color: #999;
	font-style: italic;
}
p.searchloc a:link, p.searchloc a:visited {
	color: #999;
	text-decoration: none; 
} 
p.searchloc a:hover, p.searchloc a:active {
	color: #c00;
	text-decoration: underline;
}
span.searchword {
	color: #c00;
}
/* Survey Form Stuff */
div.survey_divider {
	float: left;
	clear: both;
	margin: 12px 20px 12px 0px;
	height: 1px;
	width: 560px;
	background: #ccc;
	overflow: hidden;
}
#surveyform {
	margin-top: 25px;
}
#surveyform p { 
	margin: 4px 0px 2px 0px;
}
#surveyform p.qother {
	padding-left: 20px;
	margin: 6px 0px 0px 0px;
}
#surveyform p label { float: none; }
#surveyform p span.yesno {
	float: right;
	display: inline;
	width: 80px;
	height: 30px;
	background: #eee;
	padding: 6px;
	vertical-align: center;
	margin-right: 20px;
	
}
#surveyform p span.yesno label.floats {
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 3px;
}
#surveyform p.qother label.qother {
	float: left;
	display: inline;
	width: 250px;
	color: #666;
	font-style: italic;
}
#surveyform p.qother input, input#q7, input#q8, input#q9 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#surveyform p span.surveyquestion {
	font-weight: bold;
	font-size: 14px;
}

/* July 2010 Checkout Updates 
------------------------------------------------------------------------------------------*/
#login-page {
	padding: 0 0 0 185px;
}

#store-info {
	clear: both;
	width: 618px;
	border: solid 1px #c00;
}

#store-info h3 {
	background: #c00;
	margin: 0 0 6px 0 !important;
	padding: 4px 10px;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

#store-info p {
	text-align: center;
}

#payment.newpay {
	float: left;
	width: 390px;
	margin: 0 0 10px 0;
}

#shipping.method {
	width: 390px;
	margin: 0 20px 20px 0;
}
#shipping.method p {
	margin-bottom: 18px;
}

span.red { color: #c00; }

p.catlink { font-size: 12px; font-weight: bold; text-align: center; padding-top: 25px; clear: right; }