body {
  	background-color: #e4e5d6;
  	background-position: 0px 0px;
  	background-repeat: repeat-x;
  	background-image: url("../gfx/background.png");
  	color: #000;
  	font: 100 62.5% Verdana;
  	padding: 0px;
  	margin: 0px;
}

ul,ul li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}

body.email,
body.popup {
  	background-position: 0px -110px;
}

h1 {
	font-size: 124%;
}

h3 {
	font-size: 131%;
}

h4,h5 {
	font-size: 1em;
	margin: 5px 0 0 0;
	padding: 0px;
}

h5 {
	margin: 10px 0 0 0;
}

#leftColumn .box p {
	margin: 0px;
	padding: 5px 0;
}

#leftColumn .box h4 {
	margin: 5px 0;
	padding: 0px;
}
	 
.t-l {
  	background: url("../gfx/corners/t-l.png") top left no-repeat;
}

.t-r {
  	background: url("../gfx/corners/t-r.png") top right no-repeat;
}
  
.t-c {
  	background: url("../gfx/corners/t-c.png") top center repeat-x;
}

.b-l {
  	background: url("../gfx/corners/b-l.png") bottom left no-repeat;
}
 
.b-r {
  	background: url("../gfx/corners/b-r.png") bottom right no-repeat;
}

.b-c {
  	background: url("../gfx/corners/b-c.png") bottom center repeat-x;
}

.c-l {
  	background: url("../gfx/corners/c-l.png") left top repeat-y;
}

.c-r {
  	background: url("../gfx/corners/c-r.png") right top repeat-y;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
} 

.clear br { 
	display: none;
}

a:link,
a:active,
a:visited {
	color: #d2651d;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img {

	border: 0px;
}


#pageWrapper {
  	width: 1001px;
  	margin: 0px auto;
  	position: relative;
  }

.email #pageWrapper,
.popup #pageWrapper {
	width: 86%;
}

.cci #pageWrapper {
	width: 620px;
}

.canvasPadding {
  	padding: 10px 10px 10px 10px;
	width: 981px;
 }


.cci .canvasPadding {
	width: 601px;

}
  
.canvasBackgroundColour {

  }

.canvasBackgroundColour.gradientTopLeft {
  	background: url("../gfx/contentTopGradientLeft.png") -1px top no-repeat  #fff;
  }
  
.canvasBackgroundColour.gradientTopRight {
  	background: url("../gfx/contentTopGradientRight.png") top right no-repeat transparent;
  }
  
p {
	
	margin: 0px;
	padding: 10px 0;
	font-size: 1em;
	line-height: 1.6em;
}

#ext {
	font-size: 1.1em;
}

.text p {
	font-size: 1.3em;
}

h3 {
	background: url("../gfx/doubleUnderline.png") bottom left no-repeat;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	font-size: 1.4em;
}

.box {
	padding: 10px;
	border-bottom: 5px solid #e7e8db;
	position: relative;
	overflow: hidden;
}

.clear {

}

.clear br {
	display: none;
}

.padme {
	padding: 10px;
}

#mainNavigation a.noLinkColour {
	color: #000;

}

#headerWrapper {
  	margin-top: 19px;
  	margin-bottom: 0px;
  	position: relative;
  	height: 108px;
  }
  
	#headerWrapper #logo {
  		margin-left: 16px;
	  }
	  	  
	  #header #info {
	  	position: absolute;
	  	top: -15px;
	  	left: 370px;
	  
	  }
	  
	  #header #info ul {
	  	list-style: none;
	  	padding:6px 0;
	  	margin: 0px;
	  }
	  
	  #header #info ul li {
	  	line-height: 1.7em;
	  	xmargin-left: 12px;
		padding: 0px 0px 0px 10px;
		Xbackground: url('../gfx/linkArrow.png') left 3px no-repeat;			

	  }


#frameWork { 
		
	}

.email #frameWork,
.popup #frameWork {
	margin-top: 17px;
}

	#contentWrapper {
		
	
	}

	#innerContentArea {


	}
		#leftColumn {
			position: relative;
			float: left;
			width: 220px;
			border-right: 1px solid #e7e8db;
		}
		
			#mainNavigation {

			}
			
			#mainNavigation .box {
				padding: 10px;
				background:none;
			}
			
			.box ul {
				margin: 0px 0px 0px 0px;
				padding: 0px;
				list-style: none;
			}
			
			.box li {
				padding: 4px 0px;
				margin: 0px;
			}
			
			.box li a {
				color: #35362f;
				font-size: 1.1em;
				text-decoration: none;
			}
			
			.box li a:hover {
				text-decoration: underline;
			}
			
			.box li.parent {
				background: #E4E5D6;
				border-bottom: 1px solid #fff;		
				padding: 0px;
				line-height: 186%;
			}
			
			.box li.child {
				line-height: 126%;
			}
			
			.box ul.child {
				background: #fff;
				padding: 5px 0;
			}
	
			.box ul li a.parent {
				line-height: 1.2em;
				font-weight: 700;
				color: #000;
				font-size: 120%;
				margin-left: 4px;
			}
			
			.box ul li a.child {
				margin-left: 10px;
				padding: 0px 0px 0px 15px;
				background: url('../gfx/linkArrow.png') left 3px no-repeat;			
			}

			.box ul li ul li a {
				line-height: normal !important;
				font-weight: normal !important;
			}			
			
			
			.box ul.noPad,
			.box ul.noPad li {
				padding: 2px 0;
				margin: 0px;
			}

			.box ul.noPad li a.child {
				margin: 0px;
			}
			
			.noBorder {
				border: 0px none !important;
			}
			
			.noPadding {
				padding: 0px;
			
			}
		

		
		#centerColumn {
			margin: 0px 186px 0px 220px;
			border-left: 1px solid #e7e8db;
			border-right: 1px solid #e7e8db;
			width: auto;
			padding: 0px 0px;
		}

		.cci #centerColumn,
		.email #centerColumn,
		.popup #centerColumn {
			margin: 0px 0px;
			padding: 0px 10px;

		}

		.popup .canvasPadding {
			width: auto;
		}
		
		.popup p {
			margin: 10px 0px;
			padding: 0px;
			line-height: 146%;
		}
		
			#fpSplash {
				width: 553px;
				height: 238px;
				margin: 0px auto;
				overflow: hidden;
				padding-top: 8px;
				padding-bottom: 8px;
				border-bottom: 1px solid #e4e5d6;
			}

			
			#fpSplash .fpImageOverlay {
				background: #000;
				height: 31px;
				filter:alpha(opacity=80);
				-moz-opacity:0.8;
				-khtml-opacity: 0.8;
				opacity: 0.8;
				position: relative;
				top: -33px;
				width: 553px;
			}
			
			#fpSplash .fpImageOverlay .text {
				color: #fff;
				padding: 8px 10px;
				font-size: 120%;
			}
			
			#fpTop {
				padding-top: 8px;
				padding-bottom: 8px;
				overflow: hidden;
				position: relative;
				border-bottom: 1px solid #e4e5d6;
				font-size:10px;
			}
			

			#landingSplash {
				width: 553px;
				height: 126px;
				margin: 0px auto;
				overflow: hidden;
				padding-top: 8px;
				padding-bottom: 8px;
				border-bottom: 1px solid #e4e5d6;
			}
			
			#fpTop h1 {
				font-size: 124%;
				color: #000;
				border: 0px none;
				margin: 0px;
				padding: 0px;
			}
			
			#fpTop h1 a {
				color: #000;
			
			}
			
			#fpTop ul {
				margin: 0px;
				padding: 0px;
			}
			
			#fpTop .text p {
				padding: 4px 10px 6px 0px;
				margin: 0px;
				line-height: 126%;
				color: #35362f;
				font-size: 10px;
			}
			
			#fpTop .entry .box {
				padding-top: 0px;
				height: 80px;
			}
			
			#fpTop .entry.left .box {
				padding-left: 0px;
			}
			
			#fpTop .promo-amarone {
				background: url('/gfx/promo1.amarone.jpg') 115% top no-repeat;
				height: 72px;
			}
			
			#fpTop .btn {
				position: absolute;
				top: 60px;
			}


#products {
	padding: 0px;
	margin: 0px;
}
	.box h1 {
		color: #92231c;
		margin: 0px;
		padding: 10px 0 7px 0;
		border-bottom: 1px solid #e4e5d6;
		font-size: 1.4em;
	}

	.entryWrapper {
		margin: 0px 0;
		position: relative;
		height: 232px;
	}

	.entry {
		border-bottom: 1px solid #e4e5d6;
		background: url('/gfx/entry.top.shadow.png') center top repeat-x;
		padding-bottom: 10px;
		width: 50%;
		position: relative;
	}

	.entry.left {
		border-right: 1px solid #e4e5d6;
		margin-left: -1px;
		float: left;

	}

	.entry.right {
		float: right;
		margin-right: -1px;
	}
		
	.entry.left .wrapper {
		padding: 0px 10px 0px 1px;

	}

	.entry.right .wrapper {
		padding-left: 10px;
	}

	
	#products h2 {
		font-size: 1.4em;
		margin-bottom: 6px;
		margin-top: 12px;
		line-height: 125%;
		height: 36px;
		overflow: hidden;
		padding: 0px;

	}
	
	#products h2 a {
		color: #000;
		padding: 0px;
		background: none;
	}
	
	#products h2 a:hover {
		color: #d2651d;
		text-decoration: underline;
	}
	
	#products .padder {
		padding: 10px;
	}
	
	#products .moreLink {
		position: absolute;
		top: 130px;
		font-size: 1.2em;
		font-weight: 700;
	}
	
	#products .youSave {
		display: none;
		margin-top: 4px;
	}
	
	#products .hilite {
		font-weight: 700;
		color: #000;
		font-size: 110%;
	}
	
	#products .entry .image {

		float: right;
		margin-top: 6px;
		margin-right: 0px;
		width: 55px;
		height: 130px;
		overflow: hidden;
	}
	
	#products .entry .image img {

	
	}

	#products .entry .image a {
		background: none;

	}
	
	#products .info {
		margin-bottom: 10px;
		margin-right: 0px;
	}
	
	#products .info .teaser {
		line-height: 128%;
		color: #35362f;
		overflow: hidden;
		height: 76px;
		padding-right: 20px;
	}
	
	#products .prices {
		padding-top: 0px;

		width: 50%;
		margin-left: 50%;
	}
		
	#products .prices .price {
		clear: both;			
	}
	
	.cell.label {
		float: left;
		padding: 2px 0;
	}

	
	.cell.data {
		float: left;
		padding: 2px 0;
	}

	.cell.input {
		float: left;
		padding: 2px 0;
	}
	
	.cell.textarea textarea {
		width: 248px;
		height: 60px;
		border: 1px solid #e7e8db;
	}
	
	.cell.value {
		text-align: right;
		float: right;
		font-size: 1.4em;
		color: #d2651d;
		font-weight: 700;
		margin-left: 10px;
	}
	
	.cell.value span.promodim {

		text-decoration: line-through;
		font-size: 80%;
		color: #000;
		margin-right: 10px;
	
	}
	
	.controls {
		margin-top: 12px;
		background: #f1f2e9;
		padding: 4px 4px 2px 4px;
		border-top: 1px solid #e7e8db;
		border-bottom: 1px solid #e7e8db;
		line-height: 26px;
	}
	
	.controls .qtySelect {
		float: left;
	}
	
	.qtySelectInput {
		width: 20px;
	}
	
	.controls .btnRight {
		float: right;
		margin-left: 10px;
	}
	
	#products a {
		background: url('../gfx/laes.mere.pil.png') left 3px no-repeat;
		padding-left: 10px;
	}
	
	#fpSearchBar {
		position: relative;
		overflow: hidden;
		xborder-bottom: 5px solid #E4E5D6;
		padding-bottom: 10px;
	}
	
	#fpSearchBar .box {
		padding: 0px 8px !important;
	}
	
	#fpSearchBar.onPage {
		margin: 0px 0;
		padding: 3px 0 0 0;
		border-bottom: 1px solid #E4E5D6;
	}
	
	#fpSearchBar .input {
		float: left;
	}
	
	#fpSearchBar .input.btn {
		margin-top: 3px;
	
	}
	
	#fpSearchBar .input.text {
		margin-top: 0px;
		border: 1px solid #c4c6b1;
		font-size: 1.1em;
		padding: 3px 0 0 6px;
		height: 16px;
		margin-top: 6px;
	}
	
	#fpSearchBar .wrapper {

	}
	
	#fpSearchBar .searchBarText {
		float: left;
		margin-right: 12px;
		margin-top: 5px;
	}

.noVertPadding {
	padding-top: 0px;
	padding-bottom: 0px;
}
			
		#rightColumn {
			position: relative;
			float: right;
			right: 0px;
			width: 186px;
			border-left: 1px solid #e7e8db;
		}
		
		#rightColumn #miniBasket {
			position: relative;
			margin-top: 8px;
			border-top: 1px solid #e7e8db;
			border-bottom: 1px solid #e7e8db;
			background: #f1f2e9;
			padding: 10px;

		}

		#rightColumn #miniBasket #basketIcon {
			position: absolute;
			top: -58px;
			right: 0px;
		}
		
		#rightColumn #miniBasket .counter {
			padding: 0px 0 24px 0;
		}
		
		#rightColumn #miniBasket .productList {

			padding: 4px 0;
		}
		
		#rightColumn #miniBasket .productList .qty {
			width: 12px;
			text-align: right;
			margin-right: 6px;
		}
		
		#rightColumn #miniBasket .price {
			padding: 2px 0;
		}
		
		#rightColumn #miniBasket .count {
			font-weight: 700;
			color: #d2651d;
		}
		
		#rightColumn .btn {
			clear: both;
			font-weight: 700;
		}
		
		#rightColumn #miniBasket .btn {
			padding: 12px 0;
			margin-top: 12px;
		}

		.btn a {
			background: url('../gfx/linkArrow.png') left 2px no-repeat;			
			padding-left: 12px;
			font-weight: 700;
		}
		
		
		#centerColumn h3,
		#rightColumn h3 {
			padding-bottom: 0px;
			background: transparent;
			
		}
		
		.box h3 {
			padding-left: 0px;
		}
		
#quickselGroup {
	Xmargin-bottom: 12px;
}
#quickselGroup select {
	width: 166px;
	font-size: 1em;
	background: #e7e8db;
	margin: 6px 0;
}

#quickselGroup select option {
	color: #000;
	background: #e7e8db;
}



#status {
	margin: 12px 0;
	line-height: 18px;
	padding: 12px;
	background: #f1f2e9;
}

#status .msgHeader {
	font-size: 1.2em;
}

#status .msgBody {
	font-weight: bold;
}

.bold {
	font-weight: 700;
}


.row {
	height: 28px;
	line-height: 24px;
}

.row {

}

.row.rowType2 {
	height: 70px;
}

.row.odd {
	
}

.row .cell {
	padding: 2px 0;
}

.basketItemQty {
	width: 72px;
}

.basketItemQty select {
	font-size: 1em;
}

.center {
	margin-right: 50px;
	margin-right: 150px;
}

.basketItemPrice1 {
	width: 60px;
	text-align: right;
}

.basketItemPrice2 {
	width: 60px;
	text-align: right;
}

.basketItemDelete {
	width: 42px;
	text-align: right;
}

#customerInfo .left,
#basket .left {
	float: left;
}

#customerInfo .right,
#basket .right {
	float: right;
}

.basketItemTotal {

	font-weight:  700;
}

#basket .basketItems {
	margin: 6px 0;
}

#basket .basketItemTotal {
	margin: 6px 0;
	border-top: 1px solid #e4e5d6;
	border-bottom: 3px double #e4e5d6;
}

#basket .row.buttons {
	margin: 12px 0;
}

#customerInfo {
	margin: 12px 0;
}

#customerInfo .label {
	width: 302px;
}

form {
	margin: 0px;
	padding: 0px;

}

.custForm input.input {
	border: 1px solid #e4e5d6;
	width: 240px;
	font-size: 1em;
	padding: 4px;
}

	.tableData .cell.label {
		width: 110px;
	}                                                             

	.tableData .cell.data {
		width: 240px;
	}                                                             
		
	.tableData .cell.input {
		width: 240px;
	}
	
	
	.tableData .cell.input.longFieldOnRight,
	.tableData .longFieldOnRight input {
		width: 28px;
		margin-right: 18px;
	}

	.tableData .cell.input.shortFieldOnLeft,
	.tableData .shortFieldOnLeft input {
		width: 194px !important;
	}
	
	hr {
		height: 1px;
		border: 0px none;
		border-top: 1px solid #e4e5d6;
		margin: 12px 0;
		padding: 0px;
		line-height: 1px;
		overflow: hidden; 
	}

ol#progress {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-position: outside;
}

ol#progress li {
	padding: 4px 0;
	background: url('../gfx/laes.mere.pil.png') left 6px no-repeat;
	padding-left: 10px;
}

ol#progress li.active {
	font-weight: 700;
}

#productDetails {
	margin-bottom: 12px;

}

#productDetails .top {
	height: 200px;
}

#productDetails .entry {


}


#productDetails .entry {
	height: 182px;
}

#productDetails .row {
	height: 18px;
	line-height: 14px;
}

#productDetails .entry .image {
	margin: 0px auto;
	overflow: hidden;
	width: 180px;
	text-align: center;
	height: 175px;

	}
	
#productDetails .entry .image img {
	height: 175px;
	
}

#productDetails .wrapper {
	padding: 10px;
	font-weight: 700;
}


#productDetails .tableData {
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e4e5d6;
	height: 76px;
}

#productDetails .tableData .cell.label {
	width: 90px;
}

#productDetails .tableData .cell.value {
	color: #000;
	font-size: 1em;
}

#productDetails .description {
	margin-top: 12px;
}

.wrapper.noPad {
	padding: 0px;

}

.productDescription {
	font-size: 1.1em;
}

#pagination {
	position: absolute;

	bottom: 12px;
	right: 0px;
	height: 32px;
	padding-right: 12px;
}

#pagination.top {
	top: 12px !important;
	
}

#pagination.bottom {
	position: relative;
	bottom: 0px !important;
	margin-top: 18px;
	right: 6px;
}

#pagination #links {
	float: right;
}

#pagination #prev {
	float: right;
	margin-right: 12px;
}

#pagination .disabled {
	color: #e4e5d6;
}

#pagination #next {
	float: right;
	margin-left: 12px;
}


#pagination #links a {
	padding: 3px 6px;
	height: 40px;
	position: relative;
	border: 1px solid #e4e5d6;
}


#pagination #links a:hover,
#pagination #links a.active {
	padding: 3px 6px;
	color: #fff;

	border: 1px solid #e7e8db;
	background: #d2651d;
	text-decoration: none;
}

#fpTop.entryWrapper {
	height: 172px;

}

.newsWrapper {
	margin-bottom: 0px;

}

.newsWrapper h4 {
	margin: 12px 0 0 10px;
	padding: 0px;
}

.newsWrapper p {
	color: #35362F;
}


ul.news {


}

.searchResults {
	height: 62px;
	margin-top: 12px;
	font-size: 1.2em;
	border-bottom: 1px solid #e7e8db;
}

.searchResults p {
	padding: 3px 0;
	margin: 0px;
}


#products a.categoryNameLink {
	padding: 0px;
	margin: 0px;
	background: none;
	color: #92231C;

}

#floatAltLeveringCheckbox {
	position: relative;
	float: right;
	margin-top: -30px;
}


.ieBorderHack {
	border-top: 1px solid transparent;
	margin-top: -1px;
}
.entriesContainer {
	height: 100%; 
	overflow: hidden;
}


#eventList {

}

#eventList h2 {
	font-size: 126%;
	margin: 0px;
}

#eventlist .eventdesc {
	border: 1px solid red;
}

.betalingskort {
	width: 122px;
	height: 63px;
	margin: 0px auto;
}

#rightColumn #newsletter {

	border-top: 1px solid #E7E8DB;
	margin-top: 10px;
	padding-bottom: 10px;
	background: url(../gfx/rightcol.gradient.png) top left no-repeat;
}

#rightColumn #newsletter h4 {
	margin: 0px 0px 10px;
}

#rightColumn .box p {
	margin: 0px;
	padding: 4px 0px 10px;
}

#rightColumn .box h3 {
	margin: 4px 0;
	padding: 0px;
}

#newsletterSignup {
	margin: 10px 0;
}


#newsletterSignup .nmsContainer {
		padding: 0px 12px;
		font-size: 11px;
		color: #581616;
	}
	
	#newsletterSignup .nmsContainer BR {
		display: none;
	}

	#newsletterSignup .nmsContainer .row {
		overflow: hidden;
		height: 100%;
	}
	
	#newsletterSignup .nms_message {
		padding: 4px 0;
	}
	
		#newsletterSignup	.nmsLabel {
			width: 120px;
			margin: 4px 0;
			float: left;
		}

		#newsletterSignup	.nmsField {
			float: left;
		}

		#newsletterSignup	.nmsField input {
				width: 150px;
				border: 1px solid #c4c4c4;
				height: 18px;
				margin-left: 12px;
		}
		
		#newsletterSignup .nmsSubmit input {

			border: 1px solid #c4c4c4;
			background: #c4c4c4;
			width: 80px;
			margin: 12px 0;
			padding: 0px;
			font-weight: 700;
			font-size: 12px;
			color: #fff;
		}
		
		
#fpRecommendations {
	position: relative;
	width: 100%;
	overflow: hidden;
	

}

#fpPromos {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e7e8db;
	padding-bottom: 10px;
}

#fpPromos .slot {
	float: left;
	width: 193px;
}

#fpPromos .slot.dbl {
	width: 368px;
	float: right !important;
	margin-right: -4px;
}

#fpPromos .slot.first {
	margin-left: -4px;
	margin-top: 16px;
}

.recom {
	position: relative;
}

.recommend h3 {
	margin-top: 8px;
	margin-left: 8px;
	position: absolute;
	top: 6px;

}

#fpPromos .btn a {
	background: url('../gfx/linkArrow.png') left 2px no-repeat;			
	padding-left: 12px;
}

#fpPromos .recom.soren {
	background: url('/gfx/soren.box.png') right top no-repeat;
	height: 210px;
	width: 368px;
}

#fpPromos .recom .boxHeader {
	padding: 20px 0px 8px 18px;
}

#fpPromos .recom .wineName {
	font-weight: 700;
	margin: 4px 0px 0px 18px;
	font-size: 126%;
}

#fpPromos .recom .recomHeader {
	font-weight: 700;
	padding: 4px 0px 0px 18px;

}

#fpPromos .recom .recomText {
	padding: 0px 0px 0px 18px;
}

#fpPromos .recom .recomText p {
	line-height: 136%;
	padding: 4px 12px 0px 0px;
	color: #581616;
}


#fpPromos .recom .moreLink {
	float: right;
	margin-right: 18px;
}

#fpPromos .stars {
	margin: 8px 0px 4px;
	position: relative;
	overflow: hidden;
}

#fpPromos .recom .star {
	width: 25px;
	height: 25px;
	float: left;
}

#fpPromos .recom .star.on {
	background: url('/gfx/star.on.png') center top no-repeat;
}

#fpPromos .recom .star.off {
	background: url('/gfx/star.off.png') center top no-repeat;
}

#fpPromos .promoBoxLink {
	padding: 0px 0px 0px 18px;
	font-weight: 700;
	height: 108px;
}

#fpPromos .promoBoxLink .btn {
	padding-top: 12px;
}

#fpPromos .promoBoxLink.reception {
	background: url('/gfx/promo2.clean.png') left top no-repeat;
}

#fpPromos .promoBoxLink.reception .text {
	padding-top: 20px;
	font-size: 146%;
}

.layout.threeCols .entry {
	width: 33.3%;
	float: left;
	background: none;
	overflow: hidden;
	position: relative;
	height: 62px;
}

.layout.threeCols .entry.center {
	margin: 0px;
	border-left: 1px solid #e4e5d6 !important;
	margin-left: -1px;
}

.layout.threeCols .entry.right {
	border-left: 1px solid #e4e5d6 !important;
	margin-left: -1px;
}

.layout.threeCols .entry .box {
	border: 0px;
	padding: 4px 8px;
}

.borderBottom {
	border-bottom: 1px solid #000;
}

.textbox {
	background: url('/gfx/textbox.png') left top no-repeat;
	position: relative;
	left: -7px;
	padding: 12px 24px;
}



.promoRibbon {
	background: url('/gfx/promo.ribbon.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	right: 0px;
	width: 94px;
	height: 55px;
}

#payoff {
	position: absolute;
	top: 53px;
	left: 146px;
}

#payoff a {
	color: #000;
	}


.tellMe {
	padding: 8px 0;
}

.kontrolciffer {
	width: 176px;
	height: 110px;
	background: url("/gfx/kontrolciffer.jpg") center left no-repeat;
	position: absolute;
	top: 100px;
	right: 20px;
}

#devState {
	position: absolute;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid #fff;
	z-index: 1;
	text-align: right;
}

#devState h1 {
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	margin: 0px;
	color: #fff;
}

#devState.udv {
	background: pink;
				filter:alpha(opacity=60);
				-moz-opacity:0.8;
				-khtml-opacity: 0.8;
				opacity: 0.8;

}

#devState.preprod {
	background: lightblue;
				filter:alpha(opacity=60);
				-moz-opacity:0.8;
				-khtml-opacity: 0.8;
				opacity: 0.8;

}


ul#topfive {
	list-style: none;
	list-style-position: inside;
}

ul#topfive li a {
	color: #d2651d;
	display: block;
}

.error {
font-size: 146%;
color: red;

}

.w40 {
	width:40px;
}



.promoContainer {
	background: #fff url("/gfx/splash-bg.png") 0px 0px no-repeat;
	padding: 10px 20px;
	position: relative;
	height: 238px;
	width: 523px;
}

.promoContainer h1 {
	font-size: 26px;
	border: 0px none;
	padding: 0px 0x 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Georgia;
	width: 350px;
}

.promoContainer h2 {
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 350px;
	color:#000 !important;
}

.promoContainer .priceWrapper {
	font-size: 26px;
	font-weight: 700;
	color: #000 !important;
}

.promoContainer .price {
	color: #d2651d;
}

.promoContainer .desc {
	margin-top: 0px;
	width: 350px;
	height: 55px;
	overflow:hidden;
	color: #000 !important;
}

.promoContainer p {
	line-height: 14px;
}

.promoContainer .normalpris {

	position: absolute;
	right: 23px;
	top: 210px;
	z-index:100;
}

.promoContainer .image {
	position: absolute;
	top: 36px;
	right: 36px;
	width: 130px;
	height: 130px;
	overflow: hidden;
	text-align: center;
}

.promoContainer a:hover {
	text-decoration: underline;

}


.promoContainer .moreLink {
	font-size: 1.4em;

}

.ratings {
	height: 22px;
	padding:4px 0;
}

.ratings .icons {
	float: left;
}

.ratings .ratingNotes { 
	float: left; 
	color: #000;
	font-size: 1.1em;
	margin-top: 3px;
	margin-left: 20px;
	font-style: italic;
	}


.badges {
	position: absolute;
	left: 392px; 
	top: 185px;
	color: #000 !important;
	font-weight: 700;
}

.badges img {
	vertical-align: top;
}

ul.dealers {
	width: 513px;
}

ul.dealers li {

	float: left;
	margin-left: 10px;
	height: 20px;
}

tr.header {
	font-weight: 700;
	background: #E4E5D6;
}

td {

}

.fpIncontournables {
	border: 1px solid red;

}
