a	      { font-weight:bold; text-decoration:none; color: #000000; }
a:hover	      { text-decoration:underline; }
div, td       { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.white        { color: #fff; }
.auctionspot  { color: #ffffff; font-size: 12px; font-weight: bold;}
.gold         { color: #a59755;}
.bggold       { background: #a59755;}
.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   { 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}

.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: url('../gif/vertstrek.gif'); }
.horstrek     { background: url('../gif/horstrek.gif'); }
.clear        { clear : both; }

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

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

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

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

#shopheader a { text-decoration:none; }

.bottomtext   { color: #fff; }
.bottomtext a { color: #a59755; }

body {
  margin: 0px;
  padding: 50px 0px 50px 0px;
  background: url('../gif/bg.gif');
}
#wrapper {
  margin-right:auto;
  margin-left:auto;
  width:992px;
  height: 100%;
  background: #fff;
}
#header {
  background: #fff;
  width: 968px;
  padding: 12px 12px 5px 12px;
}
#menu {
  background: #fff;
  width: 968px;
  height:37px;
  padding: 0px 12px 6px 12px;
}
#leftcol {
  background: #fff;
  float: left;
  width: 180px;
  padding-left: 12px;
  padding-right: 0px;
}
#rightcol {
  background: #fff;
  float: left;
  width: 180px;
}
#content {
  background: #fff;
  float: left;
  width: 578px;
  padding-right:15px;
  padding-left: 15px;
}
#videolist {
  overflow:auto;
  width: 286px;
  height: 448px;
  float:right; 
  padding-right:6px;
  background:#ffffff;
}
#videocontent {
  float: left; 
  width: 675px; 
  padding-left: 12px; 
  padding-right: 12px; 
  padding-bottom:0px; 
  background:#ffffff;
}
#footer {
  background: #fff;
  clear: left;
  width: 975px;
  padding: 12px 9px 12px 8px;
  text-align: center;
}
#facts {
  float: right;
  width: 200px;
  background: #222;
  padding: 6px;
  color: #fff;
  margin: 0px 0px 6px 6px;
}


// Shop menubar here...
.shopcontainer {
	background: #a59755;
}
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: #a59755;
	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;
}


// Menubar style here....
.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
ul.topnav {
	list-style: none;
	padding: 0 0px;
	margin: 0;
	float: left;
	width: 100%;
	background: #000;
	margin-bottom: 8px;
	height: 35px;
	font: 12px Arial, Helvetica, Sans-serif;
	color: #fff;
	font-weight: bold;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 19px 0px 19px;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li.sub {
	background: url(../gif/subnav_btn.gif) no-repeat center top;
	padding-right: 12px;
}
ul.topnav li.sep {
	border-right: 1px solid #fefefe;
}
ul.topnav li.sep:hover {
  background: #222;
  cursor: pointer;
}
ul.topnav li a {
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: right;
	background: url(../gif/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {
    cursor: pointer;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 33px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 999;
}
ul.topnav li ul.subnav li {
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	padding: 10px 5px 10px 20px;
	float: left;
	width: 145px;
	background: #333 url(../gif/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover  { /*--Hover effect for subnav links--*/
	background: #222 url(../gif/dropdown_linkbg.gif) no-repeat 10px center;
}