body {
	margin:0px;
	font:13px/20px Arial, Helvetica, sans-serif;
	padding:60px 0px 0px 0px;
	background-color:#F3F3F3;
}
.blg {
	background-color:#F3F3F3;
}
h1 {
	font-weight:normal;
	font-size:26px;
	line-height:26px;
	margin:0px 0px 20px 0px;
}
h2 {
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	margin:0px 0px 20px 0px;
}
h3 {
	font-weight:normal;
	font-size:22px;
	line-height:22px;
	margin:0px 0px 16px 0px;
}
h4 {
	font-weight:normal;
	font-size:20px;
	line-height:20px;
	margin:0px 0px 14px 0px;
}
.container {
	width:70%;
}
label {
	float:left;
	clear:left;
	padding:5px 0px;
	width:200px;
}
input, textarea {
	float:left;
	border:1px solid #ccc;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	width:300px;
}
select {
	float:left;
	border:1px solid #ccc;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	width:320px;
}
input[type=radio], input[type=checkbox] {
	width:auto!important;
	padding:0px!important;
	margin:5px 10px 0px 0px;
}
.sublabel {
	clear:none!important;
}
input[type=submit] {
	float:right;
	clear:both;
	background-color:#000;
	color:#fff;
	width:auto!important;
	border:0px;
}

.blg .login {
	background-color:#fff;
	border:1px solid #ccc;
	padding:20px;
	margin:50px auto;
	width:300px;
	overflow:hidden;
}
.blg input {
	width:calc(100% - 20px);
}


#header {
	background-color:#fff;
	position:fixed;
	top:0px;
	left:0px;
	padding:10px 20px;
	width:calc(100% - 40px);
	height:40px;
	border-bottom:1px solid #000;
	z-index:10000000000;
}
#nav {
	float:right;
	display:inline;
	margin:10px 0px 0px 0px;
}
#nav > ul {
	padding:0px;
	margin:0px;
}
#nav > ul > li {
	position:relative;
	float:left;
	display:inline;
	padding:0px;
	margin:0px;
	list-style:none;
	border-left:1px solid #fff;
}
#nav > ul > li:hover {
	border-left:1px solid #ccc;
}
#nav > ul > li:first-child {
	border-left:1px solid #fff!important;
}
#nav > ul > li > a {
	display:block;
	color:#000;
	font-size:16px;
	text-decoration:none;
	padding:5px 10px;
}
#nav > ul > li > ul {
	position:absolute;
	padding:0px;
	margin:0px;
	display:none;
	list-style:none;
	background-color:#fff;
	top:30px;
	border-left:1px solid #fff;
	left:-1px;
}
#nav > ul > li:hover > ul {
	border-left:1px solid #ccc;
	display:block;
}

#nav > ul > li > ul > li > a {
	display:block;
	text-decoration:none;
	color:#000;
	padding:5px 10px;
	font-size:14px;
}
#content {
	padding:20px;
	width:calc(100% - 40px);
	overflow:hidden;
	margin:0px 0px 50px 0px;
}


#legend {
	background-color:#fff;
	float:right;
	max-width:300px;
	width:30%;
	border:1px solid #ccc;
	padding:15px;
}

#address {
	float:left;
	background-color:#fff;
	width:calc(60% - 40px);
	border:1px solid #ccc;
	padding:20px;
}
#address span {
	float:left;
	position:relative;
}
#address label {
	width:40%;
}
#address input {
	width:calc(60% - 22px);
}

#boninfo {
	float:right;
	background-color:#fff;
	width:calc(38% - 40px);
	border:1px solid #ccc;
	padding:20px;
}
#boninfo .newbon {
	display:block;
	background-color:#000;
	color:#fff;
	text-decoration:none;
	text-align:center;
	margin:20px 0px 0px 0px;
	padding:10px 0px;
}
#artikelen {
	float:left;
	width:calc(100% - 40px);
	background-color:#fff;
	border:1px solid #ccc;
	padding:20px;
	margin:20px 0px;
}
#paymentline {
	float:left;
	display:none;
	width:calc(100% - 40px);
	border:1px solid #ccc;
	padding:20px;
	margin:20px 0px;
}
#btw, #betaling, #tebetalen {
	background-color:#fff;
	float:left;
	width:calc(33% - 40px);
	border:1px solid #ccc;
	padding:20px;
	height:170px;
	margin:20px 0px;
}
#betaling {
	margin:20px 10px;
	width:calc(33% - 60px);
}
td, th {
	text-align:left;
}
.pc {
	display:block;
	position:relative;
}
.picker {
	position:absolute;
	background-color:#fff;
	z-index:1000000;
	top:28px;
	left:0px;
	border:1px solid #ccc;
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	list-style:none;
	padding:0px;
	margin:0px;
	width:500px;
}
.picker li {
	cursor:pointer;
	padding:3px 8px;
}
.picker li:hover {
	background-color:#C5F4FE;
}
.tbl th, .tbl th {
	background-color:#fff;
	padding:10px 10px;
}
.tbl th input, .tbl th input {
	margin:0px 10px 0px 0px;
	border:0px;
}
.tbl th {
	background-color:#000;
	color:#fff;
}
.tbl th select, .tbl th select {
	margin:0px 10px 0px 0px;
	border:0px;
}
.tbl thead td {
	background-image:url("/images/theadtdbg.png");
	background-size:100% 100%;
}
.tbl td {
	padding:3px 10px;
	background-color:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
.tbl td:first-child {
	border-left:1px solid #ccc;
}

.hoverimg {
	position:absolute;
	border:1px solid #ccc;
}
.tbl tbody tr:hover td {
	background-color:#C5F4FE;
}
.lvl1 {
}
.lvl2 {
	padding:0px 0px 0px 20px;
}
.lvl3 {
	padding:0px 0px 0px 40px;
}
.lvl4 {
	padding:0px 0px 0px 60px;
}
.lvl5 {
	padding:0px 0px 0px 80px;
}

#uploadimages {
	float:left;
	clear:left;
	width:600px;
}
.submitbtns {
	clear:left;
	float:left;
	margin:20px 0px;
}
.submitbtns .btn {
	float:left;
	margin:0px 20px 20px 0px;
}
.submitbtns a, a.cancel {
	display:inline-block;
	background-color:#E2E2E2;
	padding:5px 10px;
	color:#000;
	text-decoration:none;
}

#imgs {
    overflow: hidden;
}
#saveproduct strong {
	float:left;
	clear:both;
	margin:20px 0px 10px 0px;
}
#imgs span {
    border: 1px solid #ccc;
    display: block;
    float: left;
    height: 100px;
    margin: 0 10px 10px 0;
    position: relative;
    width: 100px;
}
#imgs span img.shop_delimg {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10000;
}

#imgs span img:last-child {
    height: 100px;
    width: 100px;
}

#drop {
    background-color: #fbfbfb;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    color: #7f858a;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    padding: 20px 50px;
    text-align: center;
    text-transform: uppercase;
}

#drop a {
    background-color: #007a96;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 12px 26px;
}

#drop input {
    display: none;
}
.groups {
    border: 1px solid #ccc;
    list-style: outside none none;
	margin:0px;
	padding:0px;
}
.groups li:last-child {
    border: 0 none;
}
.groups li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
	overflow:hidden;
}
.groups li > span {
    border: 1px solid #ccc;
    cursor: pointer;
    float: right;
    padding: 3px 8px;
}
.groups li > span {
    border: 1px solid #ccc;
    cursor: pointer;
    float: right;
    padding: 3px 8px;
}
.groups li ul {
    border-top: 1px solid #ccc;
	margin:0px;
	padding:0px;
	float:left;
	clear:left;
	width:100%;
    list-style: outside none none;
}
.groups li ul li {
    border-bottom: 1px solid #ccc;
    height: 30px;
    padding: 10px;
    position: relative;
}
.groups li ul li label {
    float: left;
	clear:none;
	width:100px;
    margin: 2px 0 0 10px;
}
.groups li ul li label.prijs {
	width:100px;
}
#filter {
	border:1px solid #ccc;
	background-color:#E9E9E9;
	height:55px;
	padding:10px 20px;
	width:800px;
}
#filter input[type=submit] {
	float:left;
	clear:none;
}
ul.tabs {
	list-style:none;
	overflow:hidden;
	border-left:1px solid #ccc;
	position:relative;
	z-index:9999;
	margin:0px;
	padding:0px;
}
ul.tabs li {
	float:left;
	display:inline;
	padding:10px 15px;
	background-color:#F2F2F2;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	cursor:pointer;
}
ul.tabs li.active {
	border-bottom:1px solid #fff;
	background-color:#fff;
}
div.tabs {
	border:1px solid #ccc;
	padding:15px;
	min-width:450px;
	max-width:800px;
	margin:-1px 0px 0px 0px;
	position:relative;
}
div.tabs .tab {
	display:none;
	overflow:hidden;
}
div.tabs .tab.active {
	display:block;
}

#cc {
    clear: both;
    display: inline;
    float: left;
    font-style: italic;
    margin: -5px 0 0 200px;
}
hr {
	border:0px;
	border-bottom:1px solid #ccc;
	margin:10px 0px;
	float:left;
	clear:both;
	width:100%;
}



ul.table, ol.table {
	display:block;
	border:1px solid #ccc;
	padding:0px;
	margin:0px;
	list-style:none;
}
ul.table li, ol.table li {
	border-bottom:1px solid #ccc;
}
ul.table>li:first-child, ol.table>li:first-child {
	background-color:#EEE;
}
ul.table li:last-child, ol.table li:last-child {
	border:0px;
}
ul.table li span, ol.table li span {
	display:inline-block;
	background-color:#fff;
	padding:5px;
	border-right:1px solid #ccc;
}
ul.table li strong span, ol.table li strong span {
	background-color:#000;
	float:left;
	color:#fff;
}
ul.table li span:last-child, ol.table li span:last-child {
	border:0px;
}
ul.table li ul, ol.table li ol {
	border-top:1px solid #ccc;
}
.catman {
	list-style:none;
	width:100%;
	max-width:900px;
}
.catman .popular {
	width:60px;
	cursor:pointer;
	text-align:center;
}
.catman .name {
	width:439px;
}
.catman .name img {
	float:right;
	margin:0px 0px 0px 5px;
}
.catman li ol {
	margin:0px;
	padding:0px;
	list-style:none;
}
.catman li ol li .name {
	width:409px;
	margin:0px 0px 0px 30px;
}
.catman li ol li ol li .name {
	width:379px;
	margin:0px 0px 0px 60px;
}
.catman li ol li ol li ol li .name {
	width:309px;
	margin:0px 0px 0px 90px;
}
.catman li ol li ol li ol li ol li .name {
	width:309px;
	margin:0px 0px 0px 120px;
}
.catman .margin {
	width:145px;
}
.catman .warrenty {
	width:142px;
}
.catman .warrenty {
	border-right:0px;
}
.catman .highlight {
	width:60px;
	cursor:pointer;
	text-align:center;
}
.catman .nohighlight {
	width:60px;
	background-color:#EEE;
}

.box {
	float:left;
	clear:both;
	min-width:800px;
	padding:20px;
	border:1px solid #ccc;
}


.results {
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
}
.results li {
	display:inline-block;
	padding:5px;
	background-color:#DCDCDC;
	min-width:20px;
	text-align:center;
	margin:0px 5px 5px 0px;
}
.results li.active {
	background-color:#000;
}
.results li.active a {
	color:#fff;
}
.results li a {
	display:block;
	color:#000;
	text-decoration:none;
}
tr td.active {
	background-color:#f0fff0;
}
.statlist {
	list-style:none;
	margin:0px;
	padding:0px;
}
.statlist li {
	border-bottom:1px solid #ccc;
	background-color:#f7f7f7;
	padding:10px 20px;
}
.statlist li:nth-child(odd) {
	background-color:#ededed;
}
.statlist li strong {
	font-size:18px;
	font-weight:normal;
}
.statlist li em {
	color:#666;
}
.rmaupdate {
	border:1px solid #ccc;
	background-color:#EDEDED;
	padding:20px;
	overflow:hidden;
	margin:0px 0px 30px 0px;
}
tr.removed {
	text-decoration:line-through;
	color:#999;
	font-style:italic;
}