/* GLOBAL ------------------------------------ */

    * {
        padding:0;
        margin:0;
        font-size:14px;
    }
    
    body {
        font-family:arial;
        background:white;
    }

/* LAYOUT ------------------------------------ */

    div#container {
        width:900px;
        margin:0 auto 20px auto;
        background:#eef3eb;
        padding: 10px 10px 10px 10px ;
    }
    
    div#header {
        background:url(/images/header/header_tractor_0.jpg);
        padding-top:10px;       
        width:900px;
        height:87px;
    }
    
    div#main {
        clear:left;
        padding:10px;
        height:100%;
    }
    
    div#footer {
        clear:both;
        margin-top:4em;
    }
    
    div#column1 {
        float:left;
        width:460px;
        padding:10px 15px 20px 0px;
        border-right:1px dotted #1b9309;
        margin-bottom:10px;
    }
    
    div#column2 {
        margin-bottom:10px;
        padding:10px 0px 20px 15px;
        width:380px;
        margin-left:475px;
        min-height:500px;
        
    }
    
/* NAV ---------------------------------------- */
    
    div#nav {
        background:#1b9309 url(/images/bg.png) repeat-x;
        width:100%;
        float:left;
    }
    
    div#nav ul {
        list-style-type:none;
        margin:0;
        float:left;
    }
    
    div#nav ul li {
        float:left;
        list-style-type:none;
    }
    
    div#nav ul li a {
        display:block;
        text-transform:uppercase;
        color:white;
        padding:8px 12px 8px 12px;
        text-decoration:none;
								font-size:10px;
    }

    div#nav ul li a:hover,
    div#nav ul li.selected a {
        background:#1b9309 url(/images/bg.light.png) repeat-x;
    }


/* COMMON ELEMENTS ----------------------------- */

    div#logo{
        float:left;
        position:relative;
        margin-left:40px;
        margin-top:25px;
        
    }
    
    h2,h3 {
        font-family:georgia;
        font-style:italic;
        font-weight:normal;
        font-size:20px;
        margin-bottom:1em;
        
    }
    
    h3 {
        font-size:18px;
    }
    
    h5 {
        font-size:12px;
    }
    
    h2.title {
        color:#1b9309;
    }
    
    h3.news {
        color:#DA5603;
    }
    
    h3.products {
        color:#029cfc;
    }
    
    p,dd {
        font-size:14px;
        margin-bottom:1em;
        color:#333;
    }
    
    p a {
        color:#1b9309;
        text-decoration:underline;
        
    }
    
    p a:hover {
        text-decoration:none;
    }

    hr {
        border:none;
        height:3px;
        margin:1em 0 1em 0;     
    }
    
    hr.products {
        background-color: #1b9309;
    }
    
    hr.news {
        background-color: #DA5603;
    }
    
    dt {
        font-weight:bold;
        color:#1b9309;
        text-transform:uppercase;
    }
    
    dd {
        padding-bottom:1em;
        border-bottom:1px dotted #1b9309;
    }
    
    .breadcrumb {
        font-size:12px;
        color:#333333;
        padding-bottom:10px;
        width:100%;
		text-align: left;
    }
    
    .breadcrumb a{      
       
        color:#333333;
        text-decoration:underline;
    }
    
    .breadcrumb a:hover{
        text-decoration:underline;
    }
    
    .flashmessage {
      text-align: center;
      margin: 0 40px 10px 40px;
      padding: 10px;
      background-color: #029CFC;
      font-weight: bold;
      clear: both;
    }
    
    .flashmessage p {
      margin-bottom: 0;
      color: #ffffff;
    }
    
    .flr {
      float: right;
    }

/* UNCOMMON ELEMENTS ------------------------------ */

    div#footer p {
        font-size:12px;
        color:#888;
        padding-top:5px;
        border-top:1px dotted #1b9309;
    }

/* HOMEPAGE SPECIFIC ------------------------------- */

div.video {
    

    background:#333;
    margin-bottom:10px;
}

div.latestRelease {
    margin: 0px 10px 10px 0px;
    float:left;
}

div.latestRelease .latestReleaseSummary {
    margin-left: 90px;
}

div.latestRelease h4,
div.latestRelease h4 a {
    color:#1b9309;
}



div.latestRelease p {
    font-size:12px;
    margin:0;
}

div.latestRelease p a {
    font-size:12px;
}

div.latestRelease img {
    border:1px solid #1b9309;
    float:left;
}

div.news_item {
    border-bottom:1px dotted #1b9309;
    padding-top:10px;
}

div.news_item h4{
    color:#333333;
    font-size:14px;
    padding-bottom:5px;
}

div.news_item h4 a{
    color:#333333;
    font-size:14px;
    text-decoration:none;
}

div.news_item h4 a:hover{   
    text-decoration:underline;
}


div.news_item p{
    color:#666666;
    font-size:12px;
}

div.news_header{
    font-family:georgia;
    font-style:italic;
    font-weight:normal;
}

.news_title{
    font-size:20px;
    color:#DA5603;
}

.sub_heading, a{
    font-size:12px;
    color:#333333;
    text-decoration:none;
}

.sub_heading a{
    text-decoration:underline;
}

.sub_heading a:hover{
    text-decoration:underline;
    color:#DA5603;
}


/* CATALOGUE SPECIFIC ------------------------------- */

div.categories {
    
}

div.categories h4, 
div.categories h4 a {
    color:#1b9309;
}

div.categories p {
    font-size:12px;
    margin:0;
}

div.categoryProduct {
    margin: 0px 10px 10px 0px;
    float:left;
}

div.categoryProduct .categoryProductSummary {
    margin-left: 90px;
}

div.categoryProduct .categoryProductFooter{

}

div.categoryProduct h4,
div.categoryProduct h4 a {
    color:#1b9309;
    text-decoration: none;  
}

div.categoryProduct h4 a:hover {
    text-decoration:underline;  
}


div.categoryProduct h5 {
    color:#666666;
}

div.categoryProduct p {
    font-size:12px;
    margin:0;
}

div.categoryProduct p a {
    font-size:12px;
    
}

div.categoryProduct img {
    border:1px solid #1b9309;
    float:left;
}

/* PRODUCT SPECIFIC ------------------------------- */

div#product_column1 {
        float:left;     
        width:380px;
        padding:10px 0 20px 0;
}
    
div#product_column2 {
        border-left:1px dotted #1b9309;
        padding:10px 0 20px 15px;
        width:450px;
        margin-left:395px;
        float:none;
}

div#product_column1 p,
div#product_column2 p {
    font-size:12px;
}

div#product_column2 img{
    border:1px solid #1b9309;
    margin-bottom:10px;
}

div.product_title {
    margin-bottom:10px; 
    float:left;
    width:100%;
}

div.product_title h2{
    
}

div.product_title img{
    float:left;
    border:1px solid #1b9309;
}

div.product_title .product_title_text {
    margin-left:140px;
}

div.product_highlite{
    font-family:georgia;
    font-style:italic;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#DA5603;
    margin-top: 10px;
    float:left;
    padding: 5px 5px 5px 5px;
}


.productPrice { 
    background-color:#E1E1E1;
    color:#222222;
    font-size:16px;
    padding:5px 5px 5px 5px;    
    display: inline;
    margin-bottom:5px;
}

.shopButton,
.shopButton a{
    font-size:12px;
    color:#FFFFFF;
    padding:2px 4px 2px 2px;
    background-color:#029cfc;
    text-decoration:none;
}

.shopButton a:hover{
    text-decoration:underline;
}

div.multiBuyScroll {
    min-height: 280px;
    width: 100%;
    /* overflow: auto; */
    border: none;
    padding: 4px;    
}

/* BASKET SPECIFIC ------------------------------- */

div#basket {
    text-align:right;
        
    position:relative;
    width:190px;
    height:67px;
    margin-left:690px;
    padding: 5px 5px 5px 5px;
    
    
}

div#basket p {
    font-size:12px;     
}

div#basket h3 {
    margin:0px 0px 0px 0px;
}

div.basket_view_item {      
    padding: 5px 5px 5px 5px;       
    width: 100%;    
    overflow: hidden;
    height:80px;    
    margin-bottom:5px 0px 5px 0px;
}



div.basket_view_item a{
    color:#1b9309
}


div.basket_view_item p{
    font-size:12px;
}

div.basket_view_item img {
    border:1px solid #1b9309;
    float:left; 
}

div.basket_view_item .basket_view_item_summary {        
    margin-left: 10px;
    width:400px;
    float:left;
    height:80px;
    
}

div.basket_view_item .basket_view_item_price{
    margin-left: 10px;
    float:left;
    text-align:center;
    font-size:10px;
    width:40px; 
    height:80px;
    line-height:80px;
}

div.basket_view_item .basket_view_item_quantity{
    text-align:center;
    margin-left: 0px;   
    float:left;
    width:52px;
    border-right:1px dotted #333333;
    height:80px;
    line-height:80px;
}

div.basket_view_item .basket_view_item_quantity a {
    text-decoration:none;
    font-size:15px;
    color:#1b9309;
}

div.basket_view_item .basket_view_item_quantity a:hover{
    text-decoration:underline;  
}

div.basket_view_item .basket_view_item_total{
    text-align:center;
    margin-left: 10px;
    float:left;
    width:60px;
    height:80px;
    line-height:80px;   
}

div.basket_view_item .basket_view_item_remove {
    text-align:center;
    margin-left: 10px;
    float:left; 
    height:80px;
    line-height:80px;
}

div.basket_view_item .basket_view_item_remove a{
    font-size:10px;
}

div.basket_view_item .basket_view_item_remove a:hover{
    text-decoration:underline;  
}

div.basket_view_item .basket_view_item_divide{
    height:100%;
    border-left:1px dotted #333333;
    float:left;
    margin-left: 10px;
}

div.basket_view_item_lower {            
    width: 100%;    
    overflow:hidden;
    height:30px;    
    margin-bottom:5px;
}


div.basket_view_item_lower .basket_view_total{  
    height:30px;        
    line-height:30px;   
    float:left;
}

div.basket_view_item_lower .basket_view_total .label {
    text-align:right;   
    height:30px;
    width:581px;    
    padding-right:10px; 
    border-right:1px dotted #333333;    
    line-height:30px;
    float:left; 
}

div.basket_view_item_lower .basket_view_total .label img {
    margin-right:3px;
}

div.basket_view_item_lower .basket_view_total .price {
    text-align:center;      
    height:30px;
    width:80px;     
    line-height:30px;
    border-right:1px dotted #333333;
    float:left; 
}



hr.view_basket {
    border:none;
    height:1px;
    background-color:#1b9309;
    margin: 0px 0px 5px 0px;
}

div.basket_view_item_lower .postage_summary{    
    float:left;
    margin-left: 65px;
    width:400px;
}

div.basket_view_item_lower .postage_price{
    
    width:60px;
    text-align:center;
    float:left;
    margin-left: 120px;
    
    font-weight:bold;
}

div.basket_view_item_lower .postage_divide{
    height:20px;
    border-left:1px dotted #333333;
    float:left;
    margin-left: 10px;
}

.basket_error {
    font-size:12px; 
    font-family:georgia;
    font-style:italic;
    font-weight:normal;
    color:#CC3300;
}



/* LINKS SPECIFIC ------------------------------- */

div.links_item {
    padding-top:10px;
}

div.links_item .h4{
    font-size:14px;
    padding:0 0 0 0;
}

div.links_item p {
    font-size:12px;
    width:400px;
}

/* CONTACT US SPECIFIC ------------------------------- */

div.contact_us {
    font-family:georgia;
    font-style:italic;
    font-weight:normal;
    font-size:20px; 
    padding-top:10px;
}

div.contact_us .container{
    padding:0 0 0 30px;
}

.contact_us_field {
    font-size:14px;
    color:#333333;
}

.contact_us_info {
    font-size:14px;
    color:#666666;
}

/* CONTACT US SPECIFIC ------------------------------- */

.sitemap {
    padding-left:30px;
}
    

.sitemap p{
    padding-left:20px;
}


/* ABOUT US SPECIFIC ------------------------------- */

div.about_us_column2 {
    padding-left:10px;  
    
}

div.about_us_column2 .image_left {
    padding-right:10px;
    float:left;
    width:175px;
}


div.about_us_column2 .image_right {
    float:left;
    width:175px;
}

div.about_us_column2 img {
    padding-top:10px;   
}

/* PAYMENT OPTIONS ------- */

div.payment_option {
	text-align:center;
	background:#d0e0d0;
    float:left;
    width:250px;
    margin-right:10px;
    padding:10px;
}

div.payment_logos {
	margin-bottom:1em;
}

div.payment_logos img {
	border:0;
}

/* --- */

div.boxout {
    border:0;
    background:#daeada;
    padding:1em;
    margin:0 1em 1em 0;
}

div.boxout_column {
	float:left;
	width:200px;
}

ul,ol {
    list-style-position: inside;
}

ul.error_list li {
    list-style-type:none;
    font-size:14px;
    background:red;
    color:yellow;
    padding:4px;
    margin-bottom:4px;
    font-weight:bold;
}

/* DATA TABLE ------- */
table.dataTable {
	width: 100%;
	border-collapse: collapse;
}

table.dataTable th.dataTableHeader {
	color: #fff;
	background-color: #052d92;
	padding: 5px;
	border: #fff 1px solid;
	text-align: left;
}

table.dataTable td {
	padding: 5px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #ccc #fff #ccc #fff;
}

table.dataTable td a {
	padding-right: 5px;

}

table.dataTable tr.row {
	/*background-color: #e4f2fb;*/
	background-color: inherit;
}

table.dataTable tr.row:hover,
table.dataTable tr.row:hover a {
	background-color: #FFFFCC;
}

table.dataTable tr.row:hover a:hover {
}

table.dataTable th.dataTableHeader a,
table.dataTable th.dataTableHeader a:link,
table.dataTable th.dataTableHeader a:active,
table.dataTable th.dataTableHeader a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
}

* html table.dataTable th.dataTableHeader a {
	width: 100%;
}

table.dataTable th.dataTableHeader a:hover {
	text-decoration: underline;
}

table.dataTable {
	border-bottom: 1px solid #fff;
}

table.dataTable thead td,
table.dataTable tfoot td.dataTableFooter {
	border: 0;
	padding: 0;
}

ul.dataTablePagination {
	margin: 0 0 0 -1px;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 0 1px;
	padding: 5px;
}


* html ul.dataTablePagination {
	margin: 0;
}

ul.dataTablePagination li {
	display: inline;
}

ul.dataTablePagination li.currentPage {
	font-weight: bold;
}

table.dataTable tr.marked {
    background-color: #FFFFCC;
}

/*** BESPOKE DEVELOPMENT ***/

#data h1{
	color:#44A037;
	padding:0 0 10px 0;
}

.mastheadTagline{
	font-style:italic;
	font-size:11px;
	color:#44A037;
	margin:0 0 0 55px;
	font-weight:bold;
}

.mastheadTagTwo{
	float:right;
	width:400px;
	padding:0 10px 0 0;
	color:#44A037;
	font-size:12px;
	font-style:italic;
	text-align:right;
}

.stfFormTitle{
	clear:both;
	float:left;
	color:#44A037;
	font-weight:bold;
	width:115px;
	padding:2px 0 0 0;
}

.stfFormContent{
	float:left;
	padding:0 0 5px 0;
	width:190px;
}

.stfFormTextareaContent{
	clear:both;
	width:375px;
}


/* TEASER SIGNUPS */

form.teaser th,
form.teaser td {
  padding: 5px;
}

form.teaser th {
  width: 200px;
  text-align: right;
}

div#fancybox-content div.center {
  text-align: center;
}
div#fancybox-content div.flash, div#fancybox-content div.flash p {
  color: #1B9309 !important;
  font-weight: bold;
}
  
div.category_teaser_signup {
  background-color: #D0E0D0;
  padding: 10px 10px 0 10px;
  width: 450px;
}
div.category_teaser_signup h2 {
  margin-bottom: 10px;
}

div.category_teaser_signup p {
  margin-bottom: 0;
}

div.product_teaser_signup {
  background-color: #D0E0D0;
  padding: 10px;
  width: 450px;
  
}

a.coming_soon_teaser_signup {
  text-decoration: underline;
}

a.coming_soon_teaser_signup:hover {
  text-decoration: none;
}

