html {
    height: 100%;
    overflow-y: scroll !important;
}

body {
    margin: 0;
    padding: 0;
    background:#FFFFFF url('/Files/System/images/bg.jpg') repeat-x center top;
} 

/* algemeen */

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

h1.h1 {
	letter-spacing: 0.5px;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 100%;
}

img {
    border: none;
} 

.clearboth {
    clear: both;
} 

.clearright{
	clear: right;
}

.inline {
    display: inline;
}

input[type='text']{
	border:1px solid #9C9D9F;
	color:#9C9D9F;
}

input[type='password']{
	border:1px solid #9C9D9F;
	color:#9C9D9F;	
}

textarea{
	border:1px solid #9C9D9F;
	color:#9C9D9F;
}

input[type='Textbox']{
	border:1px solid #9C9D9F;
	color:#9C9D9F;
}

input[type='button']{
	color:#FFFFFF;
	background-color:#9C9D9F;
	border:none;
	cursor:pointer;
	padding:1px;
}

.form_input{
	padding:0;
	margin:0;
	border:none !important;
	background:none;
}

.form_btn{
	color:#FFFFFF;
	background-color:#9C9D9F;
	border:none;
	cursor:pointer;
	padding:1px;	
}

.greyborder{
	border:1px solid #9C9D9F;
}

#main_container {
    width: 980px;
    margin: 0 auto;
} 

#header_container {

}

#dwtoplogo{
	padding:20px 0 0 13px;
}

.header_search{
	position:absolute;
	vertical-align:middle;
	right:20px;
}

.header_slogan{
	text-align:center;
	height:35px;
}

.header_slogan_txt{
	color:#004595;
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
}

.header_search_input{
	border:1px solid #9C9D9F;
}

.header_search_btn{
	margin-left:-4px;
	color:#FFFFFF;
	background-color:#9C9D9F;
	border:none;
	cursor:pointer;
	padding:1px;	
}

.header_menu_container {
	position:relative;
	background:transparent url('/Files/System/images/contentBG.png') repeat-y top left;
}

.header_top_bg{
    height: 75px;
	background:transparent url('/Files/System/images/contentTopBG.png') no-repeat bottom left;
}

.header_topmenu_container{
	width:960px;
	height:30px;
	margin:0 auto;
}

.header_topmenu{
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
	height:30px;
}

.header_topmenu_left{
	width:175px;
	float:left;
	background-color:#e2001a;
}

.header_topmenu_left ul{
	padding-left:50px;
}

.header_topmenu_right{
	background-color:#004595;
	float:right;
	width:784px;
}

.header_topmenu li{
	float:left;
	padding-top:5px;
}

.header_topmenu li a{
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	height:16px;
	line-height:16px;
	padding:0 8px 0 8px;
	text-align:center;
	text-decoration:none;
	border-right:2px solid #FFFFFF;
}

.header_topmenu li a.last{
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	height:16px;
	line-height:16px;
	padding:0 8px 0 8px;
	text-align:center;
	text-decoration:none;
	border:none;
}

.breadcrumb_container{
	height:20px;
	width:960px;
	margin:0 auto;	
}

span.Legend{
	display:block;
	padding-left:190px;
	padding-top:5px;
}

a.Legend{
	padding-right:5px;
	border-right:1px solid #9C9D9F;
}

/* content */

#content_container {
    background-image: url('/Files/System/images/contentBG.png');
    background-repeat: repeat-y;
    background-position: top left;
}

.content_spacer{
	width:960px;
	margin:0 auto;
	background:transparent url('/Files/System/images/streepjes.gif') repeat-y center top;
}

.content_pnl_right{
	float:right;
	width:175px;
}

.greybg{
	background-color:#9c9d9f;
	color:#FFFFFF;
	padding:2px 0 2px 10px;
}

.pnl_right_login{
	padding:0 10px;
}

.pnl_right_login_table{
	color:#9c9d9f;
}

.content_pnl_left{
	float:left;
	width:175px;
}

.content_left_menu{
	width:140px;
	margin:0 auto 20px;
	padding:0;
	list-style-type:none;
}

.content_left_menu li{
	border-bottom:1px solid #004595;
}

.content_left_menu li a{
	display:block;
	padding-left:10px;
	height:25px;
	line-height:25px;
}

.content_left_menu li a:hover, .content_left_menu li a.active{
	display:block;
	padding-left:10px;
	height:25px;
	line-height:25px;
	background-color:#004595;
	color:#fff;
}

.pnl_side_table{
	margin:10px;
}

.pnl_side_table a:hover{
	text-decoration:none;
	color:#FFF;
}

.pnl_side_table_title{
	display:block;	
	color:#fff;
	font-size:12px;
	padding:2px 2px 2px 10px;
}

.pnl_side_table_content{
	min-height:60px;
}

.pnl_side_table_content p{
	padding:5px 10px 5px 10px;
}

.pnl_side_table_content a:hover{
	text-decoration:none;
	color:#004595;
}

.pnl_side_table_img{
	
}

.pnl_right_cart{
	color:#004595;
	padding:5px 10px;
}

.pnl_right_cart a:hover{
	color:#004595;
}

.redbg{
	background-color:#e2001a;
}

.redborder{
	border:1px solid #e2001a;
}

.redborder p{
	color:#e2001a;
}

.bluebg{
	background-color:#004595;
}

.blueborder{
	border:1px solid #004595;
}

.blueborder p{
	color:#004595;
}

td.btn_blue{
	background-color:#004595 !important;
	text-align:center;
}

td.btn_blue a{
	display:block;
	background-color:#004595;
	color:#FFF;
}

.grey_link_container a{
	color:#97979B;
}

.grey_link_container a:hover{
	color:#222222;
}

.content{
	float:left;
	width:590px;
	padding:0 9px 0 9px;
	overflow:hidden;
}

.title{
	display:block;
	margin:10px 0 10px 0;
}

.title h1.h1{
	padding-bottom:5px;
	border-bottom:1px solid #97979B;
	margin-bottom:10px;
}

.left_paragraph{
	width:45%;
	float:left;
	text-align:justify;
}

.right_paragraph{
	width:45%;
	float:right;
	text-align:justify;
}

.content p{
	line-height:18px;
}

.content_info{
	background-color:#004595;
	margin-top:15px;
	border:1px solid #004595;
}

.content_info dl {
	padding:0;
	margin:0;
}

.content_info dd {
	width:25%; 
	float:left;
	margin:0;
}

.content_info dd h3, .content_info dd a{
	color:#FFFFFF;
}

.content_info dd ul{
	border:1px solid #80a2ca;
	margin:10px;
	padding:5px;
	list-style-type:none;
}

#footer_container {
    height: 100px;
    background-image: url('/Files/System/images/contentBottomBG.png');
    background-repeat: no-repeat;
    background-position: top left;
}

/* Producten */

#product_header{
	height:180px;
	background-repeat:no-repeat;
	border-top:1px solid #97979B;
	border-bottom:1px solid #97979B;
}

.product_item{
	display:inline-block;
	vertical-align:top;
	width:118px;
	border-top:1px solid #97979B;
}

.upsell_item {
	height: 128px;
}

.kolom0, .kolom2, .kolom3, .kolom4{
	border-left:1px solid #97979B;
}

.product{
	margin:5px 0 5px 0;
	cursor:pointer;
}

.product_desc{
	display:none;
}

.product_details{
	margin:5px;
	clear: both;
}

.desc_container{
	float:left;
	height:50px;
	margin-bottom: 5px;
}

.desc_container p{
	display:inline;
	line-height:18px;
}

.desc_info{
	float:right;
	width:110px;
}

.EcomImageSmall{
	cursor:pointer;
}

.product_image_lightbox{
	position:relative;
	height:180px;
	width:250px;
	float:right;
}

.product_image_lightbox img{
	height:180px;
	width:250px;
}

.product_image_zoom{
	width:73px;
	height:99px;
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer;
}

.product_image_zoom a{
	cursor:default;
}

.product_image_zoom img{
	width:73px;
	height:99px;
}

.product_medium_img, .product_image_large, .product_pdf{
	display:none;
}

.pnl_right_logout{
	padding:10px 0 10px 0;
}

.productName{
	font-size:10px;
	padding:0 5px;
}

.product_overview_container{

}

.product_overzicht{
	font-size:12px;
}

.product_tabel_titel{
	display:block;
	text-align:left;
	background-color:#9C9D9F;
	color:#FFF; 
	padding:2px 5px 2px 5px;
}

.product_tabel_titel h2.h2{
	float:left;
	color:#FFFFFF;
	text-transform:none;
	padding:2px 0 2px 0;
}

.product_bestellen{
	background-color:#FFFFFF !important;
}

#Extra_Overview{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color:#ffffff;
	width:589px;
	display:none;
}

.product_order_form{
	margin:0;
	padding:0;
}

.product_table_list{
	border:1px solid #9B9DA0;
}

.product_table_list tr td{
	background-color:#D8D9DB;
}

.product_table_list tr th{
	text-align:left;
}

.product_table_list select{
	width:175px;
}

#loading{
	height:50px;
	position:absolute;
	text-align:center;
	top:10px;
	width:100%;
	z-index:50;
	display:none;
}

.close{
	float:right;
}

.close a{
	color:#FFFFFF;
	font-weight:bold;
}

.profiel_tabel input, textarea{
	width:200px;
}

#requiredEmail, #requiredName, #requiredLogin, #requiredPassword, #uniqueEmail, #uniqueLogin{
	color:red;
}

.btn_verstuur{
	background-color:#004595;
	color:#FFF;
	border:1px solid #004595;
	cursor:pointer;
	/*width:55px;*/
}

/* Winkelwagen */

.winkelwagen tr th{
	height:19px;
	background-color:#9C9D9F;
	color:#FFF;
	border-right:3px solid #fff;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

.winkelwagen tr td{
	height: 19px;
	border-right: 3px solid #fff;
	padding: 0px 5px 0px 5px;
}

.winkelwagen_bestel td{
	background-color: #FFFFFF !important;
}

.winkelwagen_orderline td{
	background-color:#D8D9DB;
}

.winkelwagen_bestel td a{
	color:#fff;
}

.winkelwagen_lijn{
	height:1px !important;
	border-right:3px solid #FFF;
	margin:0;
	padding:0; 
	background-color: #9C9D9F;
}

.winkelwagen tr.winkelwagen_totaalprijs td{
	background-color:#FFFFFF !important;
}

.winkelwagen_orderline td img{
	line-height:17px;
	vertical-align:middle;
}

.winkelwagen_cart_item a:hover{ 
	text-decoration:none;
	color:#004595;
}

/* Upsells */

.product_upsells_container{
	margin-top:20px;
}

.product_upsell_item {
	display:block;
	float:left;
	margin:10px;
}

.product_bestel_btn a{
	display:block;
	background-color:#9C9D9F;
	color:#FFF;
	background-color:#004595 !important;
	text-align:center;
	border-right:3px solid #fff;
}

/* Customer Care */

.geje_tabel tr th{
	background-color:#9C9D9F;
	color:#FFF;
	border-right:3px solid #fff;
	font-weight: bold;
	padding: 0 5px 0 5px;
	text-align:left;
	height:19px;
}

.geje_tabel tr td{
	background-color:#D8D9DB;
	height: 19px;
	border-right: 3px solid #fff;
	padding: 0px 5px 0px 5px;
}

.geje_subtabel td {
	border-right: none !important;
}

.geje_tabel_blauw td{
	background-color: #004080 !important;
	color:#FFF; 
	font-weight: bold;
}

.geje_tabel_blauw td a{
	color:#FFF;
}

.geje_tabel input[type='Textbox']{
	width:200px;
}

.geje_tabel_white{
	border-top:1px solid #9C9D9F;
	border-left:1px solid #9C9D9F;
	border-right:1px solid #9C9D9F;
}

.geje_tabel_white tr th{
	background-color:#9C9D9F;
	color:#FFF;
	font-weight: bold;
	padding: 0 5px 0 5px;
	text-align:left;
	height:19px;
}

.geje_tabel_white tr td{
	height: 19px;
	padding: 0px 5px 0px 5px;
}

.customercare_orderrow td{
	height: 25px !important; 
	padding: 0px 5px 0px 5px !important;
	background-color: #F6F7F7 !important; 
	color: #000000; 
	border-top: solid 1px #ffffff;
}

.white_row{
	background-color: #FFFFFF !important;
}

.hide {
	display:none;
}

/* InkoopAssistent */

.inkoop_proces_flow ol{
	padding:0;
	margin:0;
	list-style-type:none;
}

.inkoop_proces_flow ol li{
	float:left;
}

.inkoop_proces_flow ol li a{
	display:block;
	padding-left:10px;
}

#product_header_inkoop{
	background-repeat:no-repeat;
	border-bottom:1px solid #97979B;
	border-top:1px solid #97979B;
	height:180px;
	background-color:#004595;
}

.product_proces_inkoop{
	float:right;
	position:relative;
	width:295px;
	color:#FFFFFF;
	background-color:#004595;
}

.product_image_inkoop {
	float: left;
}

.product_proces_inkoop ol li a{
	color:#FFFFFF;
}

.product_proces_inkoop li {
	margin-top: 4px;
}

.product_proces_inkoop ol li.procesActive a{
	font-weight:bold;
}

.product_overview_container_inkoop h2{
	background-color:#9C9D9F;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:5px;
}

.product_item_inkoop{
	display:inline-block;
	vertical-align:top;
	width:118px;
}

.btnVorige{
	background-color:#004595 !important;
	border:none !important;
	color:#FFFFFF !important;
	padding:4px !important;
	width:150px;
}

.btnVolgende{
	background-color:#E2001A;
	border:none;
	color:#FFFFFF;
	padding:4px;
	width:150px;
	cursor:pointer;
}

.btnRadio img{
	cursor:pointer;
}

.product_name_inkoop{
	color:#004080;
	font-size:10px;
	position: relative;
}


td.btn_inkoopassistent_blue {
	text-align:center;
}

td.btn_inkoopassistent_blue a {
	background-color:#004595 !important;
	display: block;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
}

.product_inkoop {
    margin: 0px 0px 0px 0px;
	cursor:pointer;
}
