﻿/* Header Nav */
ul.nav.toptabs {
    margin-left: 240px;
}

.toptabs li {
    text-align: center;
    width: 180px;
}

a.btn-sell {
    background-color: #C2A067;
    font-size: 16px;
    width: 198px;
    color:White;
}

a.btn-inPage {
    position: relative;
    top: -14px;
    margin-bottom: -4px;
}

a.post-offer {
    color: #fff;
    position: relative;
    bottom: -5px;
}

/* Marketplace Search */
tr.middle-content td {
    vertical-align: middle;
}

td.center-content {
    vertical-align: middle;
    text-align: center;
}

img.category-icon {
    max-height: 25px;  
    margin: 0 2px 0 2px;
}

.table td.marketplace-name {
    /*border-bottom-width: 0px;*/
}

.table td.marketplace-desc {
    /*border-top-width: 0px;*/
}

.table tr:first-child td {
    /*border-top-width: 0px;*/
}

/* Sign Up Form */
.cancel {
    margin-left: 16px;
}

.section-header {
    margin-top: 24px;
}

/* Common */
.red-text {
    color: #67231c;
}

.alt-row {
    background-color: rgb(233, 227, 222);
}

.callout {
    border-color: #073311;
    background-color: #64A672;
}

    .callout h1 , .callout h3 {
        color: #000;
    }

.callout:hover {
    border-color: #64A672;
    background-color: #154E22;
}

    .callout:hover h1, .callout:hover h3 {
        color: #eee;
    }

.row-hover {
    cursor: pointer;
    background-color: #eee;
}

.center {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

.home-banner {
   margin-left: 12px;
}

.home-postbutton {
    width: 112px; /* 140px - (padding*2), where padding 14px */
}

.products-callout {
    margin-top: 48px;
    text-align: center;
}

.aspNetDisabled {
    color: #aaa;
}

    .aspNetDisabled:hover {
        color: #aaa;
        cursor: default;
    }
    
