@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End browser reset */

/* Global Styles */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #FFFFFF;
    background-image: url('../images/backgrounds/mainBackgroundWhite.jpg');
    background-repeat: no-repeat;
    background-position: top;
    width:100%;
    margin: 0px;
}
.header{

}


.mainContent {
    margin: 0 auto;
    padding: 10px 0;
    width: 978px;
}

/* ads */
.topPageAds {
    width: 100%;
    /* WHY A HEIGHT HERE height: 600px; */
}

.noTopPageAds {
    background-position: -110px;
    /* WHY A HEIGHT HERE height: 600px; */
}

#chrome {
	background-color: #000000;
}

.homePage{
    clear: both;
    float: left;
    margin-bottom: 20px;
}

/* Home page styles --------------------------------------
----------------------------------------------------------
--------------------------------------------------------*/

/* TODO: Rewrite logic for these so it is consumable and less-hackery */
.breadcrumbs a {
	font-style: italic;
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

.breadcrumbs {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px 6px 25px;
}

.breadcrumbs .end-crumb {
    font-size: 14px;
    margin-left: 5px;
    color: #666666;
    font-weight: normal;
}

#header-container {
    width: 972px;
    margin: 2px auto;
	display: block;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

#footer {
	background-color: #000000;
    background-image: url("../images/footer/footer-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 15px 0 0;
    clear:both;
}

.rdSubNav {
    color: #AC3A3A;
    text-align: center;
    font-size: 15px;
}

#homeModuleWrapper {
    width: 49%;
    float: left;
    margin:2px;
}

.homeModule {
    font-family: Arial,Helvetica,sans-serif;
    display: block;

    width: 452px;
    float: left;
    position: relative;
    padding: 12px 14px 14px;
    margin: 3px;
    background-color:#F6F6F6;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: #FFFFFF;

    background: -moz-linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#FFFFFF), color-stop(70%,#f1f1f1), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* IE10+ */
    background: linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* W3C */
}

.promo-header > .promo, .promoWrapper > .promo {
    border: #FFF solid 1px;
    width: 300px;
    height: 100px;
    display: block;
    float: left;
    margin: 4px 1px 15px 14px;
    vertical-align: top;

    -moz-box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    box-shadow: 0 1px 1px #000000;
}

.promo-header > hgroup {
    display: block;
    float: left;
    height: 102px;
    width: 336px;
    margin: 4px 0 0 2px;
    background-image: url('../images/skins/rd_promo_header_bg.png');
}

img.promo {
    border: 1px solid #707070;
    float: left;
    width: 300px;
    height: 170px;
    margin: 15px 21px 15px 5px;
}

.promo img{
    z-index: 10;
    position: relative;
    width: 300px;
    height: 100px;
}

.promo-header {
    position: relative;
    width: 972px;
    margin: 0px auto;
    display: block;
}

.promo-header > hgroup > h1 {
    position:absolute;
    top: 59px;
    left: 25px;
    font-size: 30px;
    color: #D62631;
    font-weight: bold;
}

.promo-header > hgroup > h2 {
    position:absolute;
    height: 24px;
    top: 23px;
    left:22px;
}

.promo-header hgroup > h2 {
    height: 20px;
    padding-top: 7px;
    padding-left: 45px;
    background-image: url('../images/skins/sprites/rd-filter-bar.png');
    background-position: 0 -25px;
    background-repeat: no-repeat;
}

.promo-header > hgroup > h2.videos {
    background-position: 0 -25px;
}
.fullepisodes-tile-overlay {
    background-image: url('../images/video/dct_fullepisode_sm_tag.png');
    width: 160px;
    height: 18px;
    z-index: 1;
    position: absolute;
    margin: 70px 0 0 1px;
}

.fullepisodes-overlay {
    background-image: url('../images/video/rad_fullepisode_tag.png');
    width: 264px;
    height: 24px;
    z-index: 1;
    position: absolute;
    margin: 152px 0 0 82px;
}

.fullepisodes-overlay.active {
    cursor: pointer;
}

.fullepisodes-tile-overlay.recommended {
    margin: 70px 0 0 1px;
}


.videoOverlay {
    width: 300px;
    height: 170px;
    background-image: url('../images/video/ico_300x169_video_ctr_big.png');
    background-repeat: no-repeat;
    position:absolute;
    top:16px;
    left:82px;
    z-index: 1;
}

.videoOverlay.fullepisode {
    background-image: url('../images/video/ico_300x169_video_fullepisode_ctr_big.png');
}

.videoOverlay.active {
    cursor: pointer;
}
.rectangleAd {
    background-image: url("../images/ad/300x10_adslug.gif");
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    height: 250px;
    line-height: 12px;
    margin-top: 10px;
    padding-top: 10px;
    width: 300px;
}
.recommendations {
    display: block;
    position: absolute;
    top: 8px;
    height: 550;
    right: 3px;
    top: 0px;
    width: 180px;
}

.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: white;
    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: #E82C2E;
}
.activity-confirm h2  {
    margin: 14px;
    font-family: 'Arial Black', Helvetica;
    font-size: 13pt;
    line-height: 15pt;
    color: black;
}
.activity-confirm p, .activity-confirm button  {
    margin-top: 17px;
    margin-bottom: 12px;
    font-family: 'Arial', Helvetica;
    font-size: 11pt;
    color: black;
}
.activity-confirm button {
    position:relative;

    margin: 12px 5px 12px 5px;
    padding: 3px 15px;
    color: white;

    font-size: 14px;
    font-weight: bold;
    height: 27px;

    border: solid 1px;
    border-color: #E82C2E;
    background-color: #E82C2E;

    cursor: pointer;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.activity-confirm button:hover {
    background-color: #E82C2E;
    border-color: #E82C2E;
}
.rd_footer
{
    text-align: center;
    color: #E82C2E;
    margin-bottom: 20px;
}
.rd_footer a
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #E82C2E;
}
.superad, .moduleBannerAd {
    background-image: url("../images/ad/10x90_adslug.gif");
    background-repeat: no-repeat;
    background-position: top left;
    text-align:right;
    height: 90px;
    padding-top: 0;
    padding-left: 10px;
    padding-right:1px;
    width:728px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
}
.superad {
    top: 10px;
    margin-bottom: 20px;
    z-index: 100000002;
}
@charset "utf-8";
/* main containter for all elements in the nav bar  */
.character-nav {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.character-nav a{
    position:relative;
    z-index:995;
}
/* logo  */
.character-nav .logo {
    width: 186px;
}
/* nav menu holder  */
.nav-menu-container {
    position: relative;
    display: inline-block;
    width: 777px;
    left: -30px;
    top: -3px;
}

.nav-menu-container .menu {
    position: relative;
    width: 805px;
    height: 58px;

    background-color: #ffffff;

    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: -moz-linear-gradient(top, #f5f7f4 0%, #f6f6f6 50%, #EEEEEE 51%, #d9d8e0 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f7f4), color-stop(50%,#f6f6f6), color-stop(51%,#EEEEEE), color-stop(100%,#d9d8e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* IE10+ */
    background: linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* W3C */

    text-align: center;
}

.nav-menu-container .menu ul {
    position: absolute;
    height: 34px;
    top: 14px;
    left: 64px;
    right: 0px;
    width: auto;
    list-style-type: none;
}

/* <l1> setting the rounds the corners  */
.nav-menu-container .menu li {
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    height: 26px;

    padding: 0px;
    margin: 0px 130px 0px 20px;

    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;

    -pie-background: rgba(0,0,0,0);
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}

.nav-menu-container .menu li:last-child {
    margin-right: 0px;
}

/* <l1> setting the back ground color on rollover and selected  */
.nav-menu-container .menu li:hover, .nav-menu-container .menu li.selected {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);

    background: #AC3A3A; /* Old browsers */

    background: -moz-linear-gradient(top, #E52729 0%, #E52729 50%, #DD0E28 51%, #DD0E28 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E52729), color-stop(50%,#E52729), color-stop(51%,#DD0E28), color-stop(100%,#DD0E28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E52729 0%,#E52729 50%,#DD0E28 51%,#DD0E28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E52729 0%,#E52729 50%,#DD0E28 51%,#DD0E28 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #E52729 0%,#E52729 50%,#DD0E28 51%,#DD0E28 100%); /* IE10+ */
    background: linear-gradient(top, #E52729 0%,#E52729 50%,#DD0E28 51%,#DD0E28 100%); /* W3C */

   -pie-background: linear-gradient(top, #E52729 0%,#E52729 50%,#DD0E28 51%,#DD0E28 100%);
}

/* <a> using sprite sheet for icons  */
.nav-menu-container .menu li a {
    display: block;
    height: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #d92730;
    font-family: Arial;
    font-size: 15px;
    letter-spacing: 0.5px;

    padding-top: 6px;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-right: 18px;

    margin: 0px;

    background-image: url('../images/navbar/rad_sprite_nav_icons.png');
    background-repeat: no-repeat;
}

/* Videos Button */
.nav-menu-container .menu li.videos a {
    padding-left: 45px;
    background-position: 8px -3px;
}
.nav-menu-container .menu li.videos a:hover {
    background-position: 8px -39px;
    color: #ffffff;
}
.nav-menu-container .menu li.videos.selected a {
    color: #ffffff;
    background-position: 8px -39px;
}

/* DJ Schedule Button */
.nav-menu-container .menu li.toplists a {
    padding-left: 38px;
    background-position: 8px -72px;
}
.nav-menu-container .menu li.toplists.selected a {
    color: #ffffff;
    background-position: 8px -107px;
}
.nav-menu-container .menu li.toplists a:hover {
    color: #ffffff;
    background-position: 8px -107px;
}

/* Stunt Button */
.nav-menu-container .menu li.nbt a {
    padding-left: 42px;
    background-position: 8px -283px;
}
.nav-menu-container .menu li.nbt.selected a {
    color: #ffffff;
    background-position: 8px -319px;
}
.nav-menu-container .menu li.nbt a:hover {
    color: #ffffff;
    background-position: 8px -319px;
}
/* Feed css
*  This should be used or feed specific styles when layout is approved.
*/
.promo-header {
    position: relative;
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
    display: block;
    margin-top: 12px;
    padding-left: 2px;
}

.promo-header > hgroup {
    display: block;
    float: left;
    height: 101px;
    width: 336px;
    margin-bottom: 15px;

    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;

    position: relative;
}

.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;
}

.promo-header > hgroup > h2 {
    position:absolute;
    height: 24px;
    top: 15px;
    left:28px;
}

feed-item > hgroup > h2, .promo-header > hgroup > h2{
    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{
    font-weight: 800;
    color: #e82c2e;
}

.promo-header h2 .category {
    position: relative;
    padding-right: 5px;
    margin-right: 8px;
}
.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 {
    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: #e82c2e;
    letter-spacing: 0.015em;
    line-height: 1.1em;
}
.show-module h1:hover {
    color: #e82c2e;
    color: #e82c2e;
}
.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: #e82c2e;

    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: #e82c2e;
    border-color: #e82c2e;
}
.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: #e82c2e;
}
.show-module .cta:hover {
    color: #e82c2e;
}
.show-module .cta {
    cursor: pointer;
}
.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;
}
.show-module .sharegroup {
    color:#e82c2e;
    font-style:italic;
    position: absolute;
    top: 156px;
    left: 406px;
}
.show-module .sharegroup .comment {
    background-image: url('../images/sprites/share-buttons.png');
    color:#e82c2e;
    background-repeat: no-repeat;
    background-position: -4px -5px;
    padding-left:32px;
    padding-right: 17px;
    padding-bottom: 5px;
}
.show-module.collapse .sharegroup .comment:hover {
    color: #e82c2e;
    background-position: -4px -95px;
    cursor:pointer;
}
.show-module .sharegroup .share {
    background-image: url('../images/sprites/share-buttons.png');
    color:#e82c2e;
    background-repeat: no-repeat;
    background-position: -4px -65px;
    padding-left:32px;
}
.show-module.collapse .sharegroup .share:hover {
    color: #e82c2e;
    background-position: -4px -155px;
    cursor:pointer;
}
.shareEntryArea {
    width: 755px;
    height: 315px;
    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: #e82c2e;
    border: 1px solid #e82c2e;
    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-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;
}

/* This class appears in the comment module */
div.customAnonStateWrapper {
    width: 68px !important;
}
/* featured module */
.featuredModuleWrapper {
    width: 972px;
    height: 290px;
}

#featuredModule {
    width: 626px;
    height: 252px;
}
#featuredModule #mainFeaturedImage {
    float: left;
    width:300px;
    height: 169px;
    margin-right: 21px;
    margin-bottom: 13px;
    border: 1px solid #FFFFFF;
}
#featuredModule .featuredModuleText {
    width: 625px;
}
#featuredModule .featuredModuleText header {
    color: #e82c2e;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    font-style: normal;
}
#featuredModule .featuredModuleText h2 {
    padding-bottom: 8px;
    font-family: 'XDRAMediumRegular', Arial,Helvetica,Verdana,sans-serif;
    font-size: 20px;
    display: block;
    max-height: 38px;
    overflow: hidden;
    font-weight:bold;
}
#featuredModule .featuredModuleText h2 a {
    color: #e82c2e;
    text-decoration: none;
}
#featuredModule .featuredModuleText h2 a:hover, #featuredModule .featuredModuleText .now a:hover {
    color: #808080;
}
#featuredModule .featuredModuleText p {
    color: #888888;
    font-size: 10pt;
    line-height: 1.5em;
    max-height: 6em;
    overflow: hidden;
}
#featuredModule .featuredModuleText .now a {
    text-decoration: none;
    color: #e82c2e;
    font-size:14px;
}

#featuredModule ul {
    clear: left;
}
#featuredModule li {
    display:block;
    background-color: #000000;
    height: 65px;
    width: 115px;
    border: 1px solid #FFFFFF;
}
#featuredModule .centerThumb {
    margin: 0px 5px;
    float: left;
}
#featuredModule .firstThumb {
    margin: 0px 5px 0px 0px;
    float: left;
}
#featuredModule .lastThumb {
    margin: 0px 0px 0px 5px;
    float: right;
}
#featuredModule li.current {
    background-color:#000000;
    border: 1px solid #FFFFFF;
}
#featuredModule li img {
    width: 115px;
    height: 65px;
    cursor: pointer;
    opacity: 0.5;
    display:block;
    overflow:hidden;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#featuredModule li.current img, #featuredModule li img:hover {
    opacity: 1.0;
}
/*Overlay */
#featureOverlay {
    width: 300px;
    height: 170px;
    position:absolute;
    top:16px;
    z-index: 1;
}

#featureOverlay.playButton {
    background-image: url('../images/video/ico_300x169_video_ctr_big.png');
    background-repeat: no-repeat;
}
/* Top Three module */
.topThreeModule {
    width: 456px;
}

#mainTopThreeLogo{
    margin-right:10px;
}

#songlist-containter{
    position:absolute;
    left:200px;
    top:10px;
    padding:5px 5px 2px;
    background-color: #ffffff;
       
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
       
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px ;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
       
    background: -moz-linear-gradient(top, #f5f7f4 0%, #f6f6f6 50%, #EEEEEE 51%, #d9d8e0 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f7f4), color-stop(50%,#f6f6f6), color-stop(51%,#EEEEEE), color-stop(100%,#d9d8e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* IE10+ */
    background: linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* W3C */

    -pie-background: linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%);
}

#songItemList{
    list-style:none;
    margin:0;
    padding:0;
    font: 11px Arial, Helvetica, Geneva, sans-serif;
}

#songItemList li.clearfix {
    clear:both;
}

#songItemList li div {
    display:block;
    font-weight:bold;
    float:left;
    padding:2px 5px 1px;
}

#songItemList li div.listItem_number {
   width:20px;
}

#songItemList li div.listItem_copy {
   width:185px;
}

#songItemList li div.listItem_controls {
   width:20px;
}

p.artistName {
    font-weight:normal;
    text-transform:uppercase;
    font-size:12px;
     color: #e82c2e;
}

p.songName {
    font-weight:normal;
    font-size:11px;
     color: #888888;
}

.numberbox {
    display:inline-block;
    width:26px;
    height:26px;
    background-image: url("../images/topthree/topThreeNumberCircle.png");
    background-position: center top;
    background-repeat: no-repeat;
    color:#FFFFFF;
    text-align:center;
    text-decoration: none;
     font-weight:bold;
     font-size:20px;
}

.controlBox {
    display:inline-block;
    width:26px;
    height:26px;
    background-image: url("../images/topthree/topThreePlayBtn.png");
    background-position: center top;
    background-repeat: no-repeat;
    color:#FFFFFF;
    text-align:center;
    text-decoration: none;
    font-weight:bold;
    font-size:20px;
    cursor: pointer;
}

.controlBoxStop {
    background-image: url("../images/topthree/topThreeStopBtn.png");
    background-position: center top;
    background-repeat: no-repeat;
}

/* Top Three module */
.musicmailbagModule {
    width: 456px;
    height: 91px;
}

#musicmailbagImage{
    border:1px solid #c7c7c7;

}

#musicmailbagLogo{
    position:absolute;
    left:195px;
    top:15px;
}

#musicmailbag-song-containter{
    list-style:none;
    margin:0;
    padding:0;
    font: 11px Arial, Helvetica, Geneva, sans-serif;
     position:absolute;
    left:193px;
    top:42px;
}

#musicmailbag-song-containter div {
    display:block;
    font-weight:bold;
    float:left;
    padding:2px 2px 1px;
}

#musicmailbag-song-containter div.listItem_number {
   width:20px;
}

#musicmailbag-song-containter div.listItem_copy {
   width:185px;
}

#musicmailbag-button-containter{
    clear:both;
    position:absolute;
    left:190px;
    top:75px;
}

#musicmailbag-button-containter ul{
    width:290px;
}

#musicmailbag-button-containter ul li{
   display:block;
   float:left;
   width:136px;
   height:32px;
}

.buttonTrack { 
    height: 30px;  /* Can be anything */
    position: relative;
    background: #cccccc;
   -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #a1a1a1;
}

.buttonTrack > span {
    display: block;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
             
    background: #d42531;

    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */

   -pie-background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%);
    position: relative;
    overflow: hidden;
}

.buttonIcon { 
    height: 26px; 
    width:26px;
    position: relative;
   background-image: url('../images/musicmailbag/mailbagIcons.png');
    background-repeat: no-repeat;
    z-index:1000;
    position:relative;
    padding:0px 0 0 4px;
    margin-top:-29px;
    margin-left:4px;
}

.kickit { 
    background-position: 4px -27px;
    margin-left:10px;
}

#musicmailbag-button-containter ul li a{
    width:100px;
    height:20px;
    display:block;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    font-family: Arial;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding:4px 0 0 40px;
    
    z-index:1001;
    position:relative;
    margin-top:-26px;
    margin-right:5px;
}

#musicmailbag-button-containter ul li p{
    width:100px;
    height:20px;
    display:block;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    font-family: Arial;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding:4px 0 0 35px;
    
    z-index:1003;
    position:relative;
    margin-top:-26px;
    margin-right:5px;
}
#musicmailbag-button-containter ul li.pickit div.buttonIcon{
     background-position: 0 0px;
}

#musicmailbag-button-containter ul li.kickit div.buttonIcon{
     background-position: 0 -26px;
}

.clearfix {
    clear:both;
}
p.artistName {
    font-weight:normal;
    text-transform:uppercase;
    font-size:12px;
     color: #e82c2e;
}

p.songName {
    font-weight:normal;
    font-size:11px;
     color: #888888;
}


/* Sweepstakes module */
.sweepsModule {
    height: 538px;
    width: 456px;
}

.mainSweepsLogo{
    margin-right:10px;
}

#sweepsExpandLink{
    float: right;
    position: absolute;
    margin-left: 368px;
    color: #E82C2E;
    font-size: 13px;
    font-weight: bold;
    padding: 0 5px;
    cursor: pointer;
}

#sweepsExpandLink span{
    font-size: 30px;
    font-weight: bold;
    vertical-align: -6px;
}

.sweepsMainImg img {
    border: 1px;
    border-color: #000000;
    border-style: solid;
}
#sweepsDescription {
    padding: 13px;
    font-size: 10px;
    font-style: italic;
    color: #898989;
    line-height: 12px;
}
.sweepsBody {
    padding: 5px 1px 1px 1px;
    font-size: 13px;
    color: #898888;
}

.sweepsEntry {
    height: 40px;
    margin-top: 18px;
}
/* */
.sweepsDefault, #sweepsError, #sweepsSuccess{
    z-index: 0;
    position: absolute;
    height: 28px;
    width: 265px;

    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius:  15px 0 0 15px;
    -o-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}


.sweepsDefault {
    padding-top: 8px;
    font-size: 14px;
}

#sweepsError {
    color: #FFFFFF;
    font-size: 15px;
    background-color: #E82C2E;
    display: none;
}
#sweepsError img{
    float: left;
    padding: 3px 3px 0 6px;
    vertical-align: -4px;
}

#sweepsError p, #sweepsSuccess p {
    float: left;
    text-align: center;
    width: 200px;
    padding-top: 6px;
}

#sweepsSuccess {
    color: #FFFFFF;
    font-size: 15px;
    background-color: #bababa;
    display: none;
}
#sweepsSuccess img{
    float: left;
    padding: 1px 3px 0 2px;
    vertical-align: -7px;
}

input.inputField {
    border: 1px;
    border-style: solid;
    z-index: 1;
    float: left;
    position: absolute;
    left: 270px;
    height: 24px;
    width: 110px;
    padding-left: 10px;
    color: #898888;
    font-style: italic;
    font-size: 13px;
    background-color: #f1f1f1;

    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius:  15px 0 0 15px;
    -o-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}
input.submitButton[type="button"] {
    border: 0px;
    background-color: #E82C2E;
    float: right;
    right: 14px;
    position: absolute;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    z-index: 2;
    width: 96px;
    padding: 0px 0px 3px 0px;
    cursor: pointer;

    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius:  15px 15px 15px 15px;
    -o-border-radius:  15px 15px 15px 15px;
    border-radius:  15px 15px 15px 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: #d42531;

    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */
}
input.submitButton[type="button"]:hover {

}
.sweepsSubmit {
    z-index: 2;
    float: right;
    position: absolute;
    right: 14px;
}
.sweepsTitle {
    color: #E82C2E;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
}
#sweepsMoreInfo {
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    filter:alpha(opacity=91);
    -moz-opacity:0.91;
    -khtml-opacity: 0.91;
    opacity: 0.91;

    display: none;
    color: #808080;
    background-color: #FFFFFF;
    font-size: 11px;
    height: 251px;
    padding: 5px 5px 0 17px;
    position: absolute;
    width: 433px;
    line-height: 16px;
}

#sweepsMoreInfo span{
    font-size: 19px;
    float: right;
    color: #E82C2E;
    font-weight: bold;
    cursor: pointer;
}

/* tilepacks */

.tilepack {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 980px;
    padding-top: 16px;
}
.tilepack .tilepackItem{
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
    float: left;
    background-color: #ffffff;
    padding-left: 15px;
    padding-top: 15px;
    margin-left: 2px;
    margin-right: 3px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.tilepackItem {
    width: 160px;
    font-size: 12px;
    color: #454545;
    line-height: 140%;
    height: 185px;
    position: relative;
    overflow: hidden;
}

.tilepackTextHeightLimit {
    max-height: 67px;
    overflow: hidden;
}
.tilepack h3{
    color: #e82c2e;
    font-weight: 900;
    width: 160px;
    font-size: 12px;
}

.tilepack h3 a{
    text-decoration: none;
    color: #e82c2e;
}
.tilepack h3 a:hover {
    color: #888888;
}
.tilepackItem img {
    border: 1px solid #e82c2e;
    margin-bottom: 1px;
    height: 90px;
    width: 160px;
}
/* Request a song module */
.requestsongModule {
    height:287px;
    width: 456px;
}

.requestsongModule .title{
}

 #requestsonglist-header{
     height:41px;
     width:452px;
     background-image: url('../images/requestasong/requestBar.png');
    background-repeat:no-repeat;
    clear:both;
    position:relative;
    top:-15px;
}

p.playlist-header-copy{
    padding-top:8px;
    font-size:8px;
    text-transform: uppercase;
    color: #898888;
}

 #requestsonglist-containter{
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    overflow:hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px ;
    border: 1px solid #cdcdcd;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    width:450px;
     height:175px;
     position:relative;
     top:-33px;
     z-index:100;     
}

.requestsongModule > #requestsonglist-containter > .playlist-grid >.playlist-item-center >  p.artistName {
    font-weight:normal;
    text-transform:uppercase;
    font-size:12px;
     color: #ef000c;
}

.requestsongModule > #requestsonglist-containter > .playlist-grid >.playlist-item-center >  p.songName {
    font-weight:normal;
    font-size:12px;
     color: #898888;
}

 .requestsongnumberbox {
    display:inline-block;
    padding:0 2px;
    color:#d2d2d2;
     font-weight:bold;
     font-size:24px;
}

.playlist-grid{
    display: table;
    width: 100%;
    list-style-type: none;
    padding:2px 0;
    margin:0;
    background-color: #ededed;
}

.playlist-item-column{
    text-align:center;
    float:left;
    padding:2px 0;
}

.playlist-item-number{
    width:10%;
}

.playlist-item-info{
    text-align:left;
    width:60%;
}

.playlist-item-preview, .playlist-item-request, .playlist-item-lyrics{
    text-align:center;
    width:10%;
}

 .playlist-item-lyrics{
     visibility:hidden;
     width:0%;
 }

.playlist-item-info p.artistName{
    padding:2px 0 0;
}

.playlist-item-info p.songName{
    padding:0 0 2px;
}

.even-numbers{
    background-color: #f6f6f6;
}

.requestsong-default{
    z-index: 0;
    position: absolute;
    height: 28px;
    width: 265px;

    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius:  15px 0 0 15px;
    -o-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px;
}

.requestsong-default {
    padding-top: 7px;
    font-size: 13px;
}

.requestsong-searchArea{
    width:58%;
    float: left;
    margin-left:10px;
    position: relative;
    /* Hide until we implement the search feature. This keeps layout under control. */
    visibility: hidden;
}

/* Search area*/
.requestsong-searchArea .copy{
    color: #808080;
    font-size:14px;
    font-weight: bold;
    position: relative;
}

input.searchField {
    border: 1px;
    border-style: solid;
    z-index: 1;
    position: relative;
    height: 24px;
    width: 60%;
    padding-left: 10px;
    color: #898888;
    font-style: italic;
    font-size: 11px;
    background-color: #f1f1f1;

    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius:  15px 0 0 15px;
    -o-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px;
}

.requestsong-sortArea{
    width:38%;
    float: left;
}

.requestsong-sortArea .copy{
    color: #808080;
    font-size:14px;
    font-weight: bold;
    position: relative;
    top: 5px;
}
input.sortButton[type="button"] {
    border: 0px;
    background-color: #E82C2E;
    float: right;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    z-index: 1005;
    width: 100px;
    padding: 0px 0px 3px 10px;
    cursor: pointer;
    text-align:left;
    position:relative;

    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius:  15px 15px 15px 15px;
    -o-border-radius:  15px 15px 15px 15px;
    border-radius:  15px 15px 15px 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */

}
input.sortButton[type="button"]:hover {

}
.sortIcon{
    display:block;
    width:16px;
    height:14px;
    position: absolute;
    top: 10px;
    left: 70px;
    background-image: url('../images/requestasong/downArrow.png');
    background-repeat: no-repeat;
    z-index:1006;
    cursor: pointer;
}

/*Drop down Menu*/
#requestsong-dropdown-div{
    position:relative;
    top: -81px;
    left: -11px;
    z-index:1000;
}

ul.toplevel {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 90px;
    top:61px;
    width: 88px;
}

#requestsong-dropdown-containter ul {
    padding: 0;
    margin: 0;
    list-style: none;
     z-index:1004;
}

#requestsong-dropdown-containter li {
    width: 88px;
    padding:4px;
}

#requestsong-dropdown-containter li ul {
    display:none;
    position: absolute;
    width: 88px;
     top:30px;
    left: -4px;
    z-index: 999;
    background-color: #f8f8f8;
    border: 1px;
    border-style: solid;
    border-color:#cccccc;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius:  5px 5px 5px 5px;
    -o-border-radius:  5px 5px 5px 5px;
    border-radius:  5px 5px 5px 5px;
     behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
}

#requestsong-dropdown-containter a {
    display: inline-block;
    width: 88px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

#requestsong-dropdown-containter a:hover{
    color: #E82C2E;
}


/* Oval Buttons */
.requestasongButton{
    width:40px;
    height: 25px;
    margin-left: .2em;
    border: 0px;
    background-color: #E82C2E;
    position:relative;

    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius:  15px 15px 15px 15px;
    -o-border-radius:  15px 15px 15px 15px;
    border-radius:  15px 15px 15px 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */
}

 .requestasongButton span{
    width:52px;
    height:20px;
    display:block;
    padding-top:5px;
    text-indent:9999px;
    background-image: url('../images/requestasong/requestSongIcons.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

 .requestasongButton span.request{
    background-position:4px 0;
}

 .requestasongButton span.lyrics{
    background-position:4px -52px;
}

.requestasongSearchButton{
    width:40px;
    height: 28px;
    margin-left: .2em;
    border: 0px;
    background-color: #E82C2E;
    position:relative;
    float:right;
    top:-28px;
    z-index: 1005;
    
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius:  15px 15px 15px 15px;
    -o-border-radius:  15px 15px 15px 15px;
    border-radius:  15px 15px 15px 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */
}

 .requestasongSearchButton a{
    width:52px;
    height:25px;
    display:block;
    text-indent:-9999px;
    background-image: url('../images/requestasong/search_icon.png');
    background-repeat: no-repeat;
    background-position: 12px 3px;
}

#scrollbar1 { width: 450px; clear: both; }
#scrollbar1 .viewport { width: 450px; height: 175px; overflow: hidden; position: relative;}
#scrollbar1 .overview { list-style: none; position: relative; left: 0; top: 0; }

#scrollbar1 .thumb { 
    background: #E82C2E; 
    position: absolute;
    width: 16px;
    height: 16px;
    margin-left: -3px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius:  15px;
    -o-border-radius:  15px;
    border-radius:  15px; 
     behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */
}
#scrollbar1{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#scrollbar1 .scrollbar { position: relative; z-index: 1007; }
#scrollbar1 .track { 
    position: absolute;
    left: 420px;
    top:-170px;
    width: 10px;
    height: 160px;
    float: left;    
    cursor: pointer;
    border: 1px solid #cdcdcd;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius:  5px;
    -o-border-radius:  5px;
    border-radius:  5px;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    }
#scrollbar1 .thumb { height: 16px; cursor: pointer; position: absolute; top: 0; }
#scrollbar1 .thumb .end { }
#scrollbar1 .disable{ display: none; }

/*Thank you Message box*/
#requestsongThankyou {
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
   display:none;
    background-color: #FFFFFF;
    font-size: 13px;
    height: 75px;
    padding: 5px 5px 0 20px;
    position: absolute;
    width: 281px;
    line-height: 16px;
    z-index: 9998;
    left: 97px;
    top: 136px;
    
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius:  5px 5px 5px 5px;
    -o-border-radius:  5px 5px 5px 5px;
    border-radius:  5px 5px 5px 5px;
     behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
}



#requestsongThankyou span.thankyouText{
    font-size: 13px;
    color: #808080;
    font-weight: normal;
}

#requestsongThankyou span.closeBtn{
    font-size: 19px;
    float: right;
    color: #E82C2E;
    font-weight: bold;
    cursor: pointer;
    z-index:9999;
}

/* TODO: Globalize pie */
.module {
    font-family: Arial,Helvetica,sans-serif;
    display: block;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}
.outer {
    float: left;
    position: relative;
    padding: 2px;
    margin: 3px;
    background-color:#ffffff;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    background: #ffffff;

    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.inner {
    padding: 11px;
    background-color: #f63843;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;

    background: -moz-linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#f6f6f6), color-stop(70%,#d5d8d8), color-stop(100%,#9b9c96)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* IE10+ */
    background: linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* W3C */
}


@charset "utf-8";
/* CSS Overrides */

/* Touch Devices (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 1280px) {
	/* file: 'css/style_dc.css' purpose: overrides carousel mouseover event */
	#mycarousel li a img:hover {
		opacity: 1;
		/* For IE7/8 */
		filter:alpha(opacity=1);
	}
	
	/* file: 'css/style_dc.css' purpose: overrides highlighting on touch */
	#mycarousel li, .jcarousel-next-horizontal, .jcarousel-prev-horizontal {
		-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
		-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
		-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
	}
	
	/* file: 'scripts\jquery\plugins\jcarousel\skins\tango\skin.css' purpose: removes highlighting on touch */
	.jcarousel-skin-tango .jcarousel-next-horizontal:hover, 
	.jcarousel-skin-tango .jcarousel-next-horizontal:focus,	
	.jcarousel-skin-tango .jcarousel-next-horizontal:active {
		background-position: -6px -602px;
	}
	
	/* file: 'scripts\jquery\plugins\jcarousel\skins\tango\skin.css' purpose: removes highlighting on touch */
	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
	.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,	
	.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
		background-position: -6px -665px;
	}
	
	/* file: 'css\character-navigation.css' purpose: removes highlighting on touch for menu*/
	#menu li:hover {
		-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0);
		box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0);

		background: rgba(0, 0, 0, 0); /* Old browsers */
		background: -moz-linear-gradient(); /* FF3.6+ */
		background: -webkit-gradient(); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(); /* Opera11.10+ */
		background: -ms-linear-gradient(); /* IE10+ */
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63a0', endColorstr='#ff0267',GradientType=0 ); IE6-9 */
		background: linear-gradient(); /* W3C */

		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}

    .tilepack {
        padding-left: 0;
    }


    .nav-menu-container .menu li:hover, .nav-menu-container .menu li.selected {
        -webkit-box-shadow: none;
    }


}
