﻿#viewAllButton {
    cursor: pointer;
}

.ourProductsDropdownIE {
    background-color: #eeeeee;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
    margin-top: 0px;
}

    .ourProductsDropdownIE td {
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-left: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }

.ourProductsDropdown {
    background-color: #eeeeee;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
    margin-top: 0px;
}

    .ourProductsDropdown td {
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-left: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }

.ourProductsDropdown tr {
    background-image: url('/Cloud/globalMenu/productBackground_900.png');
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
    display: block;
    width: 899px; 
    height: 86px;
    vertical-align: middle;
}

td.ourProductsDescription {
    height: 60px;
    width: 697px;
    display: inline-block;
    padding: 12px;
    float: right;
    vertical-align: middle;
}

td.left {
    float: left;
    padding: 12px;
    height: 60px;
    width: 150px;
    display: inline-block;
}

.ourProductsDropdown tr:hover {
    background-image: url('/Cloud/globalMenu/productBackground_900_on.png');
    background-repeat: no-repeat;
    
}

.ourProductsLink {
    text-decoration: none;
    display: table-cell;
    color: #000;
    font-size: 14px;
    line-height: 150%;
    font-weight: normal;
    padding-right: 60px;
    
    height: 60px;
    vertical-align: middle;
}

#dropdown-menu {
    list-style: none;
    margin: 0 auto;
    padding-right: 0px;
    width: 900px;
    position: relative;
    z-index: 1000;
    display: none;
}
