/*
    Document   : v2
    Created on : 10-Apr-2012, 2:07:37 PM
    Author     : CardSwap
    Description:
        Purpose of the stylesheet follows.
*/

body{
    background: url('//d17480054giase.cloudfront.net/images/v2/bkgrd.png');
    overflow-y: scroll;
    position: relative;
}

.v3input {
    background-color:#fff;
    border:1px solid #5e5e5e;
    padding:12px;
    font-family:Raleway, sans-serif;
    font-size:13px;
    color:#5e5e5e;
    box-sizing: border-box;
}

.v3input_active {
    background-color:#fff;
    border:1px solid #5e5e5e;
    padding:12px;
    font-family:Raleway, sans-serif;
    font-size:13px;
    color:#5e5e5e;
}

.v3input_disabled {
    background-color:#fff;
    border:1px solid #5e5e5e;
    padding:12px;
    font-family:Raleway, sans-serif;
    font-size:13px;
    color:#5e5e5e;
}


#header{
    padding-bottom: 30px;
    position: relative;
}
#header > .container{
    height: 22px;
    overflow: visible;
}
#menubar{
    background-color: #bbb;
    border:1px solid #999;
    height: 40px;
    min-width: 1000px;
    width: 100%;
}
#menubar ul{
    float: right;
    list-style-type: none;
    margin: 0;
}
#menubar ul li{
    float: left;
    margin-left: 100px;
}
#menubar ul li a{
    color: #fff;
    display: block;
    font-size: 18px;
    font-family: Questrial,sans-serif;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
#menubar ul li a.active, #menubar ul li a:hover{
    border-bottom: 6px solid #ed2671;
}
#menubar ul li a:hover{
    text-decoration: none;
}
#logo{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
#bodywrapper{
    margin-top: 5px;
    min-width: 1000px;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
    overflow:hidden;
}
#bodybg{
    border-top:1px solid #ccc;
    border-bottom:1px solid #777;
    background: #f7f7f7;
    height: 100%;
    position: absolute;
    top: 25px;
    width: 100%;
}
#sidebar{
    float: right;
    margin: 30px 0;
    position: relative;
    top: 25px;
    width: 300px;
}
#sidebar h3{
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 25px 0 0;
    text-align: center;
}
#sidebar > h3{
    //background: url('//d17480054giase.cloudfront.net/images/v2/sidebartitlebg.png') 0 100% no-repeat;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
#sidebar .block, #howitworks li{
    //background: url('//d17480054giase.cloudfront.net/images/v2/sidebarblock.png') 0 100% no-repeat;
    border-bottom:1px solid #ccc;
    padding: 0 15px 30px;
}
#sidebar > ol{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sidebar .menuitem{
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    padding-left:38px;
    padding-bottom:18px;
}
#howitworks li{
    padding: 15px;
}
#howitworks li div.num{
    font-size: 50px;
    line-height: 64px;
    overflow: hidden;
}
#howitworks li div.num img{
    float: right;
}
#howitworks li h4{
    font-weight: normal;
    font-size: 24px;
}
#howitworks li p{
    font-size: 14px;
}
#sidebar .block .subBlock{
    background: url('//d17480054giase.cloudfront.net/images/v2/sidebarline.png') 0 100% no-repeat;
}
#content{
    background: #fff;
    behavior: url('/css/PIE/PIE.php');
    border:1px solid #ccc;
    //box-shadow: #aaa 0 1px 20px;
    float: right;
    left: 50%;
    margin-left: -50%;
    padding: 0 200px 40px 0;
    position: relative;
    top: 10px;
    width: 100%;
    z-index: 5;
}
#content.fullwidth{
    padding-right: 500px;
}
div#leftNav{
    float: none;
    position: relative;
    width: 300px;
}
div#mainContentFull{
    float: none;
    position: relative;
    width: 1000px;
}
div#mainContentFull div.content{
    border: none;
    padding-left: 50px;
    width: 950px;
}
div#mainContent{
    float: none;
    padding: 0;
    position: relative;
    width: 700px;
}
div#mainContent div.content{
    border: none;
    padding-left: 50px;
    width: 650px;
}
#content .header{
    //background: url('//d17480054giase.cloudfront.net/images/v2/contenttitle.jpg') no-repeat;
    background-color:#fff;
    //border-bottom:1px solid #eee;
    height: 111px;
    margin-bottom: 0px;
    padding: 50px 50px 0;
    text-align: justify;
    width: 650px;
}
#content.fullwidth .header{
    //background-image: url('//d17480054giase.cloudfront.net/images/v2/contenttitlefull.jpg');
    background-color:#fff;
    width: 950px;
}
#content .header h1{
    color: #4a204c;
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
}
#content .header h2, #content .header h2 a{
    color: #4a204c;
    font-family: Questrial, sans-serif;
    font-size: 18px;
    font-weight: 500;
}
#footer{
    background-color: #888;
    height: 300px;
    min-width: 1000px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#footer ul{
    float: left;
    list-style-type: none;
    width: 300px;
    padding: 0;
}
#footer ul li a{
    color: #fff;
    display: block;
    font-family: Questrial, sans-serif;
    font-size: 16px;
    padding: 10px 0;
}
#footer p{
    clear: both;
    color: #fff;
    float: right;
    font-family: Questrial, sans-serif;
    font-size: 14px;
    text-align: right;
}

/* Home page */

#homepage{
    background: #fff;
}
#banner{
    padding-top:20px;
    padding-bottom:50px;
    height: 320px;
}
#new{
    background: url('//d17480054giase.cloudfront.net/images/v2/bkgrd.png') 50% 0;
    behavior: url('/css/PIE/PIE.php');
    //box-shadow: #bbb 0 4px 8px;
    margin-bottom: 40px;
    min-height: 380px;
}
#new h2{
    background: url('//d17480054giase.cloudfront.net/images/v2/newtab.png');
    color: #fff;
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    padding-left: 8px;
    position: relative;
    text-align: center;
    top: -9px;
    width: 240px;
}
#new h2 span{
    color: #fff;
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
#new ul{
    list-style-type: none;
    padding: 10px 0 30px;
}
#new ul li{
    background: url('//d17480054giase.cloudfront.net/images/v2/tag.png');
    float: left;
    height: 114px;
    margin: 5px;
    overflow: hidden;
    padding: 6px 12px 8px 10px;
    width: 300px;
}
#new ul li a{
    display: block;
}
#new ul li a *{
    cursor: pointer;
}
#new ul li .left{
    height: 114px;
    line-height: 114px;
    text-align: center;
    width: 50%;
}
#new ul li .left img{
    vertical-align: middle;
}
#new ul li .left span{
    display: inline-block;
    height: 114px;
    vertical-align: middle;
}
#new ul li .right{
    display: inline-block;
    width: 50%;
}
#new ul li .name, #new ul li .arrived{
    color: #fff;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: center;
    width: 140px;
}
#new ul li .name{
    background: #393b40;
}
#new ul li .arrived{
    background: #5ea5bd;
}
#new ul li .received{
    color: #434445;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    text-align: center;
}
#new ul li .received .price{
    color: #434445;
    font-size: 22px;
}
#new ul li .merchant{
    color: #530057;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#largetags{
    overflow: hidden;
}
#largetags > div{
    float: left;
    overflow: hidden;
}


.largetag{
    background: url('//d17480054giase.cloudfront.net/images/v2/largetag.png');
    height: 450px;
    padding: 5px 4px 6px 10px;
    width: 295px;
}
.largetag h3{
    color: #fff;
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    height: 75px;
    line-height: 75px;
    margin-bottom: 0;
    text-align: center;
}
.largetag > div{
    margin: 0 auto;
    padding: 30px;
}
.largetag > div h4{
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.largetag > div p{
    font-size: 14px;
    text-align: justify;
}
#donate img{
    display: inline-block;
    margin: 10px 0 25px;
}
#facebook{
    margin-left: 5px;
}
#ontv{
    width: 364px;
}
#ontv h3{
    background: url('//d17480054giase.cloudfront.net/images/v2/underline.png') 50% 70px no-repeat;
    color: #37393e;
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    height: 75px;
    line-height: 75px;
    margin-bottom: 0;
    text-align: center;
}
#ontv div{
    margin: 30px auto 0;
    width: 195px;
}
#ontv div p{
    margin-bottom: 20px;
    text-align: justify;
}
#about h2{
    background: url('//d17480054giase.cloudfront.net/images/v2/homeaboutline.png') 50% 50% no-repeat;
    color: #530057;
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
}
#about p{
    color: #555;
    font-family: Questrial, sans-serif;
    font-size: 12px;
}


#sell .tag{
  background: url('//d17480054giase.cloudfront.net/images/v2/buytagbg2.png');
  height:108px;
  overflow: hidden;
  padding: 10px 20px;
  width: 607px;
}
#sell .tag>div{
  display: inline-block;
  margin-right: 3px;
  text-align: center;
  vertical-align: middle;
  width: 130px;
}
#sell .tag .savings{
  color: #989898;
  font-size: 14px;
  padding-bottom:3px;
}
#sell .tag>div div{
  margin: 1px 0;
}
#sell .tag .button {
  background: #ED2671;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 3px 10px;
  text-align: center;
}
#sell .tag.soldout{
  background-image: url('//d17480054giase.cloudfront.net/images/v2/buytaggreybg.png');
}
#sell .tag a:hover{
  text-decoration: underline;
}


/* Buy Page */
#buycards{
}
#buycards span{
    /*cursor: pointer;*/
    display: block;
    font-family: Questrial, sans-serif;
}
#buycards .row{
    background: #f5f5f5;
    margin: 15px 0;
}
#buycards .row .container{
    margin: 0;
    overflow: hidden;
    padding: 12px 0 8px 10px;
    position: static;
    width: 650px;
}
#buycards .merchant{
    background: url('//d17480054giase.cloudfront.net/images/v2/buytag.png');
    display: block;
    float: left;
    height: 276px;
    margin-right: 5px;
    position: relative;
    width: 210px;
}
#buycards .merchant .card{
    margin-top: 10px;
    text-align: center;
}
#buycards .merchant .name{
    color: #530057;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    width: 150px;
}
#buycards .merchant:hover{
    text-decoration: none;
}
#buycards .save{
    background: #5395af;
    color: #000;
    bottom: 10px;
    left: 25px;
    position: absolute;
    min-height: 56px;
    width: 85px;
    padding: 10px;
    text-align:center;
}
#buycards .save span{
    color: #eee;
    font-size: 13px;
}
#buycards .save .strikethrough{
    color: #eee;
    font-size: 16px;
}
#buycards .save .bonus{
    color: #fff;
    font-size: 23px;
    text-decoration: underline;
}
#buycards .save .available{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}


#buycards .save_overlay {
    background: #4a204c;
    color: #fff;
    bottom: 10px;
    left: 25px;
    position: absolute;
    min-height: 56px;
    width: 85px;
    padding: 10px;
    text-align:center;
    display:none;
}
#buycards .save_overlay span{
    color: #eee;
    font-size: 13px;
}
#buycards .save_overlay .strikethrough{
    color: #eee;
    font-size: 16px;
}
#buycards .save_overlay .bonus{
    color: #fff;
    font-size: 23px;
    text-decoration: underline;
}

#buycards .shop{
    background: #5395af;
    color: #000;
    bottom: 10px;
    left: 25px;
    position: absolute;
    min-height: 40px;
    width: 85px;
    padding: 10px;
    text-align:center;
}
#buycards .shop span{
    color: #eee;
    font-size: 13px;
}
#buycards .shop .bonus{
    color: #fff;
    font-size: 23px;
    text-decoration: underline;
}


#buycards .inactive{
    background: #efefef;
    bottom: 10px;
    color: #fff;
    padding: 2px 0 10px;
    position: absolute;
    right: 25px;
    text-align: center;
    width: 80px;
    font-size: 14px;
}
#buycards .inactive .add{
    font-size: 14px;
    margin: 10px 0;
}
#buycards .active{
    background: #ee2672;
    bottom: 10px;
    color: #fff;
    padding: 2px 0 10px;
    position: absolute;
    right: 25px;
    text-align: center;
    width: 80px;
}

#buycards .active .add{
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
}

#buycards .points{
    bottom: 10px;
    color: #666;
    padding: 2px 0px 10px;
    position: absolute;
    right: 25px;
    text-align: center;
    width: 40px;
}
#buycards .points span{
    color: #666;
}
#buycards .points .earn{
    font-size: 14px;
    margin: 10px 0;
}
#buycards .points .strikethrough, #buycards .points .bonus{
    font-size: 12px;
}
#buycards .points .bonus strong{
    font-size: 17px;
    font-weight: normal;
}

#buycards .redeem {
    background: #ee2672;
    bottom: 10px;
    color: #fff;
    padding: 3px 0 2px;
    position: absolute;
    right: 25px;
    text-align: center;
    width: 80px;
}
#buycards .redeem span{
    color: #fff;
}
#buycards .redeem .earn{
    font-size: 14px;
    margin: 10px 0;
}
#buycards .redeem .strikethrough, #buycards .redeem .bonus{
    font-size: 12px;
}
#buycards .redeem .bonus strong{
    font-size: 17px;
    font-weight: normal;
}

#buycards .message{
    bottom: 20px;
    font-size: 14px;
    left: 30px;
    position: absolute;
    width: 150px;
}
#buycards .merchant .tag{
    color: #fff;
    font-size: 14px;
    font-family: Questrial,sans-serif;
    height: 134px;
    left: -1px;
    position: absolute;
    top: 40px;
    width: 26px;
}
#buycards .merchant .tag.new{
    background: url('//d17480054giase.cloudfront.net/images/v2/buynewtag.png');
}
#buycards .merchant .tag.sold{
    background: url('//d17480054giase.cloudfront.net/images/v2/buysoldtag.png');
}
#buycards .merchant .tag.soon{
    background: url('//d17480054giase.cloudfront.net/images/v2/buysoontag.png');
}
#buycards .merchant .tag.transit{
    background: url('//d17480054giase.cloudfront.net/images/v2/buytransittag.png');
}

#seotext, #seotext *{
    font-size: 14px;
}

#feedback_button{
    z-index: 10;
}

#notification{

}

#timerbox{
    opacity:0;
}

/* General Classes */
.container{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
}
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.header .tab{
    background: url('//d17480054giase.cloudfront.net/images/v2/tab.png');
    color: #fff !important;
    display: block;
    font-family: Questrial, sans-serif;
    font-size: 12px;
    height: 44px;
    left: 550px;
    padding: 10px 5px 10px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    top: -6px;
    width: 74px;
}
#content.fullwidth .header .tab{
    left: 850px;
}
.header .tab *{
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}
.header .tab #countdown_display{
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
}
.inline-block{
    display: inline-block;
}
.btn, a.btn{
    background: #ed2671;
    behavior: url('/css/PIE/PIE.php');
    //box-shadow: #ccc 0 4px 8px;
    color: #fff;
    display: inline-block;
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;

}
.btn:hover{
    background: #ff4b8a;
    text-decoration: none;
}
.btn:active{
}
.center{
    text-align: center;
}
.center-block{
    margin-left: auto;
    margin-right: auto;
}
.fadeCycle{
    margin: 0 auto;
    position: relative;
}
.fadeCycle>*{
    position: absolute;
}
.strikethrough{
    text-decoration: line-through;
}
div#ajax_overlay{
    width: 100% !important;
}

.logobar {
    padding-top:1px;
    font-size:14px;
}

/* Popup dialogs */
div.popup_dynamic{
    behavior: url('/css/PIE/PIE.php');
    //box-shadow: #444 0 1px 20px;
}

div.popup_head{
    background: url('//d17480054giase.cloudfront.net/images/v2/contenttitle.jpg') 0 100% no-repeat;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
div.popup_head_inner{
    color: #4a204c;
    //font-family: Dosis, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 40px 10px;
}
div.popup_content{
    border: none;
    border-radius: 0;
}
