﻿html, body {
    font:normal 12px verdana;
    margin:0;
    padding:0;
    border:0 none;
    overflow:hidden;
    height:100%;
    color: #193e76;
}

a {
	color: #193e76;
}

a:visited {
	color: #193e76;
}

.x-layout-panel-north {
    border:0px none;
}

#center 
{
	padding: 10px;
	
}

#nav {
}

#autoTabs, #center1, #center2 {
    padding:10px;
}

#north {
    padding:4px;
}

#props-panel .x-grid-col-0{
}
#props-panel .x-grid-col-1{
}

#north {
	background-image: url(../images/HeaderRepeat.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	height: 150px;
	position: relative;
}

#north ul.producttypes {
	position: absolute;
	top: 60px;
	left: 190px;
}

#north ul.producttypes li {
	background: none;
	float: left;
	padding: 0;
	padding-right: 15px;
}


#north .header {
	padding-top: 5px;
	padding-left: 10px;
}

#right 
{
	position: absolute;
	right: 5px;
	top: 55px;
}

#north .menu {
	position: absolute;
	top: 20px;
	left: 190px;
	color: #193e76;
	font-size: 12px;
}

#north .menu li 
{
	background: none;
	padding: 0;
	display: inline;
	list-style-type: none;
	cursor: pointer;
}

#north .menu a 
{
	text-decoration: none;
	padding: 5px;
	line-height: 30px;
	
}

#north .menu a:hover 
{
	color: white;
	background-color: #193e76;
}

ul#brands 
{
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

ul#brands li {
	font-weight: bold;
	border: dotted 1px gray;
	padding: 0.2em;
	margin: 0.2em;
}

ul#brands li.disabled
{
	font-weight: bold;
	color: #dddddd;
}

ul#brands li:hover
{
	background-color: #2e6ab5;
	color: White;
	cursor: pointer;
}

ul#brands li.selected
{
	background-color: Black;
	color: White;
}

.euroEditor 
{
	font-size: 20px;
	
}

#south {
	text-align: center;
}


#centerinner 
{
	padding: 10px;
}

#CategorySelector 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#CategorySelector .category .head
{
	border-bottom: dotted 1px #dddddd;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	background-image: url(../images/ArrowIn.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}

#CategorySelector .category .head span {
	padding-left: 5px;
}

#CategorySelector .category .head.hover {
	background-color: #c0ad74;
	color: White;
	cursor: pointer;
}

#CategorySelector .category .head.selected {
	background-color: #193e76;
	color: White;
	cursor: pointer;
	background-image: url(../images/ArrowOut.gif);
}

#CategorySelector .category .head.selected:hover {
	cursor: pointer;
}

p {
	padding-bottom: 15px;	
}

li {
	background-position: left center;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	line-height: 20px;
}

.cdetails 
{
/*	padding: 10px;
	margin-top: 5px;
	border: dotted 1px gray;*/
}

.cdetails div.inner
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #dddddd;
}

.cdetails div.item
{
	display: block;
}

.cdetails div.bullet
{
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	padding-right: 16px;
	padding-bottom: 16px;
	display: inline;
}

.cdetails div.info
{
	background-image: url(../images/information.gif);
	cursor: pointer;	
}

.cdetails div.item span
{
	padding-top: 1px;
	text-decoration: underline;
}

.cdetails div.item span.disabled
{
	text-decoration: none;	
	color: #8A8A8A;
}

.cdetails div.item span.itemover
{
	cursor: pointer;
	color: #C29E29;	
}

.item {
	margin: 5px;
}

.item img 
{
	cursor: pointer;
}

.item .value 
{
	padding-left: 5px;
	margin-top: 5px;
}

.item a
{
	text-align: right;
	width: 230px;
	display: block;
	padding-bottom: 5px;
}

/* PriceSlider */

span#lowPriceWrapper {
    display:block;
    float:left;
}

span#highPriceWrapper {
    display:block;
    float:right;
}

#track1 {
    border-top:1px dotted #5F5D5E;
    clear:both;
    height:1px;
    margin-top:20px;
    margin-left: 5px;
    position:relative;
    top:-24px;
    width:177px;
}

#handle1 {
    background-image:url(../images/price_slider.gif);
    background-color:#CCCCCC;
    cursor:ew-resize;
    height:18px;
    position:relative;
    text-decoration:none;
    top:-10px;
    width:12px;
}

#handle2 {
    background-image:url(../images/price_slider.gif);
    background-color:#CCCCCC;
    cursor:ew-resize;
    height:18px;
    position:relative;
    top:-28px;
    width:12px;
}

div#priceSlider span.priceLine {
    clear:both;
    display:block;
    margin-left: 5px;
}

span.priceLine {
    float:left;
    margin-top:8px;
    line-height:14px;
}

#priceSliderWrapper 
{
	text-align: left;
	margin: 5px;
}

div#priceWrapper {
	height: 30px;
	width: 175px;
}

div.propertyvaluesheader {
	padding-bottom: 5px;
}

div.propertyvalues {
	padding: 10px;

	border: dotted 1px gray;
	background-color: White;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.propertyvalues div {
	background-image: url(../images/valuebg.gif);
	background-position:left center;
	background-repeat:repeat-x;

	display: inline;	
	border: solid 1px #c0ad74;

	line-height:30px;
	margin:2px;
	padding-bottom:4px;
	padding-top:3px;
	padding-left: 5px;
	padding-right: 5px;

	text-align:center;
	cursor: pointer;
	white-space: nowrap;
}

div.propertyvalues .selected {
	font-weight: bold;
}

#productscroller
{
	background-image: url(../images/title_fade.jpg);
	background-repeat: repeat-x;
}

#productscroller .products  {
	height: 175px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	left: 45px;
	border-right: dotted 1px #0079c2;
	border-left: dotted 1px #0079c2;
}

#productscroller .products table 
{
	margin: 0;
	padding: 0;
	table-layout: fixed;
}

#productscroller .products table tr td {
	padding: 0;
	margin: 0;
	width: 120px;
}

#productscroller .products table tr td div {
	padding: 0 5px 0 5px;
	width: 110px;	
}

#productscroller .products table tr td div .image 
{
	height: 105px;
	min-height: 105px;
	vertical-align: top;
	cursor: pointer;
	
	border: dotted 1px white;
	
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	
	position: relative;
}

#productscroller .products table tr td div div .magnifier
{
	position: absolute;
	left: 80px;
	top: 87px;
	height: 16px;
	width: 16px;
	
	background-image: url(../images/magnifier.png);
	background-repeat: no-repeat;
	
	margin: 0;
	padding: 0;
	
	visibility: hidden;
}

#productscroller .products table tr td div div .compare
{
	visibility: hidden;
	background-color: #c0ad74;
	color: White;
	font-size: 10px;
	font-weight: bold;
	
	height: 15px;
	min-height: 15px;
	padding: 0;
	margin: 0;
}

#productscroller .products table tr td div div .over
{
	color: gray;
}

#productscroller .products table tr td div .image.over
{
	border: dotted 1px gray;
}

#productscroller .products table tr td div .image.selected {
	border: solid 1px black;
}


#productscroller .products table tr td div h4 {
	border-top: solid 1px gray;
	
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

#productscroller .products table tr td div h4 strong {
	font-weight: bold;
}

#productscroller .products table tr td div h3 {
	border-bottom: solid 1px gray;
	
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#productscroller .left 
{
	float: left;
	width: 35px;
	height: 175px;
	background-image: url(../images/ArrowLeft.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	cursor: pointer;
}

#productscroller .right
{
	float: right;
	width: 35px;
	background-image: url(../images/ArrowRight.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 175px;
	margin-top: 5px;
	cursor: pointer;
}

#productLeaflet
{
	padding: 10px;
	font-size: 130%;
}

#productLeaflet .header img
{
	border: dashed 1px #c0ad74;
	background-color: White;
	padding: 5px;
}

#productLeaflet .header
{
	padding-bottom: 10px;
	text-align: center;
}

#productLeaflet .properties table tr
{
}

#productLeaflet .properties table tr td
{
	border: 0;
	border-bottom: dotted 1px #c0ad74;
	line-height: 30px; 
}

#productLeaflet .properties table tr td.value
{
	border-left: dotted 1px #c0ad74;
	padding-left: 5px;
	vertical-align: middle;
}

#productLeaflet .properties table tr td.diff
{
	font-weight: bold;
}

#productLeaflet .properties table tr td.value span.plus
{
	padding-left: 15px;
	background-image: url(../images/plus.png);		
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#productLeaflet .properties table tr td.hvalue
{
	width: 300px;	
}

#productLeaflet .properties a
{
	display: block;
}

#productLeaflet span.bullet
{
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
}

#productLeaflet span.info
{
	background-image: url(../images/information.gif);		
	cursor: pointer;
}

#productLeaflet div.name
{
}

span.price
{
	font-weight: bold;
	font-size: 80%;
	font-style: italic;
}

.imageleftaligned
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.videoLink
{
	display: block;
}

div.infobanner
{
	width: 175px;
	height: 100px;
	border: dotted 1px #dddddd;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	cursor: pointer;
}

div.infobanner div.description
{
	width: 100px;
	float: left;	
}

div.infobanner div.klikhier
{
	width: 70px;
	float: right;
}

#centerinnerfixed {
	width: 1000px;
	margin: 0 auto 0 auto;
}

ul#producttypes {
	background: none;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

ul#producttypes li {
	text-align: center;
	background: none;
	width: 145px;
	margin: 1px;
	display: block;
	float: left;
}

#general {
	margin-left: 600px;
	margin-top: 50px;
}	

table.openingstijden tr td {
	padding-right: 20px;
}

.dealergroup {
	display: none;
}

.showroom {
	display: none;
}

.imageviewer {
	width: 140px;
	cursor: default;
	background-color: White;
	padding: 3px;
	border: solid 1px #8A8A8A;
}

.imageviewer .left {
	float: left;
	background-image: url(../images/iv_arrowleft.png);
	background-position: 0px 0px;
	width: 14px;
	height: 14px;
	margin-top: 45px;
	cursor: pointer;
}

.imageviewer .left.over {
	background-position: 0px -14px;
}

.imageviewer .right {
	float: right;
	background-image: url(../images/iv_arrowright.png);
	background-position: 0px 0px;
	width: 14px;
	height: 14px;
	margin-top: 45px;
	cursor: pointer;
}

.imageviewer .right.over {
	background-position: 0px -14px;
}

.imageviewer .images 
{
	width: 100px;
	overflow: hidden;
}

.imageviewer .dots {
	display: block;
	text-align: center;
	width: 120px;
}

.imageviewer .dots .dot {
	padding: 0;
	margin: 0;
	padding-left: 4px;
	margin-left: 4px;
	padding-right: 2px;
	height: 8px;
	font-size: 7px;
	background-image: url(../images/iv_dots.png);
	background-position: 0px 0px; /* -13 = selected, -5 = mouseover, 3 = normal */
	cursor: pointer;
}

.imageviewer .dots .dot.over {
	background-position: 0px -8px;
}

.imageviewer .dots .dot.selected {
	background-position: 0px -16px;
	cursor: default;
}

.imageviewer .images table {
	margin: 0;
	padding: 0;
	table-layout: fixed;
}

.imageviewer .images table tr td {
	padding: 0;
	margin: 0;
	width: 100px;
}

.image {
	height: 105px;
	min-height: 105px;
	width: 100px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#searchType {
	display: none;
}

#invitebox 
{
	float: right;
	width: 350px;
	border: 2px solid #0072BC;
	background-color: #EEF4FA;
	margin-top: 10px;
	padding: 10px;
	padding-top: 0;
}

#introtext {
	width: 400px;	
	margin-top: 10px;
}

#thankyoubox 
{
	visibility: hidden;
	top: 0;
	left: 13px;
	position: absolute;
	z-index: 2000;
}

#emailbox
{
	position: relative;
}

h1 
{
	font-size: 15px;
}

h2 
{
	font-size: 14px;
	font-style: italic;
	padding-bottom: 12px;
}

h3 {
	font-size: 13px;
	padding-top: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}

h4 {
	font-size: 11px;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 15px;
}

h5 {
	background-image: url(../images/title_fade.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 5px;
}

#subtypes 
{
	padding-top: 80px;
	margin-left: 280px;
}

#subtypes ul {
	background: none;
	text-align: left;
	padding-top: 30px;

	padding-bottom: 20px;

	width: 480px;
}

#subtypes ul li {
	background: none;
	
	margin-bottom: 20px;
	font-size: 18px;
}

#producttype {
	float: left;
	width: 250px;
	padding-top: 50px;
	text-align: center;
}

#text {
	margin-left: 10px;
	margin-right: 10px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#text .keyword {
	text-decoration: underline;
	cursor: pointer;
}

.noproducts {
	padding-top: 80px;
	font-size: 20px;
}

#selecteditems .remove {
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
}

#productscroller img {
	display: none;
	visibility: hidden;
}

#productinfo a {
	font-size: 20px;
	font-weight: bold;
	margin-left: 60px;
}

#productinfo h5 {
	padding-bottom: 20px;
}

#productinfo {
	padding-top: 20px;
}

#dealerslink {
	text-decoration: underline;
	cursor: pointer;
}

#showroomlink {
	text-decoration: underline;
	cursor: pointer;
}

span.routeToA {
	text-decoration: underline;
	cursor: pointer;
}

a.acrobat {
	float: left;
	background-image: url(../images/page_white_acrobat.png);
	background-repeat: no-repeat;
	padding-left: 21px;
	display: inline;
}

a.weblink {
	float: left;
	background-image: url(../images/page_white_world.png);
	background-repeat: no-repeat;
	padding-left: 21px;
	display: inline;
}
	
#logo {
/*	background-image: url(/images/MediaMarkt.jpg); */
	position: absolute;
	top: 10px;
	left: 100px;
	width: 451px;
	height: 60px;
	text-decoration: none;
}
	
#disclaimer {
	display: none;
}

#links {
	float: right; 
	width: 320px;
	text-align: center;
}

#links a {
	text-decoration: none;
	font-size: 2em;
}

#links .x-box-mc {
	padding: 20px;
}

#home {
 	background-image: url(/images/HomePin.png);
	position: absolute;
	top: 5px;
	left: 5px;
	width: 70px;
	height: 64px;
	text-decoration: none;
}
