body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../pics/bg-left-empty.gif);
}
body.popup {
	background-image: none;
	background-color: #FFF;
}
img {
    border: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
label {
    cursor: pointer;
}

.linkernav {
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.detailinfo {
	margin-top: 14px;
    line-height: 140%;
}
.detailinfo h1 {
	font-size: 16px;
}
.detailinfo h3 {
	font-size: 12px;
}
.detailinfo div {
	text-align: left; /* center */
}
.detailinfo hr {
	height: 1px;
	width: 100%;
	color:#000000;
	margin: 0px;
}
.detailinfo a {
	color: #cf0000;
	text-decoration: underline;
}
.detailinfo td, .detailinfo th {
    vertical-align: top;
}
.detailinfo .th-left {
    width: 160px;
}
.detailinfo .th-left-address {
    width: 158px;
}
.detailinfo .td-indent {
    width: 25px;
}
.detailinfo .loginForm input.text {
    width: 200px;
}
.detailinfo table.highlight {
    width: 100%;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ddd;
}
.detailinfo table.highlight td {
    padding: 2px;
}

.boek {
	background-color: #eee;
	border: 1px solid #ccc;
}
.content {
	padding: 16px 18px 30px 16px;
	background-color: #fff;
	background-image: url(../pics/bg-content.gif);
	background-repeat: repeat;
}
.news {

	background-color: #EEEEEE;
	border-left:1px solid #000;
}
.newsDiv {
	width:146px;
	padding: 18px 4px 30px 4px;
}
.newsall
{
	padding: 0 4px 30px 4px;
}
ul.genres {
	margin-top: 55px;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
ul.genres li:before {
	content: "\00BB \0020";
}

.newsall  .row
{
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}
.news h2 {
	font-size: 12px;
	margin-bottom:2px;
}
.newsall h2 {
	margin-bottom:2px;
}
.news a, newsall a {
	color: #cf0000;
	text-decoration: underline;
}
.news a.readMore, .newsall a.readMore {
	background:url(../pics/pijl.png) no-repeat right;
	padding-right: 15px;
	color: #000;
	text-decoration: none;
}
.news .subtitle, .newsall .subtitle {
	font-weight:bold;
	color: #cf0000;
}
.news .date, .newsall .date {
	font-style:italic;
	color: #777;
}

.linkernav form {
	margin: 0px;
	padding: 0px;
}
.linkernav input {
	background-color: #EEEEEE;
	width: 116px;
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 14px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.popup td {
  color: #000;
}
.thumbtable img {
	margin-top: 12px;
}
.thumbtable a {

	text-decoration: none;
}
.thumbtable td.thumbImage {
	border-width:1px 1px 0px 1px;
	border-color:#999999;
	border-style:solid;
	background-color:#EEEEEE;
}
.thumbtable td.thumbText {

	border-width:0px 1px 1px 1px;
	border-color:#999999;
	border-style:solid;
	background-color:#EEEEEE;
	padding:6px 4px;
}
.thumbtable td.thumbMore {
	border-width:0px 1px 1px 1px;
	border-color:#999999;
	border-style:solid;
	background-color:#EEEEEE;
	padding:2px 4px;
	background-image:url(../pics/pijl.png);
	background-repeat:no-repeat;
	background-position:center;
}

/* Cart */
.cart-overview th, .cart-overview td {
    vertical-align: top;
}
.cart-overview input.qty {
    width: 40px;
}
.cart-overview .price_tax {
    font-weight: normal;
    font-style: italic;
}

.alert {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 15px;
background-repeat: no-repeat;
background-position: 10px center;
}
.alert.info {
color: #00529B;
background-color: #BDE5F8;
/*background-image: url('info.png');*/
}
.alert.success {
color: #4F8A10;
background-color: #DFF2BF;
/*background-image:url('success.png');*/
}
.alert.warning {
color: #9F6000;
background-color: #FEEFB3;
/*background-image: url('warning.png');*/
}
.alert.error {
color: #D8000C;
background-color: #FFBABA;
/*background-image: url('error.png');*/
}
.alert.validation {
color: #D63301;
background-color: #FFCCBA;
/*background-image: url('validation.png');*/
}


#invoiceAddress {
    padding-top: 10px;
}


.divider {
    height: 15px;
    border-bottom: 1px #000 dotted;
    width: 100%;
}
.divider.single{
    height: 2px;
}
.hide {
    display: none;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.tleft {
    text-align: left;
}
.tright {
    text-align: right;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* Intronet */
a.intronet {
  font-size: 9px;
  color: #AAA;
  margin-right: 2px;
  text-decoration: none;
}
a.intronet:hover {
  color: #F90;
}