@charset "utf-8";
/* CSS Document */


/* MAIN, HOLDER & BODY */
html{font-size:13px;overflow-y:scroll;font-family:Georgia, "Times New Roman", Times, serif;}
h1{line-height:35px;font-size:34px;font-family: 'Exo', sans-serif;font-weight:200;margin:0;padding:0;}
body{background:#ddd;margin:1px;background:url('../img/bg.png');}
#holder{}
.head{height:33px;cursor:pointer;position:relative}
/* BOXES & COLUMNS */
.box{margin:0px 1px 1px 0px;min-height:50px;position:relative;background:#fff;}
.box .inner{padding:0px 5px;position:relative;}
.col{float:left;margin:0;padding:0}
#col_1{width:417px;}
#col_2{width:318px;}
#col_3{width:155px;margin-left:0px;}

#col_2 .inner{top:20px;}
#col_3 .box .inner{height:500px;overflow:hidden;}
.box p, .box td{font-style:italic;color:#777;font-size:13px;}
.box td{padding-right:20px;}
.box p{padding:0px 5px;}
#box_1, #box_4,#box_8{height:278px;}
.interactive .inner{margin-top:-30px;}
/*-----------------------------*/
/*------- BOX CONTENT ---------*/
/*-----------------------------*/

/*  TITLES */
.titel{position:absolute;top:2px; left:2px;}
.colorblock{width:10px;height:10px;position:absolute;right:1px;top:1px;}
.orange{background:#f49c21}
.blue{background:#00a5cc;}
.green{background:#4bb48f}
.red{background:#e3222d}
.arrow{cursor:pointer;position:absolute;bottom:3px;right:3px;}


#channels{position:relative;top:20px;left: 2px;margin:0px;}
div.channelBtn{cursor:pointer;width:154px;margin-left:1px;margin-bottom:2px;float:left;background-position:top;background-repeat:no-repeat;height:82px;}
.limg{margin-right:1px;}
.channelBtn:hover{background-position:bottom;}
#disney{background-image:url('../img/channel-disney.png')}
#rtl{background-image:url('../img/channel-rtl.png')}
#sbs{background-image:url('../img/channel-sbs.png')}
#viacom{background-image:url('../img/channel-viacom.png')}
#discovery{background-image:url('../img/channel-discovery.png')}
#eurosport{background-image:url('../img/channel-eurosport.png')}
#fox{background-image:url('../img/channel-fox.png')}


#inner_5{position:relative;overflow:hidden;display:none;margin-bottom:25px;}
/*-----------------------------*/
/* -------FORM ELEMENTS -------*/
#formDiv{margin-top:40px;margin-left:10px;}
input{background-repeat:no-repeat;color:#777;padding:10px;border:none;background-image:url('../img/inputbg.png');}
input:focus{ outline: none;}
#sendBtn{padding:0;position:relative;left:72px;top:15px;background:none;border:none;cursor:pointer}