HTML, BODY
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #000000;
	height:100%
}

BODY.Template
{
	font-size: 0.7em;	
}

TABLE { font-size: 100%; }
INPUT { font-size: 95%; }
SELECT { font-size: 100%; }

DIV
{
	margin: 0;
	padding: 0;
}

P
{
	margin: 0;
	padding: 0;
}

A
{
	
	/* color: #990000; */
	color:#1883d6;
	text-decoration: none;
}

A:Hover
{
	/* color: #990000; */
	color:#1883d6;
	text-decoration: underline;
}

A.Neutral
{
	color: #333333;
	text-decoration: none;
}

A.SearchHeader
{
	color: #FFFFFF;
	text-decoration: none;
}

A.Neutral:Hover
{
	/* color: #990000; */
	color:#1883d6;
	text-decoration: none;
}

A.SearchHeader
{
	color: #FFFFFF;
	text-decoration: none;
}

A.SearchHeader:hover
{
	/* color: #990000; */
	color:#FFB900;
	text-decoration: none;
}

.SearchHeader2
{
	color:#FFFFFF;	
}

img
{
	/*behavior: url(/styles/pngbehavior.htc);*/
	outline: none;
}

a img 
{
	border: 0px;
	outline: none;

}


* 
{
	outline: none;
}

.SiteContainer
{
		width: 990px;
		margin: 0 auto;
		margin-top: 15px;
}

/* BOX */
.Box
{
	padding-bottom: 10px;
	overflow:hidden;
}

.Box DIV.BoxBoxTop
{
	height: 10px;
	margin-left: 10px;
	overflow: hidden;
}

.Box DIV.BoxBoxContent
{
	width: 100%;
	overflow: hidden;
}

.Box DIV.BoxBoxBottomDiv
{
	height: 10px;
}

.Box DIV.BoxBoxBottom
{
	padding-top: 10px;	
	margin-left: 10px;	
	margin-bottom: 10px;
}


.BoxNoGradient
{
}

.BoxNoGradient DIV.BoxNoGradientBoxTop
{
	height: 10px;
	margin-left: 10px;
}

.BoxNoGradient DIV.BoxNoGradientBoxContent
{
	width:100%;
	overflow:hidden;	
}

.BoxNoGradient DIV.BoxNoGradientBoxBottomDiv
{
	height: 10px;
}

.BoxNoGradient DIV.BoxNoGradientBoxBottom
{
	height: 10px;	
	margin-left: 10px;
}

/* BOX SIMPLE */

.BoxSimple
{
	background: url(/images/boxSimple_left_bg.gif) no-repeat left top;
}

.BoxSimple DIV.BoxSimpleBoxTop
{
	height: 3px;
	margin-left: 1px;
	background: url(/images/boxSimple_right_bg.gif) no-repeat right top;
	overflow: hidden;

}

.BoxSimple DIV.BoxSimpleBoxContent
{
	overflow:hidden;	
	background: url(/images/boxSimple_content_bg.gif) repeat-y right top;
	border-left: solid 1px #F3F3F3;
}

.BoxSimple DIV.BoxSimpleBoxBottomDiv
{
	height: 8px;
	background: url(/images/boxSimple_left_bg.gif) no-repeat left bottom;
}

.BoxSimple DIV.BoxSimpleBoxBottom
{
	padding-top: 8px;
	margin-left: 1px;
	background: url(/images/boxSimple_right_bg.gif) no-repeat right bottom;
}

/* BOX OTHER */

.BoxLeft
{
	display: inline;
	float: left;
	margin-right: 10px;
}

.BoxRight
{
	display: inline;
	float: right;
}

.BoxContentPadding
{
	padding-left: 20px;
	padding-right: 20px;
}

.BoxSimplePadding
{
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 3px;
}

.BoxSimpleMargin
{
	margin-bottom: 10px;
}

/* /BOX */

/* TEXT */
.txtL
{
	font-size: 110%;
}

/* DIV TABLE */
.TR
{
	width: 100%;
	clear: both;
	overflow: hidden;	
}

.TD
{
	float: left;
}

.TDR
{
	float: right;
}

.TDS
{
	display: inline;
	float: left;
}

.TDM
{	
	display: inline;
	float: left;
	margin-right: 10px;
}

/* /DIV TABLE */
.ColumnContainer
{
	width: 100%;
	clear: both;
	overflow: hidden;
}

.ColumnLeft
{
	float: left;
	margin-right: 10px;
}

.ColumnRight
{
	float: right;
}

/* START PAGE */
.StartColLeft
{
	width: 566px;
	float: left;
	display: inline;
}

.StartColRight
{
	width: 182px;
	float: right;
}

.TeaserRow
{
	width: 100%;
	clear: both;
	overflow: hidden;
}

.TeaserLink
{
	display: block;
}

.TeaserImage
{
}

.TeaserImageLeft
{
	float: left;
	margin-right: 10px;
}

.TeaserImageRight
{
	float: right;
	margin-left: 10px;
}

.TeaserPadding
{
	padding-left: 9px;
	padding-right: 10px;
}

.TeaserHeading, .TeaserHeadingLeft, .TeaserHeadingRight
{
}

.FooterContainer
{
	margin-top: 10px;
}

/* LIST */
.ListContainer
{
	width: 718px;
	margin-top: 10px;
	overflow: hidden;
}

.ListItemContainer
{
	width: 535px;
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.ListItemContainerSubProd
{
	width: 700px;
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.ListItemImage
{
	display: inline;
	float: left;
	margin-right: 10px;
}

.ListItemCol
{
	display: inline;	
	float: left;
}

.ListItemCellRow
{
	width: 100%;
	clear: both;
	margin-top: 1px;
	overflow: hidden;
}

.ListItemCellCol
{
	display: inline;	
	float: left;
	margin-right: 0px;
}

.ListItemCellPadding
{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.Separator
{
	padding-top: 5px;
}

.ListBar
{
	width: 100%;
	clear:both;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.ListHits
{
	display: inline;	
	float:left;
	width: 200px;
	
}

.ListPaging
{
	display: inline;	
	float: right;
	width: 220px;
	text-align: center;
}

.ListOrder
{
	display: inline;
	float:left;
}
.ListOrder a img
{
	padding-left: 3px;
}

LABEL.Row
{
}

LABEL.Row INPUT
{
	display: block;
}

LABEL.Flow INPUT
{
	display: inline;
	clear: left;
}

INPUT.Row
{
	display: block;
}

LABEL.Row SELECT
{
	display: block;
}

.ProdHeadContainer
{
	margin-bottom: 5px;
}

.ProdTitle
{
	font-size: 165%;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 7px;
}

.ProdStars
{
}

.ProdContacts
{
	margin-top: 15px;
}

.ProdSumColLeft
{
	width: 356px;
}

.ProdSumColRight
{
	width: 352px;
}

.ProdSumLabel
{
	display: block;
	margin-top: 3px;
	margin-bottom: 2px;
}

.ProdSumFac
{
	margin-top: 20px;
}

/* Grön/röd "header" */
.ProdSumLabelPrefix
{
	display: block;
	padding: 2px 0px 2px 0px;
	margin-bottom: 3px;
}

.ProdSumFlash
{
	margin-bottom: 15px;
}
.ProdSumPrintImg
{
	display:none
}
.ProdSumFavBtn
{
	margin-right: 5px;
}

.ProdSumBtnLeft
{
	float: left;
	margin-right: 8px;
}

.ProdSumBtnRight
{
	float: right;
}

.ProdPieceHeading
{
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

.ProdFacilityContainer
{
	width: 340px;
}

.ProdFacilityRow
{
	width:100%;
	clear: both;
	overflow: hidden;
}

.ProdFacility
{
	width: 165px;
	float: left;
	height: 100%;
}

.ProdFacilityPadd
{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

TD.ProdPrice
{
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

TH.ProdPrice
{
	width: 70px;
	text-align: left;	
	padding-left: 5px;
}

/* FORM */

INPUT.Hidden
{
	visibility: hidden;
}

SELECT.Hidden
{
	visibility: hidden;
}

/* ARTICLE */
.ArticleContainer
{
	margin-top: 15px;
	width: 430px;
}

.ArticleTopImage
{
	margin-bottom: 10px;
}

H1.ArticleHeading
{
	font-size: 200%;
	font-weight: bold;
	color: #0099CC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:Arial;
	
}
H1.ArticleHeading2
{
	font-size: 200%;
	font-weight: bold;
	color: #0099CC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:Times New Roman;
	
}

.ArticleTeaserHeading
{
	font-size: 175%;
	font-weight: bold;
	text-transform: uppercase;
	color: #0099CC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

H1.mapmap
{
	font-size: 200%;
	font-weight: bold;
	/* text-transform: uppercase; */
	color: #0099CC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.ArticlePreamble
{
	margin-top: 10px;
	font-weight: bold;
	color: #333333;
}

.ArticleBody
{
	margin-top: 10px;
}

/* BENEFITS */
.BenefitRow
{
	width: 718px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.BenefitCell
{
	width: 349px;
	float: left;
}

.BenefitCellSeparator
{
	width: 20px;
	height: 1px;
	float: left;
}

.BenefitImage
{
	float: left;
	margin-right: 10px;
}

.BenefitText
{	
	float: right;
}

/* Calendar */
.CalendarTitle
{
	background-color: #CCFF99;
}

.CalendarDayHeader
{
	background-color: #CCFF99;
}

.CalendarDay
{
	background-color: #E8F4D9;
}

.CalendarOtherMonthDay
{
	background-color: #FFFFFF;
	border: none;
}

.CalendarOtherMonthDay A
{
	color: #CCCCCC;
}

.CalendarDaySelected
{
	background-color: #990000;
}

.CalendarToday
{
	background-color: #CCFF99;
}

.DatePickerCal
{
	float: left;
	margin-right: 10px;
}

.MapBody
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: none;
}

.MapTitle
{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

DIV.Arrow
{
	margin-top: 2px;
	width: 105px;
	height: 17px;
	text-align: right;
	line-height: 16px;
	padding-right: 20px;
	font-weight: bold;
}

.prodImgPopContainer
{
	padding: 10px;
	background-color: #000000;
}

.prodImgPopImage
{
	width: 400px;
	height: 300px;
	background-color: #000000;
	overflow: hidden;
}

.prodImgPopButton
{
	float: right;
	padding-top: 250px;
}

.ArticleListItem
{
	text-transform: capitalize;
	margin-bottom: 4px;
}

A.bookWhite 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

/* SITEMAP */
.siteMapContainer
{
	padding: 10px;
}

.siteMapRoot
{
	width: 90px;
	padding: 5px;
}

.siteMapTree
{
	margin-left: 20px;
}

.siteMapItemContainer
{
}

.siteMapItemBranch
{
	float:left;
	margin-top:6px;
}

.siteMapLink
{
	text-decoration: none;
}

.siteMapRootLink
{
	font-weight: bold;
	text-decoration: none;					
	color: #FFFFFF ! important;	
}

.siteMapItemInnerContainer
{
	background-color: #FFFFFF;
}

.siteMapItemBg
{
	display: inline-block;
	background-image: url(/images/siteMapItemTreeBg.gif);
}

.boxHeadingRelatedArticles
{
	font-size:11px;
	font-weight:bold;
	color:#F79100;	
}

.relatedMargin
{
	margin-bottom:3px;
}


/* staplar produktbladet */



.klassStapel0
{
	height:0px;
	float:left;
}

.klassStapel1
{
	height:11px;
	float:left;
}
.klassStapel2
{
	float:left;
	height:25px;
}
.klassStapel3
{
	float:left;
	height:38px;
}
.klassStapel4
{
	float:left;
	height:50px;
}
.klassStapel5
{
	float:left;
	height:63px;
}

.klassStapelPad0
{
	padding-top:73px; 
	float:left;
}

.klassStapelPad1
{
	padding-top:60px; 
	float:left;
}
.klassStapelPad2
{
	padding-top:47px; 
	float:left;
}
.klassStapelPad3
{
	padding-top:34px; 
	float:left;
}
.klassStapelPad4
{
	padding-top:21px; 
	float:left;
}
.klassStapelPad5
{
	padding-top:8px; 
	float:left;
}


/* staplar sökresultatet */

.list_klassStapel0
{
	height:43px;
	float:left;
}

.list_klassStapel1
{
	height:7px;
	float:left;
}
.list_klassStapel2
{
	float:left;
	height:16px;
}
.list_klassStapel3
{
	float:left;
	height:25px;
}
.list_klassStapel4
{
	float:left;
	height:34px;
}
.list_klassStapel5
{
	float:left;
	height:43px;
}

.list_klassStapelPad0
{
	visibility:hidden;
	/*padding-top:43px; */
	float:left;
	
	
}

.list_klassStapelPad1
{
	padding-top:36px; 
	float:left;
}
.list_klassStapelPad2
{
	padding-top:27px; 
	float:left;
}
.list_klassStapelPad3
{
	padding-top:18px; 
	float:left;
}
.list_klassStapelPad4
{
	padding-top:9px; 
	float:left;
}
.list_klassStapelPad5
{
	padding-top:0px; 
	float:left;
}

#googlemap { overflow: hidden; }


/* Topmenu */
.topboxpadding 
{
    padding:10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#topmenu a
{
    display: block;
    float:left;
    padding-left: 12px;
    padding-right: 15px;
    outline-width: 0px;
}

#topmenu a img
{
    outline-width: 0px;
}
#submenu 
{
    position: relative;
    top: -2px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    height: 1px;
}
#submenu a, #submenu a:hover 
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    padding-right:5px;
    padding-left:5px;
    padding-top: 1px;
}
#submenu a:hover 
{
    color: #efc31e;
}


/* Top animation */
#TopAnimationBox 
{
    position: relative;
    width: 738px;
    height: 280px;
    overflow:hidden;
}
#TopAnimBorderTop, #TopAnimBorderBottom, #TopAnimImage
{
    position: absolute; 
    top: 0px;
    left: 0px;
}
#TopAnimBorderTop img, #TopAnimBorderBottom img, #TopAnimImage img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#TopAnimImage
{
    z-index: 100;
}
#TopAnimBorderTop
{
    z-index: 1000;
}
#TopAnimBorderBottom
{
	z-index: 1000;
	top: 272px;
}

.SearchBoxHeader 
{
	height: 30px;
}

.SearchBoxHeader b
{
	color: #333333;	
}

A.BlueButton 
{
	color: #FFFFFF;
	padding-top:5px;
	text-decoration: none;
}

.ads img
{
	margin-bottom:5px;
}
.facWidth
{

}

.facWidth td
{
     width: 150px;   
}
.bokagrej
{
	position:absolute;
	margin-top:-11px;
	margin-left:278px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


