html,body {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	background-color: #404771;
	background-image: url("../../images/bakgrunn.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	color: #222222;
}
a {
	color:#394168;
}
.clearblock {
	clear: both;
}
#container {
	margin: 0 auto;
	width: 981px;
	text-align: left;
}
#header {
	background-image: url('../../images/bg_header.jpg');
	color: White;
	height: 68px;
	width: 950px;
	text-align: left;
	position: relative;
}
#header p {
	float: left;
	padding-left: 40px;
	padding-top: 25px;
}
#tinelogo {
	float: right;
}
#ytlogo {
	float: left;
}
#topmenu {
	height: 34px;
}
#topmenu li a {
	display: block;
	float: left;
	height: 26px;
	width: 143px;
	padding-top: 8px;
	padding-left: 15px;
	font-family: Georgia, Arial;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	background-image: url("../../images/darkTab.jpg");
}
/* stupid hack to make the meny fill 100% - Birken*/
#topmenu li a#extrapadding {
	width: 145px;
}

#topmenu li a:hover, #topmenu li a.active {
	background-image: url("../../images/lightTab.jpg");
}

#leftmenu li a.level1 {
	display: block;
	font-family: Georgia,Arial;
	text-decoration: none;
	font-size: 14px;
	color: White;
	background-image: url("../../images/leftmenu_heading_bg.jpg");
	width: 213px;
	height: 27px;
	margin-bottom: 2px;
	margin-top: 0;
	padding: 8px 12px 0;
}
#leftmenu ul li a {
	background-image: url("../../images/menubullets.gif");
	background-repeat: no-repeat;
	background-position: 11px 11px;
	display: inline-block;
	padding: 7px 27px 7px 30px;
	line-height: 20px;
	width: 180px;
	color: #394168;
	font-family: Georgia,Arial;
	font-size: 14px;
	text-decoration: none;
}
#leftmenu ul li.active a, #leftmenu ul li.idle a:hover {
	background-image: url("../../images/menubullets_on.gif");
	background-position: 11px 11px;
	background-repeat: no-repeat;
	background-color: #394168;
	color: White;
}
#leftmenu ul li.active ul li.idle a {
	background-image: url("../../images/submenubullet.gif");
	background-position: 11px 11px;
	background-repeat: no-repeat;
	background-color: #E3E4EA;
	color: #394168;
}
#leftmenu ul li.active ul li.active a, #leftmenu ul li.active ul li.idle a:hover {
	text-decoration: underline;
	background-image: url("../../images/submenubullet.gif");
	background-position: 11px 11px;
	background-repeat: no-repeat;
	background-color: #E3E4EA;
	color: #394168;
}


#leftmenu ul li.idle, #leftmenu ul li.active ul li.active {
	border-bottom: 1px solid #C8C8C8;
}
#leftmenu {
	margin-bottom: 30px;
}

#content {
	width: 890px;
	background: White;
	padding: 30px;
}
#leftCol {
	width: 237px;
	padding-right: 30px;
	float: left;
}
#rightCol {
	padding-left: 30px;
	width: 592px;
	border-left: 1px solid #C8C8C8;
	float: left;
}
#footer, #footer a {
	font-size: 11px;
	color: #CED1E5;
}
.footerLeft {
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footerRight {
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-right: 30px;
}

.breadcrumb {
	margin-bottom: 10px;
	font-family: Georgia, Arial;
	font-size: 12px;
}
.breadcrumbitem a {
	color: #394168;
	text-decoration: none;
}
.breadcrumbitem a:hover {
	text-decoration: underline;
}
.breadcrumbitem .sep {
	color: #222222;
}
.articleInfo  {
	color: #999999;
	border-bottom: 1px solid #C8C8C8;
	padding-bottom: 10px;
	margin-bottom: 23px;
}
h1 {
	font-family: Georgia,Arial;
	font-size: 30px;
}
h3 {
	font-family: Georgia,Arial;
	font-size: 20px;
	margin-top: 10px;
}
.ingress {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 25px;
}
p {
	line-height: 1.6em;
	margin-bottom: 5px;
	margin-top: 5px;
}
strong {
	font-weight: bold;
}

.topImageContainer {
	margin-bottom: 25px;
}
.topProductImageContainer {
	margin-bottom: 5px;
}
a.share_email {
	background-image: url("../../images/share-email.png");
	background-repeat: no-repeat;
	text-decoration: none;
	height: 16px;
	float: right;
	display: block;
}
a.share_print {
	background-image: url("../../images/share-print.png");
	background-repeat: no-repeat;
	text-decoration: none;
	height: 16px;
	float: right;
	display: block;
}
a.share_email span, a.share_print span {
	visibility: hidden;
	font-size: 10px;
}

.social ul li {
	display: inline;
	list-style-type: none;
}
.social ul li a {
	display: inline-block;
	padding: 5px 10px 5px 20px;
}

.social .facebook {
	background-image:url("../../images/facebook.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}

.social .twitter {
	background-image:url("../../images/twitter.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.social .stumbleupon {
	background-image:url("../../images/stumbleupon.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.social .digg {
	background-image:url("../../images/digg.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

.body ul li {
	list-style: square;
	line-height: 20px;
	margin-left: 20px;
	padding-left: 5px;
}

h2 {
	font-family: Georgia,Arial;
	font-size: 24px;
	padding-top: 20px;
	border-top: 1px solid #C8C8C8;
	margin-top: 20px;
	margin-bottom: 10px;
}

.productitem {
	width: 296px;
	height: 150px;
	float: left;
}
.productitem a {
	padding-top: 40px;
	width: 140px;
	text-align: left;
	float: right;
	display: block;
}
.productitem img {
	vertical-align: middle;
	float: left;
}
p.image {
	text-align: center;
}
.delelinje {
	background-color:#C8C8C8;
	border:0 none;
	height:1px;
	margin-bottom:15px;
	margin-top:25px;
}
.ingredients {
	width: 340px;
	float: left;
	margin-right: 20px;
}
.nutrition {
	width: 225px;
	float: left;
}

#frontpageFlash {
	margin-bottom: 20px;
}
#facebookFriends {
	float: right;
	height: 340px;	
	width: 296px;
	margin-right: 31px;
}

.newsList {
	background: White;
	padding: 30px;
/*	height: 300px; */
	width: 564px;
	float: left;
}

.newsItem {
	margin-bottom: 20px;
	clear: both;
}

.newsItem h2, .newsItem h2 a {
	font-family: Georgia,Arial;
	font-size: 20px;
	color: #394168;
	border: none;
	margin: 0;
	padding: 0;
}

.newsArrow {
	display: inline;
}

.newsItem img.newsImage {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}



/* 'Din Kommentar' page */
div.CommentListContainer  {
	margin-top:15px;
	position:relative;
}

div.CommentListContainer div.AddNewComment {
	margin-top:20px;
}

div.CommentListContainer div.AddNewComment h2 {
	background:none repeat scroll 0 0 transparent;
	font-size:24px;
	padding:0;
	border: 0;
}

div.CommentListContainer div.AddNewComment fieldset {
	border:medium none;
	margin:10px 0 20px;
	overflow:hidden;
}

div.CommentListContainer div.AddNewComment fieldset label.LabelText {
	display:block;
}

div.CommentListContainer div.AddNewComment fieldset div.FormSection {
	float:left;
	margin-bottom:5px;
	margin-right:20px;
	text-align:left;
}

div.CommentListContainer div.AddNewComment fieldset input {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	height:15px;
	padding:5px;
	width:246px;
}

div.CommentListContainer div.AddNewComment fieldset .group2 {
	float:left;
	text-align:right;
	width:588px;
}

div.CommentListContainer div.AddNewComment fieldset textarea.CommentText {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	height:160px;
	width:588px;
}

div.CommentListContainer div.AddNewComment fieldset input.Action {
	background:none repeat scroll 0 0 White;
	border-color:-moz-use-text-color -moz-use-text-color #394168;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#394168;
	font-family:Georgia,Arial;
	font-size:18px;
	height:auto;
	margin-left:150px;
	text-decoration:underline;
	width:165px;
}

div.CommentListContainer div.AddNewComment fieldset div.FormSection {
	float:left;
	margin-bottom:5px;
	margin-right:20px;
	text-align:left;
}


.CheckBoxSection  {
	margin-top:10px;
	clear: left;
}

div.CommentListContainer div.AddNewComment fieldset input[type="checkbox"] {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	display:inline;
	float:left;
	height:auto;
	margin-bottom:15px;
	padding-left:6px;
	text-align:right;
	width:15px;
}

div.CommentListContainer div.CommentList div.Comment, div.CommentListContainer div.CommentList div.CommentAlternate {
		border-bottom:1px solid #DEDEDE;
		margin-top:10px;
		padding-bottom:5px;
}

div.CommentListContainer div.CommentList div.Comment, div.CommentListContainer div.CommentList div.CommentAlternate {
	border-bottom:1px solid #DEDEDE;
	margin-top:10px;
	padding-bottom:5px;
}

div.CommentListContainer div.CommentList div.Comment h4.Title, div.CommentListContainer div.CommentList div.CommentAlternate h4.Title {
	font-size:18px;
	padding:4px 0;
}

div.CommentListContainer div.CommentList div.Comment div.CommentInformation, div.CommentListContainer div.CommentList div.CommentAlternate div.CommentInformation {
	color:#666666;
	margin-bottom:10px;
}

div.CommentListContainer div.CommentList div.ReplyToThisComment {
	text-align:right;
}

div.CommentListContainer div.CommentList div.ReplyToThisComment a {
	color:#3F3F3F;
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	padding:2px 10px;
	text-decoration:none;
}

div.CommentListContainer div.CommentList div.Comment, div.CommentListContainer div.CommentList div.CommentAlternate {
	border-bottom:1px solid #DEDEDE;
	margin-top:10px;
	padding-bottom:5px;
}

div.CommentListContainer div.CommentList div.Comment, div.CommentListContainer div.CommentList div.CommentAlternate {
	border-bottom:1px solid #DEDEDE;
	background-color: White;
	margin-top:10px;
	padding-bottom:5px;
	min-height: 20px;
}

div.CommentListContainer div.ChildComment {
	margin-left:30px;
}

div.CommentListContainer div.CommentList div.ReplyToThisComment {
	text-align:right;
}

div.CommentListContainer div.CommentList div.ReplyToThisComment a {
	color:#3F3F3F;
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	padding:2px 10px;
	text-decoration:none;
}

div.CommentListContainer h2 {
	background:url("http://webfiles.tine.no/YT.no/images/kommentarer_bg.jpg") repeat-x scroll 0 0 transparent;
	font-size:18px;
	height:32px;
	padding:13px 0 0 15px;
	border: 0;
}

span.show{
	display:block;
}


div.whitebg{
	background-color: #fff;
}

div.greenbg{
	background-color: #5cd44b;
}

input.show{
	display: block;
	height: 1px;
	width: 1px;
}

span.hide, input.hide{
	display: none;
}


div.Clear{
	float: left; 
	clear: both;
}

.ytpurple{
	color: #404771;
	font-weight: 700;
}

.SidebarComment {
background-image:url("http://webfiles.tine.no/YT.no/images/DinKommentar.jpg");
height:137px;
line-height:1;
position:fixed;
right:0;
text-indent:-99999px;
top:42%;
width:34px;
}

img.captchaimg{
	border:1px solid #CCCCCC;
}

img.captchareload{
	padding: 0px 2px 13px 4px;
}

/* Loading box of width=height=100px with a spinner placed at the center */
#loading {
	width:100px;
	height: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	background:url('http://webfiles.tine.no/YT.no/images/spinner.gif') no-repeat center #fff;
	text-align:center;
	padding:10px;
	font:normal 16px Tahoma, Geneva, sans-serif;
	border:1px solid #666;
	margin-left: -50px;
	margin-top: -50px;
	z-index:2;
	overflow: auto;
}

.adverts {
	clear: both;
	margin-top: 10px;
	width: 1000px;
}

.advert {
	float: left;
	width: 296px;
	background-image: url('http://webfiles.tine.no/YT.no/images/product_ad_bg.jpg');
	margin-right: 31px;
	padding-bottom: 10px;
}

.advert img {
	float: right;
	 margin: 9px 10px 0 16px;
}

.advert img.small {
	 margin: 58px 10px 0 5px;
}

.advert img.smaller {
	/* margin: 55px 10px 0 5px; */
	margin: 40px 10px 0 28px;
}

.advert p {
	color: #555555;
	font-size: 12px;
	height: 98px;
}
.advert h3 {
	font-size: 24px;
	padding-top: 0px;	
}
.advert a {
	font-family:Georgia,Arial;
	font-size:14px;
	font-weight:bold;
	background-image: url('http://webfiles.tine.no/YT.no/images/product_arrow.gif');
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 15px;
}
.advert h3, .advert p, .advert a {
	padding-left: 30px;
	padding-right: 10px
}

.tagcloud li {
	float: left;
	color: #404771;
	line-height: 28px;
	margin-left: 5px;
	margin: 3px;
}
.tagcloud li a {
	text-decoration: none;
	padding: 3px;
}
.tagcloud li#active a {
	background-color: #404771;
	color: White;
}
.tagcloud li a:hover {
	text-decoration: underline;
}
.tagcloud .level1 {
	font-size: 14px;
}
.tagcloud .level2 {
	font-size: 17px;
}
.tagcloud .level3 {
	font-size: 19px;
}
.tagcloud .level4 {
	font-size: 21px;
}
.tagcloud .level5 {
	font-size: 22px;
}
.tagcloud .level6 {
	font-size: 24px;
}
.tagcloud .level7 {
	font-size: 26px;
}
.tagcloud .level8 {
	font-size: 27px;
}
.tagcloud .level9 {
	font-size: 28px;
}

#animation{
	background: transparent;
	height:365px;
	position:relative;
	width:950px;
}

#animation a{
	outline: 0;
}

#animation a.puls{
background:url("http://webfiles.tine.no/PaaMenyen.no/images/blank.gif") repeat-x scroll 0 0 transparent;
	height:55px;
	left:33px;
	position:absolute;
	top:240px;
	width:310px;
}

#animation a.olympia{
background:url("http://webfiles.tine.no/PaaMenyen.no/images/blank.gif") repeat-x scroll 0 0 transparent;
	height:190px;
		left:800px;
	position:absolute;
	top:30px;
	width:150px;
}

.lastComments li {
	font-family: Georgia,Arial;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 27px 7px 26px;
	text-decoration: none;
	width: 180px;

	background-image: url("../../images/menubullets.gif");
	background-position: 11px 11px;
	background-repeat: no-repeat;
	color: #394168;
}
.lastComments a.allComments {
	color:#394168;
	font-family:Georgia,Arial;
	font-size:14px;
	line-height:20px;
	padding:7px 27px 7px 26px;
}
.searchbox {
	position: absolute;
	left: 690px;
	padding-top: 25px;

}
.searchbox #txtSearch {
	height: 19px;
}
#searchForm {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #414872;
}
#searchForm label {
	margin-right: 10px;
	color: White;
}
#searchForm #q {
	height: 19px;
	padding-top: 1px;
	width: 200px;
}
#header .sok {
	vertical-align: top;
	padding-top: 1px;
	margin-left: 5px;
}
#searchForm .sok {
	vertical-align: top;
	padding-top: 1px;
	margin-left: 5px;
	margin-right: 15px;
}
.searchresults ul li {
	list-style: circle;
	margin-left: 18px;
}

.searchresults dt {
	margin: 0;
	font-family: Georgia,Arial;
	font-size: 20px;
	margin-top: 10px;
}
.searchresults dd {
}
.searchresults dd p {
	margin: 0;
	margin-bottom: 15px;
}
.paging #forrigeResultat {
	float: left;
	margin-right: 15px;
}
.paging #nesteResultat {
	float: right;
	margin-left: 15px;
}
.paging .horizontalMenu li {
	margin-left: 5px;
	float: left;
	font-weight: bold;
	list-style: none;
}
.paging .horizontalMenu li a {
	font-weight: normal;
}
.highlight {
	font-weight: bold;
	color: #414872;
}
#countdown {
	width: 890px;
	background: White;
	padding: 30px;
}

.countdown-txt {
	font-family: Georgia,Arial;
    color: #394168;
    font-size: 24px;
    padding: 5px;
    width: 880px;
	border: 1px solid #394168;
	text-align: center;
	text-transform: uppercase;
}

#countdown-number {
	font-weight: bold;
	font-family: Arial;
}

.rightColumnBirken {
	background: white;
	float: left;
	width: 326px;
}

#herobanner {
	margin-bottom: 15px;
}