@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	color: #fff;
	background-image:url(../img/bodybackground.gif);
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	margin: 0;
	}

img {border:none;}


	
ul { list-style-type:square;
	background:none;}

li {margin-bottom:5px;}

p {margin:0; padding:0;}

th {background-color:#1a1a1a; font-weight:bold; text-align:left;}


h1 {	
	width:125px;
	height:100px;
	text-indent:-9999px;
	background-image:url(../img/skobranschradet.gif);
	background-repeat:no-repeat;
	margin:0 0 0 35px;
	padding:0;
	border:0;
	display:block;
	cursor:pointer;
	text-decoration: none;
	}

h3 {	
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:0;
	line-height:24px;
	}

h4 {	
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
	}

#divIndex {
	width: 920px;
	margin:190px 0 0 35px;
	text-align:center;
	}


#divMain {
	width: 920px;
	margin:30px 0 0 35px;
	}

#divHeader {
	width: 920px;
	height:122px;
	clear:right;
	}

#divLogo {
	width: 230px;
	float:left;
	}

#divTitle {
	width: 460px;
	font-size:30px;
	line-height:36px;
	float:left;
	padding-top:35px;
	text-transform: uppercase;
	vertical-align:bottom;
	}

#divLeftnav {
	width: 230px;
	float:left;
	line-height:16px;
	}

#divFooter {
	font-size:10px;
	width: 920px;
	margin-top:35px;
	padding-top:10px;
	background-image:url(../img/white.gif);
	background-repeat:repeat-x;
	margin-bottom:10px;
	}
	
#divContent {
	width: 460px;
	float:left;
	line-height:16px;
	}
	
#divContentRight {
	width: 200px;
	float: right;
	}

	
.productPic:hover {
	background-image:url(../img/ptdbg_white.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}

.productChosen {
	background-image:url(../img/ptdbg_purple.gif);
	background-repeat:no-repeat;
}


a:link {	color: #d0ab00; text-decoration: none; }
a:visited {	color: #d0ab00; text-decoration: none; }
a:hover {	color: #d0ab00; text-decoration: underline; }
a:active {	color: #d0ab00; text-decoration: underline; }



ul.sideNav {
	margin: 0;
	 padding:0;
	 list-style-type:none;
	 line-height:25px;
	 background: none;
	 }
	 
li.sideNav01, li.sideNav02, li.sideNav03, li.sideNav04, li.sideNav05, li.sideNav06, li.sideNavON, li.sideNavOFF {
	 font-size:10px;
	 font-weight:bold;
	 height: 25px;
	 margin: 0;
	 text-transform: uppercase;
	 color:#fff 
	 }

	 
li.sideNav01 a:link, li.sideNav01 a:visited,
li.sideNav02 a:link, li.sideNav02 a:visited,
li.sideNav03 a:link, li.sideNav03 a:visited,
li.sideNav04 a:link, li.sideNav04 a:visited,
li.sideNav05 a:link, li.sideNav05 a:visited,
li.sideNav06 a:link, li.sideNav06 a:visited {
	 background-image:url(../img/ulbg.gif);
	 background-repeat:no-repeat;
	 display:block;
	 text-decoration: none;
	 color:#fff
	 }

li.sideNav01 a:hover { background-image:url(../img/ulbg_yellow.gif); padding-left:9px;}
li.sideNav01 a:active { background-image:url(../img/ulbg_yellow.gif); padding-left:9px;}

li.sideNav02 a:hover { background-image:url(../img/ulbg_green.gif); padding-left:9px;}
li.sideNav02 a:active { background-image:url(../img/ulbg_green.gif); padding-left:9px;}

li.sideNav03 a:hover { background-image:url(../img/ulbg_blue.gif); padding-left:9px;}
li.sideNav03 a:active { background-image:url(../img/ulbg_blue.gif); padding-left:9px;}

li.sideNav04 a:hover { background-image:url(../img/ulbg_purple.gif); padding-left:9px;}
li.sideNav04 a:active { background-image:url(../img/ulbg_purple.gif); padding-left:9px;}

li.sideNav05 a:hover { background-image:url(../img/ulbg_red.gif); padding-left:9px;}
li.sideNav05 a:active { background-image:url(../img/ulbg_red.gif); padding-left:9px;}

li.sideNav06 a:hover { background-image:url(../img/ulbg_grey.gif); padding-left:9px;}
li.sideNav06 a:active { background-image:url(../img/ulbg_grey.gif); padding-left:9px;}



li.sideNavON a:link, li.sideNavON a:visited, li.sideNavON a:hover, li.sideNavON a:active { 
	 display:block;
	 text-decoration: none;
	 color:#fff;
	 background-image:url(../img/ulbg_yellow.gif);
	 background-repeat:no-repeat;
	 padding-left:9px;
	 }
	 
li.sideNavOFF { 
	 display:block;
	 color:#585858;
	 background-image:url(../img/ulbg.gif);
	 background-repeat:no-repeat;
	 }
	 

	 
.yellow {color:#d0ab00;}	 
.blue {color:#16bab0;}	 
.green {color:#4bba16;}	 
.purple {color:#ba16b2;}	 
.red {color:#ba1619;}	 
.grey {color:#666;}



input {
		border:1px solid #737373;
		background-color:#fff;
		color:#000;
		font-size:11px;
		padding:4px;
		}

.loginform {
		width:215px;
		}

.regform {
		width:310px;
		}
		
.dropdown {
		width:160px;
		}

.btn {
		background-color:#b5b5b5;
		color:#000;
		border:none;
		font-size:10px;
		width:102px;
		height:25px;
		font-weight:bold;
		cursor:pointer;
		}
		
.presspic {
		float: left;
		margin-right:20px;
		}

.presspicInfo {
		float:left;
		width:290px;
		line-height:18px;
		}
		
.productInfo a {
		color:#ba16b2;
		}
		
#showdel a {	color: #ba16b2; text-decoration: none; cursor: pointer;}
#showdel a:visited {	color: #ba16b2; text-decoration: none; cursor: pointer; }
#showdel a:hover {	color: #ba16b2; text-decoration: underline; cursor: pointer;}
#showdel a:active {	color: #ba16b2; text-decoration: underline; cursor: pointer;}

		
/*///////////// POPUP //////////*/

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000;
border:1px solid #999;
z-index:1;
}

#popupProduct{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:320px;
height:600px;
background:#fff;
z-index:2;
color:#000;
}

#popupProduct a{
cursor: pointer;
text-decoration:none;
}


#popupProductClose{
line-height:14px;
right:8px;
top:6px;
position:absolute;
color:#ba16b2;
display:block;
font-size:11px;
}


