/*
 * best guess colors
 * red: #FC0303
 * light grey: #CCC;
 */
#product {
	position: relative;
	left: 135px;
	top: 128px;
	width: 450px;
	padding: 10px 20px;
	border-left: 1px solid #acacac;
	z-index: 1;
}

body {
	margin: 0;
	padding: 0;
	background: #000 url(/skin/bg.png) left top repeat-y;
	color: #FFF;
	font: normal 12px "Trebuchet MS", sans-serif;
}
body.wide {
	background: #000 url(/skin/bg-wide.png) left top repeat-y;
}
body.doublewide {
	background: #000 url(/skin/bg-wide2.png) left top repeat-y;
}
body.product {
	background: #000 url(/skin/product-bg.png) left top repeat-y;
}
#bg {
	width: 380px;
	height: 500px;
	background: transparent url(/skin/speaker.jpg) left top no-repeat;
}

/*----- inner content -----*/
#inner {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 200px;
	z-index: 1;
}
#inner-doublewide {
	position: absolute;
	top: 0;
	left: 0;
	margin: 128px 0 0 136px;
	padding: 10px 20px;
	width: 823px;
	min-height: 200px;
	background-color: #404040;
}

/*----- generic -----*/
h1 {
	margin: 10px 0;
	font-size: 160%;
}
h2 {
	clear: both;
	margin: 10px 0;
	font-size: 140%;
}
h3 {
	clear: both;
	margin: 10px 0;
	font-size: 120%;
}
h4 {
	clear: both;
	margin: 10px 0;
	font-size: 140%;
	color: #FC0303;
}
h5 {
	clear: both;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*----- top bar -----*/
#top {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 1000px;
	height: 101px;
	border-bottom: 1px solid #CCC;
	background: #000 url(/skin/logo.jpg) right top no-repeat;
}
#logotrans {
	position: absolute;
	top: 0;
	right: 0;
	width: 237px;
	height: 95px;
	display: block;
	background: transparent;
}
#top ul {
	float: left;
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
}
#top li {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #CCC;
}
#top li.first, #top #lang li {
	border-top: 0;
}
#top a {
	color: #CCC;
	text-decoration: none;
}
#top a:hover, #top a.active {
	color: #FC0303;
}
#top #lang {
	position: absolute;
	left: 387px;
	top: 0;
}
#top #nav {
	position: absolute;
	left: 445px;
	top: 0;
}
#top #sites {
	position: absolute;
	left: 510px;
	top: 0;
	padding-left: 10px;
	border-left: 1px solid #CCC;
}
#top #sites2 {
	position: absolute;
	left: 640px;
	top: 0;
	padding-left: 10px;
	border-left: 1px solid #CCC;
}
#top #menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
	margin: 0;
	padding: 77px 0 0 0;
	height: 24px;
	background: transparent url(/skin/top-bg.jpg) left top no-repeat;
	font-size: 14px;
}
#top #menu li {
	float: left;
	border: 0;
}
#top #menu a {
	display: block;
	padding: 0 10px;
	border-right: 1px solid #FFF;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
}
#top #menu a:hover, #top #menu a.active {
	background: transparent url(/skin/link-bg.gif) 0 100% repeat-x;
}
#top #menu a.last {
	border: 0;
}

/*----- product navigation with design SNAFU fix -----*/
#productselect {
	position: absolute;
	z-index: 1;
	top: 102px;
	left: 0;
	width: 135px;
	height: 25px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	font-weight: bold;
}
#productsub {
	list-style: none;
	position: absolute;
	left: 0;
	width: 115px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #CCC;
	border-left: 0;
	background: #FC0303;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#productsub li {
	list-style: none;
	width: 115px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 25px;
}
#productsub a {
	display: block;
	color: #FFF;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}
* html #productsub a {
	line-height: 21px;
}

/*----- more design SNAFU fixes -----*/

#productnav {
	position:absolute;
	left:0pt;
	top:128px;
	width:125px;
	padding: 0 5px;
	font-size: 110%;
	z-index: 300;
}
#productnav ul {
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
#productnav li {
	margin: 0;
	padding: 2px 0;
	line-height: 15px;
}
#productnav a:hover, #productnav a.active {
	color: #FC0303;
	text-decoration: none;
}
#productnav li a:hover, #productnav li a.active {
	color: #000000;
	text-decoration: none;
}
#productnav li a.currentPage:hover {
	cursor: default;
	color: #ffffff;
	text-decoration: none;
}
#productnav .pager {
	margin: 2px;
	text-align: center;
	font-size: 14px;
}

/*----- product page -----*/

#products {
	list-style: none;
	position: absolute;
	top: 102px;
	left: 135px;
	width: 865px;
	height: 25px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	background: transparent url(/skin/cover.gif) left top repeat-y;
	font-size: 14px;
		z-index: 400;
}
#products ul {
		z-index: 401;
}
#products li {
	float: left;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #CCC;
	line-height: 25px;
		z-index: 402;
}
#products a {
	display: block;
	line-height: 25px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
		z-index: 403;
}
#products a:hover, #products a.active {
	background: transparent url(/skin/link-bg.gif) 0 100% repeat-x;
}
#products li.brand, #products li ul.brandsub li {
	position: relative;
}
#products li ul.brandsub {
	display: none;
}
#products li:hover ul.brandsub {
	display: block;
}
#products ul.brandsub {
	list-style: none;
	position: absolute;
	left: 0;
	top: 25px;
	min-width: 120px;
	margin: 0;
	padding: 0 10px 20px 10px;
	border: 1px solid #CCC;
	background: #000;
	z-index: 401;
}
#products ul.brandsub li {
	display: block;
	float: none;
	min-width: 100px;
	margin: 0;
	padding: 0 10px;
	border: 0;
	border-bottom: 1px dashed #CCC;
	white-space: nowrap;
	font-size: 12px;
}
#products ul.brandsubsub li {
	display: block;
	float: none;
	min-width: 100px;
	margin: 0;
	padding: 0 10px;
	border: 0;
	border-bottom: 1px dashed #CCC;
	white-space: nowrap;
	font-size: 12px;
	position: absolute;
	z-index: 1000;
}
#products ul.brandsub a:hover {
	color: #FC0303;
	background-image: none;
}

#products li li ul.brandsubsub {
	display: none;
	position: absolute;
	z-index: 450;
}
#products li li:hover ul.brandsubsub {
	display: block;
	position: absolute;
	z-index: 450;
}
#products ul.brandsubsub {
	list-style: none;

	left: 110px;
	top: 0;
	min-width: 120px;
	margin: 0;
	padding: 0 10px 20px 10px;
	border: 1px solid #CCC;
	background: #000;
	position: absolute;
	z-index: 450;
}


/*----- columns left -----*/
#left {
	z-index:2;
	position: absolute;
	top: 128px;
	left: 0;
	width: 135px;
	min-height: 300px;
	border-right: 1px solid #CCC;
}
#left.withsub {
	top: 478px;
}
#leftsub {
	/*min-height: 350px;*/
	padding: 0 10px;
	border-bottom: 1px solid #CCC;
}
#leftsub.noproducts {
	display: none;
}
#leftsub ul {
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#leftsub li {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #CCC;
	line-height: 18px;
}
#leftsub li.first {
	border-top: 0;
}
#leftsub a {
	color: #CCC;
	text-decoration: none;
}
#leftsub a:hover, #leftsub a.active {
	color: #FC0303;
}
#left #helpdesk {
	height: 245px;
	padding: 0 10px;
	border-bottom: 1px solid #CCC;
	background: #000 url(/skin/helpdesk.jpg) left top no-repeat;
}
#left #helpdesk p {
	width: 110px;
	margin-top: 10px;
	border: 1px solid #CCC;
	background-color: #999;
	color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font: normal 11px "Trebuchet MS", sans-serif;
}
#left #helpdesk form {
	margin: 0;
	padding: 0;
}
#left #helpdesk textarea, #left #helpdesk input[type="text"] {
	width: 110px;
	margin-top: 10px;
	border: 1px solid #CCC;
	background-color: #CCC;
	color: #555555;



	opacity: 0.8;
	filter: alpha(opacity=80);
	font: normal 11px "Trebuchet MS", sans-serif;
}
#left #helpdesk textarea {
	height: 60px;
}
#left #helpdesk input[type="submit"] {
	width: 80px;
	margin-top: 5px;
	border: 0;
	background: #000 url(/skin/submit.gif) 100% 50% no-repeat;
	color: #FFF;
	text-align: left;
	cursor: pointer;
}
#left #helpdesktel {
	padding-top: 20px;
	font: bold 110% "Trebuchet MS", sans-serif;
	text-align: center;
}

/*----- supply -----*/
table.supply {
	border-collapse: collapse;
}
table.supply th {
	padding: 10px 20px 4px 0;
	font-size: 110%;
	text-align: left;
}
table.supply td {
	padding: 4px 20px;
}
table.supply div.supply-in {
	width: 20px;
	height: 12px;
	background: #0F0;
}
table.supply div.supply-out {
	width: 20px;
	height: 12px;
	background: #F00;
}

/*----- compare -----*/
table.compare {
	border-collapse: collapse;
}
table.compare tr {
	vertical-align: top;
}
table.compare th {
	padding: 10px;
	font-size: 110%;
	text-align: left;
}
table.compare td {
	padding: 4px 10px;
}
table.compare img {
	width: 120px;
	border: 0;
}
table.compare tr.subheader td {
	border-right: 1px solid #CCC;
}
table.compare tr.data td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.compare tr.subheader td.noright, table.compare tr.data td.noright {
	border-right: 0;
}
table.compare tr.data td.data {
	padding-left: 40px;
}

/*----- form -----*/
table.form {
	border-collapse: collapse;
	font-weight: bold;
}
table.form tr {
	vertical-align: top;
	font-weight: bold;
}
table.form td {
	padding: 4px 10px;
	font-weight: bold;
}
table.form form {
	margin: 0;
	padding: 0;
}
table.form textarea, table.form input[type="text"] {
	width: 100%;
	border: 1px solid #000;
	background-color: #CCCCCC;
	color: #FFF;
	font-weight: bold;
}
table.form textarea {
	height: 100px;
}
table.form input[type="submit"] {
	width: 80px;
	margin-top: 5px;
	border: 0;
	background: #404040 url(/skin/submit.gif) 100% 50% no-repeat;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}

/*----- faq -----*/
ul.faq {
	list-style: none;
	height: 26px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #CCC;
}
ul.faq li {
	float: left;
	border: 0;
}
ul.faq a {
	display: block;
	padding: 0 10px;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
ul.faq a:hover, ul.faq a.active {
	background: transparent url(/skin/link-bg.gif) 0 100% repeat-x;
}

/*----- product list -----*/
#productlist {
	list-style: none;
	position: absolute;
	top: 128px;
	left: 136px;
	width: 260px;
	margin: 0;
	padding: 0;
/*    font-size: 110%;
	font-weight: bold;*/
}
#productlist li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
#productlist img {
	float: none;
	max-width: 240px;
	margin-top: 10px;
	border: 0;
}
#productlist a {
	text-decoration: none;
}
#productlist a:hover, #productlist a.active {
	color: #FC0303;
}
#relatedlist {
	list-style: none;
	position: absolute;
	top: 128px;
	left: 866px;
	width: 135px;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
}
#relatedlist li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
#relatedlist img {
	float: none;
	max-width: 115px;
	margin-top: 10px;
	border: 0;
}
#relatedlist a {
	text-decoration: none;
}
#relatedlist a:hover {
	color: #C00;
}
#fullproduct {
	position: absolute;
	left: 395px;
	top: 128px;
	width: 450px;
	padding: 10px;
}
#fullproduct .price {
	float: right;
	text-align: right;
}
#fullproduct .price .remark {
	color: #FC0303;
	font-size: 70%;
	font-weight: bold;
}
#fullproduct img {
	max-width: 450px;
}
#fullproduct .description {
	border-bottom: 1px dashed #CCC;
}

#product .price {
	float: right;
	text-align: right;
}
#product .price .remark {
	color: #FC0303;

	font-size: 70%;
	font-weight: bold;
}
#product img {
	/*max-width: 450px;*/
	border: 0 none;
	outline: 0 none;
}
#product .description {
	border-bottom: 1px dashed #CCC;
}
#fullproduct p, #product p {
/*    margin: 0;*/
}

#productextra {
	position: absolute;
	top: 128px;
	left: 666px;
	width: 200px;
	margin: 20px 0 0 0;
}
#productextra h3 {
	margin-right: 4px;
	padding: 5px 20px;
	background-color: #FC0303;
	color: #FFF;
}
#productextra ul.links {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
#productextra ul.links li {
	padding: 0 0 0 10px;
}
#productextra ul.images {
	margin: 20px 0 0 0;
	border-top: 1px dashed #CCC;
	padding: 0;
	list-style: none;
}
#productextra ul.images li {
	padding: 10px;
}
#productextra img {
	max-width: 180px;
	margin-top: 10px;
	border: 2px solid #000;
}
#productextra img:hover, #productextra img.active {
	border: 2px solid #FC0303;
	cursor: pointer;
}

/*--- zoeken ---*/

#searchformdiv {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	font-size: 11px;
}
#searchformdiv h2 {
	font-size: 11px;
	margin: 0;
}
#searchformdiv form {
	margin: 0;
	padding: 0;
}
#searchformdiv input[type="text"] {
	width: 110px;
	border: 1px solid #CCC;
	background-color: #CCC;
	color: #555555;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font: normal 11px "Trebuchet MS", sans-serif;
}
#searchformdiv input[type="submit"] {
	margin: 5px 0 0 0;
	padding-right: 15px;
	border: 0;
	background: transparent url(/skin/submit.gif) 100% 50% no-repeat;
	color: #FFF;
	text-align: left;
	cursor: pointer;
}

#searchform {
	margin: 0;
	padding: 0;
}

#searchpageform input[type="text"] {
	width: 110px;
	border: 1px solid #CCC;
	background-color: #999;
	color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font: normal 11px "Trebuchet MS", sans-serif;
}
#searchpageform input[type="submit"] {
	margin: 5px 0 0 20px;
	padding-right: 15px;
	border: 0;
	background: transparent url(/skin/submit.gif) 100% 50% no-repeat;
	color: #FFF;
	text-align: left;
	cursor: pointer;
}
div.pager {
	margin: 10px 40px;
}
div.pager .active {
	color: #FC0303;
}
div.searchresult {
	border-bottom: 1px dashed #FFF;
}
div.searchresult h1 {
	margin: 0;
	font-size: 12px;
}
div.searchresult p {
	margin: 0 0 4px 0;
}

/*--- suggestions ---*/
#searchformtext {
	position: relative;
	display: inline;
}
#searchformtext #suggest {
	z-index: 2;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 110px;
	border: 1px solid #CCC;
	background-color: #999;
	color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#suggest ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#suggest li {
	margin: 0;
	padding: 1px 2px;
}
#suggest li.active {
	background-color: #FC0303;
}
h1.searchheader {
	color: #FC0303;
}

/*--- faq ---*/
div.faq {
	clear: both;
}
div.answer img {
	float: right;
}
div.answer ul {
	list-style: none;
}
/*--- diversen ---*/
div#credits {
	position: absolute;
	top: 700px;
	left: 10px;
	margin-top: 20px;
	font-size: 70%;
	text-align: center;
	color: #444444;
}
div#credits a {
	color: #444444;
}

/*--- new faq ---*/
.newfaq h1 {
	color: #ffffff;
}
.newfaq h1.index {
	color: #ffffff;
}
.newfaq h1 a {
	color: #ffffff;
}
.newfaq h1 a.active, .newfaq h1 a:hover {
	color: #fc0303;
	text-decoration: none;
}
#faqsearch {
	padding: 10px;
	background: #777;
}
#faqsearch label {
	display: block;
/*    width: 400px;
	text-align: right;*/
	margin-bottom: 5px;
	line-height: 180%;
	white-space: nowrap;
}
#faqsearch label.searchtype {
	width: 240px;
}
#faqsearch label span {
	float: left;
}
#faqsearch label span.highlight {
	float: none;
	color: #FC0303;
	font-weight: bold;


}
#faqsearch input[type="submit"] {
	border: 0;
	padding-right: 20px;
	background: #777 url(/skin/submit.gif) no-repeat scroll 100% 50%;
	color: #FFF;
	font-weight: bold;
}
#faqsearch input[type="text"] {
	width: 220px;
	border: 1px solid #CCC;
	background: #999;
	color: #FFF;
}
#faqsearch a.active, #faqsearch a:hover {
	color: #FC0303;
}
div#product div.faq p.question a.showhide {
	text-decoration: none;
	color: #696969;
}
div#product div.faq p.question a.showhide:hover {
	text-decoration: none;
	color: #ffffff;
}
