/*
*/

/**
 * Dialog message container
 */
#dialog-message {
  margin: 0;
  padding: 0;
  z-index: 1000;
}

#dialog-message .box {
  position: relative;
  border: 1px solid #000;
  border-top: 3px solid #000;
  padding: 10px 25px 10px 59px;
  vertical-align: middle;
  text-align: left;
  min-height: 32px;
}

#dialog-message a.close-link {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 13px;
  height: 13px;
  text-decoration: none;
}

#dialog-message .close-img {
  width: 13px;
  height: 13px;
  background: transparent url(../../common_files/images/but_cross.gif) no-repeat left top;
}

#dialog-message .message-i {
  color: #112536;
  border-color: #7a97c1;
  background: #f4f5f7 url(../../common_files/images/icon_info.gif) no-repeat 10px 10px;
}

#dialog-message .message-w {
  color: #3e3104;
  border-color: #c3902f;
  background: #f8f7f3 url(../../common_files/images/icon_warning.gif) no-repeat 10px 10px;
}

#dialog-message .message-e {
  color: #590a0a;
  border-color: #d30000;
  background: #f7f3f3 url(../../common_files/images/icon_error.gif) no-repeat 10px 10px;
}

#dialog-message .anchor {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  height: 15px;
  text-align: right;
  vertical-align: middle;
}

#dialog-message .anchor img {
  width: 12px;
  height: 10px;
  vertical-align: middle;
  background: transparent url(../../common_files/images/goto_arr.gif) no-repeat left top;
}

.dialogtr {
  color: #1a2b3c;
}

#cartquoteform th {
	text-align:left;
}

.checkout-customer-notes #customer_notes {
	width:200px;
}
div.checkout-container select {
	height:28px;
}

.fullwidth-page #content {
	background-image:none;
}
@media (min-width: 1024px) {
	.fullwidth-page #right-col {
		padding: 20px;
		width: 100%;
	}
}


.clearing {
  height: 0;
  font-size: 0;
  clear: both;
}


/*After 10 July 2014*/

/* CART */
#location{
	height:50px;
	padding-right:10px;
}
div.header-sep{
	height:10px;
	margin:15px auto 0;
	background:url(../images/top-sdw.png) 0 0 no-repeat;
}
.welcome .header-sep {
	display:none;
}
#location span{padding:0 8px;}
.last-bread-crumb{font-size:12px;}
.printable-bar{
	height:50px;
	background:url(../images/hydraulic-conductivity/details/print.png) right 0 no-repeat,
					url(../images/sptr1.png) 0 0 no-repeat;
	padding-right:35px;
	text-align:right;
	text-transform:capitalize;
}

/**/

#product_thumbnail{
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	width:100%;
	height:auto;
}

/**/

.simple-button{line-height:1 !important;}

/**/

.image-wrapper{text-align:center;}
.image-wrapper img {
	border:1px solid #cfcfcf;
	padding:6px;
	background:#FFF;
	width:144px;
	height:auto;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display:inline-block;
}
.image-wrapper img:hover {
	box-shadow:0 0 9px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 9px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 9px rgba(0,0,0,0.5);
	-o-box-shadow:0 0 9px rgba(0,0,0,0.5);
	-ms-box-shadow:0 0 9px rgba(0,0,0,0.5);
}

.product-cell{text-align:center !important; vertical-align:top; padding-top:8px;}
.product-title{
	text-align:center !important;
	color:#373f48;
	width:90%;
	font:12px 'OpenSansSemibold';
}

/**/
.tabcontent table.data-table td{padding:6px 10px 6px 0;}
.tabcontent table.data-table td input#is_msg{
	margin-left:105px;
	margin-right:12px;
}

.iv-box .button-row{padding-top:12px;}



/* CHECKOUT */
td.image{padding:15px 25px 5px 0;}
td.image img{
	border:1px solid #cfcfcf;
	padding:6px;
	background:#FFF;
}

td.details{
	vertical-align:top;
	padding-top:15px;
}

/**/
#cartquoteform table{margin-top:12px;}
#cartquoteform th, #cartquoteform td{padding:6px 10px 6px 0;}
.checkout-button{margin-left:122px;}

/**/
hr{
	display: block;
	border:none;
	border-top: 1px dotted #CCC;
	background:none !important;
	margin:10px auto;
}

/* POPUP */
.thumbnail img{
	border:1px solid #cfcfcf;
	padding:6px;
	background:#FFF;
}

#add-to-cart-continue-actions{padding-top:8px;}
.add-to-cart-upsell-thumb img{
	border:1px solid #cfcfcf;
	padding:6px;
	background:#FFF;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.add-to-cart-upsell-thumb img:hover {
	box-shadow:0 0 9px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 9px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 9px rgba(0,0,0,0.5);
	-o-box-shadow:0 0 9px rgba(0,0,0,0.5);
	-ms-box-shadow:0 0 9px rgba(0,0,0,0.5);
}

.product-added.ui-widget{
	font: 12px/1.4 'OpenSansSemibold', Arial !important;
	-moz-border-radius !important: 5px;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,1) !important;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,1) !important;
	box-shadow: 0 0 20px rgba(0,0,0,1) !important;
}
.product-added .title {font-weight: normal !important;}
.product-added.ui-dialog .ui-dialog-titlebar {
	background-image:url(../images/Cart-Head.png) !important;
	height: 15px !important;
  padding: 20px 35px 22px !important;
}
.product-added.ui-dialog .ui-dialog-title {
	font:18px/1 'OpenSansBold' !important;
	text-shadow:1px 1px 0 #d3d7dc !important;
	color:#000 !important;
}
.details .title {font-size: 14px !important;}
.product-added .upselling .title {
	margin-bottom: 5px;
	margin-top:10px;
	font-size: 12px !important;
}
.product-added .cart .header {
	font-weight: normal;
	font-family: 'OpenSansBold';
	font-size:16px;
}
.product-added hr {border-bottom: none !important;}
.product-added .cart {
	border:none !important;
	border-left: 1px solid #b3b7bd !important;
	width: 365px;
	text-align:left;
}
.ui-dialog-content td{vertical-align:top;}

/**/

.checkout-buttons{
	padding-bottom:15px;
	position:absolute;
	top:26px;
	right:0;
}
.checkout-buttons .checkout-3-button {
	float:right;
	margin-left:8px;
}
p.text-block{margin:0 auto 10px; clear:both; }
.button-row{padding-top:10px;}
.left-buttons-row{float:left; padding-bottom:15px}
.right-buttons-row {float:left;padding-bottom:15px}
.simple-delete-button {
	margin-top: 10px;
	display: inline-block;
}
.cart .right-buttons-row {
	width: auto !important;
	float:right;
}
.checkout-button {
	margin-left: 15px;
}
.data-table{margin-top:10px;}
.data-table td,
.data-table th{
	padding:6px 10px 6px 0;
}
div.checkout-partner, div.terms_n_conditions {
	padding: 10px 0;
}

/**/

.ui-state-highlight .ui-icon{
	background:none !important;
}
div.optional-label label input {
	vertical-align: middle !important;
	position: relative;
	top:0 !important;
}
.button-row{
	text-align:left !important;
}
#accept_terms{margin-right:8px; }
div.terms_n_conditions{text-align:left !important; line-height:1 !important}

div.coupon-info input.image-button {
	height: 28px;
	width: 30px;
	margin-bottom: -8px;
}

div.opc-section-container {
	padding: 10px 0;
	margin: 0;
	background: #f5f5f5;
}
/**/
#opc_profile #personal_details div.optional-label label,
.checkout-shippings tr td label,
.checkout-shippings tr td.shipping-cost,
div.terms_n_conditions label {
	font-weight:normal;
	font-size:12px;
}
.checkout-shippings input[type="radio"] {
	margin-left:4px;
}
#opc_summary table.totals tr td.total-value {
	text-align:right;
}
#opc_summary table.totals tr td.total-value-alt {
	display:none;
}
.checkout-signin, .checkout-signin a{
	font: normal 14px/1 'OpenSansSemibold';
	color:#2eafde;
}
div.coupon-info p,
#couponform-container form label {
	font-size:12px;
	line-height:normal;
	padding:0px 4px;
}
.checkout-partner #partner_id {
	display:block;
	width:200px;
}
#accept_terms {
	margin:2px 8px 10px 0;
	float: left;
	line-height:1.5 !important ;
}
.discount-coupon{
	padding: 15px;
	margin: 0;
	background: #f5f5f5;
}

.opc-sign-in, .opc-authbox .opc-sign-in a {
	font-weight:bold;
	font-size:14px;
}

div.ajax-popup-error-message {
  padding: 0 5px;
  margin: 10px 0;
  display: none;
}

div.ajax-popup-error-message span {
  float: left;
  margin: 0 10px 0 3px;
}

#couponform-container {
	background-color:#f5f5f5;
	padding-bottom:3px;
}
#couponform-container h3 {
	color:#2eafde;
	background-color:#fff;
}

#opc-cart-buttons-bottom {
	padding-left:163px;
}

a.opc-update-item {
	margin-left:12px;
}
#cart-update-btn button {
	display:inline-block;
	background:none;
	text-shadow:none;
	color:#017db4;
	font-family:'OpenSansRegular',Arial;
	font-weight:normal;
	font-size:13px;
	line-height:13px;
}
#cart-update-btn button:hover {
	text-decoration:underline;
}

div.cart table.totals td {
	font-size:16px;
}
.popup-dialog form > table td {
	padding: 0 6px 6px 0;
}
div.opc-payment-options {
	padding-bottom:0;
}


/**
 * Pagination mechanism
 */
.nav-pages {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

.nav-pages-title {
  padding-right: 10px;
}

.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}

.nav-pages a {
  text-align: center;
  text-decoration: underline;
}

.nav-pages a.right-arrow,
.nav-pages a.left-arrow {
	display: inline-block;
	height: 18px;
	vertical-align: bottom;
}

.nav-pages .left-arrow img {
  background: transparent url(../../common_files/images/navigation_arrow_left.gif) no-repeat left top;
}

.nav-pages .right-arrow img {
  background: transparent url(../../common_files/images/navigation_arrow_right.gif) no-repeat left top;
}

.nav-pages .current-page {
  text-align: center;
  font-weight: bold;
}

.nav-pages .right-delimiter {
  padding-right: 12px;
}

ul.simple-list,
ul.simple-list-left
{
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}

.simple-list-left {
  padding-bottom: 14px;
}

.item-left {
  float: left;
}

.item-right {
  float: right;
}
.product-added.ui-dialog .ui-dialog-titlebar-close,
.product-added.ui-dialog .ui-dialog-titlebar-close:hover {
	font:bold 24px Arial, Helvetica, sans-serif !important;
	position: absolute;
	top: 15px !important;
	right: 15px !important;
	color: #FFF !important;
	text-shadow: -1px -1px 1px rbga(0, 0, 0, .6) !important;
	cursor: pointer !important;
	width:30px !important;
	height:30px !important;
	display:block;
	background-color: #157193 !important;
	background-repeat: repeat-x !important;
	background-image: -moz-linear-gradient(top, #157193, #023040) !important;
	background-image: -ms-linear-gradient(top, #157193, #023040) !important;
	background-image: -o-linear-gradient(top, #157193, #023040) !important;
	background-image: -webkit-linear-gradient(top, #157193, #023040) !important;
	background-image: linear-gradient(top, #157193, #023040) !important;
	text-align:center !important;
	line-height:30px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.8) !important;
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.8) !important;
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.8) !important;
	-o-box-shadow: 2px 2px 8px rgba(0,0,0,0.8) !important;
	-ms-box-shadow: 2px 2px 8px rgba(0,0,0,0.8) !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-o-border-radius: 50px !important;
	-ms-border-radius: 50px !important;
	border:3px solid #FFF !important;
}
.product-added.ui-dialog .ui-dialog-titlebar-close:hover {
	text-decoration:none;
	background-color: #2ca7d4 !important;
	background-repeat: repeat-x !important;
	background-image: -moz-linear-gradient(top, #2ca7d4, #167496) !important;
	background-image: -ms-linear-gradient(top, #2ca7d4, #167496) !important;
	background-image: -o-linear-gradient(top, #2ca7d4, #167496) !important;
	background-image: -webkit-linear-gradient(top, #2ca7d4, #167496) !important;
	background-image: linear-gradient(top, #2ca7d4, #167496) !important;
}
.product-added.ui-dialog .ui-dialog-titlebar-close span {
	text-indent:1px;
	line-height:26px;
	height:auto;
	width:auto;
}
.ui-widget-overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	opacity: 1;
}

.soil_video {
	margin-bottom:25px;
}

/**/
body.printable {
	background:none;
}
.printable #footer {
	color:#000;
}
.printable #header #right-header,
.printable #footer-nav,
.printable #social {
	display:none;
}

.button.inline {
	display:inline-block;
}

.surveyform .survey-question {
	display:block;
	float:left;
	clear:left;
	width:35%;
}
.surveyform .survey-answers {
	display:block;
	float:left;
	width:60%;
}
.surveyform .survey-answers input[type="text"] {
	width: 90%;
}
.surveyform .survey-answer {
	padding:15px 25px 0 0;
}
.survey-footer {
	clear:both;
}
.surveyform .allowed_files {
	font-size:12px;
	font-style:italic;
}

#dealer-table {
	font-size:12px;
}
.biggerbold {
	color: #3399cc;
	font-size: 14px;
	font-weight: bold;
}
a.dealer-link {
	color: #996600;
	font-weight: bold;
}
#dealer-table h3 {
	font-size:16px;
	margin-bottom:1em;
	margin-top:1em;
}
.register-section-title label {
	font-weight:bold;
}
a.popup-link {
  text-decoration: none;
}

a.popup-link img {
  vertical-align: bottom;
  width: 20px;
  height: 18px;
  background: transparent url(../../common_files/images/question_button.gif) no-repeat left top;
  margin-bottom: 1px;
}

.part-number-table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:2em;
}
.part-number-table td, .part-number-table th {
	font-size:11px;
	line-height:normal;
	border:1px solid #000;
	padding:4px 2px;
}
.part-number-table th {
	font-weight:bold;
	text-align:left;
	color:#9b3330;
}
.part-number-table td p {
	margin:0;
}
.part-number-table td.part-selection-desc {
	text-align:center;
}

.product-table-view {
	margin:0 auto;
}
.product-table-view th {
	text-align:left;
	padding:2px 5px;
}
.product-table-view a {
 color:#555d69;
}
.product-table-view-html table {
	border-collapse:collapse;
	margin: 1em auto;
}
.product-table-view-html td, .product-table-view-html th {
	font-size:11px;
	border:1px solid #017db4;
	padding:2px 6px;
	text-align:center;
}
.product-table-view-html th {
	font-weight:bold;
}

#category-header {
	margin-bottom:2em;
}
.cat-head-img {
	float:left;
	margin-right:10px;
	margin-bottom:1em;
}
#cat-head-img-left {
	max-width:162px;
}
#cat-head-img-left img {
	max-width:154px;
	height:auto;
}
#cat-head-img-right {
	max-width:249px;
}
#cat-head-img-right img {
	max-width:241px;
	height:auto;
}
.cat-head-img-border {
	border:1px solid #555d69;
	padding:3px;
}
.cat-head-img-caption {
	text-align:center;
	color:#876605;
	font-weight:bold;
}
.cat-head-right {
	float:left;
	width: 280px;
}
.cat-head-bottom {
	clear:both;
	border-top:1px solid #555d69;
	margin-top:1em;
	padding-top:1em;
}


#announcement {
	margin: 0 auto;
	width: 976px;
	padding:10px;
	border: 1px solid #555d69;
	border-radius:5px;
	background-color:#fff;
}
#announcement p {
	margin:0 0 1em 0;
	color:#f00;
}
#announcement p:last-child {
	margin:0;
}