﻿body {
    margin: 8px;
    padding: 0px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

a img {
    border: none;
}

table, tbody, td, tr {
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

#menu {
    background-color: #128A23;
    width: 148px;
    max-width: 148px;
    text-align: center;
    color: White;
    border-right: solid 1px black;
    vertical-align: top;
}

#menu p.search
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin: 4px;
    margin-left: 15px;
    text-align: left;
}

#main {
     width:890px;
     min-width:890px;
}

ul#menuList {
    white-space: nowrap;
    margin: 0px;
    padding-left: 5px;  
    text-align: left; 
}

ul#menuList li {
    list-style: none;
    border-bottom: solid 1px black;
    font-weight: bold;
    font-size: 10px;
}

ul#menuList li a {
    text-decoration: none;
    color: White;
    display: block;
    padding: 5px;
}

ul#menuList li a:hover {
    background-color: #F9961E;
    color: Black;
}

#content {
    vertical-align: top;
    padding: 15px;
}

#footer {
    text-align: center;
    padding: 15px;
}

#footer p {
    font-weight: bold;
    font-size: 11px;
}

#footer hr {
    border-top: solid 2px #128A23;
    width: 600px;
    margin-bottom: 30px;
}

#footerMenu {
    border-right: solid 1px black;
    width: 148px;
    background-color: #128A23;
}


/* SCROLLER */

#outerContainer {
    background: #fff url('../images/imgback.jpg') repeat-y top left;
    width:700px;
    height:100px;
    margin:auto;
    position:relative;
    border: solid 1px black;
}

#imageScroller {
    left: 50px;
    width:600px;
    height:100px;
    position:relative;
}

#viewer {
    /* The width here is causing a bug in IE8 ONLY, can be displayed correcly if width set to 550 but no more than that. */
    /* To be rectified */
    width: 600px;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    position: absolute;
    border: 0px;
}

#imageScroller a:active, #imageScroller a:visited {
    color:#000000;
}

#imageScroller a img {
    border:0;
}

#container {
    position: absolute;
    height: 100px;
}

.product {
    height: 100px;
    display: inline;
    float: left;
    text-align: center;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
}

.product a
{
    color: Black;
}

.product:hover {
    background-color: #128A23;
}
.product:hover a
{
    color: White;
}

#leftScroll {
    position: absolute;
    left: 0px;
    top: 0px;
}

#rightScroll {
    position: absolute;
    right: 0px;
    top: 0px;
}

.scroller
{
    width: 50px;
    margin: 0px;
    border: none;
    padding: 0px;

}

/* SCROLLER END */

#popupContact {
    display:none;
    position:fixed;
    _position:absolute;
    background:#fff;
    border:2px outset #128A23;
    z-index:2;
    padding:20px 5px;
    font-size:13px;
}

#popupContact img {
    border: solid 1px black;
}

#backgroundPopup {
    display:none;
    position:fixed;
    _position:absolute;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}

#popupContactClose {
    font-size: 14px;
    line-height:14px;
    right:6px;
    top:2px;
    position:absolute;
    font-weight:700;
    display:block;
    color: black;
}

#popupContactClose:hover {
    cursor:pointer;
}

#popUpVideo {
    margin: 18px;
}

#popUpContact {
    display:none;
}

#currencyConvertor select, #currencyConvertor input {
    font-size: 9px;
    font-family: Verdana;
}

#currencyConvertor p.currencyLabel {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: bold;
}

#currencyConvertor p.result {
    font-size: 11px;
    font-weight: bold;
}

table.productList {
    width: 92%;
}

.productList th {
    text-align: left;
}

.productList tr {
    vertical-align: top;
}

.productList td, .productList th {
    padding: 10px 0px;
}

div.categoryContainer
{
    width: 150px;
    font-weight: bold;
    font-size: 11px;
    display: block;
    float: left;
    text-align: center;
}
a.category
{
    padding: 5px;
    display: block;
    height: 120px;
    text-decoration: none;
    border: none;
    color: #000;
}

div.contentArea img {
    padding: 10px;
}

div.breadcrumbs a
{
    font-size: 10px;
    color: #128A23;
    font-weight: bold;
}

.header
{
    width: 899px;
    height: 96px;
    margin: auto;
    border: solid 1px black;
    border-bottom: none;
    position: relative;
    padding: 0px;
}

.header .left
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 264px;
    height: 94px;
    background: #FFFFFF url(../images/earnvalelogolge.gif) no-repeat;
}

.header .right
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 148px;
    height: 96px;
    background: #FFFFFF url(../images/johndeeretop.jpg) no-repeat;
}

.header .banner
{
    position: relative;
    width: 488px;
    height: 96px;
    left: 266px;
}

.button {
    border: 1px solid gray;
    padding: 6px;
    margin: 3px;
    display: block;
    background-color: #9EC1A3;
    text-decoration: none;
}

#areaSubmission .button {
    display: inline;
}

.button:hover {
    border-color: #128A23;
}

.productList td, .productList th {
    vertical-align: middle;
    padding: 4px;
}

.ordersTable, .ordersTable td, .ordersTable tr {
    margin: 0px;
    padding: 0px;
}

.ordersTable {
    margin: 5px;
}

.ordersTable tr {
    border-bottom: 1px solid gray;
}

.ordersTable td, .ordersTable th {
    padding: 10px;
    text-align: center;
}

.ordersTable .orderHeader {
    background-color: #128A23;    
    border-top: 1px solid gray;
    color: White;
}

a.UpdateQuantity {
    
}

.DownQuantity {
    
}

.UpQuantity {
    
}

a.icon {
    width: 32px;
    height: 32px;
    display: block;
}

a.deleteButton {

    background: transparent url(/images/order/edit-delete-5.png) no-repeat center center;
    opacity: 0.6;
}

a.DownQuantity {
    background: transparent url(/images/order/arrow-down-3.png) no-repeat center center;
    opacity: 0.6;
}

a.UpQuantity {
    background: transparent url(/images/order/arrow-up-3.png) no-repeat center center;
    opacity: 0.6;
}

.ordersTable td.productTitleCol, .ordersTable th.productTitleHeaderCell {
    width: 300px;
    text-align: left;
}

/*.ordersTable a, .ordersTable a:active {
    color: Black;
}

.ordersTable a:active:hover {
    color: gray;
}*/

#areaContactNumber, #areaEmailAddress, #areaNotes, #areaSubmission, #areaContactName {
    padding: 5px;
    margin: 5px;
}

.ordersTable .quantityCol {
    padding: 0px;
}

th.priceHeaderCell, td.priceCol {
    /*padding-right: 40px;*/
}

th.priceHeaderCell {
    background-color: #159626;
}

td.priceCol {
    background-color: #EFEFEF;
}

.inputArea input, .inputArea textarea {
    width: 300px;
    border: 1px solid #E5E5E5;
    padding: 5px;
}

#areaNotes textarea {
    height: 120px;
    width: 400px;
    margin-top: 10px;
}

.inputArea input:hover, .inputArea textarea:hover {
    border: 1px solid gray;
}

.inputArea label {
    margin-right: 10px;
}

#areaNotes label {
    margin-bottom: 5px;
}

.orderGridOverlay_inactive {
    
}

.orderGridOverlay_active {
    position: relative;
    z-index: 999999;
    background-color: #EAEAEA;
    opacity: 0.2;
}

td.subTotalCol {

    padding-right: 10px;
}

.ordersTable td.decreaseQuantity {
    padding-left: 30px;
}

th.subTotalHeaderCol {
    padding-right: 10px;
}

.ValSummary {
    background-color: #E8E1A9;
    margin: 5px auto;
    padding: 7px;
    border: 1px solid #A00000;
    color:  #A00000 !important;
    width: 300px;
}

.ValSummary ul li, .ValSummary ul  {
    padding: 0px;
    margin: 0px;
}

.ValSummary ul {
    margin-top: 5px;
    margin-left: 15px;
}

.required {
    color: #A00000;
}

ul#menuList li.addedItem {
    background-color: #FCF5BA;
    display: block;
}
ul#menuList li.addedItem a {
    color: Black;
}

.delCostNote 
{
    margin-left: 6px;
    margin-bottom: 35px;
    background-color: #128A23;
    padding: 3px;
    border: 1px solid white;
    text-align: center;
    width: 450px;
}

.delCostNote p
{
    color: white;
    font-weight: bold;
    font-size: 0.9em;
    margin: 1px;
    padding: 1px;
}

/*.addedToOrderNotify {
    visibility: hidden;
    font-size: 0.9em;
    color: #128A23;
}

.addedToOrderNotify.show {
    visibility: visible;
}*/

#addedToOrderNotify {
    display: none;
    font-size: 0.9em;
    color: #128A23;
    
    position: fixed;
    
    height: 50px;
    width: 300px;
    
    top: 50%;
    left: 50%;
    
    margin-top: -100px;
    margin-left: -150px;
    
    background-color: #128A23;
    border: 1px solid black;
    color: White;
    
    padding: 10px;
    
    z-index: 999999;
    
    cursor: pointer;
}

#addedToOrderNotifyBackdrop 
{
    display: none;
    z-index: 999998;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: black;
    top: 0px;
    left: 0px;
    
    opacity: 0.3;
    filter: alpha(opacity = 30);
    
    cursor: pointer;
}

#addedToOrderNotifyBackdrop.showAddedToOrderNotify {
    display: block;
}

#addedToOrderNotify h3 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

#addedToOrderNotify.showAddedToOrderNotify {
    display: block;
}

#addToOrderColumn {
    text-align: center;
}

.disclaimer {
    font-size: 0.75em;
}

.disclaimer .rates {
    color: #DDDDDD;
}
