﻿@media screen  
{
.noprint 
  {     
	 display:block; 
  } 
 }


.agcoCookie {
    font-size: 1.1em;
    line-height: 1.8;
}
/* IE rounded corners courtesy of http://css3pie.com/ - look for .htc file below. */
.tracecontent
{
	background-color: White;
	color: Black;
}
.tracecontent tr
{
	background-color: White;
	color: Black;
}
.tracecontent td
{
	background-color: White;
	color: Black;
}
.tracecontent th
{
	background-color: White;
	color: Black;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
, dt, dd, tfoot, thead, tr, th, td, table
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, ol, ul, li, fieldset, form, label, legend, caption, tbody, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; /*	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1.4em;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
/* end meyer reset */

#wrapper
{
	margin: 0 auto;
	width: 1135px;
	background-color: #fff;
}
/* center the layout and make the default width of 940px */
.dp50
{
	width: 50%;
	float: left;
	display: inline;
}
.dp33
{
	width: 33.3%;
	float: left;
	display: inline;
}
.dp20
{
	width: 20%;
	float: left;
	display: inline;
}
.dp80
{
	position: relative; 
	width: 80%;
	float: left;
	display: inline;
	z-index: 1; 
}
HTML
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #383838;
	background-color: #000;
}
INPUT
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #383838;
}
TEXTAREA
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #383838;
}
.clear
{
	clear: both;
}
.hide
{
	display: none;
}
.noscript
{
	display: none;
}
.hover
{
	cursor: hand;
}
a
{
	color: Black;
	text-decoration: underline;
}
a:hover
{
	color: #CF0000;
	text-decoration: none;
}
/*#wrapper
{
	width: 90%;
	margin: 0px auto;
}*/
#wrapper
{
	border: solid grey 1px;
}
#top
{
	background: url('/i/global_bg_body.png') #a4a3a2 repeat-x left top;
}
#topNav
{
	position: relative;
	width: 99%;
	text-align: right;
	z-index: 10;
}
#topNav a
{
	text-decoration: none;
}
#logoNav H1
{
	position: relative;
	z-index: 1;
	height: 100px;
	left: 20px;
	top: -14px;
	padding-right: 0px;
	padding-left: 0px;
	background: url('/i/logo.png') no-repeat left top;
	padding-bottom: 0px;
	margin: 0px 29px;
	text-indent: -5000em;
	padding-top: 0px;
}
#accountNav
{
	margin-top: 30px;
}
#accountNav h4
{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: -15px;
}
#customerServiceTop
{
	position: relative;
	margin-top: 10px;
	text-align: center;
	background-color: #000;
	color: #eee;
	font-size: 1em;
	margin-right: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url(/css/PIE.htc);
}
#customerServiceTop h2
{
	font-size: 1.4em;
}
#customerServiceTop a
{
	color: #fff;
}
#customerServiceTop a:hover
{
	color: #cf0000;
}
#footerNav
{
	background-color: #ccc;
	text-align: center;
	border-top: solid #cf0000 4px;
	padding: 5px;
}
/* begin brand tabs */
#brandTabsNav
{
	width: 100%;
	padding-top: -10px;
	text-align: center;
}
#brandTabsNav a
{
	position: relative;
	background: #b30b0b;
	padding: 9.5px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 1.1em;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	behavior: url(/css/PIE.htc);
}
#brandTabsNav a:link
{
	background: #b30b0b;
}
#brandTabsNav a:hover
{
	background: #ccc;
	color: #000;
}
#brandTabsNav a:active
{
	background-color: #ccc;
}
#brandTabsNav a.active
{
	font-weight: bold;
	background: #ccc;
	color: #000;
	padding: 12.5px 8px;
	font-size: 1.2em;
	border: solid #b30b0b 2px;
}
/* end brand tabs */
ul.tabs
{
	margin: 0;
	padding-top: 43px;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li
{
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #b30b0b;
}
ul.tabs li a
{
	text-decoration: none;
	color: #ccc;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover
{
	background: #ccc;
	color: #000;
}
html ul.tabs a.active, html ul.tabs a.active a:hover
{
	/*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #ccc;
	color: #000;
	border-bottom: 1px solid #fff;
	font-weight: bold; /*--Makes the active tab look like it's connected with its content--*/
}
#mainContent
{
	padding: 5px;
}
#mainContent h1, #mainContent h2, #mainContent h3
{
	font-weight: bold;
	color: #b30b0b;
}
#mainContent h1
{
	font-size: 2em;
	text-align: center;
	padding: 5px 5px 10px 5px;
}
#mainContent h2
{
	font-size: 1.5em;
	text-align: center;
}
#mainContent h3
{
	font-size: 1.3em;
}
    #searchPanel {
        position: relative;
        z-index: 100;
        text-align: left;
        border: solid #aaa 1px;
        background-color: #ccc;
        padding: 5px;
    }
#searchPanel h2
{
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	color: #000;
}
#searchPanel .help
{
	font-weight: bold;
	background-color: #aaa;
	border: solid white 1px;
	padding: 15px 4px 15px 4px;
	margin: 2px;
	font-size: .8em;
}

#shoppingCart
{
	position: relative;
	background: #000;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	width: 130px;
	font-size: 1.1em;
	font-weight: bold;
	border: solid #ccc 2px;
	left: 994px;
	top: -50px;
	height: auto;
	behavior: url(/css/PIE.htc);
	z-index: 1000;
}
#shoppingCart h3
{
	background: #fff;
	color: #000;
	height: 20px;
	padding: 5px;
}

#shoppingCart .h3black
{
	display:inline-block;
	background: #000;
	color: #fff;
	width:100%;
	padding: 0px 0px 0px 0px;
	
	
}
.pointer    {cursor:pointer;vertical-align:middle;}

.radCurrency    
{
    position:relative;
    margin-top:-29px;
    z-index:-100;
    cursor:pointer;
}

#radComboBoxDiv .rcbArrowCellRight
{
    background: url("/i/ddownr.png") 0px 0px !important;
    background-repeat: no-repeat !important;
    background-position: 1px -1px !important;
}

#radComboBoxDiv .RadComboBox_Default .rcbReadOnly .rcbInput
{
    color: White;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 24%;
    font-family: Arial, Helvetica, sans-serif;
}

#radComboBoxDiv .rcbInputCellLeft
{
    background-color: Black;
    background-image: none;
}

#brandSideNav
{
	position: relative;
	top: 100px;
	text-align: right;
}
#messageFlash
{
	position: relative;
	left: -80px;
	margin: 0 auto;
	font-size: 1.1em;
	width: 700px;
}
.flashNotice
{
	position: relative;
	display: block;
	color: Green;
	border: dotted Green 1px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background: url('/i/ok_24x24.png') no-repeat left center;
	padding-left: 30px;
}
.flashError
{
	position: relative;
	display: block;
	color: Red;
	border: dotted red 1px;
	margin: 0px 10px 20px 10px;
	padding: 10px;
	background: url('/i/delete_24x24.png') no-repeat left center;
	padding-left: 30px;
}
.ProductGridView
{
	padding: 10px;
	width: 680px;
}
.ProductGridView th
{
	font-weight: bold;
}
.ProductGridView td
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.ProductGridView_RowStyle
{
}
.ProductGridView_RowStyle_Alternate
{
	background-color: #ddd;
}
.productGridView_thumbnail
{
	border: solid grey 1px;
	margin: 3px;
}
.big
{
	font-size: 1.2em;
}
.bold
{
	font-weight: bold;
}
.small
{
	font-size: .8em;
}
.emphasis
{
	font-style: italic;
}
.centered
{
	text-align: center;
}
.productPage_thumbnail
{
	border: solid grey 1px;
	padding: 5px;
	width: 240px;
}
#facebookLike
{
}
.padded
{
	padding: 5px;
}
#brandSideNav img
{
	vertical-align: middle;
}
.modalImageLabel
{
	text-align: center;
	width: 240px;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
}
.paginationPanel
{
	text-align: center;
	margin: 10px;
	padding: 10px;
}
.paginationPanel div
{
	margin-top: 10px;
	padding: 7px;
}
.paginationPanel a
{
	padding: 4px 7px 4px 7px;
	margin: 10px 2px 2px 2px;
	font-size: 1.1em;
	border: solid #ddd 1px;
	text-decoration: none;
}
.paginationPanel a.selected
{
	font-weight: bold;
	color: Red;
	font-size: 1.3em;
	text-decoration: none;
	border: none;
}
em
{
	font-style: italic;
}

#productpage-pricebuttons
{
	float: right;
	text-align: center;
	/*margin-top: 5px;*/
	/*padding-top: 10px; */
	width: 300px;
	/*background-color: #ddd; */
}

.default-pricinglegend
{
	width: 90%;
	position: relative;
	background-color: #ddd;
	margin: 0px auto;
	margin-top: 30px;
	padding: 5px;
	text-align: justify;
	font-size: .8em;
}


.default-pricinglegend h3
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
}

.brandPage_brandIcon
{
	float: left;
	padding: 3px;
}

.lvSubBrands
{
	background-color: Gray;
}

.subBrandDiv
{
	float: left;
	width: 310px;
	height: 80px;
	margin: 3px;
	padding: 2px;
	border: solid #ddd 1px;
}
/*Custom H1 tags for default.aspx branding. see also #mainContent h1 above. */
h1 {
    /*width: 100%;
	height: 50px;
	text-indent: -2333px;
	border: 0;
	margin: 0;*/
    margin-top: 20px;
    margin-bottom: 10px;
    color: #c00031;
    font-family: arial,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
}
h1.challenger
{
	background: transparent url('/i/Sidebar/Challenger_h.png') no-repeat scroll 50% 0%;
}
h1.fendt
{
	background: transparent url('/i/Sidebar/FENDT_h.png') no-repeat scroll 50% 0%;
}
h1.gleaner
{
	background: transparent url('/i/Sidebar/GLEANER_h.png') no-repeat scroll 50% 0%;
}
h1.masseyferguson
{
	background: transparent url('/i/Sidebar/MasseyFerguson_h.png') no-repeat scroll 50% 0%;
	height: 75px;
}
h1.rogatorterragator
{
	background: transparent url('/i/Sidebar/RoTerra_PS.jpg') no-repeat scroll 50% 0%;
}
h1.spracoupe
{
	background: transparent url('/i/Sidebar/SpraCoupe_h.png') no-repeat scroll 50% 0%;
}
h1.sunflower
{
	background: transparent url('/i/Sidebar/Sunflower_h.png') no-repeat scroll 50% 0%;
}
h1.valtra
{
	background: transparent url('/i/Sidebar/Valtra_h.png') no-repeat scroll 50% 0%;
}
h1.willmar
{
	background: transparent url('/i/Sidebar/Willmar_h.png') no-repeat scroll 50% 0%;
}
h1.noimage /* All Brands and Heritage.  */
{
	text-indent: 0px;
	height: 30px;
}

#trashCan
{
	display: block;
	width: 64px;
	padding: 45px 5px 10px;
	background: url(/i/recycleBin.gif) center 10px no-repeat;
	color: #333;
	text-decoration: none;
}
#trashCan:hover
{
	color: #f30;
}
.exMessage
{
	position: relative;
	width: 276px;
	height: 38px;
	padding: 13px 0 0 55px;
	background: url(/i/messageBox.gif) no-repeat;
	font: bold 12px/1 arial,sans-serif;
	color: #fe0000;
}

.singleContainerDiv
{
	position: relative;
	float: left;
	border: solid grey 1px;
	width: 300px;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url(/css/PIE.htc);
}

.table-header
{
	text-align: left;
	font-weight: bold;
	color: white;
	background-color: #b30b0b;
	padding: 3px;
	width: 100%;
}

.header
{
	text-align: left;
	font-weight: bold;
	color: white;
	background-color: #b30b0b;
	padding: 3px;
	width: 100%;
	margin: 3px;
}

.bigheader
{
	font-size: 1.2em;
}
.frontPageItemDivs
{
	position: relative;
	padding: 5px;
	margin: 5px;
	text-align: center;
	width: 700px;
}
.singleItemDiv
{
	position: relative;
	float: left;
	border: solid grey 1px;
	width: 300px;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url(/css/PIE.htc);
}

.RadAjaxLoadingPanel1
{
	background-color: white;
	width: 140px;
	height: 80px;
	z-index: 1000000000;
	border: solid grey 3px;
	border-style: ridge;
}

fullwidth
{
	display: block; 
}

.even
{
	background-color: #ccc; 
}
.odd 
{
	background-color: #fff; 
}
.parentnode
{
	font-weight: bold; 
}
.topparentnode
{
	font-size: 1.2em;
	font-weight: bold; 
}

.Grid1
{
}
.Grid2
{
	background-color: #ddd; 
}
.Header
{
	color: White; 
	text-align: center; 
	background-color: #999; 
	font-weight: bold;
	font-size: 1.2em; 
}

div.RadGrid .rgAltRow
{
   background: #ddd;
}

div.RadGrid .rgAltRow td 
{
}

div.RadGrid .rgSelectedRow
{
   background: green;
}

div.RadGrid .rgHoveredRow
{
   background: red;
}

.view-table-header
{
	padding: 2px; background-color: #383838; color: #eeeeee;
}
.view-table-header-sub
{
	padding: 2px; background-color: #cccccc; color: Black;
}
.view-table-border
{
	width: 100%; height: 100%; background-color: #999999;
}



.button
{
	border-color :Gray;
	color: #ffffff;
	border-width: 1px;
	border-style: outset;
	background-color : #b30b0b;  
	font-weight: normal;
	z-index: 1000; 
}
.pdfbutton
{
	border-color :Gray;
	color: #ffffff;
	border-width: 1px;
	border-style: outset;
	background-color : #819e44;  
	font-weight: normal;
}

.downloadButton
{
    border-color :Gray;
	color: #ffffff;
	border-width: 1px;
	border-style: outset;
	background-color : #F5721D;  
	font-weight: normal;
}

#CheckoutProgressMeter
{

 width: 675px; 
 background-color: #ddd; 
 border: solid black 1px;
 margin: 10px;
 padding: 7px; 
 
}

#CheckoutProgressMeter a
{
	padding: 7px 5px 7px 5px;
}

#CheckoutProgressMeter a.Checkout_Enabled
{
	text-decoration: none; 
}

#CheckoutProgressMeter a.Checkout_Selected
{
	text-decoration: none; 
	font-weight: bold; 
	border: solid black 1 px; 
	background-color: #b30b0b; 
	color: White; 
	background-image: url(/I/OK_24x24.png);
	background-position: left; 
	background-repeat: no-repeat; 
	padding: 8px 5px 8px 30px;
}

#CheckoutProgressMeter a.Checkout_Disabled
{
	text-decoration: none; 
	color: #000;
}

#CheckoutProgressMeter a.Checkout_Disabled:active
{
	text-decoration: none; 
	color: #000;
}

#CheckoutProgressMeter a.Checkout_Disabled:visited
{
	text-decoration: none; 
	color: #000;
}
#CheckoutProgressMeter a.Checkout_Disabled:link
{
	text-decoration: none; 
	color: #000;
}

#CheckoutProgressMeter a.Checkout_Disabled:hover
{
	text-decoration: none; 
	color: #000;
}

.isKit
{
}

.boldColor
{
	color: #b30b0b; 
	font-weight: bold;
}

div.RadGrid_Default .rgRow a:hover,
div.RadGrid_Default .rgAltRow a:hover
{
	color: #cf0000 !important;
	text-decoration: none;
}

div.tableLike {  
	margin: 0;  
	padding: 0;
}

div.tableLike ul {  
	padding: 0px 3px 0px 0px;  
	margin: 0px;
	list-style: none;
}

div.tableLike li {  
	padding: 0px 0px 3px 0px;
	margin: 0px;
	border-style: none;
}

.requiredFldInd{	
	color:#ac0023;
	font-size: 11px; 
}

div.RadGrid_Default .rgEdit,
div.RadGrid_Default .rgDel,
div.RadGrid_Default .rgUpdate,
div.RadGrid_Default .rgCancel
{
	border-color :Gray;
	color: #ffffff;
	border-width: 1px;
	border-style: outset;
	background-color : #b30b0b;  
	font-weight: normal;
	z-index: 1000; 
}

#tblSubAddr td, #tblAdmAddr td
{
    padding: 0 !important;
}

.ProductGridViewSubtd
{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

html .RadListBox .rlbNoButtonText .rlbButtonText {
    font-size: 12px !important;
}

.rightPadding 
{
    padding-right:9px;
}

.cookieBanner
{
 background-color:Black;   
 padding-left: 10px;
 color:White;
}