/* !reset */

html, body, div, body span, applet, object, iframe, h1, h2, h3, h4, h5, h6, body p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* !global */

html {
	overflow-y: scroll;
	background: url(/images/empty.png);
}

body {
	font: 12px/16px Arial, Sans-Serif;
	color: #000;
	background: #fff;
}

h1 {

}

body p {
	margin: 0 0 15px 0;
}

a {
	color: #000;
}

	a:hover {
		text-decoration: none;
	}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.text {
	padding: 1px 2px;
	font: normal 11px/14px Arial, Sans-Serif;
	color: #999;
	border: 1px solid #ddd;
}

.submit {
	width: auto;
	margin: 0;
	padding: 0;	
	font: bold 11px/14px Arial, Sans-Serif;
	text-transform: uppercase;
	color: #cbcbcb;
	background: none;
	border: 0;
	cursor: pointer;
	overflow: visible;
}

	.submit:hover {
		color: #000;
	}

.jsshow,
.hide {
	display: none;
}
	
.noline {
	border-width: 0 !important;
}

.moreimages {
	clear: both;
	margin: 0px;
	padding: 5px 5px 10px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
	.moreimages span {
		padding-right: 3px;
	}

	.moreimages a {
		padding: 5px 3px;
		color: #bfbfbf;
		text-decoration: none;
		border-bottom: 1px solid #fff;
		outline: 0;
	}
	
		.moreimages a:hover,
		.moreimages .active {
			color: #000;
		}

.clear {
	clear: both;
}

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

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* !main */

#main {
	width: 985px;
	margin: 0 auto;
	padding: 0 5px;
}

#header {
	position: relative;
	height: 120px;
	margin-bottom: 5px;
}

	#header .logo {
		position: absolute;
		top: 25px;
		left: 0;
		width: 201px;
		height: 65px;
		text-indent: -9999em;
		background: url(/images/engelbrechts.png) no-repeat 0 10px;
		outline: 0;
	}
	
	#header .products {
		position: absolute;
		right: 0;
		top: 35px;
		width: 780px;
		height: 50px;
	}
	
		#header .products li {
			float: right;
			width: 70px;
			height: 60px;
		}
		
			#header .products a {
				display: block;
				width: 60px;
				height: 40px;
				margin: 0;
				padding: 5px;
				text-indent: -9999em;
				background-position: 5px 5px;
				background-repeat: no-repeat;
				outline: 0;
				cursor: pointer;
			}
				
				#header .active a,
				#header .products a:hover {
					background-position: 5px -55px;
				}
				
		#header .products li:first-child,
		#header .products .first {
			width: 65px;
		}
		
			#header .first a,
			#header .products li:first-child a {
				padding-right: 0;
			}
	
	#header .top {
		position: absolute;
		top: 0;
		right: 0;
		width: 765px;
		height: 35px;
		overflow: hidden;
	}
	
		#header .nav {
			float: left;
			width: 515px;
		}
		
			#header li {
				float: left;
				margin-top: 5px;
			}
			
				#header a {
					float: left;
					padding: 5px;
					font: bold 11px/14px Arial, Sans-Serif;
					text-decoration: none;
					text-transform: uppercase;
					color: #bebebe;
					outline: 0;
				}
				
				#header .active a,
				#header .nav a:hover,
				#header .lang a:hover {
					color: #000;
				}
		
		#header form {
			float: left;
			width: 180px;
			margin-top: 8px;
		}
		
			#header .text {
				float: left;
				width: 110px;
			}
			
			#header .submit {
				float: left;
				margin: 2px 0 0 5px;
			}
		
		#header .lang {
			float: right;
		}
		
			#header .lang li {
				float: right;
			}
			
				#header .lang a {
					display: block;
					padding: 5px 2px;
				}
	
	#print {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 0;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		cursor: pointer;
	}

#footer {
	clear: both;
	margin: 10px 0;
}

	#footer .mc {
		color: #666;
	}
	
	 #footer .bottomMenu {
		width: auto;
		float: right;
	}
	
		#footer li {
			display: inline;
			margin-left: 4px;
		}
		
	#footer .mc p {
		float: right;
		margin-right: 2px;
	}
	
	#footer .credits {
		margin-right: 0 !important;
		margin-left: 6px;
	}
	
		#aCredits {
			color: #bbb;
			text-decoration: none;
		}
		
			#aCredits:hover {
				color: #333;
			}

/* !fancybox */

html, body {
	height: 100%;
}

#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

.ie6 #fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#fancy_wrap {
	text-align: left;
}

#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancybox/loadergif.gif) no-repeat;
}

#fancy_loading_overlay {
	position: absolute;
	background-color: #fff;
	z-index: 30;
}

#fancy_loading_icon {
	position: absolute;
	background: url(/images/fancybox/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}

#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #bbb;
	background: #fff;
}

#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

#fancy_div {
	background: #000;
	color: #fff;
	height: 100%;
	width: 100%;
	z-index: 100;
}

#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

#fancy_close {
	position: absolute;
	top: 0;
	right: 0;
	height: 29px;
	width: 29px;
	background: url(/images/fancybox/fancy_closebox.gif) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

#fancy_left, #fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

#fancy_left {
	left: 0px; 
}

#fancy_right {
	right: 0px; 
}

.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 40px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

#fancy_left_ico {
	left: -9999px;
	background: transparent url(/images/fancybox/fancy_left.png) no-repeat 100% 0;
}

#fancy_right_ico {
	right: -9999px;
	background: transparent url(/images/fancybox/fancy_right.png) no-repeat 0 0;
}

#fancy_left:hover {
  visibility: visible;
}

#fancy_right:hover {
  visibility: visible;
}

#fancy_left:hover span {
	left: 5px; 
}

#fancy_right:hover span {
	right: 5px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_n.png) repeat-x;
}
.ie6 .fancy_bg_n {
	background-image: url(/images/fancybox/fancy_ie6_shadow_n.png);
}

.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_ne.png) no-repeat;
}
.ie6 .fancy_bg_ne {
	background-image: url(/images/fancybox/fancy_ie6_shadow_ne.png);
}

.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_e.png) repeat-y;
}
.ie6 .fancy_bg_e {
	background-image: url(/images/fancybox/fancy_ie6_shadow_e.png);
}

.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_se.png) no-repeat;
}
.ie6 .fancy_bg_se {
	background-image: url(/images/fancybox/fancy_ie6_shadow_se.png);
}

.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_s.png) repeat-x;
}
.ie6 .fancy_bg_s {
	background-image: url(/images/fancybox/fancy_ie6_shadow_s.png);
}

.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_sw.png) no-repeat;
}
.ie6 .fancy_bg_sw {
	background-image: url(/images/fancybox/fancy_ie6_shadow_sw.png);
}

.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_w.png) repeat-y;
}
.ie6 .fancy_bg_w {
	background-image: url(/images/fancybox/fancy_ie6_shadow_w.png);
}

.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_nw.png) no-repeat;
}
.ie6 .fancy_bg_nw {
	background-image: url(/images/fancybox/fancy_ie6_shadow_nw.png);
}

#fancy_title {
	position: absolute;
	bottom: 0;
	right: 0;
	/*width: 100%;*/
	z-index: 100;
	display: none;
	margin-right: -7px;
}

#fancy_title div {
	color: #000;
	font: 12px Arial;
	padding: 2px;
}

#fancy_title table {
	margin: 0 auto;
}

#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

#fancy_title_left {
	height: 32px;
	width: 15px;
	/*background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;*/
}

#fancy_title_main {
	height: 32px;
	/*background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;*/
}

#fancy_title_right {
	height: 32px;
	width: 15px;
	/*background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;*/
}

/* !lists */

.zoomlist {}

	.zoomlist .img {
		float: left;
		position: relative;
		width: 100px;
		height: 100px;
		text-decoration: none;
		outline: 0;
	}

		.zoomlist .img span {
			position: absolute;
			right: 5px;
			bottom: 5px;
			width: 14px;
			height: 14px;
			background: url(/images/icons/zoom.png) no-repeat;
		}

.productlist {
	margin: 15px 0;
}
	
	.productlist li {
		float: left;
		width: 155px;
		height: 210px;
		margin: 0 2px 2px 0;
	}
	
		.productlist a {
			float: left;
			width: 138px;
			padding: 2px 0 0 15px;
			height: 208px;
			font: normal 11px/14px Arial, Sans-Serif;
			text-decoration: none;
			border: 1px solid #fff;
			outline: 0;
		}
		
			.productlist .active a,
			.productlist a:hover {
				border-color: #000;
			}
			
			.productlist img {
				margin: 0 0 4px -15px;
			}
			
			.productlist strong {
				display: block;
				text-decoration: underline;
				text-transform: uppercase;
			}

.thumbproductlist {
	clear: left;
	float: left;
	width: 185px;
	margin: 5px 0;
}

	.thumbproductlist li {
		float: left;
		width: 45px;
		height: 63px;
		margin: 0 1px 1px 0;
	}
	
		.thumbproductlist a {
			float: left;
			width: 41px;
			height: 59px;
			margin: 0;
			padding: 0;
			text-indent: -9999em;
			background-position: 100% 100%;
			background-repeat: no-repeat;
			border: 2px solid #fff;
			outline: 0;
		}
		
			.thumbproductlist .active a,
			.thumbproductlist a:hover {
				border-color: #000;
			}

.imagelist {
	clear: left;
	float: left;
	margin: 5px 0;
}

	.imagelist li {
		float: left;
		width: 145px;
		margin: 0 10px 15px 0;
		font-size: 11px;
		line-height: 14px;
		color: #666;
	}
	
		.imagelist img {
			display: block;
			margin-bottom: 3px;
		}
		
		.imagelist a {
			color: #707070;
		}
		
.imagelistSmall {
	width: 520px;
	margin: 10px -15px 0 0;
}

	.imagelistSmall li {
		width: 116px;
	}
		
.materiallist {
	clear: left;
	float: left;
	width: 785px;
	margin: 5px 0 10px;
}

	.materiallist li {
		float: left;
		width: 100px;
		margin: 0 10px 10px 0;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	.materiallist img {
		float: left;
		margin-bottom: 3px;
	}
	
		.materiallist .img img {
			margin-bottom: 0;
		}
		
.accessorieslist {
	clear: left;
}

	.accessorieslist li {
		display: inline;
		float: left;
		width: 142px;
		margin: 0 15px 10px 0;
	}

		.accessorieslist img {
			float: left;
			margin-bottom: 3px;
		}
	
		.accessorieslist .img {
			width: 142px;
			height: 142px;
		}
	
			.accessorieslist .img img {
				margin-bottom: 0;
			}

		
.filelist, .orderlink {}

	.filelist li, .orderlink li {
		clear: left;
		float: left;
		width: 300px;
	}
	ul.filelist, ul.orderlink {
		margin-left: 0 !important;
	}
	
		.filelist a , .orderlink a {
			display: block;
			padding: 1px 0 4px 20px;
			background-repeat: no-repeat;
			background-position: 0 0;
		}
		
		.filelist .pdf a { background-image: url(/images/icons/pdf.png); }
		.filelist .zip a { background-image: url(/images/icons/zip.png); }
		
		.filelist_black .pdf a { 
			background-image: url(/images/icons/pdf_ikon.png);
			background-color: black;
			display: block;
			padding: 3px 0 3px 23px;
			background-repeat: no-repeat;
			background-position: 3px 3px;
			color: white;
			text-decoration: none;
		 }

     .orderlink .order a { 
       background-color: black;
       padding: 3px 5px;
       color: white;
       text-decoration: none;
     }


.dealercountrylist {
	float: left;
	margin: 20px 0;
}
	
	.dealercountrylist li {
		float: left;
		width: 157px;
	}
	
		.dealercountrylist h2 {
			margin-bottom: 10px;
			padding-bottom: 8px;
			border-bottom: 1px solid #000;
		}
		
		.dealercountrylist li li {
			clear: left;
			width: 140px;
			margin: 0 0 3px;
		}
		
			.dealercountrylist a {
				display: block;
				outline: 0;
			}
			
.designerlist {
	width: 801px;
	margin: 0 -16px 0 0 !important;
}

	.designerlist li {
		float: left;
		width: 250px;
		margin: 0 17px 32px 0 !important;
		list-style-type: none !important;
		height: 460px;
	}
	
		.designerlist h2,
		.designerlist p {
			margin: 0 0 2px;
		}

	.designerlist .target:hover .readmore,
	.searchlist .target:hover .readmore {
		text-decoration: none !important;
	}

.imagerotator {
	position: relative;
}

	.imagerotator li {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.imagerotator li.active {
		display: block;
	}

/* !modules */

.mod {
	clear: both;
	margin-bottom: 30px;
}

	.mod .bd,
	.mod .ft {
		clear: both;
	}

.mSection {
	float: left;
	width: 985px;	
}

	.mSection .ml {
		clear: both;
		float: left;
		width: 185px;
		margin-right: 15px;
		padding-top: 2px;
		border-top: 5px solid #000;
	}
	
		.mSection .ml h2,
		.mSection .ml .h2 {
			margin-bottom: 2px;
			font: bold 13px/18px Arial, Sans-Serif;
			text-transform: uppercase;
		}
		
		.mSection .ml .links {
			float: left;
			width: 185px;
			margin-top: 2px;
		}
		
			.ml .links li {
				float: left;
			}
		
			.ml .links a {
				clear: left;
				float: left;
				width: 185px;
				padding: 2px 0;
				font: bold 11px/14px Arial, Sans-Serif;
				text-decoration: none;
				text-transform: uppercase;
				color: #cbcbcb;
				outline: 0;
			}
			
				.ml .links .active a,
				.ml .links a:hover {
					color: #000;
				}
	
	.mSection .mc {
		float: left;
		width: 785px;
		padding-top: 4px;		
		border-top: 1px solid #000;
	}
	
	.mSection .mcContent {
		font-size: 13px;
		line-height: 18px;
		border-width: 0;
	}
	
		.mSection .mc h1 {
			position: relative;
			top: -9px;
			margin: 0 0 21px;
			font: bold 30px/32px Arial, Sans-Serif;
			text-transform: uppercase;
		}
		.ie .mSection .mc h1 {
			margin-bottom: 25px;
		}
	
		.mSection .mc h2 {
			margin-top: 3px;
			font: bold 13px/17px Arial, Sans-Serif;
			text-transform: uppercase;
		}
		
			.mSection .mc h2 a {
				text-decoration: none;
			}
				
		.mSection .mc h3 {
			clear: both;
			font: bold 13px/18px Arial, Sans-Serif;
			text-transform: uppercase;
		}
		
		.mSection .imagelist {
			width: 785px;
		}
				
		.mSection .linklist {
			width: 385px;
			margin-right: -385px;
		}
		
			.mSection .linklist li {
				clear: none;
				float: left;
				width: 190px;
				list-style-type: none !important;
				margin-bottom: 2px;
			}
			
		.mSection .product {
			display: block;
			position: relative;
			width: 305px;
			margin-top: -6px;
			text-decoration: none;
		}
		
			.mSection .product span {
				position: absolute;
				right: 8px;
				bottom: 8px;
				width: 16px;
				height: 16px;
				background: url(/images/icons/zoom.png) no-repeat;
			}
		
		.mSection .mcContent ul,
		.mSection .mcContent ol,
		.mcMowgli ul,
		.mcMowgli ol {
			margin: 20px 30px 22px;
		}
		
			.mSection .mcContent li,
			.mcMowgli li {
				margin-bottom: 1px;
				list-style-type: square;
			}
			
			.mSection .mcContent ol li,
			.mcMowgli ol li {
				list-style-type: decimal;
			}			
	
	.mSection .mcTeaser {
		width: 500px;
		height: 216px;
		padding-right: 285px;
		background-position: 100% 100%;
		background-repeat: no-repeat;
	}
	
		.mSection .mcTeaser h2 {
			font-size: 15px;
			margin-bottom: 1px;
		}
	
	.mSection .mcTeaserHalf {
		height: 75px;
		background-position: 100% 0;
	}

.mSection3a {}

	.mSection3a .mc {
		width: 305px;
	}
	
		.mSection3a .mc .imagerotator ul {
			height: 260px;
			margin-bottom: -2px;
		}
	
	.mSection3a .mr {
		float: right;
		width: 450px;
		padding-left: 30px;
	}
	
.mSection3b {}

	.mSection3b .mc {
		width: 505px;
	}
	
		.mSection3b .imagelist {
			width: 505px;
		}

	.mSection3b .mr {
		float: right;
		width: 250px;
		font-style: italic;
		color: #828282;
	}
	
		.mSection3b .mr img {
			float: left;
			margin-bottom: 10px;
		}
	
	
.mSectionLeft {
	clear: left;
	width: 585px;
}

	.mSectionLeft h2,
	.mSectionRight h2 {
		margin-bottom: 0 !important;
		font-size: 15px !important;
	}

	.mSectionLeft .mc,
	.mSectionRight .mc {
		width: 385px;
	}
	
	.mSectionLeft .mcTeaser,
	.mSectionRight .mcTeaser {
		width: 330px;
		padding-right: 55px;
	}
	
	.mSectionLeft .mcTeaser60,
	.mSectionRight .mcTeaser60 {
		width: 230px;
		padding-right: 155px;
	}
	
	.mSectionLeft .mcTeaser55,
	.mSectionRight .mcTeaser55 {
		width: 210px;
		padding-right: 175px;
	}
	
	.mSectionLeft .mcTeaser45,
	.mSectionRight .mcTeaser45 {
		width: 175px;
		padding-right: 210px;
	}

.mSectionRight {
	clear: none;
	float: left;
	width: 385px;
	margin-left: 15px;
}

.mTabs {
	clear: both;
	float: none;
	position: relative;
}

	.mTabs .content {
		position: relative;
		min-height: 128px;
		overflow: hidden;
	}

	.mTabs .tabs {
		position: absolute;
		top: 0;
		left: 0;
	}

	.mTabs .jshide {
		display: block;
		padding-bottom: 2px;
	}

		.mTabs .jshide .mc {
			position: relative;
			top: 0;
			right: 0;
		}
		
		.mTabs .jshide .mSectionActive {
			display: block;
		}
		
.mTabsCols {
	padding-top: 5px;	
}

	.mTabsCols .bd {
		float: left;
		width: 300px;
	}
	
	.mTabsCols .ft {
		clear: none;
		float: right;
		width: 450px;
	}

.mTabsAlt {}

	.mTabsAlt .bd {
		width: 500px;
	}

	.mTabsAlt .ft {
		width: 250px;
	}	

.mTabsDesign {}

	.mTabsDesign .bd h3 {
		margin: 0 0 15px;
		font-size: 20px;
	}
	
.mReference {}

	.mReference .hd {
		float: left;
		width: 785px;
		margin: 10px 0 20px;
	}
	
		.mReference select {
			float: left;
			width: 400px;
			padding: 2px;
			font: 10px/12px Arial, Sans-Serif;
			text-transform: uppercase;
	/*			color: #bbb;*/	
			color: #000;
			background: #fff;
			border: 1px solid #000;
		}
		.mReference optgroup
		{
			font-weight: bold;
		}
		
		.mReference option
		{
			font-style:normal;
		}	
		.mReference .hd p {
			float: left;
			margin: 2px 0 0 15px;
		}
		
			.mReference .hd span {
				font-size: 11px;
				font-weight: bold;
				text-transform: uppercase;
				color: #bbb;
				cursor: pointer;
			}
			
				.mReference .hd span:hover {
					color: #000;
				}
	
	.mReference .bd {
		position: relative;
		float: left;
		width: 785px;
		background: url(/images/spinner.gif) no-repeat 484px 180px;
	}
	
		.mReference .content {
			float: left;
			width: 785px;
			background-color: #fff;
		}
	
			.mReference .meta {
				float: left;
				width: 195px;
			}
	
				.mReference .meta h3 {
					font-size: 12px;
				}
		
				.mReference .meta p {
					font-size: 11px;
				}
	
			.mReference .images {
				float: right;
				width: 570px;
			}
			
				.mReference .imagerotator ul {
					height: 380px;
				}
	
				.mReference .img {
					position: static;
					width: 570px;
					height: 380px;
				}
		
					.mReference .img span {
						top: 357px;
						right: 9px;
					}

.mImagesVideo {
	float: left;
	width: 450px;
	overflow: hidden;	
	position: relative;
}

	.mImagesVideo .hd ul {
		float: left;
		width: 442px;
		height: 15px;
		padding-left: 8px;
		background: url(/images/mImagesVideo.png) no-repeat 88px -200px;
	}
	
		.mImagesVideo ul.images { background-position: 88px -250px; }
		.mImagesVideo ul.video { background-position: 88px -200px; }
		.mImagesVideo ul.novideo { background-position: 88px -150px; }

		.mImagesVideo .hd li {
			float: left;
			width: 72px;
			height: 15px;
			padding-left: 8px;
			margin-right: 9px;
			font-size: 11px;
			font-weight: bold;
			line-height: 15px;
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			background: #000 url(/images/mImagesVideo.png) no-repeat 0 -50px;
			cursor: pointer;
		}
		
			.mImagesVideo .images li {
				background-color: #ccc;
				background-position: 0 0;
			}
		
			.mImagesVideo li.images {
				padding: 0 9px 0 2px;
				background-color: #ccc;
				background-position: 100% -100px;
			}
			
			.mImagesVideo .images .images {
				background-color: #000;
				background-position: 100% -150px;
			}
			
			.mImagesVideo .novideo .images {
				padding: 0 0 0 10px;
				background-color: #000;
				background-position: 0 -50px;
			}

	.mImagesVideo .bd {
		position: relative;
		display: inline;
		float: left;
		width: 900px;
		height: 331px;
		overflow: hidden;
	}
	
		.mImagesVideo .bd div {
			float: left;
			width: 450px;
		}
		
			.mImagesVideo .imagerotator ul {
				height: 300px;
			}
		
			.mImagesVideo .img {
				display: block;
				width: 450px;
				height: 300px;
				text-decoration: none;
				outline: 0;
			}
			
				.mImagesVideo .img img {
					float: left;
				}
				
				.mImagesVideo .img span {
					float: right;
					width: 16px;
					height: 16px;
					margin: -24px 8px 0 0;					
					background: url(/images/icons/zoom.png) no-repeat;
					cursor: pointer;
				}

/*		.mImagesVideo object {
			float: right;
			outline: 0;
		}*/
		
.mDealer {
	min-height: 160px;
	margin-bottom: 0;
	padding-bottom: 13px;
	background: url(/images/dealer.jpg) no-repeat 100% 100%;
}
.ie6 .mDealer {
	height: 150px;
}
	
	.mDealer .dealer {
		float: left;
		clear: left;
		width: 600px;
		margin-bottom: 7px;
	}
	
		.mDealer .dealer img {
			float: left;
			margin: 3px 20px 0 0;
		}
	
		.mDealer .dealer .meta {
			float: left;
			width: 500px;
		}
	
	.dealerlist {
		width: 785px;
		margin: 10px 0 20px;
	}
	
		.dealerlist th {
			padding: 0 2px;
			vertical-align: bottom;
			font-size: 11px;
			font-weight: bold;
			line-height: 14px;
			text-transform: uppercase;
		}
		
			.dealerlist th.c {
				padding: 0 4px;
			}
			
		.dealerlist td {
			padding: 20px 8px 14px 2px;
		}
		
			.dealerlist .even td {
				background-color: #f0f0f0;
			}
			
			.dealerlist .c {
				padding-right: 2px;
				text-align: center;
			}
			
		.dealerlist .w60 { width: 60px; }
		.dealerlist .w100 { width: 100px; }
		.dealerlist .w105 { width: 105px; }
			
#flashFront {
	width: 985px;
	height: 500px;
	margin: -10px 0 15px;
	overflow: hidden;
}
					
/* !addons */

.aImg {
	clear: both;
	margin: 20px 0 30px;
}

	.aImg img {
		margin-bottom: -2px;
	}

	.aImg p {
		margin: 5px 0 0;
		font-size: 12px;
		font-style: italic;
		color: #828282;
	}

.aLinks {
	clear: both;
	margin: 30px 0 0;
}

	.aLinks .linklist {
		width: auto;
		margin: 0 !important;
	}

		.aLinks li {
			float: none !important;
		}
		
			.aLinks a {
				padding-left: 20px;
				background: url(/images/icons/ext.png) no-repeat 0 2px;
			}
			
.prev
{
	margin-left: 40px;
}
.noliststyle li
{
	list-style: none !important;
}

.orderChair {
  margin: 30px 0 0;
}

  .ie .orderChair h2 {
    clear: both;
    margin-top: 20px !important;
  }

  .orderChair fieldset {
    position: relative;
    margin-top: 11px;
    padding: 15px 0;
    border-top: 1px solid #000;
  }
  
    .orderChair .image {
      position: absolute;
      top: -16px;
      right: -280px;
      width: 250px;
      height: 800px;
      overflow: hidden;
    }
    
    .orderChair .sticked div {
      position: fixed;
      top: 15px;
      width: 250px;
      overflow: hidden;
    }
    
      .orderChair .image div ul {
        width: 9999em;
        height: 300px;
        margin: 0;
      }
      
        .orderChair .image li {
          float: left;
          list-style-type: none;
        }
        
    .orderChair label {
      clear: both;
      float: left;
      width: 110px;
      margin: 0 20px 15px 0;
      padding-top: 4px;
      font-size: 11px;
      line-height: 14px;
      text-transform: uppercase;
    }
    .ie .orderChair label {
      margin-bottom: 0;
    }
    
    .orderChair .error label {
      color: #c00;
    }
    
    .orderChair input,
    .orderChair select,
    .orderChair textarea {
      float: left;
      width: 284px;
      margin: 0 0 15px;
      padding: 2px;
      border: 1px solid #999;
    }
    .ie .orderChair input,
    .ie .orderChair select,
    .ie .orderChair textarea {
      margin-bottom: 0;
    }
    
    .orderChair select {
      width: 290px;
    }
    .orderChair textarea {
      width: 349px;
    }
    
    .orderChair .submit {
      width: auto;
      padding: 4px 18px 3px;
      color: #fff;
      background-color: #222;
      border-width: 0;
    }
    
    .orderChair .submit:hover {
      background-color: #444;
    }


.msgError {
  padding: 15px 000;
  background-color: #ffd;
  border: 1px solid #eec;
}

  .msgError ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;    
  }
