.feed-group, .promo-header {
    position: relative;
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
    display: block;
    margin-top: 12px;
    padding-left: 2px;
}

.feed-group > hgroup, .promo-header > hgroup {
    display: block;
    float: left;
    height: 100px;
    width: 334px;
    border: 1px solid #00CCFF;
    margin-bottom: 15px;

    background-color: #FFFFFF;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
}

.feed-group > hgroup > h1, .promo-header > hgroup > h1 {
    position:absolute;
    top: 56px;
    left: 25px;
    font-size: 29px;
    font-family: "Arial Black",Arial,Helvetica,Verdana,sans-serif;
    letter-spacing: 0.035em;
    color: #454545;
}

.feed-group > hgroup > h2, .promo-header > hgroup > h2 {
    position:absolute;
    height: 24px;
    top: 15px;
    left:28px;
}

.feed-group > hgroup > h2, .feed-item > hgroup > h2, .promo-header > hgroup > h2, .pollModule .header {
    height: 24px;
    padding-top: 5px;
    padding-left: 45px;
    font-size: 12px;
    font-style: italic;
    color: #999999;

    background-image: url('../images/sprites/filter-bar.png');
    background-position: -4px -3px;
    background-repeat: no-repeat;
}
.promoWrapper {
    height: 100px;
}
.promo-header > hgroup > h2 {
    background-position: -1px -90px;
}
.promo-header > hgroup > h2.game {
    background-position: -1px -90px;
}
.promo-header > hgroup > h2.videos {
    background-position: -1px -124px;
}
.promo-header > hgroup > h2.shows {
    background-position: -6px -214px;
}
.promo-header > hgroup > h2.movies {
    background-position: -8px -165px;
}
.promo-header > hgroup > h2.shoutouts {
    background-position: -8px -165px;
}
.feed-item > hgroup > h2 {
    margin-top: 2px;
    margin-left: 0px;
    position: relative;
    width: auto;
}

.feed-group > hgroup > h2 .category, .feed-item > hgroup > h2 .category, .promo-header > hgroup > h2 .category, .pollModule .category {
    font-weight: 800;
    color: #8DC63F;
}

.feed-group h2 .category, .feed-group h2 time, .promo-header h2 .category {
    position: relative;
    padding-right: 5px;
    margin-right: 8px;
}

.feed-group h2 time:before {
    content: '/';
    position: absolute;
    left: -9px;
}
.feed-group > hgroup > h2 time:after {
    content: '/';
    position: absolute;
    right: -5px;
}
.feed-item {
    margin: 15px 0px 15px 0px;
    clear: both;
    display: block;
    background-color: #FFF;

    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
}
article.show-module {
    width: 970px;
    position: relative;
    overflow: hidden;
}
.show-module .property-image{
    width: 81px;
    height: 218px;
    float: left;
    vertical-align: top;
    top: 0px;
    left: 0px;
}
.show-module > hgroup {
    float: left;
    width: 500px;
    height: 73px;
    clear: right;
    position: relative;
    margin-top: 15px;
}
.show-module img.property, .pollModule img.property {
    float: left;
    width: 70px;
    height: 70px;
    padding-top: 16px;
    padding-left: 10px;
}
.show-module img.promo {
    /*position: absolute;*/
    left: 80px;
    border: 1px solid #b6b6b6;
    float: left;
    width: 300px;
    height: 170px;
    margin: 15px 21px 15px 0px;
}

.show-module h1 {
    position: absolute;
    bottom: 0;
    font-family: 'Arial Black', Helvetica;
    font-size: 14pt;
    color: #0066CC;
    letter-spacing: 0.015em;
    line-height: 1.1em;
}
.show-module h1:hover {
    color: #8DC63F;
    color: #8DC63F;
}
.show-module p {
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */

    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #454545;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    width: 478px;
    vertical-align: top;
    overflow: hidden;
    max-height: 4.9em;
}
.show-module.collapse .content {
    height: 0px;
    border:none;
    display: none;
}

.show-module .content{
    padding-bottom: 25px;
    height: 500px;
    display: block;
}
.show-module.collapse {
	padding-bottom: 0px;
    height: 204px;

    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    -ms-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
}

.show-module {
    height: 704px;

    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    -ms-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
}

.show-module .close, .show-module .open {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 9pt;
    color: white;

    border: solid 1px;
    border-color: #A1C7EC #A1C7EC #0057AE #0057AE;
    background-color: #0066CC;

    margin: 0px;
    padding: 0px 15px 2px 15px;

    height: 21px;
    overflow: hidden;

    position: absolute;
    bottom: 0px;
    left: 435px;
    width: 85px;
    z-index: 1000;

    cursor: pointer;

    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}
.show-module .close:hover, .show-module .open:hover {
    background-color: #8DC63F;
    border-color: #8DC63F;
}
.show-module .close:first-letter {
    font-size: 11.5pt;
}
.show-module.collapse .close, .show-module .open.hidden, .show-module .sharegroup .hidden {
    display: none;
}
.show-module .open, .show-module .close.persistent {
    display: block;
}
.show-module .close.persistent {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 880px; /* IE7 */
    width: 90px;

    -moz-border-radius: 0px 20px 0px 20px;
    -webkit-border-radius: 0px 20px 0px 20px;
    border-radius: 0px 20px 0px 20px;
}
.show-module.collapse .close.persistent, .show-module.collapse .close.persistent:hover {
    color: #CDCDCD;
    border-color: #CDCDCD;
    background-color: #F8F8F8;

    cursor: auto;

    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.show-module .cta {
    color: #0066CC;
}
.show-module .cta:hover {
    color: #8DC63F;
}
.show-module .cta {
    cursor: pointer;
}
.activity-confirm {
    /*display: none;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000042;

    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE7 */
    zoom: 1; /* IE7 */

    background-color: rgba(0, 0, 0, 0.8);
}
.activity-confirm {
    display: none;
}
.activity-confirm.active {
    display: block;
}
.activity-confirm .modal {
    width: 635px;
    height: 170px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -117px 0px 0px -347px;
    padding: 30px;

    text-align: center;

    background-color: black;
    border: solid 2px;
    border-color: white;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.activity-confirm h1 {
    font-family: 'Arial Black', Helvetica;
    font-size: 24pt;
    color: #0066CC;
}
.activity-confirm h2  {
    margin: 14px;
    font-family: 'Arial Black', Helvetica;
    font-size: 13pt;
    line-height: 15pt;
    color: white;
}
.activity-confirm p, .activity-confirm button  {
    margin-top: 17px;
    margin-bottom: 12px;
    font-family: 'Arial', Helvetica;
    font-size: 11pt;
    color: white;
}
.activity-confirm button {
    position:relative;

    margin: 12px 5px 12px 5px;
    padding: 3px 15px;
    font-size: 8pt;
    font-weight: bold;
    color: white;

    border: solid 1px;
    border-color: #A1C7EC #0057AE #0057AE #0057AE;
    background-color: #0066CC;

    cursor: pointer;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.activity-confirm button:hover {
    background-color: #8DC63F;
    border-color: #8DC63F;
}

.notAvailableOverlay {
    border: solid 1px black;
    background-image: url("../images/sprites/noAvailabilityBackground.png");
    background-repeat: repeat;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 150px;
    left: 82px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: -209px;
    width: 300px;
}
.notAvailableOverlay p {
    color:#ffffff;
    width:280px;
    margin-left:10px;
}
.notAvailableOverlay p.main {
    font-size:28px;
    font-weight:900;
    color:#56aaff;
}
.notAvailableOverlay p.sub {
    font-size:18px;
    font-weight:900;
    line-height:120%;
}
.notAvailableOverlay a {
    color:#56aaff;
    text-decoration:none;
}

.show-module .sharegroup {
    color:#0066CC;
    font-style:italic;
    position: absolute;
    top: 156px;
    left: 406px;
}
.show-module .sharegroup .comment {
    background-image: url('../images/sprites/share-buttons.png');
    color:#0066CC;
    background-repeat: no-repeat;
    background-position: -4px -5px;
    padding-left:32px;
    padding-right: 17px;
    padding-bottom: 5px;
}
.show-module.collapse .sharegroup .comment:hover {
    color: #8DC63F;
    background-position: -4px -95px;
    cursor:pointer;
}
.show-module .sharegroup .share {
    background-image: url('../images/sprites/share-buttons.png');
    color:#0066CC;
    background-repeat: no-repeat;
    background-position: -4px -65px;
    padding-left:32px;
}
.show-module.collapse .sharegroup .share:hover {
    color: #8DC63F;
    background-position: -4px -155px;
    cursor:pointer;
}
.shareEntryArea {
    width: 755px;
    height: 290px;
    margin-left: 15px;
    margin-top: 6px;
    display:block;
    overflow:hidden;
    clear:both;
    position: relative;
}
.show-module.collapse .shareEntryArea {
    height:0px;
    display: none;
}

.sendWrapper {
    padding-top: 20px;
    position:relative;
    width:753px;
}

.shareEntryArea h2{
    font-family: "Arial Black",Arial,Helvetica,Verdana,sans-serif;
    display: block;
    color:#454545;
    font-weight:bold;
    font-size:18px;
}
.show-module.collapse .shareEntryArea.mobile h2 {
    display: none;
}
.sendButtons {
    height: 30px;
    margin-top: 17px;
}
.sendButtons span {
    display: inline-block;
    font-size: 14px;
    height: 22px;
    padding-top: 7px;
    text-align: center;
    vertical-align: middle;
    width: 99px;
}
.sendButtons span:hover {
    cursor:pointer;
    background-color: #888888;
    color: white;
}
.sendButton {
    border-top:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;
}
.sendButtonOn {
    background-color: #888888;
    color: white;
}
.sendButtonFirst {
    border: 1px solid #cdcdcd;
    border-bottom:none;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
.sendButtonLast {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
.sendButtonSolo {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.sendButtons span.sendButtonSolo:hover {
    cursor:default;
}
.sendFields {
    border: 1px solid #cdcdcd;
    background-color: #FFF;
    height: 175px;
    width: 750px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    padding-top:20px;
    position:relative;

}
.sendFields input {
    color:#666666;
    display:block;
    font-size:14px;
    font-style:italic;
    padding-left:7px;
    height:25px;
    width:500px;
    border: 1px solid #cccccc;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom:30px;
    margin-left:20px;
    background-color:#f8f8f8;
}
.sendWrapper button {
    background-color: #0066CC;
    border: 1px solid #0066CC;
    border-radius: 4px 4px 4px 4px;
    top: 225px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    left: 586px;
    position: absolute;
    width: 94px;
}
.successLayer {
    text-align: center;
    cursor: pointer;
    background-color:#ffffff;
    background-image:url('../images/stafSuccess.jpg');
    display:none;
    position:absolute;
    width:752px;
    height: 227px;
    z-index:10000;
}
.successLayer h2 {
    color: #0362CE;
    font-size: 28px;
    font-weight: 900;
    padding-top: 64px;
}
.successLayer h3 {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.ad {
    background-color:#ffffff;
    border: 1px solid #CDCDCD;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
}
.DisneyChannel-Vertical-ad, .Vertical-ad, .vertical-ad, .skyscraper-ad {
    float: right;
    position: absolute;
    right: 17px;
    top: 212px;
    width: 162px;
    padding-left:2px;
    padding-top:2px;
}
.DisneyChannel-Rectangle-ad, .Rectangle-ad {
    float: right;
    position: absolute;
    right: 10px;
    top: 212px;
    width: 182px;
    height: 150px;
    padding-left:2px;
    padding-top:2px;
    overflow:hidden;
}
.moduleCompanionAd {
    width: 180px;
    height: 150px;
    margin-top: -9px;
    margin-left: -9px;
    margin-bottom: 20px;
    padding-top: 10px;
    background-image: url("../images/ad/180x10_adslug.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

.tab
{
    display: none;
}

.tab.selected
{
    display: block;
}
