/* SPISELIV main stylesheet */

/* Standard HTML tags */

body {
	background-color: #E7E8E1; 
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5D5D;
/*	font-size: 11px;	*/
/*	NEW	*/
	font-size: 12px;		 
}

h1 {
	color: #B9CE00;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
/*	padding: 15px 0px 0px 15px; */
	padding-bottom: 5px;
	margin: 0px 0px 0px 0px;
	}


td, textarea {
	font-family: Arial, Helvetica, sans-serif;
/*	color: #5D5D5D; */
	color: #464646;
	font-size: 11px;		
}

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.linkform {
	display: inline;
}

select, option, input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;		
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
}
a {
	color: #5D5D5D;
}

a:hover {
	text-decoration: underline;
}

/* Main page layout */

#page {
	width: 980px;
	background-color: #FFF;
/*	margin: 0px auto; */
/*	margin-right: 50px; */
margin-left:20px;
	text-align: left;
	background-image: url(images/template/page_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	display: inline-block;
/*	position: relative; */
}

#top {
	width: 960 px;
	height: 133px; 
	margin: 10px 10px 0px 10px;
	background-color: #FFFFFF; 
	background-image: url(images/template/top_logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#topBannerSection {
	height: 107px;
	position: relative;
	background-image: url(images/template/topbanner_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#topBannerSection #logo {
	position: absolute;
	top: 0px;
	right: 0px;
}

#topBanner {
	height: 80px;
}

#topBannerSection #topText {
	position: absolute;
	right: 178px;
	top: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
/*	color: #2c2c2c; */
	color: #5D5D5D;
	font-size: 12px;	
	text-transform: uppercase;
}

.topMenu {
/*	position: absolute; */
	height: 24px;
	padding-left: 4px;
	text-align: right;
/*	top: 87px; */
}

.topMenu .menuItem {
	height: 24px;	
	font-size: 12px;
	float: left;	
	line-height: 24px;
	text-transform: uppercase;
	padding-right: 7px;
}

.topMenu .menuItem.selected {
	background-image: url(images/template/top_menu_item_sel_right.gif); 
	background-position: right;
	background-repeat: no-repeat; 
}

.topMenu .menuItem a {
	font-size: 12px;
	padding-left: 7px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #2C2C2C;
	text-decoration: none;
}

.topMenu .menuItem a:hover {
	color: #FFF;	
}

.topMenu .menuItem.selected a {
	color: #FFF;
	background-image: url(images/template/top_menu_item_sel_bg.gif);	
	background-position: left;
	background-repeat: no-repeat;
}

#menuLine2 {
	height: 26px;
	background-image: url(images/template/menuline_2_bg.gif);
	background-repeat: no-repeat;
}

#greenBar #subscription {
	float: right;
}

#greenBar #subscription input {
/*	border: 1px solid #000;
	margin-bottom: 0px; */
}

#greenBar #subscription input.subscription_input {
	height: 15px;
	margin-top: 2px; 
	font-size: 11px;
	line-height: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	display: inline;
}

/* Main body styling */

#pageBody {
	width: 980px;
	background-image: url(images/template/main_area_bg.gif); 
	background-repeat: repeat-y;	
	display: inline-block;	
/*	border: 1px solid #F00; */
}

#subpageWrapper {
	float: left;
	width: 825px;
	padding-top: 5px;
/*	border: 1px solid #000; */
}

/* Left and right columns */

.column {
	float: left;
	display: inline;
	padding-top: 5px;
	width: 140px;
}

.column.left {
	display: inline;
/*	padding-top: 5px; */
	margin-left: 10px;
/*	margin-right: 20px; */
	margin-right: 5px;
}

#mainArea .column.left {
	margin-right: 0px;
}

.column.right {
	display: inline;
	float: right;
	margin-left: 5px; 
	margin-right: 10px; 
}

/* Column content */

.column .columnItem {
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
	background-position: top;
	background-repeat: no-repeat;	
	display: inline-block;
}

.column .columnItem p {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

.column .columnItem .submitBtn {
	float: right;
	margin-bottom: 6px;
	display: inline;
}

.column .columnItem.search {
	background-image: url(images/template/soegning_top.gif);
}

.column .columnItem.search .searchSelector {
	text-transform: uppercase;
	line-height: 16px;
	display: inline-block;
	margin-bottom: 10px;
}

.column .columnItem.search .searchSelector .selectedSearch {
	float: left;
	padding-right:4px;	
}

.column .columnItem.search .searchSelector .selectedSearch a {
	text-decoration: none;
	display: block;
}

.column .columnItem.search .searchSelector .selectedSearch.selected {
	background-image: url(images/template/search_selected_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.column .columnItem.search .searchSelector .selectedSearch.selected a {
	padding-left: 4px;
	background-image: url(images/template/search_selected_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.column .columnItem.search form.searchform {
	margin-top: 10px;
}

.column .columnItem.newsletter {
	width: 140px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/template/nyhedsbrev_top.gif);
	margin-bottom: 10px;
}

.column .columnItem.newsletter p {
	padding-left: 5px;
	padding-right: 5px;
}

.column .columnItem.regions {
	width: 140px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/template/region_top.gif);
	margin-bottom: 10px;
}

.column .columnItem.whatis {
	background-image: url(images/template/hvad_er_top.gif);
	width: 140px;
	padding-left: 0px;
	padding-right: 0px;
}

.column .columnItem.whatis p {
	padding-left: 5px;
	padding-right: 5px;	
}

.column .columnItem.other {
	padding-left: 0px;
	padding-right: 0px;
	background-position: top left;	
}

.column .columnItem.other.recipes {
	background-image: url(images/template/andre_opskr_top.gif);
}

.column .columnItem.other.profiles {
	background-image: url(images/template/andre_steder_top.gif);
}

.column .columnItem.other.articles {
	background-image: url(images/template/andre_artikler_top.gif);
}

.column .columnItem.other.news {
	background-image: url(images/template/andre_nyheder_top.gif);
}

.column .columnItem.other.specials {
	background-image: url(images/template/andre_tilbud_top.gif);
}

.column .columnItem.webshop {
	background-image: url(images/template/webbutik_top.gif);
}

.column .columnItem.other.blogbanner {
	padding-top: 0px;
	margin-bottom: 15px; 
}

.column .columnItem.other p {
/*	line-height: 20px; */
	padding-left: 5px;
	background-image: url(images/template/checkline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.column .columnItem.other p a {
	color: #5D5D5D;
	text-decoration: none;
}

.column .columnItem.other p a:hover {
	text-decoration: underline;
}

.column .columnItem.findOnMap {
	background-image: url(images/template/find_on_map_top.gif);
}

.column .columnItem.banners {
	width: 140px;
	background-image: url(images/template/annoncer_top.gif);
	padding-left: 0px;
	padding-right: 0px;
}

.column .columnItem select, .sectionpageMid .midRight select {
	width: 126px;
	margin-top: 3px;
	display: inline;
}

.column .columnItem .textInput, .sectionpageMid .midRight .textInput {
	width: 124px;
	height: 15px;
	font-size: 11px;
}

/* Big top image */

#pageBody .bigTop {
	width: 815px;
	margin-top: 0px;
	margin-left: 10px;
	display: inline-block;
}

#pageBody .bigTop .serviceLinks {
	text-align: right;
	padding-right: 12px;
	height: 29px;
	background-image: url(images/template/top_green_bar_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #5E5C5C;
	text-transform: uppercase;
}

#pageBody .bigTop .serviceLinks a {
	line-height: 21px;
	color: #5E5C5C;
	text-decoration: none;
}

/* Main section */

#mainArea {
	float: left; 
/*	width: 670px; */
	display: inline;
	width: 670px; 
/*	_width: 660px; */
}

#mainArea.split {
	background-image: url(images/template/mainarea_split_bg.gif);
	background-repeat: repeat-y;
}

#subpageWrapper #mainArea {
	width: 670px; 
/*	_width: 665px; */
}

.mainText {
	float: left; 
	width: 380px; 
	display: inline-block;
	padding-left: 20px; 
	margin-right: 15px;
	padding-top: 20px;
}

/* Full width (if no factbox - forms etc.) */

.mainText.full {
	width: 615px;
}

.mainText.sectionpage {
	width: 670px;
	padding-top: 5px; 
	padding-left: 0px; 
	margin-right: 0px;		
}

.mainText .content {
	background-image: url(images/template/checkline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.mainText .content.noLine {
	background-image: none;
	padding-bottom: 0px;	
}

.mainText .content.midsection {
	background-image: none;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
/*	margin-left: -20px;
	margin-right: -10px; */
	_display: inline-block;
	background-color: #F2F0EC;
}
 .checkline {
	height: 3px;
	background-image: url(images/template/checkline.gif);
	background-repeat: repeat-x;	
	margin-bottom: 10px;
}

.mainText h1 {
	font-size: 18px;
	line-height: auto;
	color: #B9CE00;
	text-transform: uppercase;
	padding-top:0px;
	padding-bottom: 20px;
 	margin-top: 0px;
	margin-bottom: 0px;	
}

.mainText .sectionpageMid {
	background-color: #c9d400;
	background-image: url(images/template/sectionpage_mid_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 25px 25px 25px 25px;
	margin-bottom: 10px;
	height: 136px;
}

.mainText .sectionpageMid h1 {
	color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.mainText .sectionpageMid .midLeft {
	height: 136px;
	float: left;
	width: 312px;
	background-image: url(images/template/sectionpage_mid_separator.gif);
	background-repeat: repeat-y;
	background-position: right;
	display: inline;	
}

.mainText .sectionpageMid .midRight {
	float: left;
	padding-left: 25px;
	width: 280px;
	display: inline;
}

.mainText .sectionpageMid .midLeft p {
	padding-right: 25px;
}

.mainText .sectionpageMid .midRight .midRightFirstCol {
	float:left;
	display: inline;
	padding-right: 10px;
}

.mainText .sectionpageMid .midRight .midRightSecCol {
	float: left;
	display: inline;	
}

.mainText .sectionpageMid .midRight .midRightSecCol p {
	padding-left: 0px;
	padding-right: 0px;
}

h1 .grey {
	color: #2c2c2c;
}
#profileUserContent
 {
	float: right; 
	width: 670px;	
}

#profileUserContent h2 {
	color: #B9CE00;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 20px;		
	padding-left: 7px;
	}
	
#profileUserContent h2 a {
	color: #B9CE00;
	text-decoration: none; 
}	
	
#profileUserContent h2 a:hover {
	text-decoration: underline;
}	
	
#profileUserContent  p{
	padding-left: 7px;
	padding-right: 7px;
}	

#profileUserTop {
/*	text-align: right; */

/*	padding-right: 12px; */
	height: 29px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 7px;
	background-image: url(images/template/top_green_bar_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #5E5C5C;
	text-transform: uppercase;
}


#mainArea .factboxWrapper {
	float:right; 
	width:255px;
	_width:250px;
}

#mainArea .factbox {
	display: inline;
	float: right;
	width: 230px;
/*	_width: 225px; */
	padding-top: 20px;
	padding-left: 20px; 
/*	padding-right: 20px; */
	padding-bottom: 20px;
}

#mainArea .factbox h2, .textAndPictures .textWrapper h2 {
	color: #B9CE00;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 12px;
	min-height: 20px;
	background-image: url(images/template/checkline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#mainArea .factbox p {
	padding-right: 20px;
}

.factbox .bigPhone {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #B9CE00;
	font-size: 18px;
	font-weight: bold;
}

.factbox .contactButton {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-right: 4px;
} 

.factbox .infoFrom {
	display: block;
	margin-top: 12px;
	font-weight: bold;
}

.factbox .tagcloudItem a {
	text-decoration: none;
	white-space: nowrap;
}

.factbox .tagcloudItem a:hover {
	text-decoration: underline;
}

.textAndPictures .textWrapper {
	width: 142px;
	float: left;
	padding-left: 38px;
	padding-right: 20px;	
}


.textAndPictures .pictureWrapper {
	width: 468px;
	float: right;
}

.textAndPictures .pictureWrapper .thumbnails{
	margin-top: 4px;
}

.textAndPictures .pictureWrapper .thumbnails img {
	margin-right: 4px;
}

.textAndPictures .pictureWrapper .thumbnails img.last {
		margin-right: 0px;
}

/* Search result styling */

.mainText.searchresult {
	width: 670px;
	padding-left: 0px; 
	margin-right: 0px;	
}

.sortedBy {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sortedBy .sortOption {
	display: inline;
	padding-right: 5px;	
}

.sortedBy .sortOption.selected {
	background-image: url(images/template/sort_option_sel_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}


.sortedBy .sortOption a {
	line-height: 16px;
	text-decoration: none;
	padding-left: 5px;
}

.sortedBy .sortOption.selected a {
	background-image: url(images/template/sort_option_sel_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.result {
	width: 164px;
	height: 88px;
	float: left;	
	margin-bottom: 10px;
	margin-right: 5px; 
	position: relative;
	display: inline;	
	background-image: url(images/template/checkline.gif);
	background-position: bottom left;
	background-repeat: repeat-x;	
}

.result.sec {
	margin-right: 4px;
	display: inline;	
}

.result.last {
	margin-right: 0px;
	display: inline;	
}

.result.big {
	height: 186px;
}

.result .searchimage {
	height: 69px;
	position: relative;
}

.result h3 {
	color: #B9CE00;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;

}

.result.big h3 {
	padding-top: 5px;	
}

.result h3 a {
	color: #B9CE00;
	text-decoration:none;	
}

.result p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.result p a:link, .result p a:visited {
	text-decoration: none;
}

.result .link {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

/* Special front page styles */

.bannerArea {
	background-image: url(images/template/checkline.gif);
	width: 100%;
	background-repeat: repeat-x;
	margin-bottom: 6px;
	margin-top: 6px;
	_margin-top: 0px;
	padding-top: 9px;
	display: block;
}

.bannerLeft {	
	width: 332px;
	float: left;
	text-align: center;
	display: inline-block;
}

.bannerLeft p {
	text-align: left;
	color: #000;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
}

.bannerLeft .headline {
/*	font-size: 18px; */
	font-style: italic;
}
.contentBannerHeader {
	background-image: url(/images/template/transbg.png);
}

.contentBannerOverlay {
	height: 132px;
	position: relative;
	cursor: pointer;
}

.contentBannerOverlay.contest {
	background-image: url(/images/template/konk_top.png);	
}

.contentBannerOverlay.special {
	background-image: url(/images/template/tilbud_top.png);
}

.contentBannerText {
	position: absolute;
	top: 101px;
	left: 0px;
	line-height: 31px;
	font-size: 13px;
	text-align: left;
}

.contentBannerText a {
	padding-left: 14px;
	color: #2E2E2E;
	text-decoration: none;
}

* html .contentBannerHeader {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/template/transbg.png", sizingMethod="crop");
	z-index: 500;

}


.bannerRight {
	width: 332px;
	float: right;
	text-align: center;	
	display: inline-block;
}

.bannerRight.newsletter {
	width: 332px;
	height: 132px;
	background-image: url(images/template/newsletterbanner_bg.jpg);
	background-position: 0px 0px;
	display: block;	
	position: relative
}

.bannerRight.newsletter .newsletterContent {
	position: absolute;
	top: 105px;
	left: 147px;
}

.bannerRight.newsletter .newsletterContent input {
	
}

.bannerContent {
	text-align:center;
	padding-bottom:20px;
}

#frontpageTop {
	margin-bottom: 12px; 
/*	display: inline-block; */
	display: inline;
}

#frontpageTop .topStory, .topStory {
	float: left; 
	position: relative;
	width: 330px; 
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
/*	border: 1px solid #000; */
}

.searchresult .topStory {
	background-image: url(images/template/checkline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#frontpageTop.section .topStory {
	background-image: none;
	margin-bottom: 0px;	
}

#frontpageTop .topStory.topLeft, .topStory.topLeft {
	margin-right: 10px; 
	display: inline;	
}

.topStory.topLeft a {
	display: block;
	position: relative;
}

#frontpageTop .topStory .teaser, .topStory .teaser {
	float:left;
	width: 300px;
	min-height: 106px;	
	padding-top: 10px;
	display: block;
}

#frontpageTop .topStory .link {
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.topStory .link {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#frontpageTop .topStory h2, .topStory h2 {
	font-size: 12px;
	background-color: #EAEAEA;
	height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	padding-left: 12px;
	text-decoration: none;
}

.topStory h2 a {
	text-decoration: none;	
}

#frontpageTop .topStory h1, .topStory h1 {
	color: #B9CE00;
	font-size: 18px;
	text-transform: uppercase;
/*	padding: 15px 0px 0px 15px; */
	padding-bottom: 5px;
	margin: 0px 0px 0px 0px;
	display: inline-block;	
}

#frontpageTop .topStory h1 a,  .topStory h1 a  {
	color: #B9CE00;
	text-decoration: none;	
}

#frontpageTop .topStory h1 a:hover,  .topStory h1 a:hover {
	text-decoration: underline;
}

#frontpageTop .topStory p,  .topStory p, .topStory.topLeft p {

	margin: 0px 0px 5px 0px;
	display: block;
}

.topStory p a {
	text-decoration: none;
	line-height: 14px;
		display: block;
/*	padding-right: 20px; */
}

.topStory p a:hover {
	text-decoration: none;
}

.recipeBanner {	
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 132px;
	width: 330px;
/*	margin-top: 6px; */
	display: inline-block;
	background-image: url(images/template/opskrifter_banner_bg.jpg);
}

.recipeBanner:hover {
	cursor: pointer;
}

.recipeBannerText  {
	position: absolute;
	top: 95px;
	left: 14px;
	width: auto;
	color: #F00;
}

/*  Frontpage sliding div's */

.sliderSection {
	height: 434px;
	float: left;
	display: inline-block;  
	position: relative;
	margin-left: 0px;
/*	margin-bottom: 10px; */
	display: inline;  
	/*	z-index: 100; */
	background-image: url(images/template/slider_section_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.sliderColumn {
	width: 164px;
	float: left;
	margin-right: 4px;
	display: inline;
	font-size: 11px;
}

.sliderColumn.second {
	margin-right: 6px;
	display: inline;
}
.sliderColumn.last {
	margin-right: 0px;
	display: inline;
}

.sliderSection .row, .sliderSection .rowTop {
	display: inline-block;
/*	padding-bottom: 6px; */
/*		display: inline;  */
	background-position: bottom;
	background-repeat: no-repeat;
}

.sliderSection .row {
	background-image: url(images/template/slider_bg_white.gif);
/*	height: 142px; */
}

.sliderSection .rowTop {
	background-image: url(images/template/slider_bg_green.gif);
/*	height: 142px;  */	
}

.sliderSection .image {
	width:164px;
	height:0px;
	clear:both;
/*		background:url(images/gallery_dropdown_bg.gif) repeat-x; */
	overflow:hidden;
/*		_margin-top: -2px; */
}

.sliderSection .image.top {
	height: 70px;
}

.row .text, .rowTop .text {
	height: 68px;
	overflow: hidden;
}

.row p, .rowTop p {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline-block;
}

.row p a, .rowTop p a {
	text-decoration: none;
}

.sliderColumn .row .text h3, .sliderColumn .rowTop h3 {
	margin: 0px 0px 0px 0px;
	padding: 3px 12px 0px 12px;
	font-size: 11px;
}

.row h3 a, .rowTop h3 a	{
	text-decoration: none;
}

.image .cl p {
	padding : 0px 0px 0px 0px;
	display: inline-block;		
	font-size:11px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	color:#646464;
	margin:0;
}

/* Sliding div's end */

#profileBannerArea {
	float: left;
	width: 670px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 12px;
}

#profileBannerArea .profileBanner {
	float:left;
	margin-right: 25px;
}

#profileBannerArea .profileBanner.last {
	margin-right: 0px;
}

/* Form elements */

.textinput {
	width: 600px;
}

 textarea {
 	width: 600px;
	height : 150 px;
 }

/* Footer */

#footer {
	float: right;
	width: 670px;
	margin-top: 5px;
	background-image: url(images/template/checkline.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 10px;
	color: #9F9F9E; /*	border:1px solid #00F; */
}

#footer a {
	color: #9F9F9E;
	text-decoration: none;	
}

#footer .login {
	font-size: 16px;
	color: #2C2C2C;
	text-transform: uppercase;
}

#footer .login a {
	color: #2C2C2C;
	text-decoration: none;	
}

.errorcode {
	font-weight: bold;
	color: #C00;
}
/* Clearing div's */

.clear {
	clear: both;
}

.hidden, .hidden a {
	font-size: 0px; 
	color:#FFF;
}

div.newLabel  {
	color: #FFF;
	z-index: 2;
	background-color: #B9CE00;
	padding: 2px 5px 2px 5px;
	width: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
