html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
    font-size: 14px;
	background: #000;
}

body {
	background: #000;
}

a {
	color: #cc0000;
	text-decoration: none;	
}

img {
    border: none;
}

input, textarea {
	border: 1px solid #9f9f9f;	
}

h2 { font-size: 18px; margin: 12px 0px 12px 0px; }	

h3 { font-size: 15px; }

form { margin: 0px; }

.ruler {
	height: 2px;
	width: 525px;
	background: url(images/ruler.gif) no-repeat;
	margin: 0px 0px 20px 0px;	
}

.pager {
	background: url(images/pager.gif) no-repeat;
	width: 180px;
	height: 18px;
	padding-top: 3px;
	color: white;
	font-weight: bold;	
}

.ad {
	position: relative;	
	margin-top: 5px;
}

.quote {
	background-color: #eee;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 15px;
	padding: 5px;
	width: 90%;	
}

.error {
	border: 1px solid red;	
	padding: 10px;
}

img.advertentie {
	position: absolute;
	top: -8px;	
	left: 3px;
}

img.advertentie2 {
    position: absolute;
    top: -8px;    
    left: 8px;
}

.floatfix { clear: both; }

/* ------- SPLASH --------- */
#splash {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;	
	z-index: 999000;	
}

#splash #bg {
	background: black;
	height: 100%;
	width: 100%;
}

#splash .ad {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -200px;
}

#splash a {
	color: white;
	font-size: 20px;
	font-weight: bold;	
}

/* ------- CONTAINER --------- */
#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding: 0px;
}

#container #middle {
	margin: 0px auto 0px auto;
	width: 1020px;
    padding: 0 5px;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    background: #4d4f4a;
}

/* --- HEADER --- */
#header {
	position: relative;
	background: url(images/digitale100/d100_header_bg.jpg) no-repeat;
	width: 1020px;
	height: 160px;
    border-bottom: #fff 1px solid;
}

#header #logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 167px;
    height: 147px;
}

#header #leaderboard {
	position: absolute;
	right: 0;
	top: 5px;
	width: 728px;
	height: 90px;
	background-color: transparent;	
}

#header #d100_nav {
	position: absolute;
	bottom: 0;
	right: 400px;
	width: 241px;	
}

#header #d100_nav #button-list {
    width: 241px;
    height: 33px;
    margin: 0;
    padding: 0;
}

#header #d100_nav #button-list li {
    float:left;
    height: 33px;
    list-style:none;
    display:inline;
    margin-right: 5px;    
}

#header #d100_nav #button-list li a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#header #d100_nav #button-list li a:hover {
    color: #7a7b77;
}

#header #d100_nav #button-list li.button1 {
    float: left;
    width: 121px;
    padding: 5px 0 0 18px;
    margin: 0 5px;
    background: url(images/digitale100/d100_button_bg2.png) no-repeat;
}

#header #d100_nav #button-list li.button2 {
    float: left;
    width: 80px;
    margin: 4px 5px;
}

#header #login, #header #login a {
	color: #fff;
	font-weight: bold;	
}

#header #login a {
	text-decoration: underline;	
}

#header #login {
	position: absolute;
	bottom: 10px;
	right: 10px;	
}

/* --- CONTENT --- */
#content {
	position: relative;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	width: 1005px;
    color: #fff;
	background-color: #4d4f4a;
	clear: both;
}

/* -- LEFT -- */
#left {
	float: left;
	position: relative;
	width: 525px;
	margin: 0px;
}

#left .top {
	width: 510px;
	height: 25px;
	padding: 5px 0px 0px 15px;
	color: white;
	background: url(images/top.gif) no-repeat;	
	font-size: 16px;
}

#left .box {
	padding: 10px;
	width: 505px;
	color: white;
	background: url(images/box_bg.gif) no-repeat;	
}

#left .item {
	width: 525px;
	margin-bottom: 15px;
	font-family: Verdana;
}

/* NEWS */
#left .item.news a.title {
	font-size: 18px;
}

#left .item.news .subtitle {
	line-height: 2em;
	color: #9f9f9f;
}

#left .item.news .subtitle a {
	color: #9f9f9f;
	text-decoration: underline;	
}

#left .item.news img.thumb {
	float: left;
	margin: 7px 10px 3px 0px;
	border: 1px solid #9f9f9f;
}

#left .item.news p {
	margin: -8px 0px 25px 0px;
	line-height: 12.25pt;	
}

#left .item.news p img {
	border: 1px solid #9f9f9f;
}

#left .item.news .news_footer {
	margin: 10px 0px 0px 0px;
	position: relative;
	width: 525px;
	font-weight: bold;	
}

#left .item.news .news_footer div {
	position: absolute;
	right: 0px;
	top: -4px;	
}

#left .item.news .news_footer div a {
	color: black;
	text-decoration: underline;
}

#left .item.news .news_footer div .addthis{
	position: relative;
	top: 4px;	
	border: 0px;
}

/* DOCK */
#dock {
	margin: 0px 0px 10px;
	padding-left: 10px;
	position: relative;
	width: 525px;
	height: 60px;
}

#dock img.dock_img {
	position: relative;
	bottom: 0px;
	width: 44px;
	border: 0px;
	z-index: 2;	
}

#dock .dock_entry {
	float: left;
	margin-right: 1px;
}

#dock .dock_entry .dock_entry_text {
	display: none;
}

#twitter, .twitter {
	position: relative;
	top: 0px;
	left: 10px;
	width: 440px;
	padding: 15px 30px 10px 50px;
	height: 60px;
	margin: 0px;
	color: white;
	font-size: 16px;	
	background: url(images/twitter_bg.gif) no-repeat;
	z-index: 0;	
	line-height: 0.9em;
}

#twitter img, .twitter img {
	margin: -20px 10px 0px 0px;
	width: 80px;	
}

#twitter a, .twitter a {
	color: white;
	font-size: 11px;
	text-decoration: underline;	
}

.twitter_comment {
	float: right;
	width: 360px;
	padding: 5px;
	margin: 0px 15px 2px 0px;
	background-color: #eee;
}

/* OVERVIEW */
.overview {
	position: relative;
	width: 525px;
	margin-bottom: 10px;
	padding-bottom: 35px;
}

.long {
	height: auto;
	padding-bottom: 50px;	
}

.overview h2 {
	position: absolute;
	top: 0px;
	left: 14px;	
	color: #000;
}

.overview .meer {
	position: absolute;
	right: 15px;
	top: 15px;
	font-weight: bold;
}

.overview .entry {
	position: relative;
	top: 48px;
	left: 14px;
	float: left;
	margin: 0px 9px 4px 0px;
	width: 160px;
	height: 140px;
	cursor: pointer;	
	background: url(images/overview_entry.gif) no-repeat;
}

.overview .entry img {
	width: 140px;
	height: 78px;
	margin: 12px 12px 13px 11px;	
	border: 0px;
}

.overview .entry a {
	color: #333;
	font-weight: bold;	
}

/* LISTING */
.listing {
	width: 100%;	
}

.listing th {
	font-size: 14px;
	text-align: left;	
}

.listing tr.selected {
	background: #eee;	
}

.listing tr:hover {
	background-color: #ccc;
	cursor: pointer;	
}

.listing td {
	padding: 3px 5px 3px 0px;	
}

/* FICHE */
.fiche a{
	text-decoration: underline;
	color: #fff;	
}

.fiche td {
	vertical-align: top;	
}

.fiche img.packshot {
	height: 150px;	
	border: 1px solid white;
}

.bottom {
	background: url(images/fiche_bottom.gif) no-repeat;
	width: 525px;
	height: 8px;	
}

/* COMMENTS */
#left .comment {
	margin: 0px 0px 25px 0px;
    background: #fff;
    color: #2e2f2c;
}

#left .comment .top {
	width: 515px;
    padding: 5px 0px 0px 10px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: #7a7b77;
}

#left .comment .top a {
	color: white;
	text-decoration: underline;
}

#left .comment .body img {
	width: 60px;
	border: 1px solid #9f9f9f;
}

#left .comment .body .comment-body {
    width: 445px;
}
#left .comment .body .comment-quote {
    color: #fff;
}

#left .magazine_entry {
	float: left;
	position: relative;
	width: 101px;
	height: 117px;
	background: url(images/magazine_bg.png) no-repeat;
}

#left .magazine_entry .tag {
	position: absolute;
	bottom: 7px;
	right: 5px;
	width: 42px;
	height: 23px;
	padding: 3px 0px 0px 0px;	
	background: url(images/magazine_entry_tag.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	z-index: 2;
}

/* -- RIGHT -- */
#right {
	float: right;
	position: relative;
	top: 0px;
	width: 465px;
	margin: 0px;
}

.aboactie {
	position: relative;
	width: 460px;
	height: 339px;
	background: url(images/box_abo.gif) repeat-y;
	cursor: pointer;	
}

.aboactie .title {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 270px;
	font-size: 16px;
	color: #fff;
}

.aboactie img.visual {
	width: 420px;
	height: 220px;
	margin: 80px 20px 40px 20px;	
}

.aboactie img.abo_nu {
	position: absolute;
	bottom: 8px;
	right: 20px;
	width: 125px;
	border: 0px;	
}

/* - LEFT_BAR - */
#right #left_bar {
	float: left;
	position: relative;
	width: 300px;
}

/* BOXES */
#left_bar .box {
	width: 300px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: #2e2f2c;	
}

#left_bar .box .top {
	padding-top: 10px;
	padding-left: 10px;
	width: 290px;
	height: 29px;	
	font-size: 20px;
	font-weight: bold;
	color: white;
    border-bottom: #fff 1px solid;
}

#left_bar .box ul {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#left_bar .box ul li {
    margin-bottom: 5px;
}

#left_bar .box ul a {
    color: #fff;
}

/* CHIEF TV */
#left_bar #chieftv .top {
	background: url(images/box_top_chieftv.gif) no-repeat;
}

#left_bar #chieftv .body {
	margin-top: 2px;
	height: 114px;
}

#left_bar #chieftv #sbox {
	position: relative;	
}

/* QUOTE */
#left_bar #quote {
	position: relative;
	width: 240px;
	height: 130px;
	background: url(images/quote_bg.gif) no-repeat;	
	display: table-cell; 
	vertical-align: middle;
	padding: 30px 25px 30px 65px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#imu {
	width: 300px;
	height: 250px;
	background-color: transparent;
}

/* - RIGHT_BAR - */
#right #right_bar {
	float: right;
	width: 160px;
}

#skyscrapper {
	width: 160px;
	height: 600px;
	background-color: transparent;
    margin-bottom: 10px;	
}

/* --- FOOTER --- */
#footer {
	margin: 40px auto 0px auto;
	padding-top: 20px;
	width: 1020px;
	
	background: #2e2f2c;
	font-weight: bold;
	text-align: center;
	color: white; 
}

#footer a {
	color: #fff;
}

/* DIGITALE100 */
.digitale100 {
    width: 525px;
    margin-bottom: 15px;
    font-family: Verdana;
}

.digitale100 #controls {
    float: left;
    width: 290px;
    margin: 0 25px 25px 25px;
}

.digitale100 .d100_box {
    position: relative;
    padding: 10px;
    height: 580px;
    border: #fff 1px solid;
}

.digitale100 .d100_box a {
    color: #fff;
}

.digitale100 .d100_box .d100_column {
    position: relative;
    float: left;
    width: 167px;
}

.digitale100item {
    width: 525px;
    margin-bottom: 25px;
    font-family: Verdana;
}

.digitale100item .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.digitale100item .intro {
    font-size: 14px;
    font-style: italic;
}

.digitale100item .thumb {
    width: 200px;
    padding: 5px;
    margin: 0 10px 5px 0;
    background: #2e2f2c;
}

#d100_rating {
    height: 95px;
    padding: 10px;
    margin: 10px 0;
    background: #2e2f2c;
}

#d100_rating a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#d100_rating .title {
    font-size: 16px;
    font-weight: bold;
}


#d100_rating .info {
    float: left;
    width: 505px;
    height: 50px;
    margin: 20px 0 10px 0;
    text-align: center;
}

#d100_rating .scoretext {
    width: 505px;
    text-align: center;
}

.d100_submit {
    float: right;
    margin:  1px 0 0 0;
    border: none;
    background: url('images/digitale100/d100_submit.png') no-repeat top left;
    width: 89px;
    height: 20px;
    color: #2e2f2c;
    font-weight: bold;
    cursor: pointer;
}

.d100_submit:hover {
    color: #fff;
}

#d100_pager {
    width: 100%;
    height: 108px;    
}

#d100_pager a {
    color: #fff;
}

#d100_pager #prev {
    position: relative; 
    float: left;
    width: 262px;
    height: 108px;
    background: #7a7b77;
}

#d100_pager #prev .top {
    float: left;
    height: 18px;
    width: 110px;
    padding: 0;
    margin: 3px 0 0 3px;
    background: transparent;
}

#d100_pager #prev .text {
    position: absolute;
    top: 20px;
    right: 5px;
    width: 155px;
    height: 68px;
    padding: 6px;
    background: #000;
    text-align: right;
}

#d100_pager #prev .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}

#d100_pager #prev .tagline {
    font-size: 14px;
}

#d100_pager #next {
    position: relative; 
    float: right;
    width: 263px;
    height: 108px;
    background: #7a7b77;
}

#d100_pager #next .top {
    float: right;
    width: 128px;
    height: 18px;
    padding: 0;
    margin: 3px 3px 0 0;
    background: transparent; 
}

#d100_pager #next .text {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 156px;
    height: 68px;
    padding: 6px;
    background: #000;
    text-align: left;
}

#d100_pager #next .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px; 
}

#d100_pager #next .tagline {
    font-size: 14px;
}

#d100_pager #prev .frame {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 5px;
    overflow: hidden;
}

#d100_pager #next .frame {
    float: right; 
    width: 80px;
    height: 80px;
    margin: 0 5px;
    overflow: hidden;
}

#d100_pager .thumb {
    width: 80px;
}

/* LEFT BAR */
.d100_top10 {
    margin: 0 0 20px 0;
}

.d100_top10 .item {
    margin: 5px 0 0 0;
    height: 40px;
}

.d100_top10 .item a {
    color: #fff;
}

.d100_top10 .ranking {
    float: left;
    width: 40px;
    margin: 6px 0 6px 10px;
    font-size: 20px;
    font-weight: bold;
}

.d100_top10 .frame {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
}

.d100_top10 .top10_thumb {
    width: 40px;
}

.d100_top10 .title {
    float: left;
    width: 180px;
    margin: 8px 5px; 
    font-size: 16px;
}


/** RATING SLIDER **/
#slideContainer1 {
    float: left;
    border: 1px solid #ccc;
    width: 370px;
    height: 20px;
}

#slideHandle1 {
    background-color: red;
    width: 10px;
    height: 20px;
    cursor: pointer;
}

#pos1 {
    float: left;
    height: 20px;
    width: 30px;
    margin: 0 0 0 5px;
    padding: 0 0 0 2px;
    font-size: 16px;
    font-weight: bold;
}
