/*
////////////////////////////////////////////////////////////////////////////
   (C) Copyright Fredrik Andersson, 2007
       All designs and code belongs to Fredrik Andersson!
       Contact: kontakt (at) fredrik-a.se
////////////////////////////////////////////////////////////////////////////
*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
	background: #FFFFFF;
	padding: 10px;
}

a {
	text-decoration: none;
	color:#333;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.25em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0em;
	margin-bottom: 0.025em;
}

h2 {
	color: #000000;
	font-size: 1.6em;
	margin: 0;
	margin-bottom: 0.025em;
	font-weight: normal;
}
	
h3 {
	color: #000000;
	font-size: 1.4em;
	margin: 0;
	margin-bottom: 0.035em;
	font-weight: bold;
}

h4 {
	color: #000000;
	font-size: 1.2em;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
}

h5 {
	color: #000000;
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	color: #000000;
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

img {
	border: 0;
}

p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 0em 0em 0em 0em;
}

hr {
	border: 0;
	color:#CCCCCC;
	background-color:#CCCCCC;
	height: 1px;
}

li > p {
	margin-top: 0.2em;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

b {
	font-weight: bold;
}
	
strong, b {
	font-weight: bold;
}

.copyright {
	color:#F7931E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
}

.textNews {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
}

.newsArchive 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	line-height: 20px;
	width: 100%;
	border-collapse:collapse; 
	border: 1px solid #CCC;
}

.newsArchive tr
{
	padding: 5px;
}
.newsArchive tr:hover
{
	background-color:#EEEEEE;
}
#box_grey
{
	margin-left: -10px;
	margin-right: -5px;
	margin-top: 20px;
	padding: 0;
	width: 500px;
	max-width: 500px;
	overflow: hidden;
	float:left;
}

* html #box_grey {
	marg\in: 15px -10px 0 -5px;
}

#box_grey_header
{
	background: #FFFFFF url(../images/box_lt_grey.gif) top left no-repeat;
	padding: 0 0 0 15px;
	height: 29px;
}

#box_grey_header_content 
{
	background: #FFFFFF url(../images/box_rt_grey.gif) top right no-repeat;
	padding: 0 15px 0 0;
	height: 29px;
}
#box_grey_header_content p
{
	color:#000000;
	text-align:left;
	padding-top: 5px;
	margin-left: -5px;
	text-align:center;
}
#box_grey_middle 
{
	background: #FFFFFF url(../images/box_lm_grey.gif) top left repeat-y;
	padding: 0 0 0 10px;
	margin: 0;
	height: auto;
}
#box_grey_middle_content 
{
	background: #FFFFFF url(../images/box_rm_grey.gif) top right repeat-y;
	padding: 0 10px 0 0;
	margin: 0;
	height: auto;
}
#box_grey_footer 
{
	background: #FFFFFF url(../images/box_lb_grey.gif) top left no-repeat;
	padding: 0 0 0 10px;
	height: auto;
}
#box_grey_footer_content 
{
	background: #FFFFFF url(../images/box_rb_grey.gif) top right no-repeat;
	padding: 0 10px 0 0;
	vertical-align:top;
	height: auto;
}
#box
{
	margin: 0;
	padding: 0;
	width: 195px;
	max-width: 195px;
	overflow: hidden;
	float:none;
}

#box2
{
	margin: 0;
	padding: 0;
	width: 165px;
	max-width: 165px;
	overflow: hidden;
	float:none;
}

#box_header
{
	background: #FFFFFF url(../images/box_lt.gif) top left no-repeat;
	padding: 0 0 0 15px;
	height: 29px;
}

#box_header_content 
{
	background: #FFFFFF url(../images/box_rt.gif) top right no-repeat;
	padding: 0 15px 0 0;
	height: 29px;
}
#box_header_content p
{
	color:#FFFFFF;
	text-align:left;
	padding-top: 5px;
	margin-left: -5px;
	text-align:center;
}


#box_header_nc 
{
	background: #FFFFFF url(../images/box_lt_nc.gif) top left no-repeat;
	padding: 0 0 0 10px;
	height: 10px;
}
#box_header_content_nc 
{
	background: #FFFFFF url(../images/box_rt_nc.gif) top right no-repeat;
	padding: 0 10px 0 0;
	height: 10px;
}



#box_middle 
{
	background: #FFFFFF url(../images/box_lm.gif) top left repeat-y;
	padding: 0 0 0 10px;
	margin: 0;
	height: auto;
}
#box_middle_content 
{
	background: #FFFFFF url(../images/box_rm.gif) top right repeat-y;
	padding: 0 10px 0 0;
	margin: 0;
	height: auto;
}
#box_footer 
{
	background: #FFFFFF url(../images/box_lb.gif) top left no-repeat;
	padding: 0 0 0 10px;
	height: auto;
}
#box_footer_content 
{
	background: #FFFFFF url(../images/box_rb.gif) top right no-repeat;
	padding: 0 10px 0 0;
	vertical-align:top;
	height: auto;
}

#pull
{
	margin: 0;
	padding: 0 0 0 5px;
	width:150px;
	overflow: hidden;
	float:none;
	text-align:left;
}
#pull_none
{
	background: #FFFFFF url(../images/pull_none_l.gif) top left no-repeat;
	padding: 0 0 0 3px;
	height: 9px;
}

#pull_none_right
{
	background: #FFFFFF url(../images/pull_none_r.gif) top right no-repeat;
	padding: 0 3px 0 0;
	height: 9px;
}

#pull_left
{
	background: #FFFFFF url(../images/pull_full_l.gif) top left no-repeat;
	padding: 0 0 0 3px;
	height: 9px;
}

#pull_right
{
	background: url(../images/pull_full_r.gif) top right no-repeat;
	padding: 0 3px 0 0;
	vertical-align:top;
	height: 9px;
}

.resultat
{
	width: 100%;
	border-collapse:collapse;
	padding: 3px;
}

.resultat b
{
	font-weight: bold;
	font-size: 1.1em;
}

#resultMenu
{
	padding: 0 0px;
	margin: 0 0px;
	width: auto;
}

*html #resultMenu 
{
	marg\in: 0 5px 0 20px;
	padding: 0 5px 0 20px;
}

#resultMenu ul
{
	margin-left: -10px;
}

#sales
{
	margin-bottom: 3px;
}

#sales a
{
	text-decoration: none;
	color:#333333;
	font-size:14px;
}
#sales a:hover
{
	text-decoration: none;
	color:#FF9900;
	font-size:14px;
}

