a	      { font-weight:bold; text-decoration:none; color: #000000; }
a:hover	      { text-decoration:underline; }
#main table { font-size: 12px;}
.white        { color: #fff; }
.auctionspot  { color: #ffffff; font-size: 12px; font-weight: bold;}
.gold         { color: #a59755;}
.green        { color: #598c39;}
.bggold       { background: #a59755;}
.bggreen      { background: #598c39;}
.bgblack      { background: #000;}
.italic	      { font-style: italic; }
.spaced       { line-height: 20px; }
.spacedbig    { line-height: 26px; }
.title        { font-size: 30px; font-weight: bold }
.overlaytitle { font-size: 36px; font-weight: bold }
.spillertext  { font-size: 13px; color: #ffffff; }
.spillertittel  { font-size: 30px; font-weight: bold; color: #ffffff; }
.mediumtitle  { font-size: 24px; font-weight: bold }
.videotitle   { font-size: 20px; font-weight: bold }
.smalltitle a, .smalltitle   { font-size: 17px; font-weight: bold }
.summary      { font-size: 13px; font-weight: bold }
.smallsummary { font-size: 12px; }
.blkbox       { background-color: black; padding: 0px 0px 15px 15px; display: inline-block}
.blkbox_auct  { background-color: black; padding: 0px 0px 10px 10px; display: inline-block}
.goldbox      { background-color: #a59755; padding: 0px 0px 15px 15px; display: inline-block}
.greenbox     { background-color: #088521; padding: 0px 0px 15px 15px; display: inline-block}

.margin1      { margin-top: 1px; }
.margin10     { margin-top: 10px; }
.marginb1     { margin-bottom: 1px; }
.paddingr15   { padding-right: 15px; }
.whitetext    { color: #ffffff; font-size: 12px; line-height: 20px }
.whitetext a  { color: #ffffff; }
.nearlywhite  { color: #ededed; }
.picturetext  { font-size: 10px; font-style: italic;}
.vertstrek    { background-image: url('http://old.oddgrenland.no/gif/vertstrek.gif'); background-repeat:repeat-y; }
.horstrek     { background-image: url('../gif/horstrek.gif'); background-repeat:repeat-x;}
.clear        { clear : both; }

.tabell 	  { width: 100%; paddi-ng:10px; }
.tabell td    { border:1px solid #cacaca; padding:2px; }
.top	      { font-weight:bold; background-color: #088521;}

.stats 	  { width: 100%; padding:0px; }
.stats td    { border:1px solid #cacaca; }

textarea, input { font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 1px; margin: 1px;}

div#ClientValidationSummary
              { text-align: left; padding: 5px 20px 5px 45px; background: #fff6bf url('http://old.oddgrenland.no/gif/warning.gif') 15px 50% no-repeat;
                color: #333333; border-top: 1px solid #ffd324; border-bottom: 1px solid #ffd324; }

#shopheader a { text-decoration:none; font-size: 13px; }

.bottomtext   { color: #ffffff; }
.bottomtext a { color: #088521; }


// Shop menubar here...
.shopcontainer {
	background: #088521;
}
ul.shop {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	padding-bottom: 12px;
}
ul.shop li {
	float: left;
	border-right: 1px solid #fefefe;
}
ul.shop li:hover {
    background: #222;
    color: #fff;
}
ul.shop li.sep a {
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
	background: #598c39;
	float: left;
	font: 10px Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
ul.shop li.act a {
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
	background: #000;
	float: left;
	font: 10px Arial, Helvetica, Sans-serif;
	font-weight: bold;
}