/*
Theme Name: mjv-mall
Theme URI: Your Theme's URI
Description: MJV generellt tema
Version: 1.1
Author: AnnaH
Author URI: www.mjv.se
*/


*{margin:0; padding:0;}

body {
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0px;}


* { margin:0; padding:0; }

h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
h3 {font-size: 12pt;}
h4 {font-size: 9pt;}

/* links */

a{
	color: #666;
	text-decoration: none;
	border: none;
	}

a:hover{color:#000;text-decoration: underline; border: none;}



/* topmenu*/

#topmenu {
	background:#fff;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 14px 0 2px 0px;
	padding: 4px 0px 0px 0px;
	width: 930px; 
	height: 24px;
	border-bottom: 0px solid #000;
}

#topmenu ul {
	margin: 4px 0 0px 0px;
	background-color: #fff;
	padding: 0;
	text-align: right;
	border-bottom: 0px solid #000;
}

#topmenu ul li {
	background:;
	list-style-type: none;
	display: inline;
	padding: 0;
}

#topmenu a {
	padding: 0px 10px 0px 6px;
	text-decoration: none;
	color: #000;
}

#topmenu ul li a:hover {
	background-color:#ddd;
	color: #050;
	border-bottom: 0px solid #000;
}

/* container */

#container {
	width: 930px;
	height: auto;
	padding: 0 0 0 0;
	margin: -2px 0 0 0px;
	background:#fff;
	border: 0px solid #000;
	overflow: hidden;
	}


	/* header */

#header {
	float:;
	background: #fff url('images/header-svart.jpg') no-repeat top right;
    	width: 900px;
	height: 147px;
	margin-top:5px;
	margin-left:;
	margin-right:;
	margin-bottom:;
	color: #fff; 
	border-top: 0px dotted #000;
	}

#header img {
	float:left;
        border:0px;
	}

/* main menu */

#menu {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 15px 0 0px 0;
	width: 900px; 
/*	height: 40px;  */
        min-height:40px;
        height:auto !important;
        height:40px;
	border-bottom: 0px solid #000;
}

#menu ul {
	margin: 0;
	padding: 0 0 14px 0;
	text-align: left;
	border-bottom: 4px solid #000;
}

#menu ul ul {
	border-bottom: 0px solid #000;
}

#menu ul li {
	background:;
	list-style-type: none;
	display: inline;
	padding: 0;
	border-bottom: 0px solid #000;
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu position */
	float:left; 
	position:relative;
}

#menu a {
	padding: 0px 10px 2px 6px;
	text-decoration: none;
	color: #666666;
}

#menu ul li a:hover {
	background-color: #fff;
	color: #669933;
	border-bottom: 4px solid #669933;
}

/* style the second level background */

/* #menu ul ul ul a, #menu ul ul ul a:visited {
	background:;
} */

/* style the second level links */

#menu ul ul ul a, #menu ul ul ul a:visited {
	background:; 
	color:#666666; 
	margin: 15px 10px 8px 10px; 
}

/* style the second level hover */

#menu ul ul ul a:hover {
	background:#eee; 
	color: #669933;
	border-bottom: 0px solid #669933;
}

/* hide the sub levels and give them a position absolute so that they take up no room */

#menu ul ul ul {
	display:none;
	position:absolute;
	height:0;
	top:18px;
	left:0; 
	border-top:0px solid #000;
}


/* make the second level visible when hover on first level list OR link */

#menu ul ul li:hover ul, #menu ul ul a:hover ul  {
	display: block; 
	white-space: nowrap;
}

#menu ul ul li:hover li, #menu ul ul a:hover li  {
	height:auto;
	width:100%;
	background:#eee; 
	padding: 4px 0 8px 0px;
	margin: 0px 0 -4px 0px;
/*	text-indent:-10px; */
}


/* content */

#content {
	float: left;
	display: block;
	background: #FFFFFC url('images/contentupper.gif') no-repeat;
	margin-top: 2px;
	margin-left: 15px;
	width: 595px;
	height: auto;
	overflow: hidden;
	font-family: verdana, helvetica, arial, sans-serif;
	padding: 0;
	border-left: 0px dotted #000;
	}

#content p{
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding:;
}

#content img {
        padding: 2px; margin: 2px;
	float: left;
}

#content h2{
	color: #669933;
	font-weight:;
	text-align: left;
	line-height: 28px;
	margin: 10px 0px 5px 0px;
	padding:;
}

#content h3{
	text-align: left;
	text-indent: 30px;
}

.post{
	border-bottom: 2px dotted #333;
	margin: 0px 3px 10px 0px;
}


.hr{
	width:100%;
	height:1px;
	margin-bottom:4px;
	background-color:#aaa;
	clear:both;
	overflow:hidden;
}
.hr2{
	width:100%;
	height:1px;
	margin-bottom:4px;
	background-color:#ff5f10;
	clear:both;
	overflow:hidden;
}
.hr3{
	width:100%;
	height:2px;
	margin-bottom:4px;
	background-color:#d2cabd;
	clear:both;
	overflow:hidden;
}

.p1{
	font-size: 11px;
	color: #aaa;
	line-height: 16px;
	text-align: left;
	margin: 0px 0px 0px 4px;
	padding:;
}

.commentlist li{
	text-align: left;
	text-indent: 0px;
	list-style-type: none;
	margin: 2px 5px 0px 4px;
	padding: 3px 4px 2px 2px;
	background-color:#eeeeee;
}

.commentlist alt li{
	background-color:#f0f0f0;
}


.breakerspace{
	overflow:hidden;
	height:15px;
	clear:both
}


/* Plugin Cforms, layout of send button */
.sendbutton{
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	text-align: center;
	margin: 0px 0px 0px 4px;
}

/* right sidebar */

#right{
	font-family: helvetica, arial, sans-serif;
	background: #eee;
	width: 295px;
	height: auto;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
		}

#right h2{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold; 
	font-size: 11pt; 
	text-align: left;
	color: #669933;	
	margin: 14px 4px 0 0;
	padding: 0;
}

#right h2 a{
	color: #669933;	
}

#right .breakerspace{
	overflow:hidden;
	height:15px;
	background: #60A030;
	clear:both
	font-family: helvetica, arial, sans-serif;
	font-weight: bold; 
	font-size: 8pt; 
	text-align: center;
	color: #000;	
}

#right p {margin:0; padding: 0 0px 0 0px;}

#right img {padding: 0; margin: 0; border: 0px;}

#right ul {
	margin: 20px 5px 0px 5px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0 0px 0 0;
	padding: 0;
	line-height: 140%;
	list-style-type: none;
	}

#right ul ul {
	margin: 0;
	padding: 0;
}

#right ul ul li {
	margin: 5px 2px 0 0;
	font-weight: bold; 
	list-style-type: square;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right td {
	margin: 2px;
	padding: 8px 2px 2px 2px;
	text-align: center;
}

#right ul ul ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	font-weight: normal; 
	list-style-type: none;
	color:;
}


/* footer */

#footer {
	float: left;
	background: #fff;
        width: 900px;
	height: 70px;
	margin-top: 20px;
	margin-left:15px;
	border-top: 0px dotted #ccc;
	}
	
#footer p{
	font-family: helvetica, arial, sans-serif;
	font-size:9px;
	line-height: 11px;
	color: #333;
	text-align: left;
		padding:;
	}

#footer img {padding: 0; margin: 0; border: 0px;}


