/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/lightbox/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/lightbox/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_modern
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magento494
commerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

*{margin:0;padding:0;}
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0;}
body{background-color:#EFEFEF;font-family:Calibri,Verdana,sans-serif;font-size:12px;color:#333;}
img{border:0;vertical-align:top;}
a{color:#367C2B;text-decoration:none;}
a:hover{text-decoration:underline;}
:focus{outline:0;}
form{display:inline;}
fieldset{border:0;}
legend{display:none;}
table{border-collapse:collapse;border:0;border-spacing:0;empty-cells:show;font-size:100%;}
caption,th,td{vertical-align:top;text-align:left;font-weight:normal;}
p{margin:0 0 0.5em;}
strong{font-weight:bold;}
address{line-height:1.35;}
cite{font-weight:bold;}
q,
blockquote{quotes:none;}
q:before,
q:after{content:'';}
:focus{outline:0;}
small{font-size:0.8em;}
big{font-size:1.2em;}
sup{font-size:0.5em;vertical-align:text-top;}
sub{font-size:0.5em;vertical-align:text-bottom;}
del{text-decoration:line-through;}
ins{text-decoration:none;}
ul{list-style:none;}
ol{list-style:none;}
li{list-style-type:none;}
h1,
h2,
h3{color:#367C2B;line-height:22px;font-variant:small-caps;}
h4,
h5,
h6{color:#333;padding-bottom:0.2em;margin-bottom:0.1em;}
h1{font-size:1.82em;padding-bottom:0.6em;margin-bottom:0.4em;}
h2{font-size:1.64em;padding-bottom:0.4em;margin-bottom:0.2em;}
h3{font-size:1.27em;padding-bottom:0.2em;margin-bottom:0.1em;}
h4{font-size:1.27em;text-transform:uppercase;}
h5{font-size:1.27em;text-transform:uppercase;}
h6{font-size:13px;font-weight:bold;}
.hidden{display:block !important;border:0 !important;margin:0 !important;padding:0 !important;font-size:0 !important;line-height:0 !important;width:0 !important;height:0 !important;overflow:hidden !important;}
.nobr{white-space:nowrap !important;}
.wrap{white-space:normal !important;}
.a-left{text-align:left !important;}
.a-center{text-align:center !important;}
.a-right{text-align:right !important;}
.v-top{vertical-align:top;}
.v-middle{vertical-align:middle;}
.f-left,
.left{float:left !important;}
.f-right,
.right{float:right !important;}
.f-none{float:none !important;}
.f-fix{float:left;width:100%;}
.no-display{display:none;}
.no-margin{margin:0 !important;}
.no-padding{padding:0 !important;}
.no-bg{background:none !important;}
.clear{clear:both;}
.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12, .g13, .g14, .g15{float:left;display:inline;margin-right:9px;margin-left:9px;}
.g16{float:left;display:inline;margin-right:24px;margin-left:24px;}
.g1{width:42px;}
.g2{width:102px;}
.g3{width:162px;}
.g4{width:222px;}
.g5{width:282px;}
.g6{width:342px;}
.g7{width:402px;}
.g8{width:462px;}
.g9{width:522px;}
.g10{width:582px;}
.g11{width:642px;}
.g12{width:702px;}
.g13{width:762px;}
.g14{width:822px;}
.g15{width:882px;}
.g16{width:942px;}
.g1.nomar,.g2.nomar,.g3.nomar,.g4.nomar,.g5.nomar,.g6.nomar,.g7.nomar,.g8.nomar,.g9.nomar,.g10.nomar,.g11.nomar,.g12.nomar ,.g13.nomar ,.g14.nomar ,.g15.nomar ,.g16.nomar{margin-right:0;margin-left:0;}
.page{width:991px;margin:15px auto 0;background:#fff;}
.page-print{background:#fff;padding:25px 30px;text-align:left;}
.page-empty{background:#fff;padding:20px;text-align:left;}
.page-popup{background:#fff;padding:25px 30px;text-align:left;}
.main-container{min-height:600px;}
.col-left{float:left;width:186px;margin-right:16px;font-variant:small-caps;color:#367C2B;border-right:1px solid #e3e4e5;}
.col-main{float:left;width:522px;}
.col-right{float:right;width:222px;margin-right:24px;}
.col1-layout .main{padding:20px 24px;}
.col1-layout .col-main{float:none;width:auto;}
.col2-left-layout .col-main{float:right;width:762px;margin-right:24px;}
.col2-left-layout .col-left{}
.col2-right-layout .col-main{float:left;width:702px;margin-left:24px;}
.col2-right-layout .col-right{}
.col3-layout .col-wrapper{float:left;width:726px;}
.col3-layout .col-wrapper .col-main{float:right;width:522px;}
.col3-layout .col-right{margin-left:0px;margin-top:30px;}
.col2-set .col-1{float:left;width:48.5%;}
.col2-set .col-2{float:right;width:48.5%;}
.col2-set .col-narrow{width:32%;}
.col2-set .col-wide{width:65%;}
.col3-set .col-1{float:left;width:32%;}
.col3-set .col-2{float:left;width:32%;margin-left:2%;}
.col3-set .col-3{float:right;width:32%;}
.col4-set .col-1{float:left;width:23.5%;}
.col4-set .col-2{float:left;width:23.5%;margin:0 2%;}
.col4-set .col-3{float:left;width:23.5%;}
.col4-set .col-4{float:right;width:23.5%;}
input,button, select,textarea{font-family:inherit;font-weight:inherit;vertical-align:middle;color:#000;}
input.input-text,select,textarea{background:#fdf8e6;border:1px solid #999;}
input.input-text,textarea{padding:2px;}
input.input-text:focus,select:focus,textarea:focus{background-color:#fdf8e6;}
select{padding:1px;}
select option{padding-right:10px;}
select.multiselect option{border-bottom:1px solid #999;padding:1px 5px;}
select.multiselect option:last-child{border-bottom:0;}
textarea{overflow:auto;}
input.radio{margin-right:3px;}
input.checkbox{margin-right:3px;}
input.qty{text-align:center;width:30px !important;}
button.button::-moz-focus-inner{padding:0;border:0;}
button{border:0;}
button.submit{border:0;}

div.button,
button.btn-empty,
button.button{width:auto;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll left top transparent;min-height:21px;line-height:21px;overflow:visible;cursor:pointer;border:0;}

div.button a,
button.btn-empty span,
button.button span{float:left;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll right -23px transparent;height:21px;line-height:21px;font-variant:small-caps;text-align:center;white-space:nowrap;margin-left:3px;}

div.button a span,
button.btn-empty span span,
button.button span span{height:21px;padding:0 18px 0 14px;font-size:14px;font-weight:bold;color:#595959;}

div.button:hover,
button.btn-empty:hover,
button.button:hover{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll left -46px transparent;}

div.button:hover a,
button.btn-empty:hover span,
button.button:hover span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll right -69px transparent;}

div.button a span,
button.btn-empty:hover span span,
button.button:hover span span{color:#595959;}

div.button:active,
button.btn-empty:active,
button.button:active{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll left -92px transparent;}

div.button:active a,
button.btn-empty:active span,
button.button:active span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll right -115px transparent;}

div.button:active a span,
button.btn-empty:active span span,
button.button:active span span{color:#595959;}

button.btn-cart,
button.btn-continue,
button.btn-update{width:auto;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_secondary.png") no-repeat scroll left top transparent;min-height:21px;line-height:21px;overflow:visible;cursor:pointer;border:0;}
button.btn-cart span,
button.btn-continue span,
button.btn-update span{float:left;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_secondary.png") no-repeat scroll right -22px transparent;height:21px;line-height:21px;font-variant:small-caps;text-align:center;white-space:nowrap;margin-left:3px;border:0;}
button.btn-cart span span,
button.btn-continue span span,
button.btn-update span span{height:21px;padding:0 18px 0 14px;font-size:14px;font-weight:bold;color:#595959;}
button.btn-cart:hover,
button.btn-continue:hover,
button.btn-update:hover
{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_secondary.png") no-repeat scroll left -44px transparent;}
button.btn-cart:hover span,
button.btn-continue:hover span,
button.btn-update:hover span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_secondary.png") no-repeat scroll right -66px transparent;}
button.btn-cart:hover span span,
button.btn-continue:hover span span,
button.btn-update:hover span span{color:#595959;}
button.btn-cart:active,
button.btn-continue:active,
button.btn-update:active{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_secondary.png") no-repeat scroll left -88px transparent;}
button.btn-cart:active span,
button.btn-continue:active span,
button.btn-update:active span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_secondary.png") no-repeat scroll right -110px transparent;}
button.btn-cart:active span span,
button.btn-continue:active span span,
button.btn-update:active span span{color:#595959;}
button.btn-checkout{width:100%;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left top transparent;min-height:28px;line-height:28px;overflow:visible;cursor:pointer;border:0;}
button.btn-checkout span{float:left;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -29px transparent;height:28px;line-height:28px;font-variant:small-caps;text-align:center;white-space:nowrap;margin-left:3px;}
button.btn-checkout span span{height:28px;padding:0 18px 0 14px;font-size:16px;font-weight:bold;color:#595959;}
button.btn-checkout:hover{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -58px transparent;}
button.btn-checkout:hover span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -87px transparent;}
button.btn-checkout:hover span span{color:#595959;}
button.btn-checkout:active{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -116px transparent;}
button.btn-checkout:active span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -145px transparent;}
button.btn-checkout:active span span{color:#595959;}
.buttons-set{clear:both;padding:8px 0 0;text-align:right;}
.buttons-set .back-link{float:left;margin:0;}
.buttons-set .back-link a{font-size:14px;}
.buttons-set button.button{float:right;}
.buttons-set-order{margin:10px 0 0;}
.buttons-set-order .please-wait{padding:5px 7px 0 0;}
.contacts-index-index .col-main ,
.contacts-index-index .col-right{margin-top:24px;}
.contacts-index-index .col-main .fieldset h2.legend{padding-bottom:6px;border-bottom:1px solid #e3e4e5;margin-bottom:12px;}
.contacts-index-index .col-main .fieldset .form-list label{font-size:13px;line-height:16px;padding-bottom:6px;}
.contacts-index-index .col-main .buttons-set{margin-top:12px;padding-top:6px;border-top:1px solid #e3e4e5;}
.contacts-index-index .col-main .buttons-set button,
.contacts-index-index .col-main p.required{margin-right:48px;margin-top:6px;font-size:12px;}
.form-list li{margin:0 0 6px;}
.form-list label{float:left;color:#555;font-weight:bold;position:relative;z-index:0;}
.form-list label.required{}
.form-list label.required em{float:right;font-style:normal;color:#eb340a;position:absolute;top:0;right:-7px;}
.form-list li.control label{float:none;}
.form-list li.control input.radio,
.form-list li.control input.checkbox{margin-top:-1px;margin-right:4px;}
.form-list li.control .input-box{clear:none;display:inline;width:auto;}
.form-list .input-box{display:block;clear:both;width:260px;}
.form-list .field{float:left;width:275px;}
.form-list input.input-text{width:254px;}
.form-list textarea{width:254px;height:10em;}
.form-list select{width:260px;}
.form-list li.wide .input-box{width:535px;}
.form-list li.wide input.input-text{width:529px;}
.form-list li.wide textarea{width:529px;}
.form-list li.wide select{width:535px;}
.form-list li.additional-row{border-top:1px solid #ccc;margin-top:10px;padding-top:7px;}
.form-list li.additional-row .btn-remove{float:right;margin:5px 0 0;}
.form-list .input-range input.input-text{width:74px;}
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box{width:auto;}
.form-list .name-prefix{width:65px;}
.form-list .name-prefix select{width:55px;}
.form-list .name-prefix input.input-text{width:49px;}
.form-list .name-suffix{width:65px;}
.form-list .name-suffix select{width:55px;}
.form-list .name-suffix input.input-text{width:49px;}
.form-list .name-middlename{width:70px;}
.form-list .name-middlename input.input-text{width:49px;}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname{width:140px;}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text{width:124px;}
.form-list .customer-name-prefix-middlename-suffix .name-lastname{width:205px;}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text{width:189px;}
.form-list .customer-name-prefix-suffix .name-firstname{width:210px;}
.form-list .customer-name-prefix-suffix .name-lastname{width:205px;}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text{width:189px;}
.form-list .customer-name-prefix-suffix .name-firstname{width:210px;}
.form-list .customer-name-prefix-suffix .name-lastname{width:205px;}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text{width:189px;}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname{width:210px;}
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname{width:205px;}
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text{width:189px;}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year{float:left;width:85px;}
.form-list .customer-dob input.input-text{display:block;width:74px;}
.form-list .customer-dob label{font-size:10px;font-weight:normal;color:#999;}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month{width:60px;}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text{width:46px;}
.form-list .customer-dob .dob-year{width:140px;}
.form-list .customer-dob .dob-year input.input-text{width:134px;}
.validation-advice{clear:both;min-height:13px;margin:3px 0 0;padding-left:13px;font-size:11px;line-height:13px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/validation_advice_bg.gif") 2px 3px no-repeat;color:#eb340a;}
.validation-failed{border:1px solid #eb340a !important;background:#faebe7 !important;}
.validation-passed{}
p.required{font-size:12px;font-style:italic;color:#EB340A;text-align:left;}
.v-fix{float:left;}
.v-fix .validation-advice{display:block;width:12em;margin-right:-12em;position:relative;}
p.control input.checkbox,
p.control input.radio{margin-right:6px;}
.success{color:#367C2B;font-weight:bold;}
.error{color:#df280a;font-weight:bold;}
.notice{color:#f16048;}
.messages{width:100%;overflow:hidden;display:inline;}
.messages,
.messages ul{list-style:none !important;margin:0 !important;padding:0 !important;}
.messages li{padding:10px;}
.messages li li{margin:0 0 3px !important;}
.messages a {text-decoration: underline;}
.error-msg,
.success-msg,
.note-msg,
.notice-msg{border-style:solid !important;border-width:1px !important;padding:4px 12px !important;font-size:11px !important;font-weight:bold !important;}
.error-msg{border-color:#f16048;background-color:#faebe7;color:#df280a;}
.success-msg{border-color:#367C2B;background-color:#eff5ea;color:#367C2B;}
.note-msg,
.notice-msg{border-color:#666;background-color:#fafaec;color:#367C2B;}
.page-title{width:80%;overflow:hidden;font-variant:small-caps;}
.page-title h1{color:#333;padding:0px!important;}
.page-title .separator{margin:0 3px;}
.page-title .link-rss{float:right;margin:7px 0 0;}
.subtitle{clear:both;padding:12px 0 0;font-size:20px;font-weight:bold;margin:0 0 6px;}
.breadcrumbs{float:right;width:942px;margin:13px 24px;position:relative;text-align:right;}
.breadcrumbs a{color:#999;}
.breadcrumbs span{color:#367C2B;}
.breadcrumbs li{display:inline;}
.breadcrumbs li strong{font-weight:bold;color:#367C2B;}
.toolbar{width:734px;margin-top:0px;margin-bottom:10px;height:28px;}
.toolbar .pager{width:388px;padding:3px 8px;margin:0 0 0;}
.toolbar .sorter{width:330px;}
.col3-layout .toolbar{width:522px;height:28px;}
.col3-layout .toolbar .pager{width:300px;padding:3px 0px;height:22px;}
.col3-layout .toolbar .sorter{width:222px;}
.col3-layout .toolbar .sorter{float:left;font-size:12px;margin:0;padding:3px 0px;border-top:1px solid #E3E4E5;border-bottom:1px solid #E3E4E5;color:#333;}
.pager{float:right;margin:15px 0;font-size:12px;background:#fff;padding:3px 8px;border-top:1px solid #e5e5e6;text-align:center;}
.pager p{margin:0 !important;}
.pager select{padding:0;margin-bottom:1px;}
.pager .amount{float:left;line-height:20px;}
.pager .amount strong{font-weight:normal;}
.pager .limiter{float:left;position:relative;line-height:20px;margin-left:22px;}
.pager .limiter label{display:none;}
.pager .pages{float:right;margin:0;text-align:center;color:#333;font-size:12px;height:22px;padding:3px 0px;}
.pager .pages .numbers{float:right;font-weight:bold;}
.pager .pages .previous_btn,
.pager .pages .next_btn{display:none;}
.pager .pages a{line-height:13px;color:#367c2b;text-decoration:none;padding-right:3px;border-right:1px solid #999;}
.pager .pages a:hover{color:#367c2b;text-decoration:underline;}
.pager .pages ol,
.pager .pages li{display:inline;padding:0 2px;font-weight:bold;}
.pager .pages li.current{color:#000;}
.pager .pages li.current:hover{color:#367c2b;text-decoration:underline;}
.pager .pages .i-previous,
.pager .pages .i-next{text-decoration:none !important;vertical-align:middle;}
.pager-only{clear:both;}
.pager-only .pages{margin:0;}
.col3-layout .pager{float:right;font-size:12px;padding:3px 0;border-top:1px solid #E3E4E5;border-bottom:1px solid #E3E4E5;text-align:center;}
.col3-layout .pager .amount{display:none;}
.sorter{float:left;font-size:12px;margin:0;padding:3px 20px;background:#fff;border-top:1px solid #E3E4E5;color:#333;}
.sorter p{margin:0;}
.sorter select{padding:0;margin-bottom:1px;}
.sorter .view-mode{float:left;line-height:20px;padding-left:5px;white-space:nowrap;}
.sorter .view-mode label{display:none;}
.sorter .view-mode a.list-fix,
.sorter .view-mode a.list,
.sorter .view-mode strong.list-fix,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid-fix,
.sorter .view-mode a.grid,
.sorter .view-mode strong.grid-fix,
.sorter .view-mode strong.grid{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_viewmode.png") no-repeat 0 0;float:left;width:24px;height:17px;text-align:left;text-indent:-999em;overflow:hidden;margin:2px 0 0;}
.sorter .view-mode a.list{background-position:-24px 0;}
.sorter .view-mode strong.list{background-position:-24px -29px;}
.sorter .view-mode a.grid{background-position:0 0;}
.sorter .view-mode strong.grid{background-position:0 -29px;}
.sorter .view-mode a.list-fix{background-position:0 -58px;}
.sorter .view-mode strong.list-fix{background-position:0 -87px;}
.sorter .view-mode a.grid-fix{background-position:-24px -58px;}
.sorter .view-mode strong.grid-fix{background-position:-24px -87px;;}
.sorter .sort-by{float:left;padding-left:31px;line-height:20px;}
.sorter .sort-by label{display:none;}
.sorter .link-feed{}
.data-table{width:100%;}
.data-table tr.odd{background:#fff;}
.data-table tr.even{background:#fefefe;}
.data-table td.odd{background:#fff;}
.data-table td.even{background:#fefefe;}
.data-table thead,
.data-table thead tr{background:#e9e9e9;border-top:1px dotted #999;border-left:1px dotted #999;}
.data-table tr.first th{}
.data-table tr.last th,
.data-table tr.last td{}
.data-table th{padding:2px 8px;font-size:1.2em;font-variant:small-caps;white-space:nowrap;border-right:1px dotted #999;}
.data-table th.wrap{white-space:normal;}
.data-table th a{color:#fff;}
.data-table td{padding:3px 8px;}
.data-table tfoot{border-left:0;border-right:0;}
.data-table tfoot tr{background-color:#fefefe !important;}
.data-table tbody tr {border-left:1px dotted #999;} 
.data-table tbody th{padding:3px 8px;font-size:11px;font-weight:bold;text-transform:none;white-space:normal;}
.data-table tbody th,
.data-table tbody td{border-bottom:1px dotted #999;border-right:1px dotted #999;}
.data-table tfoot strong{font-size:1.2em;}
.data-table tbody.odd tr{background:#fff;}
.data-table tbody.even tr{background:#fcfcfc;}
.data-table tbody.odd tr td,
.data-table tbody.even tr td{border-bottom:0;}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td{border-bottom:1px dotted #999;}
.data-table tbody td .option-label{font-weight:bold;font-style:italic;}
.data-table tbody td .option-value{padding-left:10px;}
.std .subtitle{}
.std ol.ol{list-style:decimal outside;padding-left:1.5em;}
.std ul.disc{list-style:disc outside;padding-left:18px;margin:0 0 10px;}
.std dl dt{font-weight:bold;}
.std dl dd{margin:0 0 10px;}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote{margin:0 0 1em;padding:0;}
.std ul{list-style:disc outside;padding-left:1.5em;}
.std ol{list-style:decimal outside;padding-left:1.5em;}
.std ul ul{list-style-type:circle;}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul{margin:.5em 0;}
.std dt{font-weight:bold;}
.std dd{padding:0 0 0 1.5em;}
.std blockquote{font-style:italic;padding:0 0 0 1.5em;}
.std address{font-style:normal;}
.std b,
.std strong{font-weight:bold;}
.std i,
.std em{font-style:italic;}
.links li{display:inline;}
.links li.first{padding-left:0 !important;}
.links li.last{background:none !important;padding-right:0 !important;}
.link-cart ,
.link-wishlist,
.link-reorder,
.link-compare,
.link-price-alert{font-weight:bold;color:#367C2B;text-decoration:none;}
.link-print{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/i_print.gif") 0 2px no-repeat;padding:3px 0 3px 25px;}
.link-rss{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/i_rss.gif") 0 1px no-repeat;padding-left:18px;line-height:14px;white-space:nowrap;}
.btn-delete-all span{line-height:22px;}
.btn-remove{display:block;width:12px;height:12px;font-size:0;line-height:0;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_remove.gif") 0 0 no-repeat;text-indent:-999em;overflow:hidden;}
.btn-remove2{display:block;width:16px;height:16px;font-size:0;line-height:0;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_trash.gif") 0 0 no-repeat;text-indent:-999em;overflow:hidden;}
.separator{display:none;}
.divider{clear:both;display:block;font-size:0;line-height:0;height:1px;background:#ccc;margin:10px 0;text-indent:-999em;overflow:hidden;}
.noscript{border:1px solid #ddd;border-width:0 0 1px;background:#fdf8e6;font-size:12px;line-height:1.25;text-align:center;color:#333;}
.noscript .noscript-inner{width:950px;margin:0 auto;padding:12px 0 12px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/i_notice.gif") 20px 50% no-repeat;}
.noscript p{margin:0;}
.header{}
.header .logo{float:left;text-decoration:none !important;}
.header .logo img {width:224px; height:56px;}
.header .logo strong{position:absolute;top:-999em;left:-999em;width:0;height:0;font-size:0;line-height:0;text-indent:-999em;overflow:hidden;}
.header .top-promo{float:left;width:117px;height:30px;margin:12px 10px 0;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_top-promo.gif") 0 0 no-repeat;text-indent:-999em;overflow:hidden;display:none;}
.branding{float:left;margin-top:10px}
.logo{float:left;}
.header-container{padding:0px 24px 0px 15px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/header-bar.jpg") repeat-x left bottom;height:111px;}
.header-container .ansprache{display:none;}
.header-container .top-wrapper{float:right;width:700px;margin:15px 0 10px 0;}
.header-container .top-wrapper .header-search{float:right;display:inline-block;width:197px;}
.header-container .top-wrapper .header-search .form-search{float:right;position:relative;}
.header-container .top-wrapper .header-search .form-search label{display:none;}
.header-container .top-wrapper .header-search .form-search input.input-text{float:left;width:155px;padding:1px 5px 1px 5px;height:18px;}
.header-container .top-wrapper .header-search .form-search button.button{height:22px;width:24px;float:left;border:0;padding:0;}
.header-container .top-wrapper .header-search .form-search button.button span{height:22px;width:24px;margin:0;border:0;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/cmd_search.png") no-repeat left 0;display:block;}
.header-container .top-wrapper .header-search .form-search button.button span span{background:none;display:inline-block;text-indent:-9999px;height:22px;width:24px;}
.header-container .top-wrapper .header-search .form-search .search-autocomplete{z-index:999;}
.header-container .top-wrapper .header-search .form-search .search-autocomplete ul{border:1px solid #999;background-color:#f1f1f1;}
.header-container .top-wrapper .header-search .form-search .search-autocomplete li{text-align:left;border-bottom:1px solid #e5e5e6;padding:2px 8px 1px 8px;cursor:pointer;}
.header-container .top-wrapper .header-search .form-search .search-autocomplete li .amount{float:right;font-weight:bold;}
.header-container .top-wrapper .header-search .form-search .search-autocomplete li.odd{background-color:#e5e5e6;}
.header-container .top-wrapper .header-search .form-search .search-autocomplete li.selected{background-color:#fdf8e6;}
.header-container .top-wrapper .filter-container{float:right;position:relative;}
.header-container .top-wrapper .filter-container #languageSelect,
.header-container .top-wrapper .filter-container #currencySelect{}
.header-container .top-wrapper .filter-container #languageSelect .current,
.header-container .top-wrapper .filter-container #currencySelect .current{padding-left:10px;}
.header-container .top-wrapper .filter-container #languageSelect .current span:focus,
.header-container .top-wrapper .filter-container #currencySelect .current span:focus{border-bottom:4px solid #FFDE00;}
.header-container .top-wrapper .filter-container #languageSelect label,
.header-container .top-wrapper .filter-container #currencySelect label{font-variant:small-caps;font-size:13px;}
.header-container .top-wrapper .filter-container #languageSelect li,
.header-container .top-wrapper .filter-container #currencySelect li{padding:0px 10px 0px 10px;line-height:16px;}
.header-container .top-wrapper .filter-container .switch{float:right;position:relative;margin-right:10px;width:auto;display:block;}
.header-container .top-wrapper .filter-container .switch #popId-languageSelect,
.header-container .top-wrapper .filter-container .switch #popId-currencySelect{padding:0px 10px 0px 10px;background-color:#fdf8e6;color:#000;min-width:50px;position:absolute;top:18px;right:0px;border:1px solid #FFDE00;z-index:2;}
.header-container .top-wrapper .filter-container .switch #popId-languageSelect a,
.header-container .top-wrapper .filter-container .switch #popId-currencySelect a{color:#333;}
.header-container .quick-access{float:right;width:700px;color:#333;display:block;font-size:14px;font-variant:small-caps;}
.header-container .quick-access .checkout-cart{float:right;position:relative;}
.header-container .quick-access .checkout-cart img{width:26px; height:26px;}
.header-container .quick-access .checkout-links{float:right;position:relative;}
.header-container .quick-access .checkout-links .links{padding:4px 3px 0 0px;float:right;margin-top:3px;}
.header-container .quick-access .checkout-links .links li{display:inline;float:left;margin:0px 6px 0px 0px;padding:0px 6px 0px 0px;border-right:1px solid #999;line-height:100%;}
.header-container .quick-access .checkout-links .links li.last{margin-right:3px;padding-right:3px!important;}
.header-container .quick-access .checkout-links .links a{float:right;color:#333;}
.header-container .quick-access .checkout-links .links a:hover{color:#000;text-decoration:underline;}
.header-container .quick-access .account-links{float:right;position:relative;}
.header-container .quick-access .account-links .links{padding:2px 3px 0 0px;float:right;margin-top:3px;}
.header-container .quick-access .account-links .links li{float:left;display:inline;margin-right:3px;padding-right:3px;}
.header-container .quick-access .account-links .links li.last{border-right:1px solid #999;margin-right:6px;padding-right:6px!important;}
.header-container .quick-access .account-links .links a{color:#999;text-decoration:none;}
.header-container .quick-access .account-links .links a:hover{color:#000;text-decoration:underline;}
.header-container .quick-access .top-links{float:right;position:relative;}
.header-container .quick-access .top-links .links{padding:2px 3px 0 0px;float:right;margin-top:3px;}
.header-container .quick-access .top-links .links li{border-right:1px solid #999;float:left;display:inline;margin-right:3px;padding-right:3px;}
.header-container .quick-access .top-links .links li.last{border-right:none;margin-right:6px;padding-right:6px!important;}
.header-container .quick-access .top-links .links a{color:#999;text-decoration:none;}
.header-container .quick-access .top-links .links a:hover{color:#000;text-decoration:underline;}

.switch .switch-wrapper{cursor:pointer;line-height:18px;}
.switch{float:right;margin-right:10px;width:auto;display:block;}
.switch .current{margin-right:10px;}
.switcher img{float:right;margin-top:5px;}
.switcher-currency{}
.block-title,
.block-title h2{font-size:14px;line-height:20px;font-variant:small-caps;color:#fff;padding:2px 16px;background-color:#367C2B;}
.block-title strong{font-weight:bold;}
.block-title a{display:block;text-decoration:none;color:#fff;text-decoration:none;}
.block-title a:hover{text-decoration:underline;}
.block-subtitle{font-size:16px;margin:0 0 10px;padding:10px 0px 2px 0px;font-weight:bold;}
.block-content{padding:12px 12px 12px 12px;margin-bottom:24px;color:#333;background-color:#F1F1F1;text-transform:none;}
.block-content ul,
.block-content ol{list-style:none;}
.block-content li.item{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 center transparent;display:block;float:left;line-height:16px;padding-left:10px;width:198px;}
.block-content li.item.last{border-bottom:0;padding-bottom:0;margin-bottom:0;}
.block-content .product-name{color:#367c2b;}
.block-content .price-box{margin:0;}
.block-content .price-box .price{font-size:13px;color:#333;}
.block .empty{margin:0;padding:12px 0;}
.block .btn-remove{float:right;margin:1px 0 2px 5px;}
.block .actions{padding:5px 0px 12px 0px;margin:5px 0px 0px 0px;text-align:right;}
.block .actions a{display:block;float:left;}
.block .actions button.button{}
.block .actions button.button span{}
.block .actions button.button span span{}
.block-subscribe .block-content{background-color:#F1F1F1;padding-top:12px!important;}
.block-subscribe .block-content .form-subscribe-header{padding-bottom:12px;padding-left:17px;}
.block-subscribe .block-content .actions{border:none!important;padding-bottom:0px;padding-right:10px;}
.block-subscribe .input-box #newsletter{margin-left:15px;padding:2px;width:167px;}
.mini-products-list .product-image{float:left;width:50px;border:1px solid #e5e6e6;}
.mini-products-list .product-details{margin-left:60px;}
.block-account{margin-top:15px;margin-left:0;}
.block-account .back-link{color:#367C2B;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/dashboard_backlink.png") 0px no-repeat scroll transparent;margin-left:2px;padding-top:3px;padding-bottom:3px;}
.block-account .back-link span{padding-left:18px;color:#666666;font-size:13px;font-variant:small-caps;}
.block-account .block-title{border:0;background:none;border-bottom:1px dotted #e5e5e6;}
.block-account .block-title strong{color:#367C2B;}
.block-account .block-content{padding:0;font-size:13px;}
.block-account .block-content li{padding:3px;border-bottom:1px dotted #e5e5e6;font-variant:small-caps;}
.block-account .block-content li a{display:block;color:#666;text-decoration:none;margin-left:15px;}
.block-account .block-content li a:hover{color:#367C2B;text-decoration:underline;}
.block-account .block-content li.last a{border-bottom:0;}
.block-account .block-content li.current{color:#367C2B;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/nav-active.png") 0px no-repeat scroll transparent;}
.block-account .block-content li.current strong{margin-left:15px;}
.block-account .block-content li.current.last{border-bottom:0;}
.item-options dt{font-weight:bold;font-style:italic;}
.item-options dd{padding-left:10px;}
.truncated{cursor:help;}
.truncated a.dots{cursor:help;text-decoration:none !important;}
.truncated a.details{cursor:help;text-decoration:none !important;display:inline-block;border-bottom:1px dotted #367c2b;}
.truncated .truncated_full_value{position:relative;z-index:999;}
.truncated .truncated_full_value dl{position:absolute;top:-99999em;z-index:999;width:250px;padding:8px;border:2px solid #ddd;border-bottom-color:#666;background-color:#f6f6f6;}
.truncated .truncated_full_value dt{margin-top:0;}
.truncated .show dl{top:-20px;left:50%;}
.col-left .truncated .show dl{left:30px;top:10px;}
.col-right .truncated .show dl{left:-240px;top:10px;}
.block-currency{background:#f4f4f4;}
.block-currency .block-content{padding:0 10px 12px;}
.block-currency .block-content select{width:100%;padding:0;}
.block-layered-nav{border:0;}
.block-layered-nav .block-title{border:0;padding:1px 12px; font-size:16px; line-height:20px; font-weight:bold;font-variant:small-caps;}
.block-layered-nav .block-subtitle{margin:0;background:#367c2b;font-size:13px;font-weight:bold;font-variant:small-caps;padding:2px 10px;color:#fff;}
.block-layered-nav .block-content{padding:0;}
.block-layered-nav dt{font-weight:bold;border-top:1px solid #fff;padding:8px 10px 0 10px;font-size:13px;}
.block-layered-nav dd{padding:0 10px 8px 10px;border-bottom:1px solid #ddd;}
.block-layered-nav dd li{line-height:1.35;margin:0 0 3px;font-size:13px;}
.block-layered-nav dd a{color:#333;}
.block-layered-nav .currently ol{padding:6px 0 0;}
.block-layered-nav .currently li{padding:2px 10px;}
.block-layered-nav .currently .label{font-weight:bold;}
.block-layered-nav .currently .btn-remove{margin:2px 0 0;}
.block-layered-nav .actions{padding:5px 10px;margin:0;}
.block-layered-nav .actions a{float:none;}
.block-cart .block-title{background:#367c2b;}
.block-cart .block-title strong{color:#fff;}
.block-cart .summary{background:#fdf8e6;padding:8px;margin:-12px -8px 8px;text-align:center;position:relative;z-index:1;}
.block-cart .amount{margin:0;}
.block-cart .amount a{font-weight:bold;}
.block-cart .subtotal{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_subtotal.gif") no-repeat 50% 0;margin:5px 0 0;line-height:23px;}
.block-cart .subtotal .price{font-weight:bold;}
.block-cart .actions{display:none !important;}
.block-cart .actions .paypal-logo{float:left;width:100%;margin:3px 0 0;text-align:right;}
.block-wishlist .block-content li.item{background:#f1f1f1;padding:0!important;margin-bottom:6px;}
.block-wishlist .actions{text-align:right;}
.block-wishlist .actions a{float:none;}
.block-related .block-subtitle{font-size:11px;font-weight:bold;border:0;padding:0;margin:0 0 8px;text-transform:none;}
.block-related input.checkbox{float:right;}
.block-related .product{margin-right:20px;}
.block-compare{background:#fdf8e6;}
.block-compare .block-content .empty{padding:0px 7px 0px 15px;}
.block-compare .actions{display:block;padding-bottom:0px;}
.block-compare .actions a{width:198px;text-align:right;color:#000;text-decoration:none;margin-bottom:12px;}
.page-popup .link-print{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/i_print.gif") 0 2px no-repeat;padding:3px 0 3px 25px;}
.compare-table{border:0;}
.compare-table thead,
.compare-table thead tr.first{background:#fff;}
.compare-table thead tr.first th,
.compare-table thead tr.first td{border:0;background:none;padding:0 0 4px;font-size:0;line-height:0;}
.compare-table .btn-remove{float:right;background-image:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_remove.gif");width:12px;height:12px;}
.compare-table tbody th{background:#f1f1f1;}
.compare-table tbody th,
.compare-table tbody td{padding:10px;border:0;border-top:1px solid #e5e5e6;border-left:1px solid #e5e5e6;}
.compare-table tbody td.last{border-right:1px solid #e5e5e6;}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td{border-bottom:1px solid #e5e5e6 !important;}
.compare-table tr.add-to-row td{background:#fdf8e6;text-align:center;}
.compare-table tr.first td{text-align:center;}
.compare-table tr.first td .product-name{font-size:13px;font-weight:bold;margin:0 0 5px;color:#333;}
.compare-table tr.first td .product-name a{color:#333;}
.compare-table tr.first td .ratings{width:69px;margin:0 auto;}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p{margin:0;}
.compare-table .add-to-links li{background:none;padding:0;}
.block-viewed{background:#fdf8e6;}
.block-compared{}
.block-poll .block-subtitle{font-size:12px;}
.block-poll label{color:#666;font-weight:bold;}
.block-poll input.radio{float:left;margin:1px -18px 0 0;}
.block-poll .label{display:block;margin-left:18px;}
.block-poll li{padding:3px 9px;}
.block-poll .actions{margin:5px 0 0;}
.block-poll .answer{font-weight:bold;}
.block-poll .votes{float:right;margin-left:10px;}
.block-tags .block-content .tags-list{border:0;background:none;padding:0;}
.block-tags .block-content li a{color:#333;}
.block-tags .actions{text-align:right;}
.block-tags .actions a{float:none;}
.block-reorder{display:none!important}
.block-reorder input.checkbox{float:left;margin:2px -20px 0 0;}
.block-reorder .product-name{margin-left:20px;}
.block-reorder .validation-advice{margin:3px 9px 7px;}
.block-banner{border:0;}
.block-banner .block-content{padding:12px 0px;background-color:#F1F1F1;text-align:center;}
.block-login .block-content{padding:12px;}
.block-login label{padding-left:15px;font-weight:bold;color:#333;}
.block-login input.input-text{display:block;width:167px;padding:2px;margin-left:15px;}
.block-login .actions{background:none;padding-right:10px;padding-bottom:0px;}
.sidebar .paypal-logo{display:block;margin:10px 0;text-align:center;}
.sidebar .paypal-logo a{float:none;}
.catalog-category-view .page-title{}
.catalog-category-view .category-name p{margin:0px!important}
.catalog-category-view .category-description{font-size:13px;margin-bottom:12px;}
.catalog-category-view .category-products ol.products-list{list-style-type:none;}
.category-products li.item {position:relative;}
.col1-layout .products-grid,
.page-empty .products-grid{width:734px;margin:0 auto;}
.catalog-category-view .col2-left-layout .page-title{display:none;}
.catalog-category-view .col2-left-layout .col-main{}
.catalog-category-view .col2-left-layout .col-main .category-headline h1{padding:9px 0;margin:6px 0px;}
.catalog-category-view .col2-left-layout .col-left{margin-top:-30px;}
.catalog-category-view .col2-left-layout .col-right{}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid{width:734px;margin:auto;}
.col2-left-layout .category-view .category-products{width:734px;padding-top:9px;}
.col3-layout .main.col-main ul.messages{margin-bottom:12px;}
.col3-layout .main .category-products{width:522px;padding-top:9px;margin-bottom:10px;}
.col3-layout .main .category-products .products-grid{width:522px;margin:auto;}
.col3-layout .main .category-products .products-grid li.item{float:left;width:171px;padding:0px 0px 0px 0px;margin:0px 3px 3px 0px;background-color:#FDF8E6;min-height:310px;}
.col3-layout .main .category-products .first li.item{}
.col3-layout .main .category-products .products-grid .product-image{display:block;width:169px;height:169px;margin:0;border:1px solid #e5e5e6;}
.col3-layout .main .category-products .products-grid .product-name{min-height:52px;margin:0;padding:5px 10px;}
.col3-layout .main .category-products .products-grid .product-name a{display:block;color:#333;line-height:14px;font-size:14px;font-weight:bold;}
.col3-layout .main .category-products .products-grid .product-name a:hover{text-decoration:underline;}
.col3-layout .main .category-products .products-grid .order-data-table { height:32px; width:100%; border: 1px solid #E5E5E6; padding:5px 10px;}
.col3-layout .main .category-products .products-grid .order-data-table tr.sku {height:16px; background-color:#fff;}
.col3-layout .main .category-products .products-grid .order-data-table tr.ean {height:16px; background-color:#fff;}
.col3-layout .main .category-products .products-grid .order-data-table th.label {font-size:10px;}
.col3-layout .main .category-products .products-grid .order-data-table td.data {font-size:10px; text-align:right;}
.col3-layout .main .category-products .products-grid .price-box{min-height:44px;margin:0;padding:6px 10px;}
.col3-layout .main .category-products .products-grid .price-box span.regular-price{width:100%;display:block;}
.col3-layout .main .category-products .products-grid .price-box .regular-price .price{text-align:center;display:block;padding-top:19px;font-size:20px;}
.col3-layout .main .category-products .products-grid .price-box .regular-price .from-label{position: absolute;}
.col3-layout .main .category-products .products-grid .price-box .old-price{display:none:}
.col3-layout .main .category-products .products-grid .price-box .old-price .price-label{display:none:}
.col3-layout .main .category-products .products-grid .price-box .old-price .price{display:none:}
.col3-layout .main .category-products .products-grid .price-box .special-price .price{text-align:center;display:block;font-size:20px;color:#EB340A;}
.col3-layout .main .category-products .products-grid .availability{text-align:center;line-height:21px;color:#EB340A;margin-bottom:0;}
.col3-layout .main .category-products .products-grid .tax-details{font-size:9px;text-align:left;padding:0px 5px 3px 10px;margin-top:-3px;}
.col3-layout .main .category-products .products-grid .actions{width:170px;min-height:60px;background-color:#f1f1f1;}
.col3-layout .main .category-products .products-grid .actions button.btn-cart{width:170px;padding:0;font-size:13px!important;}
.col3-layout .main .category-products .products-grid .actions button.btn-cart span{margin-left:3px;width:166px;}
.col3-layout .main .category-products .products-grid .actions button.btn-cart span span{width:130px;font-weight:bold!important;}
.col3-layout .main .category-products .products-grid .add-to-links{min-height:28px;}
.col3-layout .main .category-products .products-grid .add-to-links li{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 center transparent;display:block;float:left;line-height:12px;padding-left:8px;margin-top:3px;margin-left:8px;width:154px;}
.col3-layout .main .category-products .products-grid .add-to-links a{display:block;font-size:10px;font-weight:normal;color:#333}
#categories .col_full{max-height:5px;}
#categories .listing{margin-top:24px;}
#categories .listing .category-box{height:117px;width:380px;float:left;}
#categories .listing .category-box .category-image-box{width:135px;height:98px;border:1px solid #dddddd;float:left}
#categories .listing .category-box .category-image-box img{max-width:135px;max-height:98px;}
#categories .listing .category-box .category-info-box{float:left;display:inline-block;width:220px;height:96px;margin:0px 10px 0px 10px;}
#categories .listing .category-box .category-info-box .category-name{padding-left:10px;line-height:20px;font-variant:small-caps;}
#categories .listing .category-box .category-info-box .category-name a{font-size:14px;font-weight:bold;color:#000;text-decoration:none;}
#categories .listing .category-box .category-info-box .category-description{padding-left:10px;display:block;width:210px;font-size:13px;line-height:15px;font-family:"Calibri";}
#carousel .btn_left{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/css/js/jquery/images/slider_left.jpg") no-repeat;width:25px;height:21px;position:absolute;right:46px;bottom:0px;float:left;cursor:pointer;}
#carousel .btn_pause{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/css/js/jquery/images/slider_pause.jpg") no-repeat;width:21px;height:21px;cursor:pointer;position:absolute;bottom:0px;right:25px;float:left;}
#carousel .btn_right{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/css/js/jquery/images/slider_right.jpg") no-repeat;width:25px;height:21px;position:absolute;right:0px;bottom:0px;cursor:pointer;}
.col3-layout .main .category-products .products-list .f-fix{width:98%;}
.col3-layout .main .category-products .products-list li{background-color:#FDF8E6;width:522px;margin:10px 0px 10px 0px;}
.col3-layout .main .category-products .products-list .product-image{width:169px;height:169px;border:1px solid #e5e5e6;float:left;margin:0px 10px 0px 0px;}
.col3-layout .main .category-products .products-list .product-shop{float:left;width:340px;}
.col3-layout .main .category-products .products-list h2{font-size:16px;padding:0px;font-weight:bold;font-variant:small-caps;margin-bottom:0;}
.col3-layout .main .category-products .products-list .product-name a{color:#333;}
.col3-layout .main .category-products .products-list .product-name a:hover{color:#000;text-decoration:none;}
.col3-layout .main .category-products .products-list .desc{display:none;}
.col3-layout .main .category-products .products-list .price-box{width:100%;min-height:50px;margin:0px;}
.col3-layout .main .category-products .products-list .price-box span{float:right;text-align:right;margin-right:10px;}
.col3-layout .main .category-products .products-list .price-box .regular-price .price{float:right;font-size:24px;}
.col3-layout .main .category-products .products-list .price-box .old-price{}
.col3-layout .main .category-products .products-list .price-box .old-price .price-label{display:none;}
.col3-layout .main .category-products .products-list .price-box .old-price .price{display:none;}
.col3-layout .main .category-products .products-list .price-box .special-price{}
.col3-layout .main .category-products .products-list .price-box .special-price .price-label{display:none;}
.col3-layout .main .category-products .products-list .price-box .special-price .price{float:right;font-size:36px;color:#EB340A;font-weight:bold;}
.col3-layout .main .category-products .products-list .tax-details{text-align:right;padding-right:12px;}
.col3-layout .main .category-products .products-list .availability{margin:3px 0 0;}
.col3-layout .main .category-products .products-list .actions{float:right;width:95%;text-align:right;margin-top:20px;padding-right:12px;}
.col3-layout .main .category-products .products-list .actions ul.add-to-links{height:32px; display:inline;text-align:left;}
.col3-layout .main .category-products .products-list .add-to-links li{ height:16px; background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 center transparent;display:inline;float:left;margin:0px;padding-left:10px;width:140px;font-size:12px;}
.col3-layout .main .category-products .products-list .actions .add-to-links a{font-size:12px;font-weight:normal;color:#333;}
.col3-layout .main .category-products .products-list .cart .out-of-stock{margin-left:-27px;}
.col3-layout .main .category-products .products-list .actions button.btn-cart{width:auto;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left top transparent;min-height:28px;line-height:28px;overflow:visible;cursor:pointer;border:0;}
.col3-layout .main .category-products .products-list .actions button.btn-cart span{float:left;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -29px transparent;height:28px;line-height:28px;font-variant:small-caps;text-align:center;white-space:nowrap;margin-left:3px;}
.col3-layout .main .category-products .products-list .actions button.btn-cart span span{height:28px;padding:0 18px 0 14px;font-size:16px;font-weight:bold;color:#595959;}
.col3-layout .main .category-products .products-list .actions button.btn-cart:hover{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -58px transparent;}
.col3-layout .main .category-products .products-list .actions button.btn-cart:hover span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -87px transparent;}
.col3-layout .main .category-products .products-list .actions button.btn-cart:hover span span{color:#595959;}
.col3-layout .main .category-products .products-list .actions button.btn-cart:active{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -116px transparent;}
.col3-layout .main .category-products .products-list .actions button.btn-cart:active span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -145px transparent;}
.col3-layout .main .category-products .products-list .actions button.btn-cart:active span span{color:#595959;}
.products-grid .info .actions .btn-cart{width:26px;height:26px;cursor:pointer;border:none;}
.products-grid .img .new{position:absolute;right:10px;top:10px;font-size:14px;font-weight:bold;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/new.jpg") repeat-x;display:inline-block;text-transform:uppercase;line-height:15px;}
.products-grid .img .new p{padding:0px 4px 0px 4px;}
.products-grid .img{position:relative;}
#products-list .img .new{position:absolute;left:100px;top:10px;font-size:14px;font-weight:bold;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/new.jpg") repeat-x;display:inline-block;text-transform:uppercase;line-height:15px;}
#products-list .img .new p{padding:0px 4px 0px 4px;}
#products-list .img{position:relative;}
.no-rating{margin:8px 0 0 11px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_add-to.gif") 2px 50% no-repeat;line-height:1.25;padding-left:12px;}
.ratings{line-height:1.25;margin:7px 0;}
.ratings strong{float:left;margin:0 3px 0 0;}
.ratings .rating-links{margin:0;}
.ratings .rating-links .separator{margin:0 2px;}
.ratings dt{}
.ratings dd{}
.rating-box{width:50px;height:10px;font-size:0;line-height:0;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_rating.gif") 0 0 repeat-x;text-indent:-999em;overflow:hidden;}
.rating-box .rating{float:left;height:10px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_rating.gif") 0 100% repeat-x;}
.ratings .rating-box{float:left;margin:2px 3px 0 0;}
.ratings .amount{}
.ratings-table th,
.ratings-table td{font-size:11px;line-height:1.15;padding:3px 0;}
.ratings-table th{font-weight:bold;padding-right:8px;}
.ratings-table td{padding:4px 0 0;}
.availability-only{margin:10px 0 7px;line-height:16px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/i_availability_only.gif") 0 50% no-repeat;padding-left:15px;}
.availability-only span,
.availability-only a{border-bottom:1px dashed #ffde00;color:#000;}
.availability-only a{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/i_availability_only_arrow.gif") 100% 0 no-repeat;cursor:pointer;padding-right:15px;text-decoration:none;}
.availability-only .expanded{background-position:100% -15px;}
.availability-only strong{color:#ffde00;}
.availability-only-details{margin:0 0 7px;}
.availability-only-details th{background:#f1f1f1;font-size:10px;padding:0 8px;}
.availability-only-details td{border-bottom:1px solid #e5e5e6;font-size:11px;padding:2px 8px 1px;}
.availability-only-details tr.odd{background:#fff;}
.availability-only-details tr.even{background:#f1f1f1;}
.availability-only-details tr.odd td.last{color:#367C2B;font-weight:bold;}
.availability-only-details tr.last td{border-bottom:none;}
.email-friend{}
.alert-price{}
.alert-stock{}
.price{white-space:nowrap !important;}
.price-box{margin:5px 10px 0px 10px;}
.price-box .price{font-size:20px;font-weight:bold;color:#367C2B;}
.regular-price{color:#367C2B;}
.regular-price .price{font-size:20px;font-weight:bold;color:#367C2B;}
.old-price{margin:0;}
.old-price .price-label{font-size:10px;font-weight:normal;white-space:nowrap;}
.old-price .price{font-weight:normal;font-size:12px;color:#367C2B;text-decoration:line-through;}
.special-price{margin:0;}
.special-price .price-label{display:none;}
.special-price .price{font-size:20px;font-weight:bold;color:#EB340A;}
.minimal-price{margin:0;}
.minimal-price .price-label{font-size:18px;font-weight:bold;white-space:nowrap;}
.minimal-price-link{display:block;font-size:12px;text-decoration:underline;color:#333;}
.minimal-price-link .label{color:#333;}
.minimal-price-link .price{font-weight:normal;color:#333;}
.price-including-tax{display:block;color:#999;}
.price-including-tax .label{font-size:10px;text-transform:uppercase;white-space:nowrap;color:#999;}
.price-including-tax .price{font-size:13px;font-weight:bold;color:#367C2B;}
.price-excluding-tax{display:block;color:#999;}
.price-excluding-tax .label{font-size:10px;text-transform:uppercase;white-space:nowrap;color:#999;}
.price-excluding-tax .price{font-size:12px;font-weight:normal;color:#367C2B;}
.price-incl-tax{display:block;}
.price-incl-tax .label{display:block;white-space:nowrap;}
.price-incl-tax .price{display:block;font-weight:bold;}
.price-excl-tax{display:block;}
.price-excl-tax .label{display:block;white-space:nowrap;}
.price-excl-tax .price{display:block;font-weight:normal;}
.weee{display:block;font-size:11px;color:#333;}
.weee .price{font-size:11px;font-weight:normal;}
.price-from{margin:0;}
.price-from .price-label{font-size:12px;font-weight:bold;white-space:nowrap;}
.price-to{margin:0;}
.price-to .price-label{font-size:12px;font-weight:bold;white-space:nowrap;}
.price-notice{padding-left:7px;}
.price-notice .price{font-weight:bold;}
.price-as-configured{margin:0;}
.price-as-configured .price-label{font-weight:bold;white-space:nowrap;text-transform:uppercase;}
.price-box-bundle{padding:0 0 10px 0;}
.price-box-bundle .price-box{margin:0 !important;padding:0 !important;}
.price-box-bundle .price{color:#333;}
.tier-prices{margin:10px 0;padding:10px;background:#f4f9ea;border:1px solid #ddd;}
.tier-prices .benefit{font-style:italic;font-weight:bold;}
.tier-prices .price{font-weight:bold;;}
.tier-prices-grouped li .price{font-weight:bold;}
.product-view{margin-top:18px;}
.product-view .product-essential{margin:0;padding:0 0 20px 0;font-size:14px;}
.product-view .product-essential .more-views{margin-top:20px}
.product-view .product-essential .product-name{}
.product-view .product-essential .product-shop{float:right;width:470px;border-bottom:1px dotted #367C2B;}
.col1-layout .product-view .product-essential .product-shop{float:right;width:576px;}
.col3-layout .product-view .product-essential .product-shop{float:none;width:auto;}
.product-view .product-essential .product-shop .box-description{padding:10px 0px;}
.product-view .product-essential .product-shop .short-description{display:none;}
.product-view .product-essential .product-shop .availability{min-height:18px;font-size:12px;font-weight:normal;padding:4px 10px;text-align:right;border-top:1px dotted #666;border-bottom:1px dotted #666;}
.product-view .product-essential .product-shop .availability .instock{padding-right:10px;margin:10px 0;color:#367C2B;}
.product-view .product-essential .product-shop .availability .outofstock{padding-right:10px;margin:10px 0;color:#eb340a;}
.product-view .product-essential .product-shop .product-main-info .other .widget a{padding-left:10px;}
.product-view .product-essential .product-shop .product-main-info .other .emailto-link{text-align:right;padding-right:20px;}
.product-view .product-essential .product-shop .product-main-info .other .price-box{min-height:50px;margin:0;background-color:#f1f1f1;padding:0px 20px;text-align:right;}
.product-view .product-essential .product-shop .product-main-info .other .price-box .price{font-size:36px;}
.product-view .product-essential .product-shop .product-main-info .other .price-box .minimal-price-label {float:right; font-size:24px;padding-right:12px; padding-top:10px;}
.product-view .product-essential .product-shop .product-main-info .other .price-box .old-price{display:inline;float:left;margin-bottom:0!important;padding-right:5px;padding-top:8px;color:#666;}
.product-view .product-essential .product-shop .product-main-info .other .price-box .old-price .price-label{font-size:13px;}
.product-view .product-essential .product-shop .product-main-info .other .price-box .old-price .price{font-size:14px;color:#333;font-weight:normal;}
.product-view .product-essential .product-shop .product-main-info .other .price-box .special-price{}
.product-view .product-essential .product-shop .product-main-info .other .price-box .special-price .price-label{display:none;}
.product-view .product-essential .product-shop .product-main-info .other .price-box .special-price .price{float:right;font-size:36px;color:#EB340A;font-weight:bold;}
.product-view .product-essential .product-shop .product-main-info .other .tax-details{text-align:right;padding-right:20px;}
.product-view .product-essential .product-shop .product-main-info .other .tax-details{float:right;position:relative;width:220px;height:25px;margin:0;background-color:#f0f0f0;padding:10px 0px 0px 10px;text-align:left;font-size:10px;}
.product-view .product-essential .product-shop .tax-details{text-align:right;padding-right:20px;font-size:10px;padding-bottom:5px;background-color:#f1f1f1;}
.product-view .product-essential .box-additional_info .data-table {border:none!important;}
.product-view .product-essential .box-additional_info .data-table thead tr {border:top 1px dotted #999;}
.product-view .product-essential .box-additional_info .data-table tbody th,
.product-view .product-essential .box-additional_info .data-table tbody td {font-size:16px; border:none;}
.product-view .product-essential .box-additional_info .data-table th {font-size:16px; font-weight:bold; font-variant:small-caps; padding:0px;}
.product-view .product-essential .box-additional_info .data-table td { font-size:16px; font-weight:normal; border:none!important; padding:0px;}
.product-view .product-essential .box-additional_info .data-table tr:hover {background-color:#F1F1F1;}
.product-view .product-essential .product-shop .add-to-box{margin:10px 0;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart{margin:10px 0;border:1px solid #e5e5e6;background-color:#f1f1f1;padding:10px;text-align:right;}
.product-view .product-essential .product-shop .add-to-cart .labelwrap{float:left;margin:5px 5px 0 0;font-weight:bold;line-height:20px;color:#555;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart .qty{float:left;margin:5px 5px 0 0;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart button.btn-cart{float:left;margin-left:9px;margin-top:1px;width:auto;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left top transparent;min-height:28px;line-height:28px;overflow:visible;cursor:pointer;border:0;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart button.btn-cart span{float:left;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -29px transparent;height:28px;line-height:28px;font-variant:small-caps;text-align:center;white-space:nowrap;margin-left:3px;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart button.btn-cart span span{height:28px;padding:0 18px 0 14px;font-size:16px;font-weight:bold;color:#595959;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart button.btn-cart:hover{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -58px transparent;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart button.btn-cart:hover span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -87px transparent;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart button.btn-cart:hover span span{color:#595959;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart button.btn-cart:active{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -116px transparent;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart button.btn-cart:active span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -145px transparent;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart button.btn-cart:active span span{color:#595959;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart .paypal-logo{clear:left;margin:0;text-align:right;}
.product-view .product-essential .product-shop .add-to-box .add-to-cart .paypal-or{clear:both;display:block;margin:5px 60px 5px 0;}
.product-view .product-essential .product-shop .add-to-box .or{display:none !important;}
.product-view .product-essential .product-shop .add-to-box .add-to-links{margin:10px 0;}
.product-view .product-essential .product-shop .add-to-box .add-to-links li .separator{display:none !important;}
.product-view .product-essential .product-shop .boxwrap{width:470px;margin-top:10px;}
.product-view .product-essential .product-shop .boxwrap .product-options{margin:0;padding:0;float:left;}
.product-view .product-essential .product-shop .boxwrap .product-options dl{width:460px;}
.product-view .product-essential .product-shop .boxwrap .product-options dt{font-weight:normal;}
.product-view .product-essential .product-shop .boxwrap .product-options dt label{font-weight:bold;}
.product-view .product-essential .product-shop .boxwrap .product-options dt label.required em{color:#eb340a;margin-right:5px;}
.product-view .product-essential .product-shop .boxwrap .product-options dt .qty-holder{float:right;margin-right:15px;}
.product-view .product-essential .product-shop .boxwrap .product-options dt .qty-holder label{vertical-align:middle;}
.product-view .product-essential .product-shop .boxwrap .product-options dt .qty-disabled{background:none;border:0;padding:3px;color:#444;}
.product-view .product-essential .product-shop .boxwrap .product-options dd{padding:5px 0px 15px 0px;margin:0 0 5px;}
.product-view .product-essential .product-shop .boxwrap .product-options dl.last dd.last{border-bottom:0;padding-bottom:5px;margin-bottom:0;}
.product-view .product-essential .product-shop .boxwrap .product-options dd input.input-text{width:100%;}
.product-view .product-essential .product-shop .boxwrap .product-options dd input.datetime-picker{width:150px;}
.product-view .product-essential .product-shop .boxwrap .product-options dd .time-picker{display:-moz-inline-box;display:inline-block;padding:2px 0;vertical-align:middle;}
.product-view .product-essential .product-shop .boxwrap .product-options dd textarea{width:98%;height:8em;}
.product-view .product-essential .product-shop .boxwrap .product-options dd select{width:99%;}
.product-view .product-essential .product-shop .boxwrap .product-options dd .multiselect option{border-bottom:1px dotted #d9e5ee;padding:2px 4px;}
.product-view .product-essential .product-shop .boxwrap .product-options ul.options-list{margin-right:5px;}
.product-view .product-essential .product-shop .boxwrap .product-options ul.options-list li{padding:2px 0;}
.product-view .product-essential .product-shop .boxwrap .product-options ul.options-list input.radio{float:left;margin-top:3px;}
.product-view .product-essential .product-shop .boxwrap .product-options ul.options-list input.checkbox{float:left;margin-top:2px;}
.product-view .product-essential .product-shop .boxwrap .product-options ul.options-list .label{display:block;margin-left:18px;}
.product-view .product-essential .product-shop .boxwrap .product-options ul.options-list label{font-weight:normal;}
.product-view .product-essential .product-shop .boxwrap .product-options ul.validation-failed{padding:0 7px;}
.product-view .product-essential .product-shop .boxwrap .product-options p.required{margin-bottom:0;padding:15px 0 0;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom{width:100%;background-color: #F1F1F1;margin-top: 10px;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom p{text-align:left;margin-left: 150px;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom .price-box{display:none;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom .tax-details{display:none;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom .add-to-cart{float:left;width:100%;margin:10px 0 0 5px;line-height:20px;color:#555;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom .add-to-cart .labelwrap{margin:5px 10px 0 0;text-align:center;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom .add-to-cart .qty{float:left;margin:3px 8px 0 0;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart{margin-bottom:7px;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart{width:auto;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left top transparent;min-height:28px;line-height:28px;overflow:visible;cursor:pointer;border:0;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart span{float:left;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -29px transparent;height:28px;line-height:28px;font-variant:small-caps;text-align:center;white-space:nowrap;margin-left:3px;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart span span{height:28px;padding:0 18px 0 14px;font-size:16px;font-weight:bold;color:#595959;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart:hover{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -58px transparent;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart:hover span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -87px transparent;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart:hover span span{color:#595959;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart:active{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -116px transparent;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart:active span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -145px transparent;}
.product-view .product-essential .product-shop .boxwrap .product-options-bottom button.btn-cart:active span span{color:#595959;}
.product-view .product-essential .product-shop .interactions{float:right;width:460px;padding-left:3px;padding-right:7px;position:relative;border-top:1px dotted #367C2B;margin-top:20px;}
.product-view .product-essential .product-shop .interactions .alert-price,
.product-view .product-essential .product-shop .interactions .add-to-links{font-size:14px;font-weight:bold;font-variant:small-caps;float:right;position:relative;}
.product-view .product-essential .product-shop .interactions .add-to-links li{display:inline;float:right;margin-left:12px;}
.product-view .product-essential .product-shop .interactions .add-to-links li a{text-decoration:none;color:#333;}
.product-view .product-essential .product-shop .interactions .add-to-links li a:hover{text-decoration:underline;color:#367C2B;}
.product-view .product-essential .product-shop .interactions .add-to-links li .separator{display:none;}
.product-view .product-essential .product-shop .interactions .alert-price a{text-decoration:none;color:#333;}
.product-view .product-essential .product-shop .interactions .alert-price a:hover{text-decoration:underline;color:#367C2B;}
.product-view .product-options-bottom{float:left}
.product-view .product-options .option{float:left;} 
.product-main-info .tab-content .std{width:390px;}
.product-collateral .not-available .alert-stock{display:none;}
.product-collateral .box-collateral .data-table tbody th{font-size:16px;font-weight:bold; font-variant:small-caps; padding:2px;}
.product-collateral .box-additional .data-table thead th, 
.product-collateral .box-additional .data-table tbody td {border-bottom: 1px dotted #999999;}
.product-collateral .box-additional .data-table tbody td {font-size:14px; font-weight:normal; padding:2px;}
.product-collateral .box-additional .data-table tbody tr:hover {font-weight:bold; background-color:#FDF8E6;}

/* Share-Tool */
.box-addthis_sharetool{ display:block; width:450px; height: 20px; background: #fff; border-top: 1px dotted #666666; padding: 10px 8px;}
.addthis_toolbox  {display:block; float:right; position:relative;}
.addthis_button_facebook_like {width:130px!important;}
.addthis_button_facebook_like iframe {/*width:120px!important;*/}
.addthis_button_tweet{width:100px!important;}
.addthis_counter {width:100px!important;}

.product-view .not-available a img{float:right;}
.product-view .not-available .rm{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_compare_center.jpg") repeat-x;float:right;height:22px;text-transform:uppercase;font-size:12px;color:#6d6e6e;font-weight:bold;padding:2px 4px 0px 4px;}
#product-options-wrapper .not-available p{margin-left:-115px;}
.f-fix .price-box .price{color:#367C2B;}
.f-fix .price-box .special-price .price{color:#eb340a;margin-left:10px;}
.f-fix .price-box .old-price .price{font-size:18px;float:left;}
.f-fix .price-box .old-price{float:left;}
.f-fix .price-box{width:140px;}
.product-view .product-img-box{float:left;width:270px;min-height:270px}
.col3-layout .product-view .product-img-box{float:none;margin:0 auto;}
.product-view .product-img-box .product-image{margin:0 0 10px;border:0;height:270px;width:270px;}
.product-view .product-img-box .product-image img{height:270px;width:270px;}
.product-view .product-img-box .product-image-zoom{position:relative;width:780px;height:570px;overflow:hidden;z-index:9;}
.product-view .product-img-box .product-image-zoom img{position:absolute;left:0;top:0;cursor:move;}
.product-view .product-img-box .zoom-notice{margin:0 0 10px;text-align:center;}
.product-view .product-img-box .zoom{position:relative;z-index:9;height:24px;margin:0 auto 13px;padding:0 28px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/slider_bg.gif") 50% 50% no-repeat;cursor:pointer;}
.product-view .product-img-box .zoom.disabled{-moz-opacity:.3;-webkit-opacity:.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity:.3;}
.product-view .product-img-box .zoom #track{position:relative;height:18px;}
.product-view .product-img-box .zoom #handle{position:absolute;left:0;top:3px;width:9px;height:18px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/magnifier_handle.gif") 0 0 no-repeat;}
.product-view .product-img-box .zoom .btn-zoom-out{position:absolute;left:10px;top:7px;}
.product-view .product-img-box .zoom .btn-zoom-in{position:absolute;right:10px;top:7px;}
.product-view .product-img-box .more-views h2{font-size:13px;font-weight:normal;padding:6px 0;border:0;font-variant:small-caps;}
.product-view .product-img-box .more-views ul{margin-left:-10px}
.product-view .product-img-box .more-views li{float:left;margin:0 0 8px 10px;}
.product-view .product-img-box .more-views li a{float:left;width:66px;height:66px;border:0px solid #ddd;overflow:hidden;}
.product-image-popup{margin:0 auto;}
.product-image-popup .buttons-set{float:right;clear:none;border:0;margin:0;padding:0;}
.product-image-popup .nav{font-weight:bold;margin:0 100px;text-align:center;}
.product-image-popup .image{display:block;margin:10px 0;}
.product-image-popup .image-label{font-size:12px;font-weight:bold;margin:0 0 10px;color:#333;}
.product-view .grouped-items-table .price-box{margin:0;padding:0;}
.product-tabs{margin-bottom:15px;border-bottom:1px solid #666;background:#f2f2f2 url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_tabs.gif") 0 100% repeat-x;}
.product-tabs li{float:left;border-right:1px solid #e5e5e6;border-left:1px solid #fff;font-size:1.1em;line-height:1em;}
.product-tabs li.first{border-left:0;}
.product-tabs li.last{border-right:0;}
.product-tabs a{display:block;padding:6px 15px;color:#333;}
.product-tabs a:hover{background-color:#f1f1f1;text-decoration:none;color:#333;}
.product-tabs li.active a,
.product-tabs li.active a:hover{background-color:#666;font-weight:bold;color:#fff;}
.product-tabs-content h2{display:none;font-size:12px;font-weight:bold;}
.mini-products-grid{width:100%;}
.mini-products-grid td{width:20%;padding:0 8px 8px 0;}
.mini-products-grid .product-image{display:block;border:1px solid #e5e5e6;margin:0 0 10px;}
.mini-products-grid .product-name{width:115px;margin:0 0 6px;overflow:hidden;}
.mini-products-grid .product-name a{color:#333;text-decoration:underline;}
.mini-products-grid .product-name a:hover{text-decoration:none;}
.mini-products-grid td.empty{}
.mini-products-grid td.last{padding-right:0;}
.mini-products-grid .ratings .rating-box{float:none;display:block;margin:0 0 3px;}

#product-attribute-specs-table {text-align:right;margin-bottom:12px; border:none!important;}
#product-attribute-specs-table tr,
#product-attribute-specs-table th,
#product-attribute-specs-table td{line-height:1.25em; border:none!important;}
#product-attribute-specs-table th {font-size:16px; border:none!important;}
#product-attribute-specs-table tr {border:none!important;}

.product-view .box-up-sell h2{margin:0 0 8px;}
#product_tabs_upsell_products_contents h2{display:block;}
.product-view .box-tags{margin:0;}
.product-view .box-tags h3{font-size:12px;}
.product-view .box-tags .product-tags{display:block;margin:0 0 15px;}
.product-view .box-tags .product-tags li{display:inline;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_pipe3.gif") 100% 4px no-repeat;padding:0 7px 0 4px;}
.product-view .box-tags .product-tags li.first{padding-left:0;}
.product-view .box-tags .product-tags li.last{background:none;padding-right:0;}
.product-view .box-tags .form-add label{display:block;font-size:12px;font-weight:bold;margin:0 0 3px;}
.product-view .box-tags .form-add .input-box{float:left;width:305px;margin:0 5px 0 0;}
.product-view .box-tags .form-add input.input-text{width:299px;}
.product-view .box-tags .form-add button.button span{}
.product-view .box-tags .note{margin:2px 0 0;font-size:10px;}
.product-view .box-reviews dl{margin:15px 0;}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span{font-weight:bold;}
.product-view .box-reviews dd{margin:0 0 15px;}
.product-view .box-reviews dd small{font-style:italic;}
.product-view .box-reviews .form-add{margin:15px 0 0;}
.product-view .box-reviews .form-add h3{font-size:13px;font-weight:normal;}
.product-view .box-reviews .form-add h3 span{font-weight:bold;}
.product-view .box-reviews .form-add h4{font-size:12px;}
.product-view .box-reviews .form-add .data-table td{text-align:center;}
.product-view .box-reviews .form-add .form-list{margin:15px 0 0;}
.product-view .box-reviews .form-add .form-list .input-box{width:460px;}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea{width:454px;}
.sendfriend-product-send .main{margin-top:24px;}
.sendfriend-product-send .main .col-main .page-title{width:90%;padding-bottom:6px;border-bottom:1px solid #e5e5e6;margin-bottom:12px;}
.send-friend .form-list{width:535px;overflow:hidden;}
.send-friend .form-list li{margin-right:-15px;}
.send-friend .form-list li p{margin:0 15px 0 0;}
.send-friend .buttons-set .limit{float:right;margin:0 7px 0 0;font-size:11px;line-height:25px;}
#product_sendtofriend_form{margin-left:18px;}
#product_sendtofriend_form form{display:block;}
#product_sendtofriend_form .field-set{width:90%}
#product_sendtofriend_form .form-buttons{margin-right:10px;}
#product_sendtofriend_form .required{text-align:left;font-size:12px;margin-left:10px;display:block;margin-bottom:6px;}
.product-name{margin:0;line-height:1.55;}
.tags-list{display:block;font-size:13px;border:1px solid #e5e5e6;background:#f1f1f1;padding:10px;}
.tags-list li{display:inline !important;margin:0 4px 0 0;}
.tags-list li a{color:#333;}
.advanced-search .form-list label{width:160px;padding-right:10px;}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range{float:left;clear:none;}
.advanced-search-amount{margin:0 0 10px;}
.advanced-search-summary{margin:10px 0;border:1px solid #e5e5e6;background:#fdf8e6;padding:10px;}
.advanced-search-summary ul{float:left;width:49%;}
.advanced-search-summary strong{color:#ffde00;}
.advanced-search-summary li{margin:2px 0;}
.advanced-search-summary p{clear:both;font-weight:bold;margin:0;}
.cms-home .main{}
.cms-home .subtitle{width:504px;}
.cms-home #carousel{margin-left:-204px;margin-top:-1px;}
.cms-home .col-left{margin-top:340px;}
.cms-home .col-right{float:right;margin-top:340px;}
#homepage_textbox{margin-top:24px;border:0px solid;padding:0px;}
#homepage_textbox h3{font-size:20px;color:#333;margin-bottom:4px;}
#homepage_textbox p{font-size:13px;margin-left:0px;}
#widgetwrap{margin-top:24px; width:542px;}
.cms-home .widget{width:260px;margin-top:0;margin-right:6px;float:left;background-color:#fff;}
.cms-home .widget .widget-title{margin:0;padding:0;}
.cms-home .widget .widget-title h2{font-size:16px;line-height:24px;font-variant:small-caps;color:#000;background-color:#FFDE00;padding:5px 10px;margin-bottom:0px;}
.cms-home .widget .sku {padding:5px 10px 0; text-align:center;}
.cms-home .widget-products .item{margin-bottom:12px;background-color:#fdf8e6;}
.cms-home .widget-products .item img{border:1px solid #e5e5e6;}
.cms-home .widget-products .item h3.product-name{min-height:56px;font-size:16px;padding:5px 10px 0px 10px;}
.cms-home .widget-products .item h3.product-name a{color:#333;}
.cms-home .widget ul.products-grid{margin-bottom:0px;}
.cms-home .widget .products-grid .order-data-table { height:32px; width:100%; border: 1px solid #E5E5E6; padding:5px 10px;}
.cms-home .widget .products-grid .order-data-table tr.sku {height:16px; background-color:#fff;}
.cms-home .widget .products-grid .order-data-table tr.ean {height:16px; background-color:#fff;}
.cms-home .widget .products-grid .order-data-table th.label {font-size:12px;}
.cms-home .widget .products-grid .order-data-table td.data {font-size:12px; text-align:right;}
.cms-home .widget .products-grid .price-box{min-height:40px;}
.cms-home .widget .products-grid .price-box .price{font-size:28px;}
.cms-home .widget-specialprice-products .products-grid .price-box .price {color:#EB340A;}
.cms-home .widget .products-grid .price-box .old-price{display:inline;float:right;margin-bottom:0!important;padding-right:5px;padding-top:0px;color:#666;}
.cms-home .widget .products-grid .price-box .old-price .price-label{font-size:12px;}
.cms-home .widget .products-grid .price-box .old-price .price{font-size:14px;color:#333;font-weight:normal;}
.cms-home .widget .products-grid .price-box .special-price{display:inline;float:left;margin-bottom:0!important; color:#EB340A;}
.cms-home .widget .products-grid .tax-details{text-align:right;padding-right:20px;}
.cms-home .widget .products-grid .actions{margin-top:5px;background-color:#e5e5e6;}
.cms-home .widget .products-grid .actions .availability{line-height:28px;text-align:center;margin-bottom:0!important;}
.cms-home .widget .products-grid .actions .availability span{line-height:28px;font-size:16px;font-variant:small-caps;}
.cms-home .widget .products-grid .actions button.btn-cart{width:100%;border:0px;}
.cms-home .widget .products-grid .actions button.btn-cart span{width:256px;}
.cms-home .widget .products-grid .actions button.btn-cart span span{width:220px;}
.cms-home .widget .products-grid{padding-left:0;}
.cms-home .widget .products-grid .actions ul.add-to-links{min-height:36px;padding:6px 0px 6px 6px;margin:0px;display:block;background-color:#f1f1f1;}
.cms-home .widget .products-grid .actions .add-to-links li{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 transparent;display:inline;float:left;line-height:11px;margin:0px 3px;padding:3px 0px 3px 6px;min-width:115px;}
.cms-home .widget .products-grid .actions .add-to-links a{color:#333;font-size:10px;font-weight:normal;}
.marked_new{font-size:20px;font-weight:bold;float:right;background-color:#ffde00;display:inline-block;text-transform:uppercase;line-height:15px;padding:0px 10px;margin-top:7px;}
.marked_new.withinimage{ position:absolute; right: 0; margin-top: -30px; } /* Grid view */
.marked_new.withinimage2{ position:absolute; left: 106px; bottom: 0px; } /* List view */
.marked_new p{padding:7px 4px 8px 4px;margin-bottom:0;}
.cms-home .main .category-view ul.products-grid{width:504px;}
.cms-home .main .category-view .products-grid li.item{width:243px;padding:18px 18px 0 0;border-top:1px dotted #E5E6E6;border-left:none;border-right:none;margin:0;height:243px;}
.cms-home .main .category-view .products-grid li.item.first{margin-left:0px;}
.cms-home .main .category-view .products-grid .price-box p.old-price{margin-left:10px;margin-bottom:6px;}
.cms-home .main .category-view .products-grid .price-box .old-price .price-label{display:none;}
.cms-home .main .category-view .products-grid .price-box p.special-price{margin-left:20px;margin-bottom:6px; color:#EB340A;}
.cms-home .main .category-view .products-grid .actions button.btn-cart{margin:0 9px;}
.cms-home .main .category-view .products-grid .actions .add-to-links{padding-left:10px;}
.cms-home .main .category-view .products-grid .actions .add-to-links .separator{display:none;}
.cms-home .toolbar{display:none!important;}
.cms-home .widget-products button.btn-cart{width:100%;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left top transparent;min-height:28px;line-height:28px;overflow:visible;cursor:pointer;}
.cms-home .widget-products button.btn-cart span{float:left;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -29px transparent;height:28px;line-height:28px;font-variant:small-caps;text-align:center;white-space:nowrap;margin-left:3px;}
.cms-home .widget-products button.btn-cart span span{height:28px;padding:0 20px 0 14px;font-size:16px;font-weight:bold;color:#595959;}
.cms-home .widget-products button.btn-cart:hover{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -58px transparent;}
.cms-home .widget-products button.btn-cart:hover span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -87px transparent;}
.cms-home .widget-products button.btn-cart:hover span span{color:#595959;}
.cms-home .widget-products button.btn-cart:active{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -116px transparent;}
.cms-home .widget-products button.btn-cart:active span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -145px transparent;}
.cms-home .widget-products button.btn-cart:active span span{color:#595959;}
.category-view .products-grid .actions button.btn-cart{max-width:171px;margin:auto;}
.cms-page-view .col1-layout .main{margin:0;padding:0;}
.cms-page-view .col1-layout .main .col-main{margin:0 24px;}
.cms-page-view .col1-layout .main .breadcrumbs{margin-top:0;}
.cms-page-view .col1-layout .main .col-main .page-title{margin-top:20px;}
.cms-page-view .col1-layout .main .col-main .page-title h1{font-size:24px;font-variant:small-caps;}
.cms-page-view .col1-layout .main .col-main .std{padding:10px 20px;}
.cms-customer-service .col1-layout .col-main .std{font-size:13px;}
.cms-customer-service .col1-layout .col-main .std dt{font-size:16px;font-variant:small-caps;}
.cms-privacy .col1-layout .col-main .std{font-size:13px;padding:10px 20px;}
.cms-no-route .main{padding-top:30px;}
.cms-no-route .main h3{font-size:20px;padding:0 10px;margin-bottom:12px;}
.catalog-product-compare-index .page-title{width:100%;margin-bottom:5px}
.catalog-product-compare-index .page-title .link-print{float:right;padding:3px 3px 3px 25px;}
.catalog-product-compare-index h3 a{padding-left:10px;font-size:16px;font-weight:bold;color:#367c2b;}
.catalog-product-compare-index .buttons-set .button{}
.catalog-product-compare-index .buttons-set .button span{font-size:14px;}
.catalog-product-compare-index .buttons-set img{float:right;}
.catalog-product-compare-index #product_comparison{border:1px solid #666;border-spacing:20px;}
.catalog-product-compare-index .data-table thead tr{border-bottom:1px solid #666;background-color:#E3E4E4;}
.catalog-product-compare-index .data-table tbody tr.first th{border-bottom:0;}
.catalog-product-compare-index .data-table thead tr.first td{border-right:1px solid #666;}
.catalog-product-compare-index .data-table tbody th{border-right:1px solid #333;border-bottom:none;font-size:13px;font-weight:bold;padding:10px;font-variant:small-caps;white-space:normal;}
.catalog-product-compare-index .data-table tbody td{border-right:1px solid #666;}
.catalog-product-compare-index .data-table tbody tr.item-picture td{border-bottom:1px solid #666;}
.catalog-product-compare-index .data-table tbody tr.item-headline td{border-bottom:1px solid #666;}
.catalog-product-compare-index .data-table tbody tr.attribute-data{border-bottom:1px solid #666;}
.catalog-product-compare-index .data-table .product-image{margin:0 auto;}
.catalog-product-compare-index .data-table .product-image a{display:block;text-align:center;}
.catalog-product-compare-index .data-table .price-box{display:block;background-color:#f1f1f1;min-height:48px;margin-top:15px;margin-bottom:18px;}
.catalog-product-compare-index .data-table .price-box span{float:right;margin-right:10px;}
.catalog-product-compare-index .data-table .price-box .regular-price{}
.catalog-product-compare-index .data-table .price-box .regular-price .price{float:right;font-size:36px;}
.catalog-product-compare-index .data-table .price-box .old-price{}
.catalog-product-compare-index .data-table .price-box .old-price .price-label{display:none;}
.catalog-product-compare-index .data-table .price-box .old-price .price{float:left;font-size:20px;color:#666;padding-left:6px;padding-top:6px;}
.catalog-product-compare-index .data-table .price-box .special-price{}
.catalog-product-compare-index .data-table .price-box .special-price .price-label{display:none;}
.catalog-product-compare-index .data-table .price-box .special-price .price{float:right;font-size:36px;color:#eb340a;font-weight:bold;}
.catalog-product-compare-index .data-table .tax-details{margin-top:-16px;text-align:right;padding-right:10px;}
.catalog-product-compare-index .data-table .data p{text-align:center;margin:5px 0;}
.catalog-product-compare-index .data-table .std{padding:10px;}
.catalog-product-compare-index .data-table .add-to-wishlist ul.add-to-links{display:block;}
.catalog-product-compare-index .data-table .add-to-wishlist .add-to-links li{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 center transparent;display:inline;float:left;line-height:11px;margin:6px 3px;min-width:115px;padding-left:10px;}
.catalog-product-compare-index .data-table .add-to-wishlist .add-to-links a{color:#333333;font-size:12px;font-weight:normal;}
.catalog-product-compare-index .data-table .data button.btn-cart{width:auto;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left top transparent;min-height:28px;line-height:28px;overflow:visible;cursor:pointer;border:0;}
.catalog-product-compare-index .data-table .data button.btn-cart span{float:left;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -29px transparent;height:28px;line-height:28px;font-variant:small-caps;text-align:center;white-space:nowrap;margin-left:3px;}
.catalog-product-compare-index .data-table .data button.btn-cart span span{height:28px;padding:0 18px 0 14px;font-size:16px;font-weight:bold;color:#595959;}
.catalog-product-compare-index .data-table .data button.btn-cart:hover{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -58px transparent;}
.catalog-product-compare-index .data-table .data button.btn-cart:hover span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -87px transparent;}
.catalog-product-compare-index .data-table .data button.btn-cart:hover span span{color:#595959;}
.catalog-product-compare-index .data-table .data button.btn-cart:active{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll left -116px transparent;}
.catalog-product-compare-index .data-table .data button.btn-cart:active span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.png") no-repeat scroll right -145px transparent;}
.catalog-product-compare-index .data-table .data button.btn-cart:active span span{color:#595959;}
.page-sitemap .links{text-align:right;margin:0 8px -22px 0;}
.page-sitemap .links a{text-decoration:none;position:relative;}
.page-sitemap .links a:hover{text-decoration:underline;}
.page-sitemap .sitemap{margin:12px;}
.page-sitemap .sitemap a{color:#333;}
.page-sitemap .sitemap li{margin:3px 0;}
.page-sitemap .sitemap li.level-0{margin:10px 0 0;font-weight:bold;}
.page-sitemap .sitemap li.level-0 a{color:#367c2b;}
.rss-title h1{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/i_rss-big.png") 0 3px no-repeat;padding-left:27px;}
.rss-table .link-rss{display:block;line-height:1.55;background-position:0 4px;}
.catalogsearch-result-index .col-main{margin-top:0px;}
.catalogsearch-result-index .col-main .results-view .category-products{padding-bottom:6px;margin-bottom:6px;}
.catalogsearch-result-index .col-main .results-view .toolbar{width:100%;}
.catalogsearch-result-index .col-main .results-view .toolbar-bottom{width:100%;}
.catalogsearch-result-index .col-main .results-view .toolbar-bottom .toolbar{width:98%;}
.catalogsearch-result-index .col-main .results-view .sorter{width:333px;padding-left:9px;padding-right:0px;}
.catalogsearch-result-index .col-main .results-view .recommendations{padding-left:9px;margin-bottom:12px;}
.catalogsearch-result-index .col-main .page-title{width:753px;padding-left:9px;}
.catalogsearch-result-index .col-main .amount{margin-right:64px;float:left;width:100px;}
.catalogsearch-result-index .col-main .results-view .products-grid{width:100%;margin:auto;padding-left:9px;position:relative;}
.catalogsearch-result-index .col-main .results-view .products-grid .item .sku {text-align:center;}
.catalogsearch-result-index .col-main .results-view .products-grid li.item{float:left;width:180px;padding:0px 0px 0px 0px;margin:0px 8px 8px 0px;background-color:#FDF8E6;min-height:355px;}
.catalogsearch-result-index .col-main .results-view .first li.item{}
.catalogsearch-result-index .col-main .results-view .products-grid li.last{}
.catalogsearch-result-index .col-main .results-view .products-grid .product-image{display:block;width:178px;height:178px;margin:0;border:1px solid #e3e4e5;}
.catalogsearch-result-index .col-main .results-view .products-grid .product-name{margin:0;padding:5px 10px;}
.catalogsearch-result-index .col-main .results-view .products-grid .product-name a{display:block;color:#333;min-height:54px;line-height:18px;font-size:14px;font-weight:bold;}
.catalogsearch-result-index .col-main .results-view .products-grid .product-name a:hover{text-decoration:none;}
.catalogsearch-result-index .col-main .results-view .products-grid .order-data-table { height:32px; width:100%; border: 1px solid #E5E5E6; padding:5px 10px;}
.catalogsearch-result-index .col-main .results-view .products-grid .order-data-table tr.sku {height:16px; background-color:#fff;}
.catalogsearch-result-index .col-main .results-view .products-grid .order-data-table tr.ean {height:16px; background-color:#fff;}
.catalogsearch-result-index .col-main .results-view .products-grid .order-data-table th.label {font-size:12px;}
.catalogsearch-result-index .col-main .results-view .products-grid .order-data-table td.data {font-size:12px; text-align:right;}
.catalogsearch-result-index .col-main .results-view .products-grid .price-box{margin:0;padding:10px;}
.catalogsearch-result-index .col-main .results-view .products-grid .price-box .special-price .price {color:#EB340A;}
.catalogsearch-result-index .col-main .results-view .products-grid .availability{text-align:center;line-height:26px;color:#eb340a;}
.catalogsearch-result-index .col-main .results-view .products-grid .tax-details{font-size:9px;text-align:left;padding:0px 5px 10px 10px;margin-top:-10px;}
.catalogsearch-result-index .col-main .results-view .products-grid .actions{width:180px;min-height:64px;background-color:#F1F1F1;}
.catalogsearch-result-index .col-main .results-view .products-grid .actions button.btn-cart{width:100%;padding:0;}
.catalogsearch-result-index .col-main .results-view .products-grid .actions button.btn-cart span{width:140px;font-stretch:normal!important;}
.catalogsearch-result-index .col-main .results-view .products-grid .actions button.btn-cart span span{font-size:14px;font-variant:small-caps;}
.catalogsearch-result-index .col-main .results-view .products-grid .add-to-links{margin:0px;}
.catalogsearch-result-index .col-main .results-view .products-grid .add-to-links li{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 center transparent;display:block;float:left;line-height:12px;padding-left:10px;margin-top:6px;margin-left:6px;width:162px;}
.catalogsearch-result-index .col-main .results-view .products-grid .add-to-links a{display:block;color:#333;font-weight:normal;}
.catalogsearch-result-index .col-main .results-view .products-list .f-fix{}
.catalogsearch-result-index .col-main .results-view .products-list li{background-color:#FDF8E6;width:100%;height:170px;margin:5px 0px 5px 0px;}
.catalogsearch-result-index .col-main .results-view .products-list .product-image{width:168px;height:168px;border:1px solid #e5e5e6;float:left;margin:0px 10px 0px 0px;}
.catalogsearch-result-index .col-main .results-view .products-list .product-shop{float:left;width:562px;padding:0px 10px 5px; height:169px;}
.catalogsearch-result-index .col-main .results-view .products-list .product-name h2{font-size:16px;padding:10px;font-weight:bold;font-variant:small-caps;margin-bottom:0;}
.catalogsearch-result-index .col-main .results-view .products-list .product-name a{color:#333;}
.catalogsearch-result-index .col-main .results-view .products-list .product-name a:hover{color:#000;text-decoration:none;}
.catalogsearch-result-index .col-main .results-view .products-list .price-box{float:right;position:relative;width:562px;min-height:35px;margin:0px;text-align:right;}
.catalogsearch-result-index .col-main .results-view .products-list .price-box .regular-price .price{font-size:24px;}
.catalogsearch-result-index .col-main .results-view .products-list .price-box .special-price .price {color:#EB340A;}
.catalogsearch-result-index .col-main .results-view .products-list .tax-details{float:right;width:562px;text-align:right;}
.catalogsearch-result-index .col-main .results-view .products-list .desc{float:right;width:562px;margin-top:-48px;font-size:12px;}
.catalogsearch-result-index .col-main .results-view .products-list .actions{width:562px;float:right;text-align:right;margin-top:12px;}
.catalogsearch-result-index .col-main .results-view .products-list .actions .availability{margin:3px 0 0;}
.catalogsearch-result-index .col-main .results-view .products-list .actions button.btn-cart{padding:0;}
.catalogsearch-result-index .col-main .results-view .products-list .actions button.btn-cart span{font-stretch:normal!important;}
.catalogsearch-result-index .col-main .results-view .products-list .actions button.btn-cart span span{font-size:16px;font-variant:small-caps;}
.catalogsearch-result-index .col-main .results-view .products-list .actions ul.add-to-links{clear:both;display:inline;text-align:left;}
.catalogsearch-result-index .col-main .results-view .products-list .actions .add-to-links li{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 center transparent;padding-left:10px;width:160px;display:inline;height:18px;font-size:12px;line-height:18px;float:left;margin:2px 0px;}
.catalogsearch-result-index .col-main .results-view .products-list .actions .add-to-links a{display:block;font-size:13px;color:#333;font-weight:normal;}
.catalogsearch-result-index .col-main .results-view .products-list .cart .out-of-stock{margin-left:-27px;}
.catalogsearch-result-index .col-left .block-layered-nav{width:170px;margin-left:16px;}
/*Catalog Category View (col2-left-layout) ========================================================================= */
.catalog-category-view .col2-left-layout .col-main { margin-top:0px; }
.catalog-category-view .col2-left-layout .col-main {}
.catalog-category-view .col2-left-layout .col-main .toolbar {width:100%;}

.catalog-category-view .col2-left-layout .col-main .sorter {width:349px; padding-left:9px; padding-right:0px;}
.catalog-category-view .col2-left-layout .col-main .recommendations {padding-left:9px; margin-bottom:12px;}
.catalog-category-view .col2-left-layout .col-main .page-title {width: 753px; padding-left:9px;}
.catalog-category-view .col2-left-layout .col-main .amount {margin-right: 64px; float:left; width: 100px; }

/* View Type: Grid */

.catalog-category-view .col2-left-layout .col-main .products-grid {width:100%; margin:auto; padding-left:9px; position:relative; }
.catalog-category-view .col2-left-layout .col-main .products-grid li.item { 
	float:left; 
	width:180px;
	padding:0px 0px 0px 0px;
	margin:0px 8px 8px 0px; 
	background-color:#FDF8E6;
	min-height:355px; 

 }
.catalog-category-view .col2-left-layout .col-main .first li.item {}
.catalog-category-view .col2-left-layout .col-main .products-grid li.last {  }
.catalog-category-view .col2-left-layout .col-main .products-grid .product-image { display:block; width:178px; height:178px; margin:0; border:1px solid #e3e4e5;}
.catalog-category-view .col2-left-layout .col-main .products-grid .product-name { margin:0; padding:5px 10px; }
.catalog-category-view .col2-left-layout .col-main .products-grid .product-name a { 
	display:block; 
	color: #333; 
	min-height:54px; 
	line-height:18px; 
	font-size:14px; 
	font-weight:bold;
}
.catalog-category-view .col2-left-layout .col-main .products-grid .product-name a:hover { text-decoration:none; }
.catalog-category-view .col2-left-layout .col-main .products-grid .price-box { margin:0; padding:10px;  }
.catalog-category-view .col3-layout .col-main .products-grid .price-box .old-price {display:none:}
.catalog-category-view .col3-layout .col-main .products-grid .price-box .special-price{color:#EB340A;}
.catalog-category-view .col2-left-layout .col-main .products-grid .availability { text-align:center; line-height:26px; color:#eb340a; }
.catalog-category-view .col2-left-layout .col-main .products-grid .tax-details {font-size:9px; text-align:left; padding:0px 5px 10px 10px; margin-top:-10px;}
.catalog-category-view .col2-left-layout .col-main .products-grid .actions { width:180px; min-height: 64px; background-color:#F1F1F1; }
.catalog-category-view .col2-left-layout .col-main .products-grid .actions button.btn-cart {width:100%;  padding:0;}
.catalog-category-view .col2-left-layout .col-main .products-grid .actions button.btn-cart span {width:140px; font-stretch:normal!important;}
.catalog-category-view .col2-left-layout .col-main .products-grid .actions button.btn-cart span span {font-size:14px; font-variant:small-caps;}
.catalog-category-view .col2-left-layout .col-main .products-grid .add-to-links { margin:0px; }
.catalog-category-view .col2-left-layout .col-main .products-grid .add-to-links li {
	background: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 center transparent;
    display: block;
    float: left;
    line-height: 12px;
    padding-left: 10px;
	margin-top:6px;
	margin-left:6px;
	width: 162px;
}
.catalog-category-view .col2-left-layout .col-main .products-grid .add-to-links a { display:block; color: #333; font-weight:normal;}

/* View Type: List */
.catalog-category-view .col2-left-layout .col-main   .products-list .f-fix {}
.catalog-category-view .col2-left-layout .col-main   .products-list li{ background-color: #FDF8E6; width:100%; height:160px; margin: 10px 0px 10px 0px; }

.catalog-category-view .col2-left-layout .col-main .products-list .product-image { width:158px; height:158px; border: 1px solid #e5e5e6; float:left; margin:0px 10px 0px 0px; }
.catalog-category-view .col2-left-layout .col-main .products-list .product-shop { float:left; width:542px; padding:10px 15px;}
.catalog-category-view .col2-left-layout .col-main .products-list .product-name h2{ font-size:16px; padding:10px; font-weight:bold; font-variant:small-caps; margin-bottom:0; }
.catalog-category-view .col2-left-layout .col-main .products-list .product-name a { color:#333; }
.catalog-category-view .col2-left-layout .col-main .products-list .product-name a:hover { color:#000; text-decoration:none; }
.catalog-category-view .col2-left-layout .col-main .products-list .price-box { float:right; position:relative; width: 542px; min-height:35px; margin:0px; text-align:right;}
.catalog-category-view .col2-left-layout .col-main .products-list .price-box .regular-price .price {font-size:24px;}
.catalog-category-view .col3-layout .col-main .products-list .price-box .old-price {display:none:}
.catalog-category-view .col3-layout .col-main .products-list .price-box .special-price{color:#EB340A;}
.catalog-category-view .col2-left-layout .col-main .products-list .tax-details {float:right; width:542px; text-align:right;}
.catalog-category-view .col2-left-layout .col-main .products-list .desc {float:right; width: 542px; margin-top:-24px; font-size:13px;}
.catalog-category-view .col2-left-layout .col-main .products-list .actions { width:542px; float:right; text-align:right; margin-top:12px; }
.catalog-category-view .col2-left-layout .col-main .products-list .actions .availability { margin:3px 0 0; }
.catalog-category-view .col2-left-layout .col-main .products-list .actions button.btn-cart {padding:0;}
.catalog-category-view .col2-left-layout .col-main .products-list .actions button.btn-cart span {font-stretch:normal!important;}
.catalog-category-view .col2-left-layout .col-main .products-list .actions button.btn-cart span span {font-size:14px; font-variant:small-caps;}
.catalog-category-view .col2-left-layout .col-main .products-list .actions ul.add-to-links { clear:both; display:inline; text-align:left;}
.catalog-category-view .col2-left-layout .col-main .products-list .actions .add-to-links li { 
	background: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 center transparent;
    padding-left:10px;
	width:160px;
	display:inline;
	height:18px;
	font-size:12px; 
	line-height:18px;
	float: left;
	margin: 2px 0px;
	}
.catalog-category-view .col2-left-layout .col-main .products-list .actions .add-to-links a {display:block; font-size:13px; color: #333; font-weight:normal;}
.catalog-category-view .col2-left-layout .col-main .products-list .cart .out-of-stock {margin-left: -27px;}
.catalog-category-view .col2-left-layout .col-left .block-layered-nav {width:170px; margin-left:16px;}


.checkout-cart-index .col-main{padding:0;}
.checkout-cart-index .col-main .page-title{width:100%;margin:0;}
.cart-empty{margin-left:10px;padding:20px;background:#fff;font-size:16px;}
.cart{}
.cart .title-buttons{padding-right:15px;}
.cart .messages,
.cart .messages li{margin:0 0 5px;}
.cart .checkout-types{float:right;text-align:center;}
.cart .title-buttons ul.checkout-types{margin-top:-20px;}
.cart .checkout-types .paypal-or{margin:0 8px;line-height:2.3;}
.cart .checkout-types fieldset{display:inline;}
.cart .checkout-types .btn-proceed-checkout span{}
.cart .checkout-types .btn-proceed-checkout span span{}
.cart .checkout-types .btn-proceed-checkout:hover span span{}
.cart .title-buttons .checkout-types li{float:left;margin:0 0 5px 5px;}
.cart .checkout-types button.btn-checkout{}
.cart .btn-cart{height:30px;width:30px;}
.cart .btn-remove{width:22px;height:22px;}
#shopping-cart-table{border-left:1px solid #367c2b;border-right:1px solid #367c2b;}
#shopping-cart-table .item-msg{font-size:10px;}
#shopping-cart-table table{margin-left:10px;width:930px;}
#shopping-cart-table th{padding:2px 10px;}
#shopping-cart-table td{padding:12px;border:none;}
#shopping-cart-table thead tr.first{font-variant:small-caps;background-color:#F2F2F2;}
#shopping-cart-table thead tr.last th{border-top:1px solid #367c2b;border-bottom:1px dotted #367c2b;color:#333;}
#shopping-cart-table thead th.a-center{border-left:1px dotted #367c2b;}
#shopping-cart-table tbody td.a-center,
#shopping-cart-table tbody td.a-right{border-left:1px dotted #367c2b;}
#shopping-cart-table .cart-price,
#shopping-cart-table .product-name,
#shopping-cart-table .product-name a,
#shopping-cart-table .sku,
#shopping-cart-table .a-center a{font-weight:normal;margin:0 0 5px;color:#333;font-size:16px;display:block;}
#shopping-cart-table .a-center a:hover{text-decoration:underline;color:#367c2b;}
#shopping-cart-table tbody td:hover{background-color:#fdf8e6;}
#shopping-cart-table tbody td.last:hover{background-color:#fff;}
#shopping-cart-table tbody td ul {width:100%;}
#shopping-cart-table tbody td li {width:100%; text-align:right;}
#shopping-cart-table tbody td li:hover{background-color:#fdf8e6;}
#shopping-cart-table tfoot td{padding:5px;border-top:1px solid #367c2b;border-bottom:1px solid #367c2b;background-color:#f1f1f1;}
#shopping-cart-table button.left{float:left;position:relative;}
#shopping-cart-table button.center{margin:auto;position:relative;}
#shopping-cart-table button.right{float:right;position:relative;}
.cart .cart-collaterals{width:100%;padding:20px 0 10px;}
.cart .cart-collaterals .col2-set {}
.cart .cart-collaterals .col2-set .col-1{width:46%; padding-left:2%;}
.cart .cart-collaterals .col2-set .col-2{width:46%; margin-left:2%;}
.cart .cart-collaterals .col3-set {}
.cart .cart-collaterals .col3-set .col-1{width:34%; padding-left:2%;}
.cart .cart-collaterals .col3-set .col-2{width:34%; margin-left:2%;}
.cart .cart-collaterals .col3-set .col-3{width:28%;}
.cart .cross-inside{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_crosssell.gif") repeat-y 0 0;}
.cart .cart-collaterals h2{font-size:16px;font-weight:normal;color:#333;font-variant:small-caps;margin:0 0 5px;}
.cart .deals{float:left;width:280px;margin:0 40px 0 6px;font-size:12px;}
.cart .deals p,
.cart .deals label{margin:0 0 7px;display:block;}
.cart .deals .input-text{width:145px;margin:0 0 3px 0;/*float:right;*/}
.cart .deals .buttons-set button.button {float:left;}
.cart .deals .widget-sku{display:block;margin:0 0 20px;width:264px;}
.cart .deals .widget-sku .block-title{background:inherit;border:inherit;color:#333;font-size:16px;margin:0 0 5px;padding:0;}
.cart .deals .widget-sku .block-title strong{font-weight:normal;}
.cart .deals .widget-sku .block-content{padding:0;}
.cart .deals .widget-sku .sku-table td input{width:98%;}
.cart .giftcard{position:relative;z-index:1;}
.cart .giftcard button.check-gc-status{}
.cart .giftcard button.check-gc-status span{}
.cart .giftcard button.check-gc-status span span{}
.cart .giftcard,
.cart .discount{margin:0 0 20px 0;}
.cart .cancel-btn{margin:5px 30px 0 0;clear:left;}
.cart .shipping{float:right;margin:0 0 0 45px;display:inline;font-size:12px;width:280px;}
.cart .shipping select{width:256px;}
.cart .shipping .input-text{width:250px;}
.cart .shipping p{margin:0 0 15px;}
.cart .shipping .buttons-set{width:256px;}
.cart .shipping .form-list label{float:none;width:auto;text-align:left;padding:0;}
.cart .shipping .form-list .input-text,
.cart .shipping .form-list select{display:block;float:none;}
.cart .crosssell{float:left;min-height:400px;width:260px;padding:0 20px 15px 30px;border:1px solid #e5e5e6;border-width:0 1px 0 0;background:#f1f1f1;}
.cart .crosssell h2{font-size:11px;color:#eb340a;font-weight:bold;text-transform:uppercase;}
.cart .crosssell .item{padding:17px 0 0;}
.cart .crosssell .product-image{float:left;margin:3px -90px 0 0;}
.cart .crosssell .product-shop{margin-left:90px;}
.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links{margin:0 0 5px;}
.cart .crosssell .add-to-links li{margin:0;}
.cart .totals{float:right;padding:23px 0 0 0;font-size:14px;background:#fff}
.cart .totals table{width:100%;}
.cart .totals table th,
.cart .totals table td{padding:0 5px 5px;}
.cart .totals table tfoot strong{font-weight:normal;font-size:16px;color:#367c2b;display:block;margin:10px 0 15px;}
.cart .totals table tfoot .summary-total td{padding:0 0 20px;}
.cart .totals table tfoot th strong{margin:0;}
.cart .totals table tfoot td .price{font-weight:bold;}
.cart .totals .btn-remove{vertical-align:middle;}
.cart .totals .btn-remove img{vertical-align:baseline;}
.cart .totals .checkout-types li{margin:0 0 15px;}
.cart .totals .checkout-types .paypal-or{clear:both;display:block;padding-top:8px;line-height:1.0;font-size:11px;}
.failed-products{border:1px solid #eb340a;}
.failed-products .sub-title{background:#FFF5F3 url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/icon_error.gif") no-repeat 10px 50%;color:#eb340a;margin:0;padding:10px 10px 10px 30px;border-bottom:1px solid #E9581F;}
.failed-products .item-msg.error{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/icon_error.gif") no-repeat left;font-size:11px;color:#eb340a;padding:5px 0 5px 20px;}
.cart-empty .failed-products{clear:both;z-index:1;position:relative;margin:40px -20px -21px;}
.sp-methods{margin:0 0 8px;}
.sp-methods dt{margin:13px 0 5px;font-weight:bold;}
.sp-methods dd{}
.sp-methods dd li{margin:5px 0;}
.sp-methods label{font-weight:bold;color:#666;}
.sp-methods .price{font-weight:bold;}
.sp-methods .form-list{padding-left:20px;}
.sp-methods .form-list li{margin:0 0 8px;}
.sp-methods select.month{width:154px;margin-right:10px;}
.sp-methods select.year{width:96px;}
.sp-methods input.cvv{width:3em !important;}
.sp-methods .checkmo-list li{margin:0 0 5px;}
.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right;}
.sp-methods .checkmo-list address{float:left;}
.sp-methods .centinel-logos a{margin-right:3px;}
.sp-methods .centinel-logos img{vertical-align:middle;}
.please-wait{float:right;}
.please-wait img{vertical-align:middle;}
.cvv-what-is-this{font-size:11px;cursor:help;margin-left:10px;}
.tool-tip{border:2px solid #e5e5e6;border-bottom-color:#666;background:#f1f1f1;padding:15px 20px;position:absolute;z-index:9999;}
.tool-tip .btn-close{margin:-9px -14px 0;text-align:right;}
.tool-tip .btn-close a{display:block;margin:0 0 0 auto;width:12px;height:12px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_window_close.gif") 100% 0 no-repeat;text-align:left;text-indent:-999em;overflow:hidden;}
.tool-tip .tool-tip-content{padding:5px;}
.gift-messages h3{font-size:12px;font-weight:bold;color:#e87403;}
.gift-messages p.control{color:#8e8d8b;}
.gift-messages-form{position:relative;}
.gift-messages-form label{float:none !important;position:static !important;}
.gift-messages-form h4{font-size:12px;font-weight:bold;color:#e87403;}
.gift-messages-form .whole-order{margin:0 0 25px;}
.gift-messages-form .item{margin:0 0 10px;}
.gift-messages-form .item .product-img-box{float:left;width:75px;}
.gift-messages-form .item .product-image{margin:0 0 7px;}
.gift-messages-form .item .number{margin:0;font-weight:bold;text-align:center;color:#8a8987;}
.gift-messages-form .item .details{margin-left:90px;}
.gift-messages-form .item .details .product-name{font-size:13px;font-weight:bold;margin:0 0 10px;}
.gift-messages-form .item .details .form-list .field{width:255px;}
.gift-messages-form .item .details .form-list .input-box{width:240px;}
.gift-messages-form .item .details .form-list input.input-text{width:234px;}
.gift-messages-form .item .details .form-list li.wide .input-box{width:500px;}
.gift-messages-form .item .details .form-list li.wide textarea{width:494px;}
.gift-message-link{font-size:11px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_collapse-gm.gif") 100% 6px no-repeat;padding-right:7px;}
.gift-message-link.expanded{background-position:100% -40px;}
.gift-message-row{background:#f1f1f1;}
.gift-message-row .btn-close{float:right;width:12px;height:12px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_remove.gif") 0 0 no-repeat;font-size:0;line-height:0;text-indent:-999em;overflow:hidden;}
.checkout-agreements li{margin:30px 0;}
.checkout-agreements .agreement-content{overflow:auto;height:12em;padding:10px;background:#fbfbfb;border:1px solid #e5e5e6;}
.checkout-agreements .agree{margin:0;padding:10px 0 10px 11px;}
.checkout-agreements .agree input.checkbox{margin-right:6px;}
.checkout-agreements .agree label{font-weight:bold;color:#333;float: none}
.opc .checkout-agreements{padding:5px 30px;}
.opc .checkout-agreements li{margin:20px 0 0;}
.opc .checkout-agreements .agreement-content{background:#fff;padding:5px;}
.opc .checkout-agreements .agree{padding-left:6px;}
.centinel{}
.centinel .authentication{border:1px solid #e5e5e6;background:#fff;}
.centinel .authentication iframe{width:99%;height:400px;background:transparent !important;margin:0 !important;padding:0 !important;border:0 !important;}
.info-set{background:#fbfbfb;border:1px solid #e5e5e6;margin:0 0 25px;padding:20px;}
.info-set h2{font-size:12px;font-weight:bold;margin:0 0 10px;}
.info-set h3,
.info-set h4{font-size:12px;font-weight:bold;}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a{font-weight:normal;}
.info-set h2.legend{margin:-20px -20px 15px;padding:3px 10px;background:#666;border-bottom:1px solid #666;position:relative;color:#fff;}
.info-set h2.legend a{color:#fff;}
.info-set h3.legend{margin:0 0 10px;}
.info-set .divider{margin:0 -20px;padding:25px 0;position:relative;}
.info-set .box{margin:0 0 15px;}
.info-set .box h2{color:#ffde00;}
.info-set .data-table .product-name{font-size:1em !important;font-weight:bold !important;color:#367c2b !important;}
.info-set .data-table .product-name a{font-weight:bold !important;}
.info-set .data-table .item-options{margin:5px 0 0;}
.checkout-onepage-index .main{padding:0px;}
.opc-wrapper .page-title{margin:12px 24px;width:942px;}
.opc-wrapper .opc{width:732px;margin:0px 24px;float:left;position:relative;}
.opc-wrapper .opc p.required{text-align:left;font-size:12px;margin:0;padding:0 0 10px;}
.opc-progress-container{float:right;width:186px;margin-right:24px;}
.opc-progress-container .block-progress{border:0;margin:0;}
.opc-progress-container .block-progress .block-title{background-color:#367C2B;color:#FFFFFF;font-size:14px;font-variant:small-caps;line-height:20px;padding:2px 18px 2px 24px;margin-top:1px;}
.opc-progress-container .block-progress .block-title strong{}
.opc-progress-container .block-progress .block-content{padding:0;}
.opc-progress-container .block-progress dt{background:#e5e5e6;border:1px solid #e5e5e6;margin:0 0 6px;padding:2px 8px;color:#333;}
.opc-progress-container .block-progress dd{border-top:0;padding:2px 10px;margin:0 0 6px;}
.opc-progress-container .block-progress dt.complete{}
.opc-progress-container .block-progress dt.complete a{text-transform:none;}
.opc-progress-container .block-progress dd.complete{}
.opc-progress-container .block-progress p{margin:0;}
.opc .centinel{padding:10px 30px;}
.opc .buttons-set{margin-top:0;padding:12px 0px;}
.opc .buttons-set p.backlink{padding-left:10px;}
.opc .buttons-set p.f-left{font-size:14px;padding-left:10px;}
.opc .buttons-set a{font-size:14px;line-height:24px}
.opc .buttons-set.disabled button.button{display:none;}
.opc .buttons-set .please-wait{height:28px;line-height:28px;}
.opc .step-title{border:1px solid #e5e5e6;border-top-color:#e5e5e6;background:#999;padding:2px 8px 2px;text-align:right;}
.opc .step-title .number{float:left;background:#367c2b;border:1px solid #367c2b;padding:0 4px;margin:0 5px 0 0;font-size:12px;color:#fff;}
.opc .step-title h2{float:left;margin:0;font-size:14px;line-height:20px;color:#fff;padding-bottom:0px;border:none;}
.opc .step-title a{display:none;float:right;font-size:14px;line-height:20px;}
.opc .section{border-top:2px solid #fff;}
.opc .active .step-title{border:none;background:#000000;color:#000;cursor:pointer;}
.opc .active .step-title .number{}
.opc .allow .step-title{border:none;background:#000000;color:#000;color:#fff;cursor:pointer;}
.opc .allow .step-title a{display:block;font-size:14px;color:#fff;font-variant:small-caps;}
.opc .allow .step h3{font-size:14px;border-bottom:1px solid #e5e5e6;padding-bottom:6px;margin-bottom:12px;font-variant:small-caps;}
.opc .allow .step .col2-set .col-1,
.opc .allow .step .col2-set .col-2{width:47%;padding:10px;font-size:12px;}
.opc .allow .step .col2-set .ul{padding:6px 0px;}
.opc .allow .step .col2-set .form-list{margin-top:12px;}
.opc .allow .step .col2-set .col-1 .button{float:right;margin-bottom:12px;}
.opc .allow .step .col2-set .col-1 .button span{margin-top:0px;}
.opc .allow .step .col2-set .col-2 .button{float:right;margin-bottom:12px;}
.opc .allow .step .col2-set .col-2 .button span{margin-top:0px;}
#checkout-billing-load,
#checkout-shipping-load,
#checkout-shipping-method-load,
#checkout-step-payment{padding:20px 40px;}
#checkout-shipping-load .infobox {border: 2px solid #EB340A; padding:20px 10px; margin-bottom:12px;}
#billing-new-address-form .country_none{display:none;}
#opc-review .step{padding:0;}
#opc-review .product-name{line-height:3em; font-weight:bold;}
#opc-review .product-name span {font-weight:normal; color;#333;}
#opc-review .item-options{margin:5px 0 0; text-align:right;}
#opc-review .a-center .itemqty,
#opc-review .a-right .cart-price .price {line-height:3em; font-size:14px; padding-bottom:6px;margin-bottom:12px;font-variant:small-caps;}
#opc-review .buttons-set{border:0;padding:15px 30px;}
#opc-review .buttons-set p{margin:0;line-height:28px;}
#opc-review .buttons-set .please-wait{height:28px;line-height:28px;}
.checkout-onepage-success .main .col-main{margin-left:20px;}
.checkout-onepage-success .buttons-set{width:260px;float:right!important;}
.checkout-progress{padding:0 90px;margin:0 0 20px;}
.checkout-progress li{float:left;width:19%;margin:0 3px 0 0;border-top:6px solid #999;padding:2px 0 0;font-weight:bold;text-align:center;color:#999;}
.checkout-progress li.active{border-top-color:#ffde00;color:#ffde00;}
.multiple-checkout h2{font-size:12px;font-weight:bold;margin:0 0 10px;}
.multiple-checkout h3,
.multiple-checkout h4{font-size:12px;font-weight:bold;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a{font-weight:normal;}
.multiple-checkout .data-table .product-name{font-size:1em !important;font-weight:bold !important;color:#367c2b !important;}
.multiple-checkout .data-table .product-name a{font-weight:bold !important;}
.multiple-checkout .data-table .item-options{margin:5px 0 0;}
.multiple-checkout .gift-messages{margin:15px 0 0;}
.multiple-checkout .tool-tip{top:50%;margin-top:-120px;right:20px;}
.multiple-checkout .col2-set,
.multiple-checkout .col3-set{background:#fbfbfb;border:1px solid #e5e5e6;margin:0 0 25px;padding:20px;}
.multiple-checkout .col2-set h2.legend{margin:-20px -20px 15px;padding:3px 10px;background:#666;border-bottom:1px solid #666;position:relative;color:#fff;}
.multiple-checkout .col2-set h3.legend{margin:0 0 10px;}
.multiple-checkout .col2-set .divider{margin:0 -20px;padding:25px 0;position:relative;}
.multiple-checkout .box{margin:0 0 15px;}
.multiple-checkout .place-order .please-wait{float:right;padding:5px 10px 0 0;}
.multiple-checkout .place-order .grand-total{float:right;}
.multiple-checkout .place-order .grand-total .inner{}
.multiple-checkout .place-order .grand-total big{float:left;margin-right:12px;font-size:1.5em;font-weight:bold;line-height:28px;color:#ffde00;}
.multiple-checkout .place-order .grand-total div{float:left;}
#multiship-addresses-table td{padding:10px;}
#multiship-addresses-table tfoot td{padding:5px 10px;}
.multiple-checkout .gift-messages-form .item .details .form-list{width:100%;overflow:hidden;}
.multiple-checkout .gift-messages-form .item .details .form-list li{margin-right:-15px;}
.multiple-checkout .gift-messages-form .item .details .form-list .field{width:230px;}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box{width:215px;}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text{width:209px;}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box{width:445px;}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea{width:439px;}
.checkout-multishipping-shipping .box-sp-methods{border:1px solid #e5e5e6;background:#eee;padding:13px;position:relative;}
.checkout-multishipping-shipping .box-sp-methods .pointer{display:none;}
.checkout-multishipping-billing .multiple-checkout{position:relative;}
.bought{float:left;margin-right:25px;}
.bought #wishlist-sidebar li{float:left;margin-right:17px;border:1px solid #e5e5e6;}
.bought .product-images{width:140px;height:98px;}
.bought .product-details{width:140px;height:180px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bg_subcategory_grid.jpg") repeat-x;padding:10px;}
.bought .product-details .pname a{font-size:13px;font-weight:bold;color:#333;line-height:15px;}
.bought .product-details .pname{height:74px;}
.bought .product-details .price-box{margin:0;}
.bought .product-details .cart a{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/mycart.png") no-repeat;height:26px;width:26px;}
.bought .product-details .links{font-size:11px;margin-bottom:30px;color:#333;margin-top:5px;}
.bought .product-details .links a{font-size:11px;color:#333;font-weight:bold;background:none;padding-left:10px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/az_links.jpg") no-repeat;line-height:11px;width:200px;}
.bought h2{margin-bottom:20px!important;font-family:"Calibri";font-size:13px;font-weight:bold;}
.upsell{float:left;width:300px;}
.upsell .img{width:160px;height:98px;}
.upsell .img a{text-align:center;border:none;}
.upsell .details{width:140px;height:143px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bg_subcategory_grid.jpg") repeat-x;padding:10px;}
.upsell .item{width:160px!important;height:261px!important;float:left;margin-right:17px;border:1px solid #dedfdf;padding:0!important;}
.upsell .details .product-name{border:none;height:35px;margin:0;}
.upsell .details .product-name a{font-size:13px;font-weight:bold;color:#333;line-height:15px;}
.upsell .price-box{margin:0;}
.upsell .details .links{font-size:11px;margin-bottom:30px;color:#333;margin-top:5px;}
.upsell .details .links a{font-size:11px;color:#333;font-weight:bold;background:none;padding-left:10px;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/az_links.jpg") no-repeat;line-height:11px;}
.upsell h2{margin-bottom:20px!important;font-family:"Calibri";font-size:13px;font-weight:bold;}
.account-create .buttons-set{width:540px;}
.account-create .required-text{width:560px;}
.account-create .fieldset{padding-left:20px;width:550px;}
.account-create .buttons-set{padding-left:30px;padding-right:20px;}
.account-create .page-title{padding-left:20px;padding-right:20px;}
.account-create .divider{width:550px;margin-left:30px;}
.customer-account-login .main{}
.customer-account-login .page-title{width:100%;padding-bottom:6px;margin-bottom:12px;border-bottom:1px solid #e5e5e6;}
.customer-account-login .col2-set .content p{font-size:13px;}
.customer-account-login .col2-set .content ul{font-size:12px;}
.customer-account-login .col2-set .col-1{width:45%;padding:20px 25px 20px 20px;}
.customer-account-login .col2-set .col-2{width:45%;padding:20px 20px 20px 25px;border-left:1px solid #e5e5e6;}
.customer-account-login .col2-set .col-2 p.required{font-size:12px;text-align:left;}
.customer-account-login .col2-set .buttons-set a.f-left{font-size:12px;line-height:24px;}
.customer-account-logoutsuccess p{margin-left:20px!important;}
.customer-account-logoutsuccess h1{margin-left:10px!important;}
.customer-account-login .messages{margin-left:10px!important}
.account-login .content p{padding:10px 0;margin-bottom:1em;}
.account-login .messages li{margin:0 10px 10px 10px !important;}
.account-login .messages li li{margin:0 0 3px !important;}
.customer-account-forgotpassword .form-buttons{margin-left:10px;width:260px;}
.customer-account-forgotpassword .required-text{width:260px;}
.customer-account-forgotpassword .col-main{margin-left:20px;}
.customer-account-forgotpassword .buttons-set{width:400px;}
.customer-account-forgotpassword .required-text{width:400px;}
.customer-account-edit .my-account .buttons-set{margin-right:10px;}
.customer-address-form .my-account .buttons-set{margin-right:10px;}
.customer-address-form .my-account .required{margin-left:10px;text-align:left;}
.my-account{padding:20px 10px;}
.my-account .page-title{width:95%;}
.my-account .title-buttons button.button{float:right;position:relative;margin-top:-30px;margin-bottom:12px;}
.my-account .title-buttons .link-rss{float:right;margin:0;}
.my-account .messages{margin-left:0px!important;display:block; width:746px;}
.my-account .messages li{margin:10px 0;}
.my-account .messages li li{margin:5px;}.info-box{margin:0 0 15px;}
.my-account .pager{border-top:1px solid #E5E6E6;width:100%;padding-right:0;padding-left:0}
.my-account .pager .amount{float:left;}
.my-account .pager .limiter{float:right;}
.my-account .billing-agreements p ,
.my-account .recurring-profiles p,
.my-account .fieldset li{font-size:13px;}
.my-account .buttons-set p.back-link{display:none;}
.my-account .buttons-set button.button{float:left;margin-bottom:12px;}
.my-account .info-box h2{border-bottom:1px solid #e5e5e6;margin:0 0 8px;}
.my-account .info-table th{font-weight:bold;padding:2px 15px 2px 0;}
.my-account .info-table td{padding:2px 0;}
.box-account{margin:0 0 15px;}
.box-account .box-head{margin:0 0 5px;text-align:right;}
.box-account .box-head h2{float:left;margin:0;font-size:14px;font-weight:bold;color:#367c2b;}
.box-account .box-head a{font-size:10px;text-transform:uppercase;}
.dashboard .messages{margin-left:0px!important;}
.dashboard .box .box-title{background:#f1f1f1;padding:2px 10px;margin:0 0 12px;text-align:right;}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4{float:left;margin:0;font-size:14px;font-weight:bold;line-height:1.35;}
.dashboard .box .box-title a{font-size:10px;text-transform:uppercase;}
.dashboard .box .box-content{padding:0 10px;}
.dashboard .box-recent{}
.dashboard .box-info{}
.dashboard .box-info h4{font-size:13px;font-weight:bold;}
.dashboard .box-reviews .box-head{background:#f1f1f1;padding:2px 10px;margin:0 0 12px;}
.dashboard .box-reviews .box-head h2{font-size:14px;font-weight:bold;line-height:1.35;color:#333;}
.dashboard .box-reviews .number{display:none;float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#0a263c;}
.dashboard .box-reviews .details{padding:0 10px;}
.dashboard .box-reviews li.item{margin:0 0 7px;}
.dashboard .box-reviews li.item.last{margin:0;}
.dashboard .box-reviews .ratings{margin:7px 0 0;}
.dashboard .box-tags .box-head{background:#f1f1f1;padding:2px 10px;margin:0 0 12px;}
.dashboard .box-tags .box-head h2{font-size:14px;font-weight:bold;line-height:1.35;color:#333;}
.dashboard .box-tags .number{display:none;float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#0a263c;}
.dashboard .box-tags .details{padding:0 10px;}
.dashboard .box-tags li.item{margin:0 0 7px;}
.dashboard .box-tags li.item.last{margin:0;}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li{display:inline;}*/.customer-address-index .my-account .page-title{display:block;width:100%;}
.addresses-list{font-family:"Calibri";margin-bottom:10px;border-bottom:1px dotted #999}
.addresses-list address{margin:0 0 3px;color:#666666;}
.addresses-list p{margin:0;}
.addresses-list a{font-weight:bold;}
.addresses-list .link-remove{}
.addresses-list .separator{margin:0 3px;display:inline;}
.addresses-list ol{list-style-type:none;}
.addresses-list li.item{padding:0 10px 0 0;margin:0 0 12px;}
.addresses-list li.empty{}
.addresses-list li.empty p{font-weight:normal;}
.addresses-list .addresses-additional li.item{}
.addresses-list .addresses-additional{width:372px;}
.addresses-list .addresses-additional h2{padding-left:15px;}
.addresses-list .addresses-additional ol{padding-left:15px;}
.addresses-list .addresses-additional .actions a{font-variant:small-caps;}
.sales-order-view .my-account .page-title, .sales-guest-view .page-title{display:block;width:100%;}
.sales-order-view .my-account .page-title .rss-box{display:inline;float:right;font-size:14px;padding-right:5px;line-height:14px;margin-bottom:6px;}
.sales-order-view .my-account .page-title .rss-box .link-rss{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/i_rss.gif") no-repeat scroll 0 4px transparent;margin-bottom:6px;}
.page-title .print-order{float:right;font-size:14px;padding-right:10px;line-height:14px;}
.my-account .page-title .print-order .separator{display:none;}
.sales-order-view .my-account p{font-size:14px;text-align:right;}
.sales-order-invoice .my-account .page-title{display:block;width:100%;}
.sales-order-invoice .my-account .page-title .rss-box{display:inline;float:right;font-size:14px;padding-right:5px;line-height:14px;margin-bottom:6px;}
.sales-order-invoice .my-account .page-title .rss-box .link-rss{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/i_rss.gif") no-repeat scroll 0 4px transparent;margin-bottom:6px;}
.sales-order-invoice .my-account .page-title .print-order{float:right;font-size:14px;padding-right:10px;line-height:14px;}
.sales-order-invoice .my-account .page-title .print-order .separator{display:none;}
.sales-order-invoice .my-account p{font-size:14px;text-align:right;}
.sales-order-invoice .my-account .order-links a{font-size:14px;color:#666;}
.sales-order-invoice .my-account .order-details .sub-title a{font-size:14px;color:#666;font-variant:normal;}
.order-info {margin-top: 10px}
.order-info dt{display:none;}
.order-info ul{margin-bottom:15px;border-bottom:1px solid #666;background:#f1f1f1 url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bkg_tabs.gif") 0 100% repeat-x;}
.order-info li{float:left;border-right:1px solid #e5e5e6;border-left:1px solid #fff;font-size:1.1em;line-height:1em;}
.order-info li.first{border-left:0;}
.order-info li.last{border-right:0;}
.order-info li a{display:block;padding:6px 15px;color:#333;}
.order-info li a:hover{background-color:#e5e5e6;text-decoration:none;color:#333;}
.order-info li.current{background-color:#666;font-weight:bold;padding:6px 15px;color:#fff;}
.order-info .current{display:block;}
.order-date{margin:10px 0;}
.order-info-box{margin:0 0 15px;}
.order-info-box h2{border-bottom:1px solid #e5e5e6;margin:0 0 8px;}
.order-info-box .box-payment p{margin:0 0 3px;}
.order-info-box .box-payment th{font-weight:bold;padding-right:7px;}
.order-items{width:100%;overflow-x:auto;}
.order-items h2,
.order-items h3{padding:0;margin-bottom:12px;}
#my-orders-table{border:1px solid #666!important;}
#my-orders-table tr.first th{border-top:none!important;}
#my-orders-table tbody td.last{border-right:none!important;}
#my-orders-table tbody .order-id{text-align:right;}
.gift-message dt strong{color:#666;}
.gift-message dd{font-size:13px;margin:5px 0 0;}
.order-about dt{font-weight:bold;}
.order-about dd{font-size:13px;margin:0 0 7px;}
.tracking-table{margin:0 0 15px;}
.tracking-table th{font-weight:bold;white-space:nowrap;}
.tracking-table-popup, .delivery-table-popup{width:100%;}
.tracking-table-popup{margin-bottom: 10px;}
.tracking-table-popup th{font-weight:bold;white-space:nowrap;}
.tracking-table-popup th,
.delivery-table-popup th,
.delivery-table-popup td,
.tracking-table-popup td{padding:1px 8px;}
.tracking-table-popup-hr{border:none; border-top: 1px dotted black;margin-bottom: 10px;}
.page-print .print-head{margin:0 0 15px;}
.page-print .print-head .logo{float:left;}
.page-print .print-head address{float:left;margin-left:15px;}
.page-print h1{font-size:15px;font-weight:bold;}
.page-print h2,
.page-print h3{font-size:12px;font-weight:bold;}
.page-print h2.h2{font-size:15px;font-weight:bold;text-align:right;}
.page-print .order-date{border-bottom:1px solid #e5e5e6;padding:0 0 10px;margin:0 0 10px;}
.page-print .col2-set{margin:0 0 10px;}
.billing-agreements .info-box{margin:15px 0;}
.billing-agreements .info-box h2{margin:15px 0;}
.billing-agreements .info-box p{margin:0 0 5px;}
.billing-agreements .form-list li select{float:left;margin:3px 10px 0 0;}
.billing-agreements .table-caption{font-weight:bold;font-size:13px;}
.page-print .gift-message-link{display:none;}
.page-print .price-excl-tax,
.page-print .price-incl-tax{display:block;white-space:nowrap;}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price{display:inline;}
.my-wishlist .page-title{display:block;width:100%;}
.my-wishlist .page-title .rss-links{display:none;}
.my-wishlist .sub-title{padding-bottom:6px;margin-bottom:12px;border-bottom:1px solid #e5e5e6;}
.my-wishlist .wishlist-management button.btn-create{margin-bottom:12px;}
#wishlist-table{border:1px solid #666!important;margin-bottom:24px;}
.my-wishlist .data-table tr.first{border:1px solid #666;font-size:14px;line-height:28px;}
.my-wishlist .data-table tbody tr{height:150px;}
.my-wishlist .data-table tbody td{padding:5px 10px;}
.my-wishlist .data-table tbody td.last{border-right:none!important;}
.my-wishlist .data-table tbody td.r1{width:152px;height:152px;padding:0;margin:0;}
.my-wishlist .data-table tbody td.r2{width:250px;padding:5px 15px;}
.my-wishlist .data-table tbody td.r3{width:242x;height:147px;padding:0 15px;}
.my-wishlist .data-table tbody td.r4{width:10px;padding-top:25px;}
.my-wishlist .data-table tbody .product-image{display:block;width:152px;height:152px;padding:0;margin:0;}
.my-wishlist .data-table tbody .product-image img{height:152px;width:152px;padding:0px;margin:0;}
.my-wishlist .data-table tbody .product-name{width:250px;padding:5px 0px;display:block;}
.my-wishlist .data-table tbody .product-name a{font-size:16px;color:#333;display:block;width:252px;}
.my-wishlist .data-table tbody .product-name a:hover{font-size:16px;color:#367c2b;}
.my-wishlist .data-table .order-id{display:block;width:250px;text-align:right;padding-bottom:6px;font-size:13px;color:#333;}
.my-wishlist textarea{display:block;width:250px;padding:4px 0 6px 0;height:68px;font-size:14px;color:#666;}
.my-wishlist .data-table .cart-cell{width:242px;height:147px;}
.my-wishlist .data-table .cart-cell .price-wrapper{width:242px;height:76px;}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box{width:194px;height:28px;margin:0;margin:10px 24px;}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box span{float:right;margin-right:10px;}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box .regular-price{width:242px;height:56px;}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box .regular-price .price{padding-top:12px;font-size:24px;line-height:42px;}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box .old-price{}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box .old-price .price-label{display:none;}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box .old-price .price{float:left;color:#666;padding-left:6px;padding-top:6px;}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box .special-price{}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box .special-price .price-label{display:none;}
.my-wishlist .data-table .cart-cell .price-wrapper .price-box .special-price .price{float:right;color:#eb340a;font-weight:bold;}
.my-wishlist .data-table .cart-cell .price-wrapper .tax-details{width:242px;text-align:right;font-size:10px;margin-top:6px;}
.my-wishlist .data-table .cart-cell .add-to-cart-wrapper{width:242px;height:76px;}
.my-wishlist .data-table .cart-cell .add-to-cart-wrapper{display:inline;}
.my-wishlist .data-table .cart-cell .add-to-cart-wrapper .edit-wrapper{float:left;margin-top:12px;}
.my-wishlist .data-table .cart-cell .add-to-cart-wrapper .edit-wrapper .link-edit{font-size:10px;color:#333;padding-left:6px;}
.my-wishlist .data-table .cart-cell .add-to-cart-wrapper .btn-cart-wrapper{float:right;margin-top:40px;}
.my-wishlist .data-table .cart-cell .add-to-cart-wrapper button.btn-cart{}
.my-wishlist .data-table .cart-cell .add-to-cart-wrapper button.btn-cart span{}
.my-wishlist .data-table .cart-cell .add-to-cart-wrapper button.btn-cart span span{font-size:14px;text-align:right;}
.my-wishlist .data-table a.btn-remove2{width:10px;height:10px;padding:10px 2px!important;}
.my-wishlist .buttons-set{width:746px;display:block;border:0;padding:0;margin:10px 0 0 0;}
.my-wishlist .buttons-set button.btn-share{display:none;}
.my-wishlist .buttons-set button.btn-add,
.my-wishlist .buttons-set button.btn-update{width:auto;float:right;background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll left top transparent;min-height:21px;line-height:21px;overflow:visible;cursor:pointer;border:0;}
.my-wishlist .buttons-set button.btn-share,
.my-wishlist .buttons-set button.btn-update{margin-right:24px;}
.my-wishlist .buttons-set button.btn-add span,
.my-wishlist .buttons-set button.btn-share span,
.my-wishlist .buttons-set button.btn-update span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll right -23px transparent;height:21px;line-height:21px;font-variant:small-caps;text-align:center;white-space:nowrap;margin-left:3px;}
.my-wishlist .buttons-set button.btn-add span span,
.my-wishlist .buttons-set button.btn-share span span,
.my-wishlist .buttons-set button.btn-update span span{height:21px;padding:0 18px 0 14px;font-size:15px;font-weight:bold;color:#595959;}
.my-wishlist .buttons-set button.btn-add:hover,
.my-wishlist .buttons-set button.btn-share:hover,
.my-wishlist .buttons-set button.btn-update:hover{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll left -46px transparent;}
.my-wishlist .buttons-set button.btn-add:hover span,
.my-wishlist .buttons-set button.btn-share:hover span,
.my-wishlist .buttons-set button.btn-update:hover span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll right -69px transparent;}
.my-wishlist .buttons-set button.btn-add:hover span span,
.my-wishlist .buttons-set button.btn-share:hover span span,
.my-wishlist .buttons-set button.btn-update:hover span span{color:#595959;}
.my-wishlist .buttons-set button.btn-add:active,
.my-wishlist .buttons-set button.btn-share:active,
.my-wishlist .buttons-set button.btn-update:active{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll left -92px transparent;}
.my-wishlist .buttons-set button.btn-add:active span,
.my-wishlist .buttons-set button.btn-share:active span,
.my-wishlist .buttons-set button.btn-update:active span{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn-search-jobs.png") no-repeat scroll right -115px transparent;}
.my-wishlist .buttons-set button.btn-add:active span span,
.my-wishlist .buttons-set button.btn-share:active span span,
.my-wishlist .buttons-set button.btn-update:active span span{color:#595959;}
.my-tag-edit{float:left;margin:0 0 10px;}
.my-tag-edit .btn-remove{float:right;margin:4px 0 0 5px;}
#my-tags-table{clear:both;}
#my-tags-table td{padding:10px;}
#my-tags-table .add-to-links{white-space:nowrap;}
#my-reviews-table td{padding:10px;}
#my-reviews-table .rating-box{margin:3px 0 0;}
.product-review .product-img-box{float:left;width:140px;}
.product-review .product-img-box .product-image{display:block;width:125px;height:125px;}
.product-review .product-img-box .label{font-size:11px;margin:0 0 3px;}
.product-review .product-img-box .ratings .rating-box{float:none;display:block;margin:0 0 3px;}
.product-review .product-details{margin-left:150px;}
.product-review .product-name{font-size:16px;font-weight:bold;margin:0 0 10px;}
.product-review h3{font-size:12px;margin:0 0 3px;color:#333;}
.product-review .ratings-table{margin:0 0 10px;}
.product-review dt{font-weight:bold;}
.product-review dd{font-size:13px;margin:5px 0 0;}
.footer-container{height:200px;background-color:#fff;font-size:13px;}
.footer-container-dealer {background-color:#E5E6E6;}
.footer-container .f-left{width:520px;}
.footer-container .f-right{width:429px;}
.footer-top{height:140px;background-color:#E5E6E6;margin:24px 0 1px;padding:12px 24px;}
.footer-questions p{padding:0 10px;}
.footer-service{padding-left:16px;border-left:1px solid #999;border-right:1px solid #999;}
.footer-service ul.servicelinks{padding-left:10px;}
.footer-service li{background:url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 transparent;display:block;float:left;line-height:16px;padding-left:10px;width:350px;}
.footer-service a{padding-left:4px;}
.footer-contact{padding-left:16px;}
.footer-contact p{padding:0 10px;}
.footer-middle{background-color:#E5E6E6;padding:12px 24px 10px 24px;}
.footer-middle ul#footer-links{float:right;}
.footer-middle #footer-links li{display:inline;float:left;text-align:right;}
.footer-middle #footer-links li.last{background:none !important;padding-right:0 !important;border:none;}
.footer-middle #footer-links a{color:#367c2b;padding:0px 5px 0px 0px;margin:0px 5px 0px 0px;text-decoration:none;border-right:1px solid #666;display:block;}
.footer-middle #footer-links a:hover{text-decoration:underline;}
.footer-middle .store-switcher{width:120px;float:left;color:#666;text-align:left;margin:0;}
.footer-middle .store-switcher label{display:none;}
.footer-middle .store-switcher select{padding:0;vertical-align:middle;}
.footer-bottom{height:24px;background-color:#E5E6E6;padding:0px 24px;}
.footer-bottom .copyright{font-style:normal!important; float: right;}
.footer-bottom address{color:#666;}
.footer-bottom address a{color:#333;}
.home-callout{margin-bottom:12px;}
.home-callout img{display:block}
.best-selling h3{margin:12px 0 6px 0;color:#eb340a;font-size:1.2em;}
.best-selling table{border-top:1px solid #e5e5e6;}
.best-selling tr.odd{background:#eee url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/best_selling_tr_odd_bg.gif") 0 100% repeat-x;}
.best-selling tr.even{background:#fff url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/best_selling_tr_even_bg.gif") 0 100% repeat-x;}
.best-selling td{width:50%;border-bottom:1px solid #e5e5e6;padding:8px 10px 8px 8px;font-size:11px;}
.best-selling .product-img{float:left;border:2px solid #e5e5e6;}
.best-selling .product-description{margin-left:107px;line-height:1.3em;}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover{color:#333;}

/* Akitogo Dealer Login ============================================================================= */
/* Dealer Homepage */
.akidealerlogin-login-login .col-wrapper .col-main {padding-top:12px;}
.akidealerlogin-login-login .widget {width:260px; margin-top:0; margin-right:6px; float:left; background-color:#fff;}
.akidealerlogin-login-login .col3-layout .col-right {margin-top:26px!important;}
.akidealerlogin-login-login .sidebar .widget-static-block {width:222px!important;}
.akidealerlogin-login-login .widget .widget-title {margin:0;padding:0;}
.akidealerlogin-login-login .widget .widget-title h2 {font-size:16px; line-height:24px; font-variant:small-caps; color:#000; background-color: #FFDE00; padding:5px 10px; margin-bottom:0px;}
.akidealerlogin-login-login .widget-products .item  {margin-bottom:12px; background-color:#fdf8e6;}
.akidealerlogin-login-login .widget-products .item img {border: 1px solid #e5e5e6;}
.akidealerlogin-login-login .widget-products .item  h3.product-name {min-height:63px; font-size:16px; padding:5px 10px 0px 10px;}
.akidealerlogin-login-login .widget-products .item  h3.product-name a {color:#333;}
.akidealerlogin-login-login .widget-products .item  .sku {padding:5px 10px; font-variant:small-cabs; font-size:13px;}
.akidealerlogin-login-login .widget ul.products-grid {margin-bottom:0px;} 
.akidealerlogin-login-login .widget .products-grid .price-box {min-height:40px; }
.akidealerlogin-login-login .widget .products-grid .price-box .price {font-size:28px;}
.akidealerlogin-login-login .widget .products-grid .price-box .old-price {display:inline; float:right; margin-bottom: 0!important; padding-right:5px; padding-top:8px; color:#666;}
.akidealerlogin-login-login .widget .products-grid .price-box .old-price .price-label { font-size:12px;}
.akidealerlogin-login-login .widget .products-grid .price-box .old-price .price {font-size:14px; color:#333; font-weight:normal;}
.akidealerlogin-login-login .widget .products-grid .price-box .special-price  {display:inline; float:left; margin-bottom: 0!important;}
.akidealerlogin-login-login .widget .products-grid .tax-details {display:none;}
.akidealerlogin-login-login .widget .products-grid .actions {margin-top:5px; background-color:#e5e5e6;}
.akidealerlogin-login-login .widget .products-grid .actions .availability {line-height:28px; text-align:center; margin-bottom:0!important;}
.akidealerlogin-login-login .widget .products-grid .actions .availability  span {	line-height: 28px; font-size: 16px; font-variant:small-caps;}
.akidealerlogin-login-login .widget .products-grid .actions button.btn-cart {width:100%; border:0px;}
.akidealerlogin-login-login .widget .products-grid .actions button.btn-cart span {width:256px;}
.akidealerlogin-login-login .widget .products-grid .actions button.btn-cart span span{width:220px;}
.akidealerlogin-login-login .widget .products-grid {padding-left:0;}
.akidealerlogin-login-login .widget .products-grid .actions ul.add-to-links {
	min-height:36px; 
	padding:6px 0px 6px 6px; 
	margin: 0px; 
	display: block; 
	background-color:#f1f1f1;
}
.akidealerlogin-login-login .widget .products-grid .actions .add-to-links li {
	background: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/bullet_arrow.gif") no-repeat scroll 0 transparent;
    display: inline;
    float: left;
    line-height: 11px;
    margin: 0px 3px;
	padding:3px 0px 3px 6px; 
	min-width: 115px;
}
.akidealerlogin-login-login .widget .products-grid .actions .add-to-links a{color:#333; font-size:10px; font-weight:normal;}
.akidealerlogin-login-login .main .category-view ul.products-grid {width:504px;}
.akidealerlogin-login-login .main .category-view .products-grid li.item {width:243px; padding:18px 18px 0 0; border-top: 1px dotted #E5E6E6; border-left: none; border-right:none; margin:0; height:243px;}
.akidealerlogin-login-login .main .category-view .products-grid li.item.first{margin-left:0px;}
.akidealerlogin-login-login .main .category-view .products-grid .price-box p.old-price {margin-left:10px; margin-bottom:6px;}
.akidealerlogin-login-login .main .category-view .products-grid .price-box .old-price .price-label {display:none;}
.akidealerlogin-login-login .main .category-view .products-grid .price-box p.special-price {margin-left:20px; margin-bottom:6px;}
.akidealerlogin-login-login .main .category-view .products-grid .actions button.btn-cart {margin: 0 9px;}
.akidealerlogin-login-login .main .category-view .products-grid .actions .add-to-links {padding-left:10px;}
.akidealerlogin-login-login .main .category-view .products-grid .actions .add-to-links .separator {display:none;}
.akidealerlogin-login-login .toolbar {display:none!important;}
.akidealerlogin-login-login .widget-products button.btn-cart{
	width:100%; 
    background: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.gif") no-repeat scroll left top transparent;
	min-height:28px; 
	line-height:28px;
	overflow:visible; 
	cursor:pointer; 
}
.akidealerlogin-login-login .widget-products button.btn-cart span {
	float:left; 
    background: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.gif") no-repeat scroll right -29px transparent;
	height:28px;
	line-height: 28px;
	font-variant:small-caps; 
	text-align:center; 
	white-space:nowrap; 
	margin-left: 3px;	
}
.akidealerlogin-login-login .widget-products button.btn-cart span span {
	height:28px;
    padding: 0 18px 0 14px;
	font-size: 16px;
	font-weight:bold; 
	color:#595959;
}
.akidealerlogin-login-login .widget-products button.btn-cart:hover{ background: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.gif") no-repeat scroll left -58px transparent;}
.akidealerlogin-login-login .widget-products button.btn-cart:hover span {background: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.gif") no-repeat scroll right -87px transparent;}
.akidealerlogin-login-login .widget-products button.btn-cart:hover span span {color:#595959;}
.akidealerlogin-login-login .widget-products button.btn-cart:active{ background: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.gif") no-repeat scroll left -116px transparent;}
.akidealerlogin-login-login .widget-products button.btn-cart:active span{background: url("http://www.johndeereshop.com/skin/frontend/johndeere/default/images/btn_primary.gif") no-repeat scroll right -145px transparent;}
.akidealerlogin-login-login .widget-products button.btn-cart:active span span{color:#595959;}
.category-view .products-grid .actions button.btn-cart{ max-width:171px; margin:auto;}

/* Block: Order Manual*/
.dealerlogin-dashboard .order-manual {border:1px solid #ffde00;}
.dealerlogin-dashboard .order-manual .box #order-title {padding-top:10px; background: #FDF8E6; text-align:left!important;}
.dealerlogin-dashboard .order-manual .box .box-content {padding:10px;}
.dealerlogin-dashboard .order-manual .box .box-content h3 {padding-bottom:8px;}
.dealerlogin-dashboard .order-manual .box .box-content:hover,
.dealerlogin-dashboard .order-manual .box .box-content:focus {background:#FDF8E6;}
.dealerlogin-dashboard .order-manual .box button.button {margin-left:14px;margin-right: 14px;}
.dealerlogin-dashboard .order-manual .box button.inactive {opacity: 0.5}
.dealerlogin-dashboard .order-manual .box .box-content select  {font-style:italic; color:#666;}
.dealerlogin-dashboard .order-manual .box .box-content select option {font-style:normal;color:#333;}
.dealerlogin-dashboard .order-manual .box .box-content input.input-text {font-style:italic; color:#666;}
.dealerlogin-dashboard .order-manual .box .box-content li {padding:5px; border: 1px solid #fff;}
.dealerlogin-dashboard .order-manual .box .box-content li.active {border: 1px solid #000}
.dealerlogin-dashboard .order-manual .box .box-content li:hover {padding:5px;}
.dealerlogin-dashboard .order-manual .box .box-content button.button {width:92%}
.dealerlogin-dashboard .order-manual .box .box-content button.button span {display:inline-block; width:100%;}
.dealerlogin-dashboard .order-manual .box .box-content #set-account button.button span {text-align:left;}
.dealerlogin-dashboard .order-manual .box .box-content #open-catalogue button.btn-continue span span,
.dealerlogin-dashboard .order-manual .box .box-content #destination button.button span span,
.dealerlogin-dashboard .order-manual .box .box-content #set-account button.button span span,
.dealerlogin-dashboard .order-manual .box .box-content #set-program button.button span span {display:inline-block; width:100%;}
.dealerlogin-dashboard .order-manual .box .box-content.active {background-color: #E5E6E6}
.dealerlogin-dashboard .order-manual .box  #open-catalogue {padding-bottom:12px;}
//.dealerlogin-dashboard .order-manual .box #select-account button span {padding-left: 10px}

/* Block: Order Manual*/
.dashboard #order-box {border:1px solid #ffde00;}
.dashboard .order-manual .box #order-title {padding-top:10px; background: #FDF8E6; text-align:left!important;}
.dashboard .order-manual .box .box-content {padding:10px;}
.dashboard .order-manual .box .box-content h3 {padding-bottom:8px;}
.dashboard .order-manual .box .box-content:hover,
.dashboard .order-manual .box .box-content:focus {background:#FDF8E6;}
.dashboard .order-manual .box #subaccount,
.dashboard .order-manual .box #orderprogram,
.dashboard .order-manual .box .input-box,
.dashboard .order-manual .box #opencat button.button {margin-left:14px;}
.dashboard .order-manual .box .box-content select  {font-style:italic; color:#666;}
.dashboard .order-manual .box .box-content select option {font-style:normal;color:#333;}
.dashboard .order-manual .box .box-content input.input-text {font-style:italic; color:#666;}
.dashboard .order-manual .box .box-content #open-catalogue li,
.dashboard .order-manual .box .box-content #destination li,
.dashboard .order-manual .box .box-content #set-account li,
.dashboard .order-manual .box .box-content #set-program li {padding:5px; border: 1px solid #fff;}
.dashboard .order-manual .box .box-content #open-catalogue li:hover,
.dashboard .order-manual .box .box-content #destination li:hover,
.dashboard .order-manual .box .box-content #set-account li:hover,
.dashboard .order-manual .box .box-content #set-program li:hover {padding:5px; border: 1px solid #FDF8E6;}
.dashboard .order-manual .box .box-content #open-catalogue button.btn-continue,
.dashboard .order-manual .box .box-content #destination button.button,
.dashboard .order-manual .box .box-content #set-account button.button,
.dashboard .order-manual .box .box-content #set-program button.button {min-width:85%;}
.dashboard .order-manual .box .box-content #open-catalogue button.btn-continue span,
.dashboard .order-manual .box .box-content #destination button.button span,
.dashboard .order-manual .box .box-content #set-account button.button span,
.dashboard .order-manual .box .box-content #set-program button.button span {display:inline-block; width:100%;}
.dashboard .order-manual .box .box-content #set-account button.button span {text-align:left;}
.dashboard .order-manual .box .box-content #open-catalogue button.btn-continue span span,
.dashboard .order-manual .box .box-content #destination button.button span span,
.dashboard .order-manual .box .box-content #set-account button.button span span,
.dashboard .order-manual .box .box-content #set-program button.button span span {display:inline-block; width:100%;}
.dashboard .order-manual .box  #open-catalogue {padding-bottom:12px;}
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
table.vap th {font-variant: small-caps;background-color: #FBD802; padding-left: 2px;text-align:center}
table.vap td {padding-left: 2px; padding-right: 2px;text-align:center}
table.vap .firstcolumn{text-align:left}
table.vap tr.firstrow{font-weight: bold; font-size: 14px}
.vapcontainer{margin-top: 15px; margin-bottom: 25px}
.vapcontainer .technical-image {width: 400px;}
.vapcontainer .technical-image img {max-width: 100%; max-height: 100%}
#rma_create_form .order-page .form-list  li label {width: 200px}
#rma_create_form .order-page .form-list  li h5 {margin-top: -2px;}
#rma_create_form .buttons-set button.button, #rma_create_form .fieldset button.buttonÂ {float:left;}
#rma_create_form ul.rma-options {margin-top:10px;}
ul.rma-options {margin-top: 20px; display: inline-block}
li.add-row {margin-top: 20px; border-top: 1px solid #e3e4e5; padding-top: 10px}
.quantity_block_remaining {margin-top: 20px; margin-left: -5px; }
.block-customer-care-center { border-bottom: 1px solid #e3e4e5; }
.block-customer-care-center .block-content { font-variant:normal; background-color: #FFF; text-align:left; padding-left:18px; font-size:smaller; }
.block-customer-care-center .block-title { padding:2px 14px 2px 18px !important; }
.block-title, .block-title h2 { padding:2px 16px; }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_modern
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.widget{display:inline;}
.widget .widget-title{clear:both;padding:15px 0 0;margin:0 0 7px;}
.widget .widget-title h2{font-size:15px;font-weight:bold;color:#e25203;}
.widget .mini-products-images-list .product-image{display:block;width:76px;height:76px;border:1px solid #a9a9a9;margin:0 auto;}
.widget .mini-products-images-list li.item{float:left;width:77px;height:77px;border:0 !important;padding:5px 9px !important;}
.widget-static-block{}
.sidebar .widget-static-block{display:block;margin:0 0 15px;}
.top-container .widget a{padding:0 0 0 7px;}
.bottom-container .widget a{padding:0 3px;}
.widget-product-link-inline{display:inline;}
.col-main .widget-product-link{display:block;font-size:12px;text-align:right;margin:7px 0;}
.col-main .widget-product-link a{background:url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat;padding-right:15px;}
.sidebar .widget-product-link{display:block;margin:0 0 15px;padding:0 10px;}
.sidebar .widget-product-link a{background:url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat;padding:0 15px 0 0;}
.widget-category-link-inline{display:inline;}
.col-main .widget-category-link{display:block;font-size:12px;text-align:right;margin:7px 0;}
.col-main .widget-category-link a{background:url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat;padding-right:15px;}
.sidebar .widget-category-link{display:block;margin:0 0 15px;padding:0 10px;}
.sidebar .widget-category-link a{background:url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat;padding:0 15px 0 0;}
.widget-cms-link-inline{display:inline;}
.col-main .widget-cms-link{display:block;font-size:12px;text-align:right;margin:7px 0;}
.col-main .widget-cms-link a{background:url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat;padding-right:15px;}
.col-main .widget-cms-link .BasketListHeadline{font:bold 12px verdana, arial, helvetica, sans-serif;margin:0;padding:5px;color:#FFF;background:#94ACD2;}
.col-main .widget-cms-link .BasketListHeadline2{font:bold 12px verdana, arial, helvetica, sans-serif;margin:0;padding:5px;color:#000000;background:#E3EECC;}
.col-main .widget-cms-link .BasketListSubheadline{font:normal 12px verdana, arial, helvetica, sans-serif;margin:0;padding:10px;color:#663300;background:#F3E5CD;}
.col-main .widget-cms-link .BasketListSubheadline2{font:normal 12px verdana, arial, helvetica, sans-serif;margin:0;padding:10px;color:#663300;}
.sidebar .widget-cms-link{display:block;margin:0 0 15px;padding:0 10px;}
.sidebar .widget-cms-link a{background:url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat;padding:0 15px 0 0;}
.akiredprice .regular-price .price, .akiredprice .special-price .price { color: #eb340a !important; }
.akiredlabel > span.vertnav-cat a { color: #eb340a !important; }
.vertnav-container{border-right:1px solid #E3E4E5;width:184px;margin-right:17px;height:100%;padding-left:2px;}
.col2-left-layout .vertnav-container{margin-top:30px;}
.catalog-product-view .col2-left-layout .vertnav-container,
.catalogsearch-result-index .col2-left-layout .vertnav-container{margin-top:0;}
.vertnav-container h1{width:180px;padding:0 0 0 6px;margin:0px 0px 10px 0px;font-family:Calibri, Verdana,sans-serif;color:#333;font-size:20px;font-weight:bold;font-variant:small-caps;text-transform:none;}
.cms-home .vertnav-container h1{width:172px;background:url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/nav-active.png) no-repeat 0px -20px;padding:0 0 0 12px;margin:0px 0px 10px 0px;font-family:Calibri, Verdana,sans-serif;color:#387D3C;font-size:18px;font-weight:bold;font-variant:small-caps;text-transform:none;}
.cms-home .vertnav-container #vertnav li.level0{font-size:14px;font-weight:normal;}
#vertnav{font-size:13px;}
#vertnav li{display:block;min-height:24px;width:181px;}
.vertnav-cat{min-height:24px;display:block;}
.vertnav-cat a{color:#666;height:100%;display:block;}
.vertnav-cat a:hover{text-decoration:underline;}
.catalogsearch-result-index .vertnav-container h4{width:163px;background:url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/nav-active.png) no-repeat -3px -19px;border-left:3px solid #387d3c;padding:3px 0px 3px 27px;font-size:16px;color:#396F00;border-top:1px dotted #CDCDCD;border-bottom:1px dotted #CDCDCD;margin-bottom:0px!important;}
#vertnav li.active{background:url(http://www.johndeereshop.com/skin/frontend/johndeere/default/images/nav-active.png) no-repeat 2px -19px;font-weight:bold;color:#387D3C;}
#vertnav li.level0{font-size:14px;font-weight:bold;}
#vertnav li.level1{font-size:13px;font-weight:normal;}
#vertnav li.level2{font-size:12px;font-weight:normal;}
#vertnav .level0 .vertnav-cat{padding-left:12px;}
#vertnav .level1 .vertnav-cat{padding-left:24px;}
#vertnav .level2 .vertnav-cat{padding-left:36px;}
#vertnav .level0 .vertnav-cat a{border-top:1px dotted #CDCDCD;padding-top:2px;}
#vertnav .level1 .vertnav-cat a{padding-top:3px;}
#vertnav .level2 .vertnav-cat a{padding-top:4px;}
#vertnav .level0-active .vertnav-cat{border-left:4px solid #387D3C;}
#vertnav .level0-inactive .vertnav-cat{border-left:4px solid #FFF;}
#vertnav .level0-parent .vertnav-cat{border-left:4px solid #8E8E8E;}
#vertnav .level0-active .vertnav-cat a{color:#387D3C;}
#vertnav .level0-active .level1-inactive .vertnav-cat a{color:#666;}
#vertnav .level0-active .level1-inactive .vertnav-cat a:hover{color:#387D3C;}
#vertnav .level0-parent .level1-inactive .vertnav-cat{border-left:4px solid #8E8E8E;}
#vertnav .level0 .vertnav-cat li.last .vertnav-cat{border-bottom:1px dotted #CDCDCD;}
#vertnav .level1-active .vertnav-cat{border-left:4px solid #387D3C;}
#vertnav .level1-parent .vertnav-cat{border-left:4px solid #8E8E8E;}
#vertnav .level1-inactive .vertnav-cat{border-left:4px solid #387D3C;}
#vertnav .level1-active .vertnav-cat a{color:#387D3C;}
#vertnav .level2-active .vertnav-cat{border-left:4px solid #387D3C;}
#vertnav .level2-inactive .vertnav-cat{border-left:4px solid #387D3C;}
#vertnav .level2-parent .vertnav-cat{border-left:4px solid #8E8E8E;}
#vertnav .level3 .vertnav-cat{}
