@import url(header.css);
@import url(sidebar.css);
@import url(footer.css);

* {
    padding:0px;
    margin:0px;
    outline: none;
}

body {
    background-image:url(../img/static/bg.jpg);
    background-repeat:repeat;
    font-family: Arial, Helvetica, sans-serif;
    color:#696969;
    line-height:18px;
    font-size:12px;
}

.clear{
    clear: both;
    height: 0;
}
img{
    border: 0;
}

a {
    outline:none;
}
a:hover {
    text-decoration: none;
}
.loading{
    display: none;
}
.bold{
    font-weight: bold;
}
#container {
    margin: auto;
    width: 917px;
}

/* content css */
#content{
    width:917px;
    margin-bottom:18px;
}
#contentTop{
    width: 917px;
    height: 12px;
    background: url('../img/static/cont_top.png');
}
#contentBottom{
    width: 917px;
    height: 11px;
    background: url('../img/static/cont_bot.png');
}
#contentBg{
    width: 917px;
    background: url('../img/static/cont_bg.png');
}

#leftContent {
    float:left;
    width:645px;
    padding-left: 10px;
    padding-top: 6px;
}

#rightContent
{
    width:260px;
    float:left;
}

.greyBox{
    width: 621px;
    background: url(../img/static/grey_bg.jpg);
    padding: 0 7px;
    margin-bottom: 10px;
}
.greyBoxTop{
    height: 7px;
    margin: 0 -7px;
    background: url(../img/static/grey_top.jpg);
}
.greyBoxBottom{
    height: 7px;
    margin: 0 -7px;
    background: url(../img/static/grey_bot.jpg);
}
.greyBox h2{
    font-size: 15px;
    text-indent: 20px;
    margin: 0 0 10px;
}
.greyBox h2 span{
    color: #000;
}
.greyBox h2 a.back{
    font-size: 11px;
    display: block;
    margin-top: -18px;
    text-align: right;
    margin-right: 4px;
}
.greyBox img.title{
    float: left;
    margin-left: -7px;
}
.whiteBox{
    width: 610px;
    background: url(../img/static/revised_inner_mid_bg.jpg);
    padding: 0 5px;
}
.whiteBoxTop{
    height: 4px;
    margin: 0 -5px;
    background: url(../img/static/revised_inner_top_bg.jpg);
}
.whiteBoxBottom{
    height: 4px;
    margin: 10px -5px 0;
    background: url(../img/static/revised_inner_bot_bg.jpg);
}
.whiteBoxSmall{
    width: 581px;
    float: left;
    background: url(../img/static/grey_inner_bg.jpg);
    padding: 0 5px;
}
.whiteBoxSmallTop{
    height: 7px;
    margin: 0 -5px;
    background: url(../img/static/grey_inner_top.jpg);
}
.whiteBoxSmallBottom{
    height: 7px;
    margin: 10px -5px 0;
    background: url(../img/static/grey_inner_bot.jpg);
}

.emailBox{
    width: 625px;
    padding: 0 5px;
    background: url(../img/static/email_bg.jpg);
    margin-bottom: 10px;
}

.emailBoxTop{
    margin: 0 -5px;
    height: 6px;
    background: url(../img/static/email_top.jpg);
}
.emailBoxBottom{
    margin: 0 -5px;
    height: 6px;
    background: url(../img/static/email_bot.jpg);
}
.emailBox img.title{
    margin-left: -5px;
    float: left;
}
.emailBox .emailLeft{
    width: 593px;
    float: left;
    background: url(../img/static/email_inner_bg.jpg);
    font-size: 11px;
}
.emailBox .emailLeftInner{
    padding: 0 5px;
    background: url(../img/static/email_inner_bot.jpg) bottom no-repeat;
}
.emailBox .emailLeftTop{
    height: 3px;
    background: url(../img/static/email_inner_top.jpg); 
}
.emailBox .emailDesc{
    width: 430px;
    float: left;
    margin-left: 20px;
}
.emailBox .emailDesc label{
    display: block;
    margin-top: 30px;
}
.emailBox .emailDescSimple{
    width: 430px;
    float: left;
    margin-left: 20px;
    height: 126px;
    color: #000;
    font-size: 12px;
}
.emailBox .emailDescSimple a{
    font-weight: bold;
    display: block;
    margin-top: 20px;
}
.emailBox form{
    margin-top: 10px;
}
.emailBox .emailInput{
    background-image:url(../img/static/email_txt_bg.png);
    margin-right:11px;
    margin-bottom:15px;
    float: left;
    width:416px;
    height:35px;
    margin-left: 20px;
    padding: 3px;
    background-repeat:no-repeat;
}
.emailBox .emailInput input{
    height:22px;
    border:0px;
    padding-top:5px;
    font-size:16px;
    width:400px;
}

.greyBox .allShops h3{
    margin: 0 10px 5px;
    padding-top: 10px;
    clear: both;
}
.greyBox .allShops ul{
    margin-left: 30px;
}
.greyBox .allShops li{
    display: block;
    width: 190px;
    float: left;
    height: 20px;
}

.shopSmallBox{
    width: 107px;
    height: 70px;
    float: left;
    text-align: center;
    margin: 5px 4px;
}
.shopSmallBox a.blue{
    font-weight: bold;
    text-decoration: none;
}
a.shopImageShadow{
    margin-bottom: 5px;
    display: block;
    width: 99px;
    height: 38px;
    padding: 3px 4px;
    background: url(../img/static/coupon_img_bg_small.png);
}
a.shopImageShadowBig{
    display: block;
    width: 99px;
    height: 97px;
    padding: 3px 4px;
    background: url(../img/static/coupon_img_bg.jpg);
    float: left;
}
.communicate{
    margin: 20px;
    text-align: center;
    font-size: 14px;
    color: #79B900;
    font-weight: bold;
}
.communicate.error{
    color: #C51B01;
}
.center{
    text-align: center;
    font-size: 12px;
}


.blogEntry{
    padding-left: 20px;
    border-bottom: 1px dotted #696969;
    padding-bottom: 10px;
}
.blogEntry a.header{
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    margin-left: -15px;
    padding-left: 15px;
    background: url('../img/static/bullet.png') center left no-repeat;
}
.blogEntry .blogDate{
    text-align: right;
    margin-top: -20px;
}
.blogEntry .blogContent{
    margin-top: 10px;
    color: #000;
    font-size: 11px;
}
.blogEntry .blogArrow{
    display: block;
    text-align: right;
}

a.userLink, span.userLink{
    font-weight: bold;
}
div.avatarSmall{
    line-height: 14px;
}
div.avatarSmall img{
    margin-top: 3px;
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 4px;    
}
div.avatarSmall a, div.avatarSmall span{
    font-weight: bold;
}