* {
    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;
}
.hidden{
    display: none;
}
#container {
    margin: auto;
    width: 917px;
}
.red{
    color: #f00;
}

.green{
    color: #0f0;
}

/* content css */
#content{
    width:917px;
    margin-bottom:2px;
}
#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.png);
    padding: 0 7px;
    margin-bottom: 10px;
}
.greyBoxTop{
    height: 7px;
    margin: 0 -7px;
    background: url(../img/static/grey_top.png);
}
.greyBoxBottom{
    height: 7px;
    margin: 0 -7px;
    background: url(../img/static/grey_bot.png);
}
.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.png);
    padding: 0 5px;
}
.whiteBoxTop{
    height: 4px;
    margin: 0 -5px;
    background: url(../img/static/revised_inner_top_bg.png);
}
.whiteBoxBottom{
    height: 4px;
    margin: 10px -5px 0;
    background: url(../img/static/revised_inner_bot_bg.png);
}
.whiteBoxSmall{
    width: 581px;
    float: left;
    background: url(../img/static/grey_inner_bg.png);
    padding: 0 5px;
}
.whiteBoxSmallTop{
    height: 7px;
    margin: 0 -5px;
    background: url(../img/static/grey_inner_top.png);
}
.whiteBoxSmallBottom{
    height: 7px;
    margin: 10px -5px 0;
    background: url(../img/static/grey_inner_bot.png);
}

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

.emailBoxTop{
    margin: 0 -5px;
    height: 6px;
    background: url(../img/static/email_top.png);
}
.emailBoxBottom{
    margin: 0 -5px;
    height: 6px;
    background: url(../img/static/email_bot.png);
}
.emailBox img.title{
    margin-left: -5px;
    float: left;
}
.emailBox .emailLeft{
    width: 593px;
    float: left;
    background: url(../img/static/email_inner_bg.png);
    font-size: 11px;
}
.emailBox .emailLeftInner{
    padding: 0 5px;
    background: url(../img/static/email_inner_bot.png) bottom no-repeat;
}
.emailBox .emailLeftTop{
    height: 3px;
    background: url(../img/static/email_inner_top.png); 
}
.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;
    font-size: 1.6em;
    clear: both;
}
.allShops ul{
    margin-left: 30px;
}
.allShops.center ul{
    margin: auto;
    width: 400px;
}
.allShops li{
    display: block;
    width: 140px;
    float: left;
}
ul.letters{
    margin: 20px 20px;
}
ul.letters li{
    margin: 1px;
    width: auto;
}
ul.letters li a, ul.letters li.current{
    border: 1px solid #696969;
    display: block;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
}

ul.letters li a:hover{
    border: 1px solid #f00;
}
a.hideImages{
    font-size: 0.8em;
    margin-left: 30px;
}
a.hideImages{

}
.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/global/coupon_img_bg_small.png);
}
a.shopImageShadowBig{
    display: block;
    width: 99px;
    height: 40px;
    padding: 28px 4px;
    background: url(../img/global/coupon_img_bg.png);
    float: left;
}
.communicate{
    margin: 20px;
    text-align: center;
    font-size: 14px;
    color: #79B900;
    font-weight: bold;
}
.communicate.error{
    color: #C51B01;
}
.communicate.info{
    color: #444;
}
.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;
}


.green{
    color: #017F02;
}
.big{
    font-size: 16px;
    font-weight: bold;
}
/**
Profile view
*/
ul.simpleList{
    margin-left: 20px;
    list-style: none;
    text-indent: -5px;
}
div.homepage{
    margin: 10px 0;
    background: url(../img/global/homepage.png) no-repeat;
    background-position: left center;
    padding-left: 20px;
}
ul.small{
    margin-left: 20px;
}
ul.small li{
    width: 100px;
    float: left;
}
.profile{
    color: #000;
}
.profile .avatar{
    padding: 5px;
    width: 130px;
    float: left;
}
.profile .information{
    padding-top: 10px;
    float: left;
    width: 260px;
    line-height: 25px;
}
.profile .information h3 span{
    color: #000;
}

.profile .description{
    float: left;
    width: 210px;
    font-style: italic;
    padding-top: 20px;
}

/**
Styles for pages
*/
.whiteBox .text ul, .whiteBox .text ol{
    margin-left: 30px;
}

div.category div.discount{
    width: 120px;
    float: right;
    height: 35px;
}
div.category .simpleVoting{
    margin-left: 100px;
    width: 100px;
}
.simpleVoting .couponId{
    display: none;
}
.simpleVoting div.bad, .simpleVoting div.ok{
    width: 40px;
    float: left;
    margin-top: 6px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.simpleVoting.outdated div.bad, .simpleVoting.outdated div.ok{
    cursor: default;
    opacity:0.4;
    filter:alpha(opacity=40);
}
.simpleVoting div.bad{
    color: #F02712;
}
.simpleVoting div.ok{
    color: #7C9E0C;
    margin-right: 13px;
}
.simpleVoting .loading{
    margin: 0;
    margin-left: -20px;
    background: url('/img/global/loading_small.gif');
}


#shopDetails .uploadifyQueueItem{
    left: 150px;
    position: relative;
}


ul.bulletList{
    list-style-image: url('../img/static/bullet.png');
    margin-left: 30px;
}

div#help{
    display: none;
}
img.btImage{
    margin-left: 3px;
}

#shopLogo,#shopLogoTitle, #logoCancel,#logoActions,#logoInfo{
    position: relative;
    display:none;   
    margin-bottom: 10px;
}

#logoImage,#logoMessages,#logoActions,#shopLogo .jcrop-holder{
    left: 150px;
    position: relative;
}


#logoActions a{
    cursor: pointer;

}

#maintenance{
    padding:20px;
    min-height: 400px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}


#maintenance h1{
    font: 48px Courier New;
    letter-spacing: 0.3em;
    height: 100px;
    line-height: 100px;
}

#maintenance h2{
    font: 20px Verdana;
}

#maintenance .bomb{
    height: 128px;
    width: 128px;
}

/* facebook buttons */
.facebookButton_73_18{
    background:url(../img/global/facebook/button_73_18.png) no-repeat;
    width:73px;
    height:18px;
}

.facebookButton_73_18 span{
    margin-left:22px;
    line-height:18px;
    font-size:12px;
    font-weight: bold;
    color:#fff;    
    float:left;
}

.fblogin:hover{
    cursor:pointer;
}

.fblogin{
    text-align: left;
}
