﻿.site {
    clear: both;
    width: 680px;
    padding-top: 3px;
}

.siteHeader {
    position: relative;
    background-color: #EEEEEE;
    width: 680px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    height: 60px;
}

.siteTitle {
    position: relative;
    float: left;
    vertical-align: middle;
    width: 300px;
    padding-left: 3px;
    padding-right: 3px;
}

.siteLogo {
    position: relative;
    float: right;
    width: 150px;
    height: 55px;
    text-align: center;
    font-size: smaller;
    font-weight: bold;
}

.social {
    float: left;
    height: 25px;
    padding-top: 3px;
}

.siteSocial {
    position: relative;
    float: left;
    width: 170px;
    height: 60px;
}

.dealSpacer {
    display: inline;
    position: relative;
    float: left;
    width: 680px;
    height: 1px;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.siteDealsFeatured {
    position: relative;
    background-color: #EEEEEE;
    width: 680px;
    padding-top: 0px;
    margin-top: 1px;
}

.siteDeal {
    background-color: #EEEEEE;
    width: 680px;
    height: 110px;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
}

.siteDealFeatured {
    background-color: #EEEEEE;
    width: 680px;
    padding: 3px;
    min-height: 100px;
    vertical-align: middle;
}

.dealPhoto {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    padding-top: 4px;
}

.dealDescription {
    position: relative;
    float: left;
    padding-left: 8px;
    padding-top: 4px;
    width: 475px;
    height: 100px;
    vertical-align: middle;
}

.dealPrice {
    position: relative;
    float: right;
    text-align: right;
    width: 85px;
    height: 85px;
    padding-top: 3px;
    padding-right: 5px;
    margin-top: 15px;
}

.siteSpacer {
    clear: both;
    display: inline;
    position: relative;
    float: left;
    background-color: #ffffff;
    padding: 10px;
    width: 680px;
}

.sold {
    color: #FF0000;
    font-weight: bold;
}

.more {
    position: relative;
    background-color: #EEEEEE;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 1px;
    font-size: larger;
    text-align:center;
    font-weight:bold;
    width:680px;
    height:40px;
    line-height: 40px;
    vertical-align:middle;
   }


/* Retired */
.siteDeals {
    position: relative;
    background-color: #EEEEEE;
    width: 680px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 1px;
}

.siteHeaderFeatured {
    position: relative;
    background-color: #EEEEEE;
    width: 580px;
    padding: 3px;
    height: 140px;
}

.notMon {
    position: relative;
    background-color: #EEEEEE;
    width: 680px;
    height: 30px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 3px;
    padding-right: 3px;
}

.nmo {
    position: relative;
    width: 680px;
    height:35px;
    background-color: #EEEEEE;
    padding-left: 3px;
    padding-right: 3px;
}

.nmi {
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -15px;
}