/*
 * Website colors
 * Brown (header): rgb(52, 28, 23);
 * Dark red: rgb(102,0,0);
 * Ligh red (border): rgb(126,30,32);
 */

.clear
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	overflow: hidden;
}

body
{
	width: 100%;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	font: normal 9pt Arial;
	background-color: rgb(231, 224, 207);
	color: rgb( 51,51,51 );
}

a, a:visited
{
	color: rgb(102,0,0);
	text-decoration: none;
}

a:hover, a:active
{
	color: rgb(102,0,0);
}

h2, h3
{
	font: bold 9pt Arial;
	margin: 0px;
	padding: 0px;	
}

.line {
	border-bottom: 1px solid #f1f1f1;	
}

.video {
	margin-top: 10px;
	text-align: center;	
}

.button360
{
	display:	inline-block;
	height:		37px;
	width: 		34px;
	cursor: 	pointer;
	margin-left: 8px;
}

.buttonLink, .buttonLink:visited
{
	display:	inline-block;
	height:		22px;
	line-height:23px;
	vertical-align: middle;
	padding:	0px 0px 0px 0px;
	margin:		0px 0px 0px 0px;
	font-size:  11px;
	cursor:		pointer;
}

	.leftButtonLink, .bodyButtonLink, .rightButtonLink,
	.leftUnsubscribeLink, .bodyUnsubscribeLink, .rightUnsubscribeLink
	{
		float:		left;
		height:		22px;
	}
	
	.leftButtonLink
	{
		width: 3px;
		background-image: url(../images/button_left_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	.leftUnsubscribeLink 
	{
		width: 3px;
	}
	
	.bodyButtonLink
	{
		padding: 0px 4px 0px 4px;
		background-image: url(../images/button_body_bg_repeat_x.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	}
	
	.bodyUnsubscribeLink
	{
		padding: 0px 4px 0px 4px;
	}
	
	.rightButtonLink
	{
		width: 3px;
		background-image: url(../images/button_right_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	.rightUnsubscribeLink
	{
		width: 3px;
	}
	
	
	.buttonLinkRaquo,
	.buttonLinkLaquo,
	.buttonUnsubscribeRaquo,
	.buttonUnsubscribeLaquo 
	{
		height: 20px;
		color: #777777;
		font-size: 14px;
		line-height: 16px;
		vertical-align: middle;
		display: inline-block;	
	}
	
	.buttonUnsubscribeRaquo,
	.buttonUnsubscribeLaquo 
	{
		color: #999;	
	}
	
	.buttonLink:active .buttonLinkRaquo, .buttonLink:hover .buttonLinkRaquo,
	.buttonLink:active .buttonLinkLaquo, .buttonLink:hover .buttonLinkLaquo
	{
		color: rgb(102,0,0)
	}


.container
{
	width: 100%;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	
	background-color: rgb(231, 224, 207);
	
	/* scrollbar-track-color: red; */ /* test for IE */
}

.containertopfull, .containerbodyfull, .containerfooterfull
{
	width: 100%;
	min-width: 990px; /* overruled by ie.css */
}

.containertopfull
{
	background-color: rgb(52, 28, 23);
	background-image: url(../images/headerfull_bg_repeat_x.jpg);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	height: 84px;
}

.containerbodyfull
{
	
	background-image: url(../images/bodyfull_bg_repeat_x.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	
}

.containerfooterfull
{
}

/* centering of elements */
.containertop, .containerbody, .containerfooter, .menubar, .topbarnavigation {
	position: relative;
	left: 50%;	
}

.containertop, .containerbody, .containerfooter
{
	width: 990px;	
	margin-left: -495px;
}

.containertop
{
	height: 84px;
	overflow: hidden;
}

	.topbar
	{
		
	}
		.topbarnavigation
		{
			height: 20px;
			vertical-align: middle;
			font-size: 11px;
			text-align: right;
			background-color: rgb(52, 28, 23);
			color: rgb(237, 214, 146);
			width: 860px;
			margin-left: -430px;
			position: absolute;
			top: 0;
			z-index: 25;			
		}
		
		.topbarnavigation a, .topbarnavigation a:visited
		{
			height: 20px;
			display: inline-block;
			font-size: 11px;
			color: rgb(237, 214, 146);
		}
		
		.topbarSearch
		{
			display: inline-block;			
			
		}
		
		#formSearch
		{
			display: inline;
			height: 20px;
			float: right;
		}
		
		.searchButton
		{
			
		}
		
		.topbarSearch input, #formSearch select
		{
			vertical-align: top;
			display:	inline-block;
			height:		14px;
			background-color: rgb(70, 46, 42);
			border:		0px;	
			padding:	0px 2px 0px 2px;
			margin:		3px 2px 0px 2px;
			width:		112px;
			font-size:	11px;
			line-height:11px;
			color:		rgb(237, 214, 146);
		}
		
		#formSearch select
		{
			
		}
		
		#formSearch option
		{
			padding:	0px;
			margin:		0px;
			font-size:	11px;
			line-height:11px;
		}
		
		#language 
		{
			float: right;
			display: inline;
			background: transparent url('../images/language-arrow.gif') no-repeat right 8px;			
			cursor: pointer;
			margin-left: 16px;
		}
		
		#language li 
		{
			padding-right: 20px;	
			background: none;			
			line-height: 20px;
			text-align: right;			
		}
		
		#language li li
		{
			padding: 0;
			float: none;		
			display: block; 						
		}
		
		#language ul
		{
			display: none;
		}
		
		#language li:hover ul 
		{
			display: block;
			background: #341c17;
			position: absolute;			
			right: 0;
			top: 20px;
		}
		
		#language a
		{
			display: block;
			padding-left: 10px;
			padding-right: 10px;
			cursor: pointer;
		}
		
		#language a:hover,
		#language li li:hover		
		{
			background: #edd692;
			color: #341c17;
		}
		
		.topbarLogin
		{
			margin-right: 20px;
			display: inline-block;
		}
		
		.topbarlogo
		{
			background-image: url(../images/header_logo_bg.jpg);
			background-repeat: no-repeat;
			background-position: top left;			
			text-align: left;
			height: 64px;
			margin-top: 20px;
		}

.containerbody
{
	position: relative;
	
	background-image: url(../images/contentbody_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

.containerfooter
{
	height: 20px;
	text-align: center;
}

	.containerfooter a, .containerfooter a:visited
	{
		border-left: 1px solid rgb( 100, 100, 100 ) !important;
		padding-left: 8px;
		padding-right: 4px;
		font-size: 11px;
		color: rgb(133,118,108);
		display: inline;
	}
	
	.containerfooter a:hover, .containerfooter a:active
	{
		color: rgb(102,0,0);
	}

.breadcrumb
{
	padding-top: 23px;
	padding-left: 75px;	
	height: 17px;
	text-align: left;
	overflow: hidden;	
}

.breadcrumbClose
{
	width: 0px;
}



.breadcrumb, .containerfooter
{
	color: rgb(133,118,108);
	font-size: 11px;	
}

	.breadcrumb li, .containerfooter li
	{
		list-style-type: none;
		margin-left: 0;	
		padding: 0;
		display: inline;
		line-height: 0;
		background: none;
	}
		
	.breadcrumb ul, .containerfooter ul
	{
		list-style-type: none;
		margin-left: 0;
	}
		
	.breadcrumb a, .breadcrumb a:visited
	{
		font-size: 11px;
		text-decoration: underline;
		color: rgb(133,118,108);	
	}
	
	.breadcrumb a:hover, .breadcrumb a:active
	{
		color: rgb(102,0,0);
	}

.menubarfull
{
	z-index: 10;
	/*position: static;*/
	position: relative;
	top: 0px;
	width: 100%;
	left: 0px;
	overflow: visible;
}

	.menubar
	{
		width: 860px;
		height: 16px;
		text-align: left;		
		margin-left: -430px;
	}
		
		#menu
		{
			width: 860px;
		}
		
		.menuClose {
			height: 32px;
		}
		
		.menuOpen {
			height: 206px;
		}

.middlebar
{
	/*padding-top: 20px;*/
	text-align: left;
	width: 990px;
	overflow: hidden;
	margin-bottom: 4px;
}

.contentbody
{
	text-align: left;
	margin: 9px 65px 0px 65px;
	width: 820px;
	padding: 7px 20px 20px 20px;	
	float: left;
	min-height: 300px;	
	background-color: white;
	background-image: url(../images/contentbody_bottom_bg_861.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* WFR-0.1 Splashpage */
.containerfullSplash .containerbody
{
	background-image: url(../images/splashbody_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.containerfullSplash .middlebar
{
	padding-top: 0px;	
}

.contentbodySplash
{
	margin:		63px 65px 0px 65px;
	width:		820px;
	float:		left;
	padding:	0px 20px 20px 20px;
	
	background-image: url(../images/splash_bg.jpg);
	background-repeat: no-repeat;
	background-position: 40px 0px;
	height: 435px;
}

.splashLanguage
{
	margin: 202px 0px 0px 377px;
	width: 355px;
	height: 112px;
	background-image: url(../images/splash_language_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding: 20px;
}

/* WFR-1.0 Homepage */
.containerfullHome .containerbodyfull
{
    /* The image is the default and may be overridden in templates */	
	background-image: url(../images/home_bg_repeat_x-eu.jpg);
}

.containerfullHome .containerbody
{
	background-image: none;
}

.containerfullHome .middlebar
{
	padding-top: 0px;	
}

.contentbodyHome
{
	width: 990px;
	height:618px;
	padding: 0px 0px 0px 0px;
}

.contentHome
{
	width: 990px;
	height:618px;
	padding:0;
}

/* WFR-2.1 Product overview */
.containerfullProductOverview
{
}

.containerfullProductOverview .containerbody
{
	background-color: rgb(231, 224, 207);
	background-image:url(../images/overviewbody_top_bg.jpg);
}

.containerfullProductOverview .contentbody
{
	background-color: transparent;
	background-image: none;
	
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 990px;
	
}

.productOverview
{
	
	position: relative;
	height: 408px;
	width: 990px;
	padding: 0px;
}

.productModuleLeft
{
	position: relative;
	z-index: 5;
	background-color: transparent;
	margin-left: 44px;
	width:  612px;
	height: 407px;
}

.productTextRight
{
	position: absolute;
	z-index: 1;
	left: 643px;
	width: 246px;
	height: 372px;
	padding: 18px 18px 18px 18px;
	
	background-image: url(../images/product_overview_text_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

	.productTextBody
	{
		height: 327px;	
	}


		.productTextLinksButtons .buttonLink
		{
			margin-top: 4px;
		}
		
			.productTextLinks360
			{
				float: left;
				width: 60px;
			}

			.productTextLinksButtons
			{
				float: right;
				text-align: right;
				/*height: 50px;*/
			}
			
.productItems
{
	position: static;
	margin: 9px 65px 0px 65px;
	width: 860px;
	background-color: transparent;
	overflow: hidden;
}

.productItemsNoIntro {
	margin-top: 0px;
}

.productItems .pageTitle {
	font-size: 14pt;
	margin-bottom: 5px;	
}

.productItem
{
	margin:		0px 0px 0px 6px; /* left was 8px; */
	width:		387px;
	height:		154px;
	padding:	10px 18px 0px 22px;
	
	float: left;
	background-image: url(../images/product_overview_product_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



.productItemFirst
{
	margin: 0px 0px 0px 0px; 
	clear: both;
}

.productItemFeature
{
	font-size: 8pt;
}

.productItemFeature sup
{
	display:		inline-block;
	vertical-align: super !important;
	color: 			rgb(102,0,0);
	font-size: 		10px;
	margin-right: 	2px;	
}

.productItemContainer
{
	padding-top: 6px;
	padding-bottom: 12px;
	width: 230px;
	float: left;
}

.productItemInfo {
	height: 90px;	
}

.productItemImage
{
	float: right;
	width: 146px;
	height: 132px;
	padding-top: 11px;
	overflow: hidden;
	text-align: center;
}

.productItemMore
{
	padding-top: 2px;	
}

.productItemPrice
{
	text-align:		right;
}

	.productItemPrice sup
	{
		display: inline-block;
		vertical-align: super !important;		
		font-size: 10px;
		margin-right: 5px;
		margin-top: -2px;	
	}

.productItemBuyNow
{
	float: right;
}

	a.redButton
	{
		padding-left:8px!important;
		line-height: 13px;
	}
	
	a.redButton, a.redButton:visited,
	.productItemMore a, .productItemMore a:visited
	{
		display:	inline-block;
		height:		14px;
		font-size:	10px;
		cursor:		pointer;
	}
	
	a.redButton, a.redButton:visited
	{
		width:		74px;
	}
	
	.productItemMore a
	{
		padding-left: 0px;
		margin-top: 1px;
	}
	
	.productItemMore a, .productItemMore a:visited
	{
		
		color: rgb(102,0,0);
	}
	
	a.redButton, a.redButton:visited
	{
		background-image: url(../images/product_static_red_button.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		color: white;
	}
	
	
	
	.buttonRaquo, .redButtonRaquo
	{
		font-family: Courier;
		font-size: 10px;
	}
	
	.redButton:active, .redButton:hover
	{
		color: white;
	}


/* WFR-2.1 Product overview (3 columns) */
.containerfullProductOverview3Columns .productItem
{
	background-image: url(../images/product_overview_product_bg_3.jpg);
	width: 260px;
	margin: 0px 0px 0px 7px;
	padding: 12px 6px 0px 16px; 
}

.containerfullProductOverview3Columns .productItemFirst
{
	margin: 0px 0px 0px 0px;
}

.containerfullProductOverview3Columns .productItemContainer
{
	width: 146px;
}

.containerfullProductOverview3Columns .productItemImage
{
	width: 		100px;
	height: 	100px;
	margin-top:	28px
}

.containerfullProductOverview3Columns .productItemPrice
{
	padding-left: 60px;
}

.containerfullProductOverview3Columns .productItemBuyNow
{
	padding-left:	0px!important;
}


/* WFR-2.2 Collection overview */
.containerfullCollection .contentbody
{
	padding: 0px 0px 0px 0px;
	width: 860px;
}

.collectionItem
{
	width: 246px;
	padding: 15px 20px 20px 20px;
	height: 311px;
	float: left;	
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(231, 224, 207);
}

.collectionItemLastInRow {
	width: 248px;	
}

.collectionItemLastRow {
	border-bottom-width: 0px;
}

.priceContainer, .price
{
	line-height: 14pt;
	font-size: 14pt;
	margin-top: 2px;
	color: rgb(51,51,51);
	vertical-align: top;
	white-space: nowrap;
}

.priceContainer .price
{
}

.priceContainer sup
{
	display:		inline-block;
	vertical-align: super!important;
	font-size: 		10px;
}

/* WFR-3.0 Product detail page */
.containerfullProductDetail .containerbody
{
	background-image: url(../images/productdetail_body_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.containerfullProductDetail .contentbody
{
	padding: 0px;
	width: 860px;
	background-image: url(../images/productdetail_body_repeat_y_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: transparent;
}


#container2
{
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	
	background-image: url(../images/productdetail_body_bottom_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-position-x: right;
	background-position-y: bottom;
}

#container1
{
	float:left;
	width:100%;
	position:relative;
	right:196px;
	
	background-image: url(../images/productdetail_body_bottom_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: 196px bottom;
	background-position-x: 196px;
	background-position-y: bottom;
}

#col1
{
	float:left;
	/*width:626px;*/
	width: 664px;
	position:relative;
	left:196px;
	overflow:hidden;	
}

#col2
{
	float:left;
	width:186px;
	position:relative;
	left:207px;
	overflow:hidden;
	height: 100%;	
}

#col1, #col2
{
	padding: 0px 0px 20px 0px;	
}

.productDetailInfo
{
	padding: 20px 0 20px 20px;
}

.productDetailInfo .intro {
	width: 410px;
	float: left;
}

.productDetailInfo .visual {
	width: 225px;
	float: right;
	margin-top: -22px;
	text-align: right;	
}

.productDetailInfo .content {
	padding-top: 20px;
	padding-right: 20px;	
}

.text-image, 
.productDetailInfo .intro .text-image {
	margin-bottom: 20px;	
}

.text-image .image, 
.productDetailInfo .intro .text-image .image {		
	overflow: hidden;
}

.text-image .text {
	width: 268px;
}

.text-image .image {
	width: 355px;
	padding-top: 10px;	
}
	
	.text-image .image-left {
		text-align: left;
	}
	
	.text-image .image-center {
		text-align: center;
	}
	
	.text-image .image-right {
		text-align: right;
	}

.productDetailInfo .intro .text-image .text {
	width: 245px;
}

.productDetailInfo .intro .text-image .image {
	width: 165px;
}


	/* image on left */
	.text-image-left .image {
		float: left;		
		margin-left: -20px;	
	}
	
	.text-image-left .text {
		float: right;	
	}
	
	/* image on right */
	.text-image-right .text {
		float: left;	
	}
	
	.text-image-right .image {
		float: right;
		margin-right: -20px;	
	}

.productDetailInfo table
{
	width: 624px;	
}

.productDetailInfo table td {
    border-bottom: none;
}

.productDetailInfo table.tech-specs th,
.productDetailInfo table.tech-specs td
{
	text-align: right;
	width: 15%;
	line-height: 24px;
	border-bottom: 1px solid #bdb8aa;
	vertical-align: top;
	padding: 0 10px 0 10px !important;
	white-space: nowrap;
}
.productDetailInfo table.tech-specs tr th:first-child,
.productDetailInfo table.tech-specs tr td:first-child {
	text-align: left;
	width: 85%;
	padding: 0 !important;
	white-space: wrap;
}

.productDetailInfo table.disposition {
	margin-bottom: 24px;
	width: 624px;
}

.productDetailInfo table.disposition tr td {
	line-height: 24px;
	font-weight: bold;
	vertical-align: top;	
	width: 200px;
	padding: 0 0 0 0px !important;
}
.productDetailInfo table.disposition td.spacing{
	width: 12px;
}

.productDetailInfo table.disposition tr td {
	border-bottom: none;
}
.productDetailInfo table.disposition tr.head td,
.productDetailInfo table.disposition tr tr td {
	border-bottom: 1px solid #bdb8aa;
}


.productDetailInfo table.disposition tr:first-child td.spacing {
	border-bottom: none;
}

.productDetailInfo table.disposition tr td table{
	width: 200px;
}

.productDetailInfo table.disposition tr td table tr td{
	text-align: right;
	border-bottom: 1px solid #bdb8aa;
	font-weight: normal;
	width: 40px
}

.productDetailInfo table.disposition tr td table tr td:first-child{
	text-align: left;
	width: 160px;
}
.productDetailInfo table.disposition tr td table tr.special td{
	font-style: italic;
	
}


.productSideInfoStart
{
	height: 11px;
	background-image: url(../images/product_sidebar_top_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.productSideInfo
{
	padding: 4px 16px 6px 20px;
	font-size: 11px;
	height: auto;
	background-position: bottom center;
}

.productSideInfoFlash
{
	padding: 4px 0px 6px 20px;	
}

.productSideInfo .paragraphTitle,
.productSideInfoFlash .paragraphTitle
{
	font-size: 16px;	
}

.productSideInfoEnd
{
	height: 14px;
	background-image: url(../images/product_sidebar_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.productSideInfo .productItemPrice
{
	padding-left: 0px;
	text-align: left;
}

.productSideInfoButton
{
	margin-top: 4px;
	text-align: right;
}

/* WFR-4.0 Static page */
.contentLeft, .contentRight
{
	width: 390px;
	overflow: hidden;
}

.contentLeft
{
	float: left;
}

.contentRight
{
	/*margin-top: 42px;*/
	float: right;
}


/* WFR-5.0 News page */
.containerfullNews .containerbody
{
	background-color: rgb(231, 224, 207);
	background-image:url(../images/overviewbody_top_bg.jpg);
}

.containerfullNews .contentbody
{
	float: none;
	background-image: none;
	background-color: transparent;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 990px;
}

.newsItem 
{
	background-image: url(../images/news_item_bg.jpg);
	height: 138px;
}

.newsItemBody .pageTitle { 
	line-height: 18px;	
}


.newsItem .pageTitle {
	font-size: 16px;
	line-height: 16px;	
}



.newsItems, .newsNavigation
{
	clear: both;
	float: none;
}

.newsNavigation
{
	position: relative;
	background-image: url(../images/news_navigation_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 32px;
	width: 860px;
	margin: 0px 65px 7px 65px;	
	
}

	.newsRegion, .newsNavigationBody, .newsNavigationPage
	{
		line-height: 32px;
		vertical-align: middle;
		font-size: 11px;
	}
	
	.newsRegion
	{
		float: left;
		width: 190px;
		padding-left: 10px;
	}
	
	.newsNavigationBody
	{
		float: left;
		width: 460px;
		margin-left: 200px;
		text-align: center;
		
	}
		
		.navigationInactiveLink, .navigationCurrentPage
		{
			color: rgb(204,204,204);	
		}
	
	.newsNavigationPage
	{
		float: right;
		width: 190px;
		text-align: right;
		padding-right: 10px;
		color: rgb(51,51,51);
		
	}
	
	.newsItemLocation
	{
		text-transform: uppercase;
	}
	
	.newsItem
	{
		width: 398px;
		padding-right: 6px;
		margin-bottom: 2px; 	
	}
	
	.newsItem .productItemContainer, 
	.newsItemLink {	
		padding-top: 2px;
		width:403px;
	}
	
	.newsItem .productItemInfo
	{
		height: 33px;
		overflow: hidden;
		margin-bottom: 2px;
	}
	
	.newsItemDate
	{
		margin-top: 3px;
		font-size: 11px;
	}
	
	.newsItemContainer, .newsItemBody
	{
		position: relative;
		margin-top: 1px;
		height: 64px;
	}
	
	.newsItemImage
	{
		float: left;
		width: 83px;
		height: 62px;
		padding-right: 10px;
		overflow: hidden;
	}
	
	.newsItemBody
	{
		float: left;
		padding-right: 12px;
		width:  296px;
		line-height: 16px;
		overflow: hidden;		
	}
	
	.newsItemBodyNoImg {
		width: auto;
	}
	
	.newsItemLink
	{
		text-align: right;
		height: 10px;
		overflow: hidden;
		line-height: 10px;
		vertical-align: top;
		width: 398px;
		margin-top: 10px;
	}
	
	.newsItemLink a, .newsItemLink a:visited
	{
		display: inline-block;
		width: 12px;
		height:10px;
		background-image: url(../images/news_link.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	.newsItemLink a:hover
	{
		display: inline-block;
		width: 12px;
		height:10px;
		background-image: url(../images/news_link_active.png);
		background-repeat: no-repeat;
		background-position: top left;
		
	}

.newsNavigationBottom
{
	margin-bottom: 0px;
}



/* WFR-5.0 News page - featured */
.newsFeaturedContainer
{
	clear: both;
	float: none;
	width: 860px;
	position: relative;
	margin: 0px 65px 7px 65px;	
	height: 203px;
}

.newsFeaturedImage
{
	width: 574px;
	height: 203px;
	float:left;
}

.newsFeaturedText
{
	background-image: url(../images/news_featured_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	text-align: left;
	padding: 0px;
	width: 286px;
	height: 203px;
	float: left;
}

.newsFeaturedBody
{
	float:none;	
	padding: 0px;
	margin: 16px 20px 8px 20px;
	width: 246px;
	overflow: hidden;
	height: 161px;
}

.newsFeaturedBody .pageTitle
{
	margin-bottom: 5px;
	padding-left: 0px !important;
}

.newsFeaturedContainer .newsItemLink
{
	padding: 0px;
	margin: 0px 8px 0px 0px;
	width: 278px;
	
}

/* WFR-5.2 News detail page */
.containerfullNewsDetail .contentbody
{
	padding-top: 13px;
	padding-bottom: 13px;
}


/* WFR-6.0 Multimedia page */
/* css/js pagination by s.sluis */
div.mediaPages div{
    display: none;
}
div.mediaPages div:first-child{
    display: block;
}
div.mediaPages div div{
    display: block;
}
div.mediaPagination{
    width: 387px;
    padding-top: 15px;
}
div.mediaPagination div.next, div.mediaPagination div.previous{
    width: 80px;
    float: left;
    display: inline-block;
    visibility: hidden;
}
div.mediaPagination div.next{
    text-align: right;
}
div.mediaPagination div.pages{
    width: 227px;
    float: left;
    display: inline-block;
    text-align: center;
}
div.mediaPagination div.pages ul{
    text-align: center;
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none outside none !important;
}
div.mediaPagination div.pages ul li{
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    text-align: center;
}
div.mediaPagination div.pages ul li a{
    display: inline-block;
    width: 10px;
}
div.mediaPagination div.pages ul li a.active{
    font-weight: bold;
}


.containerfullMultimedia .containerbody
{
	background-color: rgb(231, 224, 207);
	background-image:url(../images/overviewbody_top_bg.jpg);
}

.containerfullMultimedia .contentbody
{
	float: none;
	background-image: none;
	background-color: transparent;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 990px;
}

#multimediaAudioPlayer {
	position: relative;
	top: 20px;
	left: 20px;
}

.mediaItems {
	background: #fff url('../images/contentbody_bottom_bg_861.jpg') no-repeat left bottom;
	position: static;
	margin: 9px 65px 0px 65px;
	width: 860px;
	min-height: 149px;
	height: auto !important;
	height: 149px;
}

.mediaItem {
    float: left;
    width: 387px;
    padding: 20px;
}

.mediaItem h2{
    font-size: 11pt;
    color: #000;
}

.mediaAsset {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0 0 0;
}

    .mediaAsset h4 {
        font-weight: normal;
        margin-bottom: 20px;
    }

		.mediaAssetVideo h4 {
			height: 28px;
		}

    .mediaAsset img.thumbnail {
        float: left;
        margin: 0 8px 0 0;
    }

    .mediaAsset .notes {
        font-size: 10px;
        width: 100%;
		margin-top: -15px;
		float: left;
    }

	.mediaAsset .note,
 	.mediaAsset .duration {
        color: #999999;	
    }

	.mediaAsset .duration {
		font-size: 10px;
	}

    .mediaAsset .note {
		float: left;
    }
    
        .mediaAssetVideo .note {
            margin-left: 66px;
        }

    .mediaAsset a.link {
        float: right;
    }

/*
.multimediaMovies {
     padding-top: 16px;
}

.multimediaColumn
{
    padding-top: 0px;
    width:280px;
    padding-left: 0px;
    padding-right: 0px;
    
}

.multimediaColumnTextContainer
{
    width:240px;
    padding-left: 20px;
    padding-right: 20px;
}

.multimediaColumnImageContainer
{
    width:260px;
    padding-left: 20px;
    position: relative;
    margin-top:10px;
}

.multimediaColumnList
{
    width:120px;
    float: left;
}

.multimediaColumnImage
{
    width:140px;
    float: right;
}

.multimediaColumnImageContainer .productSideInfoButton
{
    clear:both;
    padding-right: 20px;
    padding-top: 10px;
}

.multimediaColumnList
{
    color: rgb(102,0,0);
}

.multimediaColumnList ul
{
    list-style-type: disc;
    margin-left:        15px;
}

.multimediaColumnNavigation
{
    clear:both;
    margin-top: 40px;
    vertical-align: bottom;
    text-align: center;
}

.multimediaPlayerContainer
{
    width:530px;
    padding-left: 0px;
    position: relative;
    margin-top: 15px;
}

.multimediaMoviePlayer
{
    width:346px;
    height: 290px;
    float: left;
}

.multimediaMovieText
{
    width:174px;
    padding-left: 10px;
    float: right;
    overflow: hidden;
}

.multimediaMovieText .productSideInfoButton
{
    
    padding-right: 0px;
    padding-top: 10px;
}

.multimediaPlayerContainer .paragraphTitleBlack sup
{
    display:        inline-block;
    vertical-align: super!important;
    color:          rgb(102,0,0);
    font-size:      11px;
    margin-left:    2px;
}

.multimediaListContainer
{
    clear: both;
    width:530px;
    padding-top: 20px;
    padding-left: 0px;
    position: relative;
}

.multimediaListNew
{
    
    width: 255px;
    float: left;
}

.multimediaListMostPopulair
{
    margin-left: 20px;
    width: 255px;
    float: left;
}

.multimediaMusic
{
    clear: both;
}

.multimediaItem a, .multimediaItem a:visited
{
    cursor:pointer;
    display:inline-block;
    font-size:10px;
    height:14px;
    margin-top: 1px;
    right: 0px;
}

.multimediaItem
{
    float: left;
    width: 255px;
    height: 46px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgb(204,204,204);
    padding: 10px 0px 10px 0px;
}

.multimediaItemImage
{
    float: left;
    width: 58px;
}

.multimediaItemInfo
{
    margin-left: 8px;
    float: left;
    width: 189px;
}

.multimediaItemInfo table
{
    width: 100%;
}

.multimediaItemInfo table td
{
    padding: 0;
    margin: 0;
    border: none;
}

.multimediaItemInfo table .left
{
    width: 55%;
}

.multimediaItemInfo table .right
{
    width: 45%;
    text-align: right;
}

.multimediaItemDuration
{
    font-size:10px;
    color: rgb(153,153,153);    
}

.multimediaMusic .multimediaPlayerContainer
{
    margin-top: 5px;
    height: 30px;
}

.multimediaMusicPlayer
{
    
    height: 30px;
    background-color: rgb(204,204,204);
}

.multimediaItemInfo
{
    
}
*/
/* WFR 2.0 Contact overview */
.containerfullContact .newsFeaturedContainer {
	margin-top: 6px;
}

.containerfullContact .contentbody {
	width: 860px;	
	padding: 0;	
	min-height: 200px;
}


.containerfullContact .middlebar {
	padding-top: 0;
}

.bar {
	background: url('../images/top_bg_861.jpg') no-repeat;
	width: 860px;
	height: 20px;
	margin-bottom: -20px;
	overflow: hidden;	
	position: relative;
}

/* Dynamic block */
.blocks {
	background: white url('../images/contentbody_bottom_bg_861.jpg') no-repeat bottom;
	
}

.blockRow, 
.blockRowLast {		
	position: relative;
}

.blockRow {
	border-bottom: 1px solid #e4e4e4;		
}

.blockItem {
	width: 246px;
	height: 148px;	
	overflow: hidden;	
	padding: 20px 20px 53px 20px;
	float: left;
}

.blockItem .pageTitle {	
	padding-left: 0px !important;
}

.blockItem .blockText {
	margin-top: -6px;	
}

.blockItem .blockLink {
	position: absolute;
	bottom: 20px;/**/
    margin: 0px;
    padding: 0px;
}

/* send 2 friend */
.send2friend {
	padding: 20px;	
}

.send2friend td {
	width: 190px;
}

.send2friend td.last {
	width: 412px;
}

.send2friend li li {
	float: left;
	width: 50%;
	padding-bottom: 0px !important;		
}

/* WFR-X-X Block page */
.containerfullBlocks .contentbody {
	width: 860px;	
	min-height: 200px;
	padding: 0px;
}

.containerfullReferences .contentbody {
	width: 860px;	
	min-height: 200px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.containerfullReferences h1.pageTitle {
	padding-left: 20px;
}

.containerfullReferences .blockItem {
	padding-bottom: 20px;
	height: 298px;	
}

/* WFR-0.2 Overlay */
.overlayBody
{
	background-color: transparent!important;
}

.overlayContainerBody
{
	width: 654px;
	height: 530px;	
	background-color: transparent!important;
	background-image: url(../images/overlay_body_bg.png);
	background-repeat: no-repeat;
	background-position: top left;	
	overflow: hidden;
}

.overlayContainer1 .productSideInfoButton
{
	height: 32px;
	padding-top: 10px;
	margin-right: 42px;
}

.overlayContainer1
{
	padding: 27px 0px 0px 0px;
	width: 654px;
	height: 503px;	
	text-align: right;
}

.overlayContainer2
{
	margin: 0px 0px 33px 0px;
	width: 654px;
	height: 428px;	
	text-align: right;
}

/* WFR-8.1 Search dealer */
.containerfullDealer .line {
	margin-left: -20px;
	margin-right: -20px;
}

.containerfullDealer .contentbody {
	padding-bottom: 0;	
}

.dealer, .dealerFirst, .dealerLast {
	float: left;	
	width: 246px;
	padding: 20px 20px 19px 20px;		
}

.dealer .address {
	height: 130px;
}

.dealerFirst {
	margin-left: -20px;	
}

.dealerLast {
	margin-right: -20px;	
}

.dealerBadge {
    position: absolute;
    margin: -3px 0 0 4px;    
}

/* WFR-9.0 Overlay image */
.overlayImage .overlayContent
{
	margin: 0px 42px 0px 42px;
	width: 570px;
	height: 428px;	
	text-align: left;
}

/* WFR-9.1 Overlay 360 */

/* WFR-9.2 Overlay slider */

/* WFR-9.3 Overlay login */
.overlayLogin .overlayContainerBody
{
	background-image: none;
	padding-left: 150px;
}

.overlayLogin .overlayContent
{
	background-image: url(../images/overlay_login_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 216px;
	width: 346px;
}

.overlayContentLogin
{
	text-align: left;
	height: 155px;
	width: 268px;
	padding: 31px 38px 30px 40px
}

.overlayContentLogin h1
{
	margin-top: 8px;
	display: block;
	float: left;
	width: 150px;	
}

.overlayLogin  .productSideInfoButton
{
	display: block;
	float: right;
	width: 60px;	
	padding-top: 0px;
	text-align: right;
	margin-right: 0px;
}

#formLogin
{
	margin-left: 38px;
	margin-top: 20px;
}

.loginButtonContainer
{
	margin-top: 6px;
}

#formLogin a, #formLogin a:visited
{
	
	font-size: 11px;
	color: rgb(102,102,102);
}

#formLogin input
{
	margin-top: 4px;
	color: rgb(102,102,102);
	font-size: 12px;
}

#formLogin a:hover
{
	margin-top: 6px;
	font-size: 11px;
	color: rgb(102,0,0);
}


#sitemap li {
	font-size: 8pt;	
}

/* Titles */

.pageTitle
{
	color: rgb(102,0,0);
	font-size: 13pt;
	font-weight: normal;
	font-family: Optima, Arial;
}

.paragraphTitle, .paragraphTitleBlack
{
	color: rgb(102,0,0);
	font-size: 10pt;
	font-weight: normal;
	font-family: Optima, Arial;
}

.paragraphTitleBlack
{
	color: rgb(51,51,51);
}


.subTitle
{
	font-size: 10pt;
	font-weight: bold;	
}

/* Overrule reset.css*/
p
{
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

ul li {	
	background: transparent url('../images/list-bullit.gif') no-repeat 0 6px;
	line-height: 12pt;	
	padding-left: 8px;
}

/* Contact form */
/*
form.contactform td,
form.dealerform td {
	width: 392px;
	padding-right: 20px;
	vertical-align: top;	
}

form.contactform textarea,
form.dealerform textarea {
	width: 365px;
	height: 100px;	
}

form.contactform ul.right,
form.dealerform ul.right {
	padding-top: 10px;
}

form.contactform ul.left li,
form.dealerform ul.left li  {
	float: left;
	clear: left;	
}

	form.contactform li li,
	form.dealerform li li {
		float: none;		
	}


form.contactform ul.left label,
form.dealerform ul.left label {
	float: left;
	width: 120px;
	margin-right: 5px; 
}
	
	form.contactform ul.right label,
	form.dealerform ul.right label {		
		display: block;
		padding-bottom: 5px;
	}
	
	form.contactform ul.right li li label,
	form.dealerform ul.right li li label {
		padding: 0;
	}
	
form.contactform ul.right input.text-input,
form.dealerform ul.right input.text-input {
	width: 268px;	
}		

form.contactform li.textarea label,
form.dealerform li.textarea label {
	width: auto;
	display: block;
	float: none;
	padding-bottom: 5px;
}

form.contactform li.checkbox li,
form.dealerform li.checkbox li {
	float: left;
	width: 150px;
}
*/
/* General contact form */
/*
form.generalform label {
	float: left;
	width: 120px;
	margin-right: 5px; 
}

form.generalform li.textarea {
	padding-top: 13px;	
}

form.generalform li.textarea label {
	width: auto;
	display: block;
	float: none;
	padding-bottom: 5px;
}

form.generalform textarea {
	width: 500px;
}
*/

/* Contact */
form.contact {
	margin-top: 10px;	
}

form.contact table {
	width: 100%;	
}
	
form.contact td {
	width: 395px;	
	padding-right: 10px;
	vertical-align: top;
}

form.contact li {
	float: left;    
	clear: left;    
	width: 100%;    
	padding-bottom: 12px;
}

form.contact li label {
	float: left;    
	width: 120px;    
	margin-right: 5px;	
}

form.contact li input.text-input {
	width: 221px;	
}

form.contact li.extended input.text-input,
form.contact li textarea {
	width: 370px;	
}

form.contact li select {
	width: 239px;	
}

form.contact li.extended label,
form.contact li.checkbox-extended label {
	display: block;
	float: none;
	width: auto;
	margin-bottom: 5px;
}

form.contact li.checkbox {
	padding-left: 120px;	
}

form.contact li.checkbox input {
	float: left;
	margin-right: 5px;
}

form.contact li.checkbox label {	
	width: 220px;		
}

form.contact li.radio ul {	      
	padding: 0;
	float: left;
	margin-left: -5px; 	
}

form.contact li.radio ul li {
	padding-bottom: 0;	
}

form.contact li.radio li label {
	float: none;
	width: auto;	
}

form.contact li.checkbox-extended label {
	width: auto;
	float: none;	
}

form.contact li.checkbox-extended li {
	float: left;
	clear: none;
	width: 200px;
	padding-bottom: 3px; 
}

form.contact li.checkbox-extended li input {
	float: left;
	margin-right: 5px;	
}

form.contact .help {
	color: #666;
	float: left;
	font-size: 11px;		
	margin-left: 125px;
	margin-top: 2px;
	font-style: italic;	
}

/* Call me now */
form.callmenow {
	margin-top: 10px;	
}

form.callmenow li {
	float: left;    
	clear: left;    
	width: 100%;    
	padding-bottom: 12px;
}

form.callmenow li label {
	float: left;    
	width: 120px;    
	margin-right: 5px;	
}

form.callmenow li.radio ul {	      
	padding: 0;
	float: left;
	margin-left: -5px; 	
}

form.callmenow li.radio ul li {
	padding-bottom: 0;	
}

form.callmenow li.radio li label {
	float: none;
	width: auto;	
}

form.callmenow .submitForm {
	margin-left: 125px;	
}


/* Dealer search */
form.dealersearch label {
	padding-right: 5px;	
}

form.dealersearch select {
	margin-right: 5px;	
}

form.dealersearch .buttonLink {
	margin-top: -3px;
}


/* Forms */
form .required {
	color: #7e1e20; 
}

form li {
	background: none;
	padding-left: 0;	
	padding-bottom: 8px;
}

form select {
	border-width: 1px;
	border-style: solid;
	border-top-color: #7c7c7c;
	border-right-color: #c3c3c3;
	border-bottom-color: #ddd;
	border-left-color: #c3c3c3;
}

form input, 
form .error {	
	font-size: 10px;		
}

form textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;	
}

form input.text-input,
form textarea {
	border-width: 1px;
	border-style: solid;
	border-top-color: #7c7c7c;
	border-right-color: #c3c3c3;
	border-bottom-color: #ddd;
	border-left-color: #c3c3c3;
	padding: 3px 8px 2px 8px;
	color: #555;
}

form .error {
	margin: 2px 0 0 0;
	color: #7e1e20;
	display: block;	
}

form .formButton {
	margin-top: 15px;
	text-align: right;	
}

form input.formSubmit {
	border: none;
	background: #e7e0ce;
	padding-left: 0;
	padding-right: 0;
	color: #660000;
	cursor: pointer;	
}

form input.formUnsubcribe {
	border: none;
	background: transparent;
	color: #999;
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;	
}

/* Overlay */
.MultiBoxContainer
{
	top: 10px;
	left: 10px;
	position: absolute;
	border: 0px;
	display: none;
	z-index: 1000;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxContainer, .MultiBoxContentContainer, .MultiBoxContent
{
	background-color: transparent!important;
}

.MultiBoxLoading
{
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.MultiBoxClose
{
	display: none;
	/*
	position: absolute;
	top: -26px;
	right: -26px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	*/
}

.MultiBoxControls
{
	display: none;
}

small {
	font-size: 11px;	
}


/* Tables */
table td, table th {
    padding: 0 20px 0 8px;
    border-bottom: 1px solid #BDB8AA;
    line-height: 24px;
}

table th {
    text-align: left;
}

form table td, .newsItemBody td {
    padding: 0;
    border-bottom: none;
    line-height: 16px;    
}


/* Fallback */
#navigation_fallback { 
	overflow: hidden; 
}

#navigation_fallback li { 
	float:left; 
	background: #fff; 
	font-size: 14px; 
	padding: 5px; 
	border: 1px solid #000; 
}

#navigation_fallback li ul { 
	display: none; 
}

#navigation_fallback li:hover ul { 
	display: block; 
	position: absolute; 
}

#navigation_fallback li li { 
	float: none; 
}
