/*
Design och programering av Zebra Media, Jamie Telin
www: http://www.zebramedia.se
e-post: jamie@zebramedia.se
*/
<!--


body {
	background-color:#FFFFFF;
	margin:0px;
}
.bodybg {
	background-image:url(../image_layout/bodybg.jpg);
	background-repeat:repeat-x;
	width:100%;
	margin:0px;
	padding:0px;
}
.top {
	background-image:url(../image_layout/top.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:135px;
}
.middle {
	background-image:url(../image_layout/mid.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:990px;
}
.bottom {
	background-image:url(../image_layout/bot.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:193px;
}
.menu {
	/*background-image:url(../image_layout/menu.jpg);*/
	width:990px;
	height:60px;
}
.br {
	background-image:url(../image_layout/break.jpg);
	background-repeat:no-repeat;
	float:right;
	width:2px;
	height:28px;
}

.flik {
	width:120px;
	height:40px;
	background-image:url(../image_layout/flik.jpg);
	background-repeat:no-repeat;
}
.flik2 {
	width:123px;
	height:38px;
	background-image:url(../image_layout/flik2.jpg);
	background-repeat:no-repeat;
}
.flik2text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#999999;
	font-weight:bold;
}

.gray1 {
	background-image:url(../image_layout/graybg.jpg);
}
.bluebg{
	background-image:url(../image_layout/bluebg.jpg);
}

.infobox {
	border:1px dashed #999999;
	background-image:url(../image_layout/graybg.jpg);
}
.downloadB {
	background-image:url(../image_layout/bigbuttom.jpg);
	width:229px;
	height:76px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

.showprew{
	position:absolute;
	display:none; 
	width:300px; 
	padding:4px; 
	border:#000000 1px solid;
	background-image:url(../image_layout/graybg.jpg);
}
.showplayerprev{
	position:absolute;
	display:none; 
	width:300px; 
	padding:4px; 
	border:#000000 1px solid;
	background-image:url(../image_layout/graybg.jpg);

}
.showplayerprev img{
	border:1px #000000 solid;
	margin:4px;
	width:100px;
	height:165px;
}
.categorytop {
	background-image:url(../image_layout/cat_topbg.jpg);
	background-repeat:no-repeat;
	width:291px;
}
.formSetup {
	background-image:url(../image_layout/formbg.jpg);
	border:#999999 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	font-weight:bold;
}
.formButtom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.seek {
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3399FF;
}
.seekB {
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
}
.boxbg1 {
	background-image:url(../image_layout/box1_bg.jpg);
	background-repeat:no-repeat;
}
.brands {
	background-image:url(../image_layout/brandholder.jpg); 
	width:245px; 
	height:133px;
	background-repeat:no-repeat;
	margin:5px;
	padding:0px;
	float:left;
}
.kontakt {
	color:#FFFFFF;
}
.kontakt a{
	color:#FFFFFF;
	font-weight:bold;
}
.kontakt a:link{
	color:#FFFFFF;
	font-weight:bold;
}

.toggleopacity {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}
/*MENU*/
/*MENU*/
.menublock {
	width:120px;
	height:47px;
	float:right;
	text-align:center;
	
}
.moveThatShit{
	margin-top:5px;
}

.menublock a:link, 
.menublock a:visited{ 
 color:#FFF; 
} 
.menublock a:hover { 
 color:#990000; 
} 
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-top-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#FFFFFF;
padding-left:10px;
padding-right:10px;
text-align:left;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
