/* THE RESET AND SOME GENERAL TOOLS
----------------------------------- */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

ul {
	margin-left:15px;
	}
p {
	margin:20px 0;
	}
p:first-child {
	margin-top:5px;
	}
em {
	font-style:italic;
	}
strong {
	font-weight:bold;
	}
th {
	font-weight:bold;
	}
ul.nav {
	display:block;
	list-style:none;
	margin:0px;
	}
ul.nav li {
	display:block;
	float:left;
	}
.hidden {
	display:none;
	}
	
div.clear {
	clear:both;
	height:0px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia,serif;
	}
p.ingress {
	font-style:italic;
	font-weight:bold;
	}
a {
	color:#464646;
	}
a:hover {
	text-decoration:underline;
	}
div.notice, div.error {
	padding:15px 15px 15px 40px;
	font-size:13px;
	color:#000;
	font-family:Georgia,sans-serif;
	font-style:italic;
	background:url('../images/Info.png') no-repeat 15px 10px;
	}
div.error {
	color:red;
	background-image:url('../images/Warning.png');
	}

/* AFTER RESET  
------------------------ */


html,body{width:100%;height:100%;overflow:;border:0;margin:0;padding:0;font:12px/17px "Helvetica","Arial",sans-serif}


.scaler {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	overflow:hidden;
}


/* GRID SETUP
----------------------------------------------------------------------------------------------------*/
.gridwrap {
	margin-left: auto;
	margin-right: auto;
	width: 882px;
	padding:0px 5px 0px 113px;
	display:block;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.w1,
.w2,
.w3,
.w4,
.w5,
.w6,
.w7,
.w8,
.w9,
.wc {
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 1px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 9 Columns
----------------------------------------------------------------------------------------------------*/


/* 97+1 */
.w1 {
	width:97px;
}

.w2 {
	width:195px;
}

.w3 {
	width:293px;
}

.w4 {
	width:391px;
}

.w5 {
	width:489px;
}

.w6 {
	width:587px;
}

.w7 {
	width:685px;
}

.w8 {
	width:783px;
}

.w9 {
	width:881px;
}

.fr {
	float:right;
	}
.c {
	clear:both;
	}
.inner {
	padding:10px 15px;
	}




/* THE CONTENT  
------------------------ */


div#bestbuys{position:relative; height:100%;}


/* FONTS  
------------------------ */


@font-face {
	font-family: 'BigCaslonMedium';
	src: url('fonts/BigCaslon.eot');
	src: local('Big Caslon Medium'), local('BigCaslon-Medium'), url('fonts/BigCaslon.woff') format('woff'), url('fonts/BigCaslon.ttf') format('truetype'), url('fonts/BigCaslon.svg#BigCaslon-Medium') format('svg');
}

@font-face {
	font-family: 'ChronicleDisplayRoman';
	src: url('fonts/ChronicleDisp-Roman.eot');
	src: local('Chronicle Display Roman'), local('ChronicleDisplay-Roman'), url('fonts/ChronicleDisp-Roman.woff') format('woff'), url('fonts/ChronicleDisp-Roman.otf') format('opentype'), url('fonts/ChronicleDisp-Roman.svg#ChronicleDisplay-Roman') format('svg');
}

@font-face {
	font-family: 'GothamBook';
	src: url('fonts/GothamBook.eot');
	src: local('Gotham Book'), local('Gotham-Book'), url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype'), url('fonts/GothamBook.svg#Gotham-Book') format('svg');
}

@font-face {
	font-family: 'GothamBold';
	src: url('fonts/GothamBold.eot');
	src: local('Gotham Bold'), local('Gotham-Bold'), url('fonts/GothamBold.woff') format('woff'), url('fonts/GothamBold.ttf') format('truetype'), url('fonts/GothamBold.svg#Gotham-Bold') format('svg');
}


/* Box mod
----------------------------------------------------------------------------------------------------*/

#top {
	background:#fff;
	height:95px;
	}
#top h1 {
	text-align:center;
	padding-top:10px;
	}
	
/* NAVIGATION  
------------------------ */

#mainnav a, #sub a, #level3 a {
	white-space: nowrap;
	}

#mainnav li a {
	font:13px/13px "BigCaslonMedium","Big Caslon",Georgia,serif;
	color:#777;
	float:left;
	height:20px;
	display:block;
	margin-right:54px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:lighter;
	}
#mainnav li a:hover {
	color:#000;
	}
#sub {
	background:url('../images/black50.png');
	min-height:24px;
	margin-bottom:1px;
	}
#subnav td a, #subnav li a {
	font:12px/24px "GothamBook","Gotham","Lucida Sans",Tahoma,sans-serif;
	color:#fff;
	float:left;
	height:24px;
	display:block;
	margin-right:21px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	white-space:nowrap;
	}
#level3 {
	height:24px;
	margin-bottom:1px;
	}
#level3.active {
	background:url('../images/black50.png');
	}
#subsubnav li a, #subsubnav td a {
	font:10px/24px "GothamBook","Gotham","Lucida Sans",Tahoma,sans-serif;
	color:#fff;
	float:left;
	height:24px;
	display:block;
	margin-right:42px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	white-space:nowrap;
	}
#subnav li a:hover, #subnav li a.active, #subnav td a:hover, #subsubnav li a:hover, #subsubnav li a.active {
	font-family:"GothamBold","Gotham","Lucida Sans",Tahoma,sans-serif;
	}
	
/* SEARCH BOX 
------------------------ */
	

form#search {
	margin-top:5px;
	float: right;
	}
form#search button {
	width:43px;
	height:15px;
	padding:0px;
	margin:0px;
	border:0px;
	background:url('../images/sok.png');
	text-indent:-3000px;
	cursor:pointer;
	float:right;
	}
form#search button:hover {
	background:url('../images/sok-over.png');
	}
form#search input {
	height:11px;
	padding:2px;
	width:145px;
	margin:0px 2px 0px 0px;
	border:0px;
	float:left;
	}
	
/* CONTENT SPECIFIC STYLES  
------------------------ */


#content {
	position:relative;
	
	}

/* Wine pages  
------------------------ */

#wine .header {
	background:url('../images/black70.png');
	padding:25px 40px 45px 53px;
	position:relative;
	overflow:hidden;
	}
#wine h2 {
	font:33px/33px "ChronicleDisplayRoman",Georgia,serif;
	color:#fff;
	}
#wine h2 a {
	color:#aaa;
	text-decoration:none;
	}
#wine h2 a:hover {
	color:#fff;
	}
#wine-nav {
	position:absolute;
	bottom:0px;
	left:53px;
	height:20px;
	}
#wine-nav li a {
	display:block;
	height:20px;
	font:10px/17px "GothamBook","Tahoma",sans-serif;
	border:1px solid #58544c;
	border-bottom:0px;
	color:#fff;
	padding:0px 10px;
	text-decoration:none;
	margin-right:2px;
	text-transform:uppercase;
	}
#wine-nav li a:hover, #wine-nav li a.active {
	color:#5c5c5c;
	background:#d5d3d2;
	border-color:#d5d3d2;
	}
#add-wine {
	display:block;
	height:16px;
	margin-bottom:4px;
	width:104px;
	position:absolute;
	bottom:0px;
	right:30px;
	background:url('../images/produkterbtnleggt.png');
	text-indent:-3000px;
	}

#print-wine {
	display:block;
	height:16px;
	margin-bottom:4px;
	width:72px;
	position:absolute;
	bottom:0px;
	right:150px;
	background:url('../images/skriv_ut_ikon.png');
	text-indent:-3000px;
}

#wine-info {
	background:#f6f6f6;
	color:#737373;
	padding-bottom:20px;
	}
#wine-image {
	background:url('../images/produktflaskebakg.png');
	text-align:center;
	width:275px;
	padding:10px 0px;
	margin:0px 35px 0px 43px;
	}
#wine-image #bottom-element {
	position:absolute;
	bottom:0px;
	left:5px;
	display:block;
	}
#wine-text {
	padding-top:10px;
	}
#wine-info-table {
	font-size:11px;
	}
#wine-info-table th {
	width:40%;
	}
#wine-info-table .section th, #wine-info-table .section td {
	padding-top:20px;
	}
	
#listheader, .prisliste-link {
	height:20px;
	position:relative;
	background:url('../images/black70.png');
	margin-bottom:1px;
	padding-left:12px;
	}
	
#listheader h4 {
	font:10px/19px "GothamBold","Lucida Sans",Tahoma,sans-serif;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	}
			
.prisliste-link h4 {
	background: transparent url(../images/prisliste_ikon.png) no-repeat left center;
	font:10px/19px "GothamBold","Lucida Sans",Tahoma,sans-serif;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	text-indent: 20px;
}	

.prisliste-link h4 a {
	font:10px/19px "GothamBold","Lucida Sans",Tahoma,sans-serif;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
}
	
#hide-list {
	position:absolute;
	top:3px;
	right:3px;
	width:47px;
	height:13px;
	background:url('../images/vinlistebtnskjul.png');
	text-indent:-3000px;
	/* has no function as of yet */
	display:none;
	}
	

#wine-list {
	float:right;
	}	

#wine-list .list-item {
	background:url('../images/black50.png');
	padding:12px 12px 12px 40px;
	min-height:22px;
	color:#fff;
	margin-bottom:1px;
	font:11px/11px;
	position:relative;
	}
#wine-list .icon {
	position:absolute;
	top:50%;
	left:0px;
	height:27px;
	width:40px;
	}
#wine-list .bottle {
	background:url('../images/iconbottle.png') no-repeat;
	background-position:center center;
	margin-top:-13px;
	}
#wine-list .bib {
	background:url('../images/iconbib.png') no-repeat;
	background-position:center center;
	margin-top:-11px;
	}
#wine-list span {
	font-size:11px;
	line-height:11px;
	display:block;
	}
#wine-list span.wine-name {
	color:#fff;
	font-weight:bold;
	}
#wine-list span.producer {
	color:#E1E1E1;
	font-weight:normal;
	}
#wine-list .remove-wine {
	display:block;
	position:absolute;
	top:3px;
	right:3px;
	width:13px;
	height:13px;
	background:url('../images/vinlistebtnfjerni.png');
	}
#wine-list .remove-wine:hover {
	background:url('../images/vinliste_btn_fjern_over.png');
	}
#generate-pdf {
	display:block;
	height:19px;
	line-height:21px;
	font-size:10px;
	padding-left:40px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/iconproduktliste.jpeg.jpg') 12px 2px no-repeat #000;
	}

#product-list-body #content {

	}


	
#wine-about {
	padding:25px 40px 0px 53px;
	}
#wine-about h3 {
	font:24px/40px Georgia,serif;
	font-style:italic;
	color:#000;
	}
	
/* Wine table, or Table Wine as we like to call it
-------------------------------------------------- */

div#wine-table-container {
	min-height:100%;
	background:url('../images/tablebg.png');
	}
table#wine-table {
	width:100%;
	padding-bottom:20px;
	}	
table#wine-table td, table#wine-table th  {
	color:#464646;
	font-size:10px;
	font-weight:bold;
	padding: 10px 0px;
	border-bottom:1px solid #737373;
	text-align:center;
	}
table#wine-table td {
	color:#737373;
	font-size:12px;
	padding-top: 15px;
	font-weight:normal;
	vertical-align:top;
	}
table#wine-table .even {
	background:#ededed;
	}
table#wine-table .wine-table-col1 {width:30px; padding-top:12px;	}
table#wine-table .wine-table-col2, table#wine-table #wine-table-col2 {width:260px; text-align:left;	}
table#wine-table .wine-table-col3,
table#wine-table .wine-table-col4,
table#wine-table .wine-table-col5,
table#wine-table .wine-table-col6,
table#wine-table .wine-table-col7,
table#wine-table .wine-table-col8 {padding-left:5px; padding-right:5px;	}
table#wine-table a.wine-table-wine-name {
	font-weight:bold;
	display:block;
	color:#464646;
	text-decoration:none;
	}
table#wine-table a.wine-table-wine-name:hover {
	text-decoration:underline;
	}
table#wine-table span.wine-table-wine-info {
	display:block;
	width:50%;
	float:left;
	}

table#wine-table .wine-table-col3 {
	text-align: left;
}
	
/* SUBHEADERS AND VSD/VMP CONTROLLERS */
table#wine-table .vsd {
	display:none; /* JUST A TEST */
	}
	
table#wine-table tr.subheader th {
	height:12px;
	background:url('../images/black70.png');
	margin-bottom:1px;
	border-bottom:0px;
	padding-left:0px;
	font:12px/12px "GothamBold","Lucida Sans",Tahoma,sans-serif;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	}	

table#wine-table tr#show-type-controller th {
	font-weight:normal;
	text-transform:uppercase;
	}
table#wine-table tr#show-type-controller th label {
	cursor:pointer;
	padding:0 5px;
	}
table#wine-table tr#show-type-controller th label input {
	bottom:-1px;
	right:-2px;
	position:relative;
	}
table#wine-table tr#show-type-controller th label:hover {

	}
	
/* Search results */

table#wine-table .summary {
	text-align:left;
	padding-left:5px;
	}
	
/* producers  
------------------------ */

#producer-month {
	min-height:100%;
	}

#producer-month h2 {
	font:44px/63px "ChronicleDisplayRoman",Georgia,serif;
	font-weight:lighter;
	text-align:center;
	color:#fff;
	}
#producer-month h4 {
	font:16px/16px Georgia,serif;
	font-style:italic;
	text-align:center;
	color:#babc8e;
	}
	
div#history {
	width:100%;
	text-align:center;
	position:absolute;
	top:40%;
	margin-top:80px;
	}
div#history a {
	display:block;
	margin:0 auto;
	width:161px;
	height:65px;
	text-indent:-3000px;
	background:url('../images/historien.png');
	}
div#history a:hover {
	background:url('../images/historien_down.png');
	}
	
	
/* NEWS / PRESS
------------------------ */

/* List
------------------------ */

#news-list {
	color:#000;
	padding-bottom:20px;
	}
#news-list.press {
	color:#e1e1e1;
	}
.news-list-item {
	margin-bottom:1px;
	}
#news-list div.w4, #news-list div.w2 {
	min-height:141px;
	}
#news-list .news-item {
	background:url('../images/white50.png');
	}
#news-list.press .news-item {
	background:none;
	}
#news-list.press .news-item .inner {
	background:url('../images/black60.png');
	min-height:93px; /* minh of block: 141px. h of h2: 27px + 1px bottom margin. padding: 10+10px. Rest: 93px. */
	}
#news-list .news-image {
	background:#fff;
	text-align:center;
	overflow:hidden;
	}
#news-list .news-image a {
	display:block;
	line-height:0;
	}
#news-list h2 {
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:5px;
	}
#news-list.press h2 {
	font-size:14px;
	height:27px;
	color:#464646;
	background:#D5D8DB;
	font-weight:bold;
	line-height:27px;
	padding:0;
	width:100%;
	padding:0px 15px;
	margin-bottom:1px;
	}
#news-list h2 a {
	color:#000;
	text-decoration:none;
	}
#news-list.press h2 a {
	color:#464646;
	text-decoration:none;
	}
#news-list h2 a:hover {
	text-decoration:underline;
	}
#news-list .date {
	display:block;
	color:#464646;
	font-size:10px;
	padding-bottom:5px;
	}
#news-list.press .date {
	display:block;
	color:#e1e1e1;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:10px;
	}
#news-list .summary {
	margin:0px;
	padding:0px 0px 5px 0px;
	font-family:Georgia,serif;
	}
#news-list a.more {
	font-family:Georgia,serif;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	color:#000;
	}
#news-list.press a.more {
	color:#E1E1E1;
	}

#news-list a.more:hover {
	text-decoration:none;
}

a#archive-link {
	display:block;
	font-family:Georgia,serif;
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	font-style:italic;
	}
a#archive-link:hover {
	text-decoration:underline;
	}
	
/* Story - Press
---------------------*/

#story.press h1 {
	font-size:20px;
	color:#464646;
	font-family:Georgia,serif;
	text-indent:25px;
	line-height:55px;
	height:55px;
	background:url('../images/grey50.png');
	margin-bottom:1px;
	}
#story .inner {
	padding:25px;
	}
#story #story-text, #story #story-wine-picture, #story .comment {
	background:#fff;
	overflow:hidden;
	margin-bottom:1px;
	}
#story.press h2 {
	color:#000;
	font-size:18px;
	font-family:Georgia,serif;
	font-style:italic;
	line-height:25px;
	min-height:36px;
	}
#story.press h4 {
	color:#464646;
	font-size:12px;
	font-family:Georgia,serif;
	font-weight:bold;
	line-height:20px;
	min-height:20px;
	}
#story.press a.pdf {
	color:#fff;
	background:#737373;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	}
#story.press a.pdf:hover {
	background:#fff;
	color:#464646;
	text-decoration:underline;
}

/* Story - News
---------------------*/
#story.news {
	font-family:Georgia,serif;
	color:#000;
	}

#story.news #news-title {
	background:url('../images/white50.png');
	color:#737373;
	margin-bottom:1px;
	padding:10px 0px;
	}
#story.news h1 {
	font-size:20px;
	font-weight:bold;
	padding:0 25px;
	line-height:25px;
	min-height:25px;
	color:#000;
	}
#story.news span.date, #story.news span.info-small {
	display:block;
	font-style:italic;
	padding:0px 25px;
	line-height:17px;
	min-height:17px;
	}
#story.news #story-image {
	overflow:hidden;
	margin-bottom:1px;
	}
#story.w6 #story-image img {
	display:block;
	width:587px;
	}
#story.w5 #story-image img {
	display:block;
	width:489px;
	}
#story.news #story-text {
	color:#000;
	}
	
/* News archive table/list
---------------------------*/

#wine-table.news-archive td, #wine-table.news-archive th {
	text-align:left;
	padding:10px;
	}
#wine-table.news-archive td.title a {
	color:#464646;
	font-weight:bold;
	text-decoration:none;
	}
#wine-table.news-archive td.title a:hover {
	text-decoration:underline;
	}
#wine-table.news-archive td.summary {
	font-family:Georgia,serif;
	}
	
/* RIGHT COLUMN - GENERAL
   Style for Events, Blog and Weekly Wine
----------------------------------------*/

div#right-column {
	padding:27px 0px;
	background:url('../images/white50.png');
	}
div#right-column h3 {
	font-family:Georgia,serif;
	font-weight:bold;
	font-size:13px;
	line-height:17px;
	min-height:17px;
	padding:3px 5px 15px 7px;
	}
div#right-column ul, div#right-column li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	}
div#right-column ul {
	padding-bottom:10px;
	}
div#right-column li a {
	display:block;
	background:#e1e1e1;
	margin:0px 5px 3px 5px;
	padding:5px;
	min-height:14px;
	line-height:14px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-family:Georgia,serif;
	}
div#right-column li a:hover {
	background:#fff;
	text-decoration:underline;
	}

	
/* EVENTS / BLOG - Built upon News template - specific styles:
-------------------------------------------------------------*/
#story.event #story-text, #story.event #story-wine-picture, #story.blog #story-text, div#add-comment, #story .comment {
	background:url('../images/white50.png');
	}
form#new_attendee label, form#new_blogcomment label {
	display:block;
	padding:3px 0px;
	}
form#new_attendee label span, form#new_blogcomment label span {
	display:block;
	float:left;
	width:50px;
	}
form#new_blogcomment label span {
	width:75px;
	}
form#new_blogcomment label em {
	font-size:10px;
	color:#737373;
	}
form#new_attendee input.submit {
	margin-left:50px;
	}
div#story.blog .inner, div.comment .inner {
	padding-bottom:5px;
	}
div#story div.comment .inner {
	padding-top:10px;
	}
div#story div.comment.header, div#story div#add-comment {
	background:#fff;
	}
div#story div.comment.header h2 {
	font-size:18px;
	font-style:italic;
	padding:15px 25px;
	}
div#story div.comment.even {
	background:#e1e1e1;
	}
div#story div.comment h3 {
	font-family:Georgia,serif;
	font-weight:bold;
	font-size:13px;
	line-height:17px;
	min-height:17px;
	padding:3px 0px 15px 0px;
	}
div#story div.comment h3 a {
	color:#464646;
	text-decoration:none;
	}
div#story div.comment h3 a:hover {
	text-decoration:underline;
	}
div#story div.comment p {
	margin-top:0px;
	}

div#right-column.blog {
	background:none;
	padding:0;
	}

div#right-column div.right-row {
	padding:27px 0 0 0;
	background:url('../images/white50.png');
	margin-bottom:1px;
	}
div#story.blog div.byline {
	color:#737373;
	}
div#story.blog div.byline h6 {
	font-style:italic;
	padding-bottom:10px;
	}
div#story.blog div.byline span {
	display:block;
	padding-bottom:5px;
	}
div#story.blog div.byline span.tags {
	float:right;
	margin-left:25px;
	}
div#story.blog div.byline span a {
	color:#464646;
	text-decoration:none;
	}
div#story.blog div.byline span a:hover {
	text-decoration:underline;
	}
div#story .comment span.date {
	float:right;
	color:#737373;
	padding-right:0;
	}
	
/* TIPS - Built upon News template - specific styles:
--------------------------------------------------------*/
	
#story.tips span.info-small {
	font-style:normal;
	}
	


/* 	Producer:
	BOTTOM FEEDER HISTORY
-----------------------------*/

div#bottom-feeder {
	background:url('../images/black70.png');
	color:#FFF;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:auto;
	}
div#bottom-feeder div.gridwrap {
	position:relative;
	}
h1#story-title {
	position:absolute;
	left:5px;
	top:-40px;
	color:#FFF;
	font:33px/33px "ChronicleDisplayRoman",Georgia,serif;
	height:40px;
	}
ul#story-menu {
	position:absolute;
	left:5px;
	top:15px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	width:97px;
	}
ul#story-menu li {
	margin:0;
	padding:0;
	}
ul#story-menu a {
	font:12px/18px "GothamBook","Gotham","Lucida Sans",Tahoma,sans-serif;
	color:#fff;
	height:18px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	width:97px;
	}
ul#story-menu a:hover, ul#story-menu a.active {
	font-family:"GothamBold","Gotham","Lucida Sans",Tahoma,sans-serif;
	}
div#story-text.w7 div.first, div#story-text.w7 div.second {
	display:block;
	color:#999;
	margin:0px;
	padding:15px 5% 15px 0;
	width:45%;
	float:left;
	}
div#story-text.w7 div.first p, div#story-text.w7 div.second p {
	margin:0px 0px 10px 0px;
	}
div#story-nav a {
	display:block;
	height:100px;
	text-indent:-3000px;
	background-position:50% 10%;
	background-repeat:no-repeat;
	}
div#story-nav a#story-back {
	background-image:url('../images/forrige.png');
	}
div#story-nav a#story-back:hover {
	background-image:url('../images/forrige-over.png');
	}
div#story-nav a#story-forward {
	background-image:url('../images/neste.png');
	}
div#story-nav a#story-forward:hover {
	background-image:url('../images/neste-over.png');
	}
	
/* 	Producer:
	BOTTOM FEEDER GALLERY
-----------------------------*/
div#story-text.gallery {
	padding-top:15px;
	}
div#story-text.gallery a {
	display:block;
	float:left;
	margin:0px 15px 15px 0px;
	}
div#story-text.gallery a img {
	display:block;
	width:97px;
	height:70px;
	}
	
/* 	Producer:
	LIST
-----------------------------*/

table#wine-table.producer-list td {
	padding:5px;
	text-align:left;
	}
table#wine-table.producer-list td.logo {
	padding:0px 10px;
	text-align:center;
	vertical-align:middle;
	width:107px;
	}
table#wine-table.producer-list td.logo img {
	display:block;
	}
table#wine-table.producer-list a.producer {
	display:block;
	color:#464646;
	font-weight:bold;
	text-decoration:none;
	}
table#wine-table.producer-list a.producer:hover {
	text-decoration:underline;
	}
table#wine-table.producer-list p {
	margin:5px 0px 0px 0px;
	}
	
/* 	Producer:
	DETAILS
-----------------------------*/


#wine.producer h2 {
	font-size:40px;
	line-height:50px;
	}	
#wine.producer h5 {
	font-weight:bold;
	}
div#producer-images {
	padding-left:53px;
	background:#fff;
	min-height:307px;
	}
div#producer-images img {
	display:block;
	float:left;
	}
div#producer-images img#producer-logo {
	padding:10px;
	}
a#producer-home {
	font-family:Georgia,serif;
	display:block;
	float:right;
	color:#464646;
	text-decoration:underline;
	}
a#producer-home:hover {
	text-decoration:none;
	}
	
	
/* CONTACT
---------------*/
div#about-us {
	color:#000;
	font-family:Georgia,serif;
	}
div#about-us h1 {
	border-bottom:1px solid #737373;
	color:#464646;
	font:33px/33px "BigCaslonMedium","Big Caslon",Georgia,serif;
	height:40px;
	}
div#about-us p.introduction {
	font-size:15px;
	line-height:23px;
	}
div#about-us strong.bestbuys {
	font-size:82%;
	}
div#about-us em.grey {
	color:#464646;
	line-height:20px;
	}
div#about-us h3 {
	color:#464646;
	font-weight:bold;
	font-style:italic;
	}
div#about-us h3 + p {
	margin-top:0px;
	}
div#contact-information {
	font-family:Georgia,serif;
	color:#FFF;
	font-weight:bold;
	}
div#contact-information span {
	color:#737373;
	font-family:Helvetica,Arial,sans-serif;
	font-size:10px;
	font-weight:normal;
	}

/* EMPLOYEES
---------------*/
div#bottom-feeder.employees {
	background:url('../images/black60.png');
	}
div#employees {
	padding-top:20px;
	padding-bottom:20px;
	}
div#employees, div#employees a {
	color:#ccc;
	text-decoration:none;
	}
div#employees div.employee {
	min-width:200px;
	padding:0 20px 20px 0;
	float:left;
	}
div#employees h2 a {
	font:14px/24px "GothamBold","Gotham","Lucida Sans",Tahoma,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	}
div#employees h3{
	font:10px/14px "ChronicleDisplayRoman","Big Caslon",Georgia,serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:lighter;
	}
div#employees h4, div#employees h5  {
	font:12px/18px "ChronicleDisplayRoman","Big Caslon",Georgia,serif;
	}
div#employees h4 a {
	font-style:italic;
	}
div#employees h4 a:hover {
	text-decoration:underline;
	}
div#employees h5 {
	line-height:24px;
	letter-spacing:1px;
	}
	
/* PICTURES
---------------*/	

ul#bbpictures-nav, ul#bbpictures-nav li {
	list-style:none;
	margin:0;
	padding:0;
	}
ul#bbpictures-nav a {
	display:block;
	float:left;
	margin:0 1px 0 0;
	font-family:Georgia,serif;
	text-decoration:none;
	}
ul#bbpictures-nav a img, ul#bbpictures-nav a span {
	display:block;
	border:1px solid #fff;
	margin-bottom:1px;
	background:#fff;
	}
ul#bbpictures-nav a span {
	padding:0px 3px;
	}
ul#bbpictures-nav a.active span, ul#bbpictures-nav a:hover span {
	color:#fff;
	background:#737373;
	border-color:#737373;
	}
ul#bbpictures-nav a img {
	width:94px;
	height:63px;
	}
	
div#picturebank {
	border-color:#FFF;
	border-style:solid;
	border-width:1px 0 0 1px;
	width:auto;
	float:left;
	}
div#picturebank a {
	display:block;
	float:left;
	border-color:#FFF;
	border-style:solid;
	border-width:0 1px 1px 0;
	background:#fff;
	}
div#picturebank a img {
	display:block;
	width:170px;
	}
div.bestbuys-pictures div#picturebank {
	clear:both;
	margin-top:10px;
	}
div.producer-pictures div#picturebank {
	max-width:513px;
	margin-left:1px;
	}
	
ul#ppictures-nav {
	float:left;
	width:150px;
	padding:10px;
	list-style:none;
	margin:0;
	background:url('../images/white50.png');
	}
ul#ppictures-nav a {
	display:block;
	color:#464646;
	text-decoration:none;
	font-size:11px;
	}
ul#ppictures-nav a:hover, ul#ppictures-nav a.active {
	text-decoration:underline;
	}

/*  LOGIN AND REGISTER
----------------------*/

#login-form-container {
	width:100%;
	padding:20px 0;
	background:url(/images/bb_middle.png) no-repeat center top;
	position:absolute;
	top:22%;
	z-index: 10;
	}
#bottom-info {
	width:100%;
	height:142px;
	background:url(/images/bb_bottom.png) no-repeat center top;
	position:absolute;
	bottom:0px;
	z-index: 5;
	font-size:12px;
	font-family:Georgia,serif;
	color:#FFF;

	}
#bottom-info #cols {
	width:850px;
	margin:0 auto;
	}
#bottom-info #cols p {
	padding:18px 18px 0 18px;
	text-shadow:1px 1px 0px #000;
	-moz-text-shadow:1px 1px 0px #000;
	-webkit-text-shadow:1px 1px 0px #000;
	-o-text-shadow:1px 1px 0px #000;
	line-height:18px;
	width:389px;
	float:left;
	margin:0px;
	}
#col1 {
	text-align:right;
	}
#bottom-info #cols a {
	font-style:italic;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	}
#bottom-info #cols a:hover {
	text-decoration:underline;
	}
#copyright-notice {
	width:100%;
	text-align:center;
	position:absolute;
	top:-197px;
	z-index: 4;
	padding-top:145px;
	background:url(/images/bb_detail.png) no-repeat center top;
	}

#bestbuys.login-page {
	min-height:555px;
	}
#bestbuys.register {
	height:auto;
	top:20%;
	padding-top:20px;
	background:url(/images/bb_greyline.png) repeat center top;
	}
#bestbuys.register h1,	
#bestbuys.login-page h1,
#bestbuys.login-page h2,
#bestbuys.login-page h3,
#bestbuys.login-page form,
#bestbuys.login-page p.notice,
#bestbuys.register h1 {
	display:block;
	margin:0 auto;
	background-repeat:no-repeat;
	text-indent:-3000px;
	}
#bestbuys.register h1,
#bestbuys.login-page h1 {
	width:316px;
	height:89px;
	margin-bottom:13px;
	background-image:url('../images/bb_frontlogo.png');
	}
#bestbuys.login-page h2 {
	width:122px;
	height:25px;
	margin-bottom:10px;
	background-image:url('../images/bbvelkommen.png');
	}
#bestbuys.login-page h3 {
	width:247px;
	height:17px;
	margin-bottom:15px;
	background-image:url('../images/bblogginn.png');
	}
#bestbuys.login-page p.notice {
	width:660px;
	height:152px;
	text-indent: -5000px;
	margin-bottom:20px;
	background-image:url('../images/notice_and_copyright.png');
	}
#bestbuys.login-page a#invisible_absolute_link {
  margin-left: 50%;
  overflow: hidden;
  z-index: 10;
  display: block;
  background-color: transparent;
  position: relative;
  width: 110px;
  height: 18px;
  top: -93px;
  left: 122px;
  text-indent: -3000px;
}

#bestbuys.login-page form {
	width:322px;
	height:130px;
	text-indent:0px;
	text-align:center;
	}
	
#bestbuys.login-page form input {
	background:#fff;
	width:150px;
	height:14px;
	padding:5px;
	border:0;
	color:#000;
	text-align:right;
	border:1px solid #818f95;
	}
#bestbuys.login-page form input#password-input {
	width:149px;
	text-align:left;
	border-left:0px;
	}
#bestbuys.login-page form .controls {
	width:226px;
	margin:0 auto;
	padding-top:13px;
	height:23px;
	}
#bestbuys.login-page #remember-label {
	display:block;
	float:none;
	margin:0 auto;
	}

#bestbuys.login-page #glemt-passord {
  color: #ccc;
}

#bestbuys.login-page form button,
#bestbuys.login-page form a.button {
	display:block;
	height:23px;
	float:left;
	background:url('../images/bbloginnknapper.png') no-repeat;
	text-indent:-3000px;
	cursor:pointer;
	}
#bestbuys.login-page form button {
	background-position:top left;
	width:114px;
	border:0px;
	}
#bestbuys.login-page form a.button {
	background-position:top right;
	width:110px;
	}
#bestbuys.login-page form label {
	width:161px;
	color:#fff;
	font-family:Georgia,serif;
	font-size:10px;
	line-height:24px;
	display:block;
	float:left;
	cursor:pointer;
	}
#remember-me {
    position: relative;
    top: 2px;
	}
#bestbuys.login-page form label input {
	padding:0;
	margin-right:5px;
	width:auto;
	}
#bestbuys.register form {
	width:330px;
	margin:0 auto;
	color:#fff;
	font-family:Georgia,serif;
	line-height:24px;
	font-size:13px;
	}
#bestbuys.register form label {
	display:block;
	padding-bottom:3px;
	}
#bestbuys.register form label span {
	width:130px;
	float:left;
	}
#bestbuys.register form label .text {
	width:190px;
	}
#bestbuys.register form label input.short {
	width:50px;
	}
#bestbuys.register form button {
	display:block;
	border:0;
	text-indent:-3000px;
	float:right;
	padding-top:5px;
	width:140px;
	height:23px;
	background:url('../images/bbbtnregistrer.png') no-repeat;
	cursor:pointer;
	}
#bestbuys #registerinfo {
	padding:15px 0;
	color:#fff;
	font-style:italic;
	text-align:center;
	font-family:Georgia,serif;
	line-height:24px;
	font-size:14px;
	background:url(/images/bb_bottom.png) no-repeat center top;
	position:fixed;
	top:0%;
	width:100%;
	z-index: 20;
	text-shadow:1px 1px 0px #000;
	-moz-text-shadow:1px 1px 0px #000;
	-webkit-text-shadow:1px 1px 0px #000;
	-o-text-shadow:1px 1px 0px #000;
	}
#bestbuys #registerinfo em {
	color:#fff;
	font-size:15px;
	display:block;
	}
p.registerinfo {
	clear:both;
	text-shadow:1px 1px 0px #000;
	-moz-text-shadow:1px 1px 0px #000;
	-webkit-text-shadow:1px 1px 0px #000;
	-o-text-shadow:1px 1px 0px #000;
	font-style:italic;
	padding-top:20px;	
	}

/* FIX FOR NOFONTFACE
----------------------*/
html.no-fontface div#employees h2 a, 
html.no-fontface #subnav li a:hover, 
html.no-fontface #subnav li a.active, 
html.no-fontface #subsubnav li a:hover, 
html.no-fontface #subsubnav li a.active, 
html.no-fontface #listheader h4, 
html.no-fontface ul#story-menu a:hover, 
html.no-fontface ul#story-menu a.active,
html.no-fontface table#wine-table tr.subheader th  {
	font-weight:bold;
	}

