/* body and defaults */
body{ background: #FFFFFF url(../images/layout/sidebar.gif) repeat-y; margin:0px }
body,td,th{ color:#304C6C; font: 9pt Verdana,Arial,Helvetica,sans-serif }
/* General Tags */
small { font-size:10px }
.big { font-weight:bold }
.largeimg { border:1px solid #8095A7; margin:30px }
.smallimg { border:1px solid #8095A7; margin:5px }
tr.even td { background:#F5F5F5 }
/* Links */
a, a:link, a:visited, a:hover, a:active{ color:#304C6C; text-decoration:none;}
a:hover, a:active{color:#F78F1E;}

/* Navbar */
#navbarContainer { background:#DFE4E9; color: inherit; }
#navbar { background: #EEEEEE url(../images/layout/navbar.gif) repeat-x top left; color: inherit; height: 29px; line-height: 29px; text-align: center; margin: 0; }
#navbar a { float:left; text-decoration:none; width:140px }
#navbar a:hover,#navbar a.active {
    background:#F4F4F4;
    color: inherit;
}
#navbar li {
    /*margin-top: 1px;*/
    border-right:1px solid #8095A7;
    float:left;
    height:27px;
    list-style:none;
    padding:0;
    line-height: 27px;
}
#navbar ul {
    margin:0;
    padding:0;
}
#navbar a.active {
    font-weight:bold
}

#loggedIn {
    background: #EEEEEE  url(../images/layout/navbar.gif) repeat-x;
    padding-right: 15px;
    text-align: right;
    margin-top: 0px;
    height:27px;
    line-height: 27px;
    color: inherit;
}

#loggedIn table, #loggedIn table td {
    color: inherit;
}

#loggedIn span.username{
    vertical-align: middle;
    padding: 0 0 10px 10px;
    height:27px;
    line-height: 27px;
}

/* Header */
#header{
    background:#DFE4E9;
    text-align:center;
    color: inherit;
}

/* Configurator */

#pageboxheader {
    font: 10px Verdana,Arial,Helvetica,sans-serif;
    border: 1px solid #8095A7;
    margin: -1px 0 0 0;
    text-align: center;
    background:#EEE;
    font-weight:bold;
    padding:2px 5px 1px 5px;
    color: inherit;
}

.categorydiv {
    border-left: 1px solid #8095A7;
    border-right: 1px solid #8095A7;
    border-bottom: 1px solid #8095A7;
    padding: 5px;
    clear: both;
}

.categorydiv div.img {
    float: left;
    border: 1px solid #8095A7;
}

form {
    margin: 0;
    padding: 0;
}

form td label {
    float: left;
    width: 150px;
    font-weight: bold;
    font-size: 9pt;
    line-height: 20px;
}
sup{
    font-weight: bold;
    color: #f00;
    background-color: inherit;
}
fieldset {
    border: 1px dotted #8095A7;
    padding: 10px;
    margin-bottom: 10px;
}
legend {
    font-weight: bold;
    font-size: 10px;
    color: #304C6C;
    background-color: #FFFFFF;
    padding: 5px;
}
input.text, textarea.textarea, select.nselect{
    font: 10pt Verdana,Arial,Helvetica,sans-serif;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(../images/layout/fieldbg.gif) repeat-x top;
    color:#304C6C;
    width: 200px;
}

input.textlong, textarea.textarealong, select.nselectlong{
    font: 10pt Verdana,Arial,Helvetica,sans-serif;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(../images/layout/fieldbg.gif) repeat-x top;
    color:#304C6C;
    width: 400px;
}

select.smallselect{
    width: 75px;
    font-size:8pt;
}
input.button {
    font: 10pt Verdana,Arial,Helvetica,sans-serif;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(../images/layout/fieldbg.gif) repeat-x top;
    color:#304C6C;
}
input.smallbutton {
    font-size:8pt;
}

input.validation-failed, textarea.validation-failed {
    background:#c00 url(../images/layout/fieldbg.gif) repeat-x top;
    color : #fff;
}
.validation-advice {
    padding: 5px;
    color : #c00;
    font-weight: bold;
    font-size: 10px;
    float: left;
    background: inherit;
}

/* SideBar */
#sidebar{
    width:200px
}
#sidebar li{
    font-size:9pt;
}
#sidebar table{
    border:1px solid #8095A7;
    margin: 10px 0 0 0;
    width:182px
}
#sidebar td{
    background:#FFFFFF;
    padding:2px;
    padding-bottom:5px;
    padding-top:5px
}
#sidebar th{
    background:#DFE4E9;
    border-bottom:1px solid #8095A7;
    font-weight:bold;
    padding:1px;
    text-align:center
}
#sidebar ul{
    list-style:none;
    margin:0;
    padding:5px;
    padding-left:15px
}

#sidebar .mhead {
    border: 1px solid #8095A7;
    background: #DFE4E9;
    width: 175px;
    margin: 10px 0 0 0;
    display: block;
    font-weight: bold;
    padding: 1px;
    padding-left: 5px;
}

#sidebar .submenu {
    border:1px solid #8095A7;
    border-top: 0;
    width: 177px;
    margin: 0 0 10px 0;
    background:#FFFFFF;
    padding:2px;
}


#sidebar input.text {
    border: 1px solid #8095A7;
    background: #F5F5F5;
    font-size: 9pt;
    margin: 5px;
    width: 150px;
}

#sidebar .submenu form.center {
    text-align: center;
}

#maincontent{
    padding: 14px 10px 10px 10px;
}

/* Nieuws */
.maincontenttable {
    border:1px solid #8095A7;
    width:100%;
}
.maincontenttable th{
    background:#DFE4E9;
    border-bottom:1px solid #8095A7;
    font-weight:bold;
    padding:1px;
    text-align:center
}
.maincontenttable td {
    border-bottom:1px solid #DFE4E9;
    padding:2px;
    padding-left:7px
}
#nieuws td.datum {
    font-size:10px;
    padding-right:7px;
    text-align:right
}

#nieuws td.morefooter{
    border:0;
    padding-right:7px;
    text-align:right
}

#nieuws td.morefooterlinks {
    border: 0;
}
/* Frontpage Half width boxes */
.fphalf {
    border:1px solid #8095A7;
    width:99%
}
.fphalf th{
    background:#DFE4E9;
    border-bottom:1px solid #8095A7;
    font-weight:bold;
    padding:1px;
    text-align:center
}
.fphalf td {
    padding:3px;
}
.fphalf td.naam {
    border-bottom:1px solid #DFE4E9;
    font-weight:normal;
    text-align:left;
    padding-left: 7px;
}
.fphalf td.prijs {
    border-bottom:1px solid #DFE4E9;
    font-size:11px;
    padding:2px;
    padding-right:7px;
    text-align:right
}
.fphalf td.morefooterlinks{
    border:0;
    padding-left:7px;
    text-align:left;
    font-size: 11px;
}
.fphalf td.morefooter { border:0; padding-right:7px; text-align:right }
.fphalf td.sdesc { font-size:10px; padding-left:15px; padding-right:15px; text-align:justify }
.fphalf td.image { border-bottom:1px solid #DFE4E9; width: 78px; }

.adminForm {border: 1px #8095A7 dashed; padding: 0; margin: 15px; width: 200px; }
.adminForm div.header { font-weight: normal; padding: 2px; font-size: 11px; background: #DFE4E9; border-bottom: 1px #8095A7 dashed; }
.adminForm form { padding: 10px; padding-bottom: 0px; }
.adminForm .techdata { padding: 10px; padding-bottom: 0px; font-size: 11px;}
.adminForm input.styled { border: 1px #8095A7 solid; padding: 1px; background: #DFE4E9; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #4E6172; text-align: right; }
.adminForm label { font-size: 10pt; margin-top: -5px; }
.adminForm input.img { margin-top: -6px; margin-left: 5px; }

.maincontenttable td.flypagecontent { padding-right: 10px; border: 0; }
.maincontenttable td.flypagecontent li { margin-left: 25px; list-style-image: url("../images/icons/button.gif");}
.maincontenttable td.flypagecontent table { width: 100%; }
.maincontenttable td.flypagecontent table.spec, .maincontenttable td.flypagecontent table.sect { margin-bottom: 10px;  }

td.productcell .image { width: 75px; float: left; margin: 5px 10px 5px 0; }
td.productcell .producttitle { font-weight: bold; margin: 5px 0 0 0; }
td.productcell .shortdesc { font-size: 10px; margin: 0; padding: 0; min-height: 60px}
td.productcell .prijs { font-size: 11px; font-weight: bold; text-align: right; margin: 0; padding: 0; padding-right: 5px;}
#productflypage h1 { font-size: 12pt; margin: 15px 0 5px 0;  }


.cart .naam {
    width: 70%
}

.cart .cartsku {
    color: #999;
    font-size: 10px;
    text-align: center;
    width: 5%;
}

.cart .cartquantity {
    text-align: center;
    width: 10%;
}
.cart .cartqauntitytextbox {
    width: 30px;
    border: 1px solid #8095A7;
    background: #F5F5F5;
    text-align: center;
    padding: 1px;

}

.cart .prijs {
    text-align: right;
    width: 10%;
}

#resultaat, #fullsearchbox { font:10px Verdana,Arial,Helvetica,sans-serif; border:1px solid #8095A7; width:100%; margin-bottom: 10px;}
#resultaat .resultlinehead, #fullsearchbox .searchboxhead { background:#DFE4E9; color: inherit; border-bottom:1px solid #8095A7; font-weight:bold; padding:2px 5px 2px 5px; }
#resultaat .scorehead, #resultaat .score { float: right;}
#resultaat .resultlineeven, #resultaat .resultlineodd { font-size: 9pt; border-bottom:1px solid #DFE4E9; padding:2px 5px 2px 5px;}
#resultaat .resultlineodd {background:#F5F5F5; color: inherit; }
#resultaat .resultlinefoot {  text-align: right; font-size: 10px; font-weight: bold; }
#fullsearchbox #formdiv { padding: 15px; font-size: 9pt; }
#fullsearchbox #formspan { width: 400px; }
#fullsearchbox #formdiv input#zoeken { float: right; }

.noborders td { border: 0;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

.hpbanner{
    background: url(../images/banners/bg.gif) repeat-x;
    border: 1px solid #8095A7;
    padding-left: 10px;
}
.hpbanner img.right {
    float: right;
    margin: 5px 0 0 0;
}
.hpbanner p.bigorange {
    color: #F78F1E;
    font-size: 16px;
    font-weight: bold;
}

.showborders{
    border:1px solid #DFE4E9;
    border-bottom: 0;
}

.showborders td {
    font-weight: bold;
    border-bottom:1px solid #DFE4E9;
    padding: 3px;
    padding-left: 15px;
}

.showborders td.label {
    font-weight: normal;
    border-right:1px solid #DFE4E9;
    padding-left: 5px;
    padding-right: 15px;
    min-width: 150px;
}

.showborders td small{
    font-weight: normal;
}

.maincontenttable td.flypagecontent h3 {
    border-bottom:1px solid #c9c9c9;
    margin-bottom:1em;
    padding-left: 5px;
    color: #304C6C;
    padding-bottom: 5px;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

tr.first td {  background: url(/images/bts/bg.gif) repeat-x; }

.edit input { border: 1px solid #c9c9c9; padding-right: 3px; padding-left: 3px; margin-right: 3px; }
.edit button { font-size: 11px; }


.maincontenttable td.flypagecontent .technical-details th {
	width:	250px;
	background: none;
	border: 0;
	text-align: left;
	vertical-align: top;
}

.maincontenttable td.flypagecontent .technical-details td {
	vertical-align: top;
}

.maincontenttable td.flypagecontent ul.product-gallery {
	padding: 0;
	margin: 0;
}

.maincontenttable td.flypagecontent .product-gallery li {
	list-style: none;
	float: left;
    width: 75px;
    height: 50px;
	margin: 0 1em 1em 0;
	background: none;
	padding: 0;
}

.maincontenttable td.flypagecontent .product-gallery li a {
	text-decoration: none;
}

.maincontenttable td.flypagecontent .product-gallery li a img {
	border: 1px solid #efefef;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */