#main-menu-container
{
    border-bottom: 1px solid #d6d6d6;
    width:100%;
    height:35px;
    box-sizing:border-box;
    background-color:#f2f2f2;
}
#main-menu
{
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width:1200px;
}
#main-menu .dropbtn
{
    padding:0;
    color:black;
    display: none;
}
#main-menu img
{
    width: 25px;
    margin: 5px 0 5px 10px;
    cursor:pointer;
}
#main-menu ul
{
    margin:0 auto;
}
#main-menu li
{
    display: inline;
    font-family: Catamaran, sans-serif;
    font-size: 15px;
    padding: 6px 20px 3px 20px;
    text-transform:uppercase;
    cursor:pointer;
    color:#000;
}
    #main-menu li:hover
    {
        background-color:#fff;
    }
    
    #main-menu li.pipe
    {
        font-size: 18px;
        color:#999;
        padding:10px 0;
        cursor:default;
    }
    #main-menu li.pipe:hover
    {
        background-color: inherit;
    }
#main-menu .dropdown-content
{
    margin:6px 1px;
    right: 0;
    text-align:left;
}
#pTiles
{
    margin: 1.5%;
}

.top-card a:hover
{
	color:#333;
}
.top-card .sale-delivery
{
    display:table-cell;
    text-align:right;
    font-size:13px;
}


.top-card .sale-title
{
    color: #333333;
    line-height: 16px;
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display:table-cell;    
}
.top-card .fa-truck
{
    transform: scale(-1,1);
    padding-right: 2px;
}

.top-card .sale-table
{
    display:table;
    width:100%;
    margin-top:7px;
}
.top-card:hover
{
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}
.top-card .sale-ends
{
    margin-top:7px;
    float:left;
}
.top-card .sale-discount
{
    margin-top:7px;
    float:right;
	color:#d62727;
}

.top-box .top-card
{
    margin: 0;
    padding: 7px;
    background-color:#fff;
    width:33.33%;
    box-sizing: border-box;
    border: 7px solid #f2f2f2;
}
div#vtip
{
    display: none;
    position: absolute;
    padding: 5px;
    left: 5px;
    font-size: 14px;
    line-height: 1.25;
    color: #606060;
    background-color: white;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 180px;
    z-index: 9999
}


div#vtip #vtipArrow
{
    position: absolute;
    top: -10px;
    left: 5px;
}

div#vtip p
{
    padding: 3px 0 0 0;
    font-size: 13px;
}

div#vtip h2
{
    font-family:Catamaran,sans-serif;
    font-size:15px;
}

.top-box .top-card .top-img
{
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .top-box .top-card
    {
        width:50%;
    }
}
@media screen and (max-width: 767px)
{
    .top-box .top-card
    {
        width:100%;
    }
    #main-menu-container
    {
        display: none;
    }
}



