/* $Id: MyStyle.css 2864 2008-11-03 06:39:01Z martin $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(design.css);			/* Style till din valda design */

/* BEGIN code added by System design tool - DO NOT EDIT! */

/* END code added by System design tool - DO NOT EDIT! */


/* Here you can put your own changes */

body {
	color: #666666;
	background: url(/images/bg.jpg) repeat;
	background-color: #f1f1f1;
	line-height: normal;	
}
body.cat_elephant {
	background: url(/images/bg_elephant.jpg) repeat;
}

body, div, p, th, td, li, dd {
	font: normal 12px Helvetica, Arial, Verdana, Lucida, sans-serif;
	text-align: left;
}

a {
	color: #004d9b; 
	text-decoration: none; 
}
a:link { color: #004d9b; } 
a:visited { color: #004d9b; }
a:active { color: #004d9b; }
a:hover { color: #333333; }


h1,h2,h3,h4,h5 { font-weight: normal; color: #000000; }


h1 { 
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: -1px;
}
 
 
h2 { 
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
} 
 
h3 { 
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
} 

hr { 
	height: 1px; 
	background-color: #d9d9d9; 
	color: #d9d9d9;
	border: none;
	margin: 10px 0 20px 0;
}  

input.button {
	border: 1px solid #001f3f;
	height: 22px;
	line-height: 22px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	padding: 0 7px 0 7px;
	margin: 0 5px 5px 0;
	background: url(/images/bgbutton.jpg) repeat-x;
	background-color: #004d9b;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}	

input.button:hover, input.button:focus {
	background-color: #000;
}

fieldset {
	background-color: transparent;
	border: 0px solid #d1d1d1; 
	margin: 2px;
	padding: 0px;
}

/* Layout two or three columns
-----------------------------------------------------------------------------*/

div.page {
	padding: 0px;
	width: 940px;
	margin: 0px auto;
	position: relative;
	background-color: transparent;
}

div.leftRail {
	display: none;
	float: left;
	background-color: transparent;
	width: 200px;
}
div.container {
	background-color: transparent;
	overflow: hidden;
	margin-right: 0px; /* same value as rightRail width here */
	_display: inline-block; /* IE 6 fix */
}

div.content {
	padding: 20px 20px 20px 20px;
	font-size: 1em;
	background-color: #FFFFFF;
    position: relative;
}

div.fri_frakt {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 1000;
    display: none;
}


div.rightRail {
	display: none; /* Remove this to activate rightRail */
	width: 200px;
	background-color: transparent;
	float: right;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 999;
}
#CatTrace {
    padding-right: 130px;
}


/* Footer (change FH to the same)
-----------------------------------------------------------------------------*/

html, body { 
	height: 100%;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -52px; /*FH*/
	background-color: transparent;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

#footer {
	height: 50px; /*FH*/
	background-color: transparent;
	clear: both;
	position: relative;
	z-index: 999;
	border-bottom: 2px solid #000;
}

div.pushfooter {
	height: 50px; /*FH*/
	clear: both;
}

div.footer_txt {
	text-align: center;
	background-color: transparent;
	padding: 20px 0 0 0;
	font-size: 10px;
} 

/*
-----------------------------------------------------------------------------*/


#myjquerymenu {
	position: absolute;
	top: 89px;
	left: 0;
	z-index: 1000 !important;
}

.jquerycssmenu{
	border:0;
}

.jquerycssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 31px;
}

/*Top level list items*/
.jquerycssmenu ul li{
	z-index: 1000 !important;
	position: relative;
	display: inline;
	float: left;
	height: 31px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;	
}

.jquerycssmenu ul li a:hover {
	background: #F7F7F7;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	padding: 0px 8px 0 8px;
	margin: 0px 0px 0 0px; /*spacing between tabs*/
	border-bottom-width: 0;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	line-height: 31px;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0px;
	display: block;
	top: 33px !important;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	*display: inline; /*ie 6 fix*/
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top:0px !important;
	padding: 0;
	margin: 0;
	z-index: 1000 !important;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 170px; /*width of sub menus*/
	background: white;
	color: #000;
	padding: 0px 8px 0 8px;
	margin: 0 -1px 0 0;
	border-top-width: 0;
	z-index: 1000 !important;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background: #F7F7F7;
	color: #333333;
}

.submenu li {
	top: -1px;
	left: -1px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	z-index: 1000 !important;
}

.submenu li a {
	background: #fff;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 13px;
	right: 12px;
}

.rightarrowclass{
	position: absolute;
	top: 12px;
	right: 8px;
}

/*
-----------------------------------------------------------------------------*/



div.header {
	background: url(/images/header_bg.jpg) repeat-x;
	background-color: transparent;
	height: 142px;
	z-index: 3000;
}

div.header-container {
	margin: 0 auto;
	width: 940px;
	position: relative;
	z-index: 3000;
}

div.logo {
	position: absolute;
	top: 15px;
	left: 0;
}

div.login {
	position: absolute;
	right: 17px;
	top: 70px;	
}

#cartMenu.Panel {
	border: 0px solid #dfdfdf;
	margin: 0 0 0px 0;
	position: absolute;
	top: 2px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 333px;
	background: url(/images/cart.jpg) no-repeat;
}

#cart_text {
	height: 26px;
	line-height: 20px;
}

#cart_text a {
	padding: 0 0 0 45px;
	color: #FFFFFF;
}

#cart_icon, #cartMenu h3  { display: none; }


div.topmenu {
	position: absolute;
	top: 30px;
	right: 10px;
	height: 25px;
	background-color: #FFFFFF;
}

#nav { 
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
	line-height: 25px;
}

#nav li:hover {
	background-color: #fff;
}

#nav li a { 
	display: block;
	font-size: 11px;
	padding: 0 10px 0 10px; 	
}

#nav li.selected {
	background-color: #fff;
}

#nav li.selected a { 
	font-weight: bold;
}

div.slideshow {
	margin: 0 0 20px 0;
	height: 313px;
}

div.index_textblock1 {
	width: 433px;
	float: left;
	text-align: justify;
	font-size: 13px;
	padding: 0 0px 0 0;
}

div.index_textblock1 p {
	font-size: 13px;
}

div.index_textblock1 h1 {
	text-align: left;	
}

div.index_textblock2 {
	width: 206px;
	float: left;
	text-align: justify;
	padding: 0 0 0 27px;
	font-size: 11px;
}

div.index_textblock2 p {
	font-size: 11px;	
}

div.index_textblock2 h3 {
	text-align: left;
}

div.index_textblock2 img {
	margin: 0 0 10px 0;
}	

div.product-small {
	border: 0px #dfdfdf solid;
	background-color: transparent;
	width: 166px;
	margin: 0px 13px 13px 0;
	padding: 0px;
	height: 330px;
	float: left;
	vertical-align: top;	
}

div.product-small div.productsmallimage {
	height: 249px;
	padding: 0 0 8px 0;
}

div.product-small div.name {
	font-size: 13px;
	font-weight: bold;
}

div.product-small div.name a, div.product-small div.name a:visited {
	color: #000;	
}

div.productimage {
	width: 350px;
}

div.resellers-map {
	float: left;
	padding: 0 20px 0 0;	
}

div.resellers-text {
	float: left;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0 0 0;	
}

div.resellers-cities {
	font-size: 13px;	
}

table.artiklar th {
	background-color: #000;
	color: #FFF;
	font-weight: bold;	
}

div.GroupText-text {
	margin: 0 0 20px 0;
}	

div.GroupText-text img {
	padding: 0 0 8px 0;	
}

.mb20 { margin-bottom: 20px;}
