@charset "UTF-8";

.spilIKategorier {
	width:450px;
	height:330px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	margin-bottom:3px;
	background-color:#2A2A2A;
	overflow:hidden;
	white-space:nowrap;
}
.spilIKategoricontent {
	width:336px;
	height:310px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	position:relative;
	display:block;
	margin-bottom:3px;
	overflow:hidden;
	white-space:nowrap;
}
.spilIKategori1, .spilIKategori2, .spilIKategori3, .spilIKategori4, .spilIKategori5, .spilIKategori6, .spilIKategori7, .spilIKategori8, .spilIKategori9 {
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:6px;
	height:auto; _height:0;
	display:block;
	width: 100px;
	height: 90px;
	overflow:hidden;
	position:absolute;
	background-color:#FFFFFF;
	
}
.spilIKategori1 {
	left:0px;
}
.spilIKategori2 {
	left:114px;
}
.spilIKategori3 {
	left:228px;
}
.spilIKategori4 {
	left:0px;
	top:105px;
}
.spilIKategori5 {
	left:114px;
	top:105px;
}
.spilIKategori6 {
	left:228px;
	top:105px;
}
.spilIKategori7 {
	left:0px;
	top:210px;
}
.spilIKategori8 {
	left:114px;
	top:210px;
}
.spilIKategori9 {
	left:228px;
	top:210px;
}
.spilIKategori1 strong, .spilIKategori2 strong, .spilIKategori3 strong, .spilIKategori4 strong, .spilIKategori5 strong, .spilIKategori6 strong, .spilIKategori7 strong, .spilIKategori8 strong, .spilIKategori9 strong {
	display:block;
	color:#92d401;
	font-size:12px;
	margin-bottom:2px;
	white-space:nowrap;
}
.spilIKategori1 img, .spilIKategori2 img, .spilIKategori3 img, .spilIKategori4 img, .spilIKategori5 img, .spilIKategori6 img, .spilIKategori7 img, .spilIKategori8 img, .spilIKategori9 img {
	display:block;
}
.spilIKategori1:hover, .spilIKategori2:hover, .spilIKategori3:hover, .spilIKategori4:hover, .spilIKategori5:hover, .spilIKategori6:hover, .spilIKategori7:hover, .spilIKategori8:hover, .spilIKategori9:hover {
	
	background-color:#FFF53C;
}



.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	color:#FFFFFF;
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #2A2A2A;
	list-style: none;
	border-left: none;
	border-bottom: solid 1px #92d401;
	border-top: none;
	border-right: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {
	background-color: #92d401;
}


.TabbedPanelsTabSelected {
	background-color: #92d401;
	border-bottom: 1px solid #92d401;
}




.TabbedPanelsContentGroup {
	clear: both;
	border:none;
	background-color: #2A2A2A;
}


.TabbedPanelsContent {
	padding-left: 5px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 106px;
	height: 20em;
	background-color: #2A2A2A;
	position: relative;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #92d401;
	border-bottom: 1px solid #92d401;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

