html{
    overflow: -moz-scrollbars-vertical;
}

img{
	border: 0;
}

a{
    color: white;
}

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: black;
	color: white;
	font-size: 11px;
}

h1{
    font-size: 1.9em;
}

#container{
    position: relative;
    width: 950px;
    margin: 0 auto;
}

#navigatie{
    padding: 15px 0px;
    height: 37px;
}

#navigatie ul{
    margin: 0;
    padding: 0;
}

#navigatie ul li{
    display: block;
    list-style-type: none;
    float: left;
    margin: 5px 15px;
    font-size: 1.4em;
}

#navigatie ul li a{
    color: white;
    text-decoration: none;
}

#navigatie ul li a.active{
    font-weight: bold;
}

#logo{
    display: block;
    float: right;
    width: 192px;
    height: 37px;
    background-image: url(../images/canalDigitaalLogo.gif);
    background-repeat: no-repeat;
    text-indent: -99999px;
}

#contentContainer{
    position: relative;
    min-height: 455px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#loadOverlay{
    position: relative;
    z-index: 20;
    width: 950px;
    height: 455px;
    background-color: black;
}

#loadIcon{
    position: absolute;
    z-index: 21;
    width: 220px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -30px;
    background-image: url(../images/testbeeld.png);
    background-repeat: no-repeat;
    background-position: top center;
    color: white;
    text-align: center;
    padding: 39px 0px 0px 0px;
}

#content{
    float: left;
    width: 540px;
    padding: 30px 0px 0px 15px;
}


#content h1, #contentTest h1, #resultContainer h1, #alternativeContainer h1, #signalCheck h1, #leaveSiteContainer h1{
    display: block;
    font-size: 2.6em;
    margin: 0;
    padding: 0px 0px 10px 0px;
    border-bottom: 17px solid #1a1a18;
}

#resultContainer h1, #alternativeContainer h1, #signalCheck h1, #leaveSiteContainer h1{
    border: none;
}

#alternativeContainer h1{
    font-size: 1.6em;
    margin-top: -10px;
    padding: 0;
}

#content h2, #contentTest h2, #resultContainer h2{
    font-size: 1.4em;
    font-weight: normal;
    margin: 10px 0px;
}

#contentTest h4, #resultContainer h4{
    font-size: 1.4em;
    font-weight: normal;
    margin: 30px 0px;
}

#steps{
    height: 60px;
}

.step{
    position: relative;
    float: left;
    width: 38px;
    height: 33px;
    margin: 10px 10px 0px 0px;
    padding: 10px 0px 0px 14px;
    background-image: url(../images/tvScreens.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-position: 0px -44px;
}

.step h5{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 2em;
    color: #1A1A18;
}

.stepActive{
    background-position: 0px 0px;
}

#contentTest{
    float: left;
    width: 390px;
    padding: 0px 0px 0px 15px;
}

#answerArea{
    position: relative;
    z-index: 2;
    float: left;
    height: 380px;
    width: 530px;
}

.answer{
    position: absolute;
    background-repeat: no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

#testNav{
    position: absolute;
    z-index: 1;
    height: 70px;
    width: 950px;
    border-top: 1px solid white;
    left: 0px;
    bottom: 0px;
}

#nextQuestion, #showResult{
    position: relative;
    float: right;
    cursor: pointer;
    text-indent: -99999px;
    margin: 10px 10px 0px 0px;
    width: 185px;
    height: 46px;
    background-repeat: no-repeat;
}

#nextQuestion{
    background-image: url(../images/nextQuestion.png);
}

#showResult{
    background-image: url(../images/showResult.png);
}

.previousQuestion{
    position: relative;
    float: left;
    cursor: pointer;
    font-size: 1.4em;
    color : #1A1A18;
    margin: 20px 0px 0px 10px; 
}

#resultCheckContainer{
    float: left;
    width: 515px;
    height: 440px;
}

.icons{
	position: absolute;
	z-index: 100;
	top: 25px;
	right: 30px;
}

#resultContainer h2{
    display: block;
    width: 370px;
    font-size: 1.2em;
    margin: 0px 0px 10px 0px;
}

#resultAlternatives{
    float: left;
    width: 530px;
}

#alternativeContainer{
    width: 515px;
    height: 85px;
    margin: 18px 0px 0px 0px;
    padding: 15px 0px 0px 15px;
    background-color: #38AA34;
}

#resultContainer{
	position: relative;
	height: 321px;
	width: 515px;
	padding: 15px 0px 0px 15px;
	background-color: #38AA34;
}

#resultContainer, #alternativeContainer{
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.alternative{
    float: left;
    position: relative;
    width: 220px;
    height: 1px;
    padding: 5px 15px 15px 15px;
    margin: -6px 0px 15px 0px;
    color: white;
}

.arrows{
    cursor: pointer;
}

.alternativeArrow{
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 14px;
    background-image: url(../images/arrows.png);
    background-position: 0px -7px;
    background-repeat: no-repeat;
}

.alternativeArrowActive{
    position: absolute;
    top: 9px;
    left: 0px;
    width: 15px;
    height: 7px;
    background-image: url(../images/arrows.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.alternativeHeader{
    height: 64px;
}

#signalCheck{
    width: 500px;
    background-color: #ee7101;
    height: 85px;
    margin: 0px 0px 15px 0px;
    padding: 5px 15px 15px 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#signalExplain{
	width: 220px;
	margin-top: -10px;
	float: left;
}

#signalMessage{
	clear: both;
    padding: 3px 0px 0px 0px;
    text-align: right;
}

#signalMessage strong{
	font-size: 1.2em;
}

#alternativeContainer .alternative h1{
    color: #1A1A18;
    font-size: 1.2em;
}

.alternativeTitle{
	padding: 5px 0px 0px 0px;
    width: 180px;
    height: 44px;
}

.alternativeHeader{
    padding: 0px 0px 0px 3px;
}

.alternative ul{
    min-height: 140px;
    margin: -10px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
}

.alternative ul li{
    font-size: 0.9em;
}

.alternative .icons{
	right: 10px;
}

.vignetBig{
    position: absolute;
    z-index: 100;
    top: 40px;
    right: -10px;
}

.productBig{
    position: absolute;
    z-index: 10;
    top: 130px;
    right: 10px;
}

.vignetSmall{
    position: absolute;
    width: 50px;
    z-index: 100;
    top: 0px;
    right: 00px;
}

.productSmall{
    position: absolute;
    z-index: 10;
    top: 50px;
    right: 10px;
}

#resultContainer ul{
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 15px;
    width: 275px;
}

span.note{
	display: block;
	padding: 6px 0px 0px 0px;
	font-size: 0.8em;
	font-style: italic;
}

li.channelInfo{
    text-decoration: underline;
    cursor: pointer;
}

#resultContainer h1.productPackage{
    font-size: 1.6em;
    padding-bottom: 5px;
    width: 202px;
}

#orderButton, #callMeButton, .orderButtonSmall,#interestedButton ,.interestedButtonSmall{
    position: absolute;
    display: block;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#orderButton, .orderButtonSmall, #interestedButton, .interestedButtonSmall{
    text-indent: -9999px;
    background-repeat: no-repeat;    
}

#orderButton{
	width: 202px;
    height: 46px;
    top: 280px;
    left: 30px;
    background-image: url(../images/orderButton.png);
}

#interestedButton{
	width: 202px;
    height: 46px;
    top: 280px;
    left: 30px;
    background-image: url(../images/interested.png);
}

.orderButtonSmall{
    position: relative;
    margin: 10px auto 0px;
    width: 164px;
    height: 37px;
    background-image: url(../images/orderButtonMedium.png);
}

.interestedButtonSmall{
    position: relative;
    margin: 10px auto 0px;
    width: 164px;
    height: 37px;
    background-image: url(../images/interestedMedium.png);
}

#callMeButton{
    top: 395px;
    z-index: 100;
    width: 201px;
    height: 46px;
    background-image: url(../images/callMeButton.png);
    background-repeat: no-repeat;
}


#startTest{
    position: relative;
    width: 363px;
    height: 300px;
    margin: 80px 0px 0px 20px;
    color: #1a1a18;
    text-decoration: none;
    float: left;
    background-image: url(../images/tvLarge.gif);
    background-repeat: no-repeat;
}

#startTest span{
    position:  absolute;
    top: 110px;
    left: 35px;
    font-size: 2.7em;
    font-weight: bold;
    color: #1a1a18;
}

#arrowStart, #arrowStartGlow{
    position: absolute;
    top: 150px;
    left: 80px;
}

#temp_overlay{
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    z-index: 100;
}

#channelContainer{
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-left: -435px;
    width: 840px;
    padding: 15px;
    background-color: #38AA34;
    border: 2px solid white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#dealerLocatorOverlay{
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-left: -360px;
    margin-top: -275px;
    width: 690px;
    padding: 15px;
    background-color: #ED7404;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#dealerLocatorOverlay h1{
    margin-bottom: 0;
}

#dealerLocatorOverlay p{
    margin: 0;
}

.showmoreContainer{
    clear: both;
    padding: 2px 10px;
    text-align: right;
}

.showmore{
    text-decoration: underline;
    cursor: pointer;
}

#closeButton{
    position: absolute;
    height: 26px;
    width: 26px;
    text-indent: -99999px;
    background-image: url(../images/closeButton.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    right: 15px;
    top: 15px;
}

#dealerLocatorOverlay #closeButton{
    background-image: url(../images/closeButtonOrange.gif);
}

#leaveSiteContainer{
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    width: 450px;
    height: 230px;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -130px;
    padding: 15px;
    background-color: #38AA34;
    border: 2px solid white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#leaveSiteContainer h1, #leaveSiteContainer p{
	margin: 0;
}

#channelContainer h1{
    color: white;
    margin: 0;
}

#channelContainer ul{
    position: relative;
    float: left;
    width: 154px;
    margin: 0px 10px 0px 0px;
    padding: 0;
}

#channelContainer ul li{
    margin: 2px 0px 0px 0px;
    list-style-type: none;
}

#contactContainer{
    padding: 60px 15px 15px 15px;
    width: 420px;
    color: #1A1A18;
}

#contactContainer h1.contactTitle{
    margin: 0px 0px 10px 0px;
    font-size: 2.6em;
    border-bottom: 17px solid #1a1a18;
}

#contactContainer h2{
    display: block;
    width: 320px;
    font-weight: normal;
}

.inputrow{
    width: 390px;
    padding: 1px 0px;
}

.inputdefinition{
    display: block;
    float: left;
    width: 170px;
}

.inputText{
    width: 200px;
    border: 1px solid silver;
}

.inputButton{
    background-color: #e7540c;
    padding: 3px 13px;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    border: none;
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#callMeBackVignet{
    position: absolute;
    text-indent: -99999px;
    width: 182px;
    height: 193px;
    top: 140px;
    left: 410px;
    background-image: url(../images/callMeBackVignet.jpg);
    background-repeat: no-repeat;
}

#bedanktVignet{
    position: absolute;
    text-indent: -99999px;
    width: 158px;
    height: 155px;
    top: 100px;
    left: 340px;
    background-image: url(../images/bedanktVignet.png);
    background-repeat: no-repeat;
}

.clear{
    clear: both;
}

/* extra styles */
#actionsSidebarLeft, #actionsSidebarRight{
	width: 190px;
	float: left;
	height: 455px;
}

#actionsSidebarLeft{
	padding: 0px 19px 0px 0px;
}

#actionsSidebarRight{
	padding: 0px 0px 0px 19px;
}

.sidebarBox{
	position: relative;
	padding: 14px;
	width: 164px;
	height: 192px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#actionsSidebarLeft .sidebarBox{
	background-color: #ed7404;
}

#actionsSidebarRight .sidebarBox{
	background-color: #006ab3;
}

#actionsSidebarRight .sidebarBox input.inputButton{
	background-color: #0ca9e7;
}

.sidebarBox h1, #resultContainerSmall h1{
	margin-top: 0px;
	margin-bottom: 0px;
}

#resultContainerSmall{
    float: left;
    background-color: #41a62a;
    width: 164px;
    padding: 14px;
    height: 427px;
    margin: 0px 0px 0px 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#resultContainerSmall #orderButton, #dealerLocatorContent #orderButton{
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    margin: 8px auto 0px;
}

#resultContainerSmall .productBig{
    position: relative;
    left: 0;
    top: 0;
    margin: 10px auto 0px;
    width: 164px;
}

#resultContainerSmall .vignetBig{
   width: 80px;
   right: -15px;
   top:-8px;
}

#resultContainerSmall ul{
    padding: 0px 0px 0px 15px;
}

#dealerLocator{
    position: relative;
    float: left;
    width: 500px;
    height: 425px;
    padding: 15px;
    background-color: #ed7404;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#dealerLocatorContent{
    width: 164px;
    padding: 0px 14px 0px 0px;
}

#dealerLocatorMap{
    width: 325px;
    height: 315px;
    background-color: silver;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

#pricepm{
    position: absolute;
    right: 24px;
    top: 6px;
    font-size: 0.7em;
    color: white;
}

#footer{
    clear: both;
    font-size: 0.8em;
    padding: 30px 0px;
    text-align: center;
    color: #666666;
}

#footer a{
    text-decoration: none;
    color: white;
    color: #666666;
}

#footer a:hover{
    text-decoration: underline;
}

.sidebarNote{
    padding: 0px 0px 10px 0px;
    display: block;
}

.sidebarBox form{
    margin: 0px;
    padding: 0px;
}

#resultContainer span.note{
    width: 280px;
}


#signalCheckNotify{
    z-index: 101;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 254px;
    height: 129px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -127px;
    margin-top: -65px;
}
