@charset "utf-8";
/* CSS Document */

html,body{
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}
html,body {
	height: 100%;
	background-color: #e8e8e8;
}
div {

}
#fullheightcontainer {
	position: relative; /*** Let's be nice to IE ***/
	width: 1009px; /*** Content Width ***/
	display: table; /*** For non-IE browsers ***/
	height: 100%; /*** Background colour of content section ***/
	margin-left:auto;
	margin-right:auto;
	top:0px;
	background-color: #FFFFFF;
	background-image: url(../../Images/Layout/Bgr.png);
	z-index: 2;
}
#innerWarper {
	position:relative;
	left:0;
	top:0;
	width:100%;
	z-index:3;
	background-image: url(../../Images/Layout/Bgr.png);
}
#Head {
	position:absoulute;
	left:0px;
	top:0px;
	width:998px;
	height:112px;
	z-index:2;
	margin-left: 5px;
	background-image: url(../../Images/Layout/HeadBgr/Vitsippor.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#DeviderHead {
	position:relative;
	left:0px;
	top:0px;
	width:998px;
	height:15px;
	z-index:2;
	background-image: url(../../Images/Layout/HeadDevider.png);
	margin-left: 5px;
}
#HeadNav {
	position:relative;
	left:168px;
	top:0px;
	width:835px;
	height:26px;
	z-index:1000;
	background-color: #6C6C6C;
}
#HeadNavStart {
	position:absolute;
	left:152px;
	top:127px;
	width:19px;
	height:26px;
	z-index:7;
	background-image: url(../../Images/Layout/HeadNav/StartNav.png);
}
#HeadText {
	position:absolute;
	left:707px;
	top:72px;
	width:220px;
	z-index:2;
}
#ShoppingCart {
	position:absolute;
	left:5px;
	top:130px;
	width:148px;
	height:130px;
	z-index:2;
}
#LeftNav {
	position:absolute;
	left:5px;
	top:290px;
	width:150px;
	z-index:2;
}
#category {
	position:relative;
	width:154px;
	z-index:1;
	background-color: #d5d5d5;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../../Images/Layout/LeftNav/Devider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
}
a.CategoryLink:link {
	color: #5d5d5d;
	padding-left: 30px;
	list-style-image: url(../../Images/Layout/LeftNav/KategoriMarker.png);
	text-decoration: none;
}
a.CategoryLink:visited {
	color: #5d5d5d;
	padding-left: 30px;
	list-style-image: url(../../Images/Layout/LeftNav/KategoriMarker.png);
	text-decoration: none;
}

#MainContent {
	position:relative;
	left:180px;
	width:830px;
	z-index:10;
	top: 0px;
	margin: 10px;
}
#ContentNavStandard {
	position:absolute;
	left:632px;
	top:21px;
	width:154px;
	z-index:8;
	background-image: url(../../Images/Layout/RightListBgr.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#TextContentStandard {
	position:relative;
	left:0px;
	top:0px;
	width:616px;
	z-index:9;
}
hr {
	background-color: #a20160;
}
.PictureFlowRIghtNoFrame {
	padding: 3px;
	float: right;
}
.PictureFlowLeftNoFrame {
	padding: 3px;
	float: left;
}
.PictureFlowRIghtPaddingLeft {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.QuestionMarkForm {
	padding-left: 10px;
}

.PopuUpGreyOutBGR {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}