/* Standard for all common Typografs */ 
p, span, a{
	font-size:12px;
	}
h1{
	font-size:16px;
	font-weight:bold;
	}
h2{
	font-size:12px;
	font-weight:normal;
	}
h3{
	font-size:14px;
	font-weight:bold;
	}
h4{
	font-size:12px;
	font-weight:bold;
	}	
/* Link typos */
a:link, a:visited{
	text-decoration: underline;
	color:blue;
	}
	
a:hover, a:active{
	text-decoration: underline;
	color:#D07C00;
}

/* Standars for body */ 
body, html{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#6e6e6e;
	background-image:url(/images/layout/site-bg.png);
	background-repeat:repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

/* Setup main divs */ 

#wrapper{
	width:1000px;
	margin:0 auto;
	text-align:left;
	}

#header {
	background-image:url(/images/layout/top-header.png);
	width:1000px;
	height:124px;
	position:relative;
	} 
	
	#return{
		position:absolute;
		width:280px;
		height:87px;
		
		}
		#return img{
			border:0px;
		}
	#shoppingCart{
		position:absolute;
		top:35px;
		right:100px;
		}
		
		#shoppingCart a:link, #shoppingCart a:visited{
		font-size:16px;
		color:#FFF;
		line-height:16px;
		}
		
		#shoppingCart a:active,  #shoppingCart a:hover{
		font-size:16px;
		color:#D07C00;
		line-height:16px;		
		}
		
		#shoppingCart p{
			color:#FFF;
			padding:0px;
			margin:0px;
			line-height:16px;
			}
		
#navigation{
	/* background-image:url(/images/navigation.png);*/
	width:655px;
	height:42px;
	position:relative;
	margin-left:50px;
	padding-top:80px;
	}
	
	#menu, #menu li {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 float:left;
	 padding-left:20px;
	 height:40px;
	}
	#menu li {
	 padding: 0 0.125em 0 0.25em;
	/* background: url(/images/navigation-spacer.png) no-repeat right center;*/
	 height:40px;
	}
	#menu a {
	 margin-right: 8px; /* Width of the arrow */
	 background: none;
	 line-height:40px;

	}
	#menu a:link, #menu a:visited{
		font-size:14px;
		color:#000;
		padding-left:10px;
		padding-right:10px;
		text-decoration:none;
	}
	
	#menu a:hover{
		font-size:14px;
		color:#fc3f17;
		padding-left:10px;
		padding-right:10px;
		text-decoration:underline;
		}

	#navigationsearch{
		position:absolute;
		right:10px;
		top:12px;
		}
		#navigationsearch input{
			border:0px;
			background-color:#FFF;
		}
		#navigationsearch .inputfield{
			width:150px;
			
			}

/* Breadcrumb */
#breadcrump{ 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(/images/breadcrump.png);
	height:15px;
	position:relative;
	padding:10px;
	} 
	#breadcrump p{
		margin:0px;
		padding:0px;
	}
	#breadcrumblist, #breadcrumblist li {
	 margin: 0;
	 padding: 0;
	 display: inline; /* Horizontal list */
	 list-style: none;
	}
	#breadcrumblist li {
	 padding: 0 0.125em 0 0.5em;
	 background: url(/images/gt.png) no-repeat right center;
	}
	#breadcrumblist a {
	 margin-right: 10px; /* Width of the arrow */
	 background: none;
	}
	#breadcrumblist .first {
	 margin-left: 0;
	 padding-left: 0;
	}
	#breadcrumblist .last {
	 background: none;
	}

	#breadcrumblist .{
	 background: none;
	}

	#breadcrumblist .last a:link,#breadcrumblist .last a:visited{
		text-decoration:none;
		color:#ce6702;
		}

/* content wrapper */ 
#contentWrapper{
	height:auto;
	background-color:#FFF;
	position:relative;
	overflow:hidden;
	
	}

/* Left column box contains vertical shop menu */ 
#leftbox{
	height:auto;
	position:relative;
	width:213px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	background-color:#FFF;
	padding-top:10px;
	}
		
	.leftMenu {
		width: 180px;
		border-left:1px solid #f9f9f9;
		border-right:1px solid #f9f9f9;
		position:relative;
		z-index:0;
		background-color:#f6f6f6;
		margin-top:-5px;
	}
	.leftMenu ul {
	 display: block;
	 padding: 0px;
	 margin: 0px;
	 list-style: none;
	}
	.leftMenu ul li {
	 display: block;
	 margin: 0px;
	 list-style: none;
	}
	.leftMenu a {
	 display: block;
	 color:#000000;
	 text-decoration: none;
	 padding: 5px;
	 border-bottom: 1px solid #999999;
	 font-size:11px;
	}
	.leftMenu a:hover {
	/* background-color: #e8e8e8;*/
	 text-decoration:underline;
	 border-bottom: 1px solid #999999;
	 color: black;
	}
	
/* Content box this is all info */ 
#contentbox{
	padding-top:10px;
	position:relative;
	width:747px;
	float:left;
	background-color:#FFF;
	height:auto;
	padding-right:20px;
}

/* Right box customer service etc */ 


/* Footer, links, company info etc. */ 
#footer{
	position:relative;
	width:1000px;
	height:auto;
	overflow:hidden;
	color:#000;
	padding-top:10px;
	background-color:#fff;
	padding-bottom:20px;
	}
	#footer p{
		line-height:16px;
	}
	#footer a{
		line-height:16px;
		color:#000;
	}
	#footer a:hover{
		color:#F00;
		
		}
	#footerColumn1{
		width:25%;
		float:left;
		padding-top:10px;
		padding-left:20px;
		}
	#footerColumn1 img{
		padding-top:10px;
		
		}

	#footerColumn3{
		width:25%; float:left; padding-top:3px;
		}
		#footerColumn3 img{
			line-height:25px;
			padding-right:5px;
		}
		 

	#footerColumn4{
		width:15%; float:left; padding-top:10px;
		}
	#footerColumn5{
		width:15%; float:left; padding-top:10px;
		}

/* Boxes /* 
/* CSS Boxes Left*/

.boxTop {
	height:27px;
	width:182px;
	background-image:url(/images/layout/Varegrupper-overskrift.png);
	position:relative;
	z-index:1;
}
.StandardBoxTop {
	height:27px;
	width:182px;
	background-image:url(/images/layout/Standard-box-header.png);
	position:relative;
	z-index:1;
}
.StandardBoxTop {
	height:27px;
	width:182px;
	background-image:url(/images/layout/Standard-box-header.png);
	position:relative;
	z-index:1;
}
	.StandardBoxTop h3{
	padding:0px;
	margin:0px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}
.boxCenter {
	width:180px;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;
	position:relative;
	z-index:0;
	background-color:#f6f6f6;

}
.boxCenter h3{
	padding:0px;
	margin:0px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
}

.boxCenter p{
	width:150px;
	padding:0px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:5px;
	padding-top:5px;
}
.boxCenter input{
	padding:2px;
	margin:5px;
	border:1px solid #e2e2e2;
	width:170px;
	border-collapse:collapse;
	}
.boxCenter .SubmitBtn{
	padding:5px;
	margin:5px;
	border:1px solid #e2e2e2;
	width:150px;
	}
.boxCenter .newsletterBtn{
	padding:5px;
	margin:5px;
	border:1px solid #e2e2e2;
	width:160px;
	background-color:#FFF;
	font-size:13px;
	font-weight:bold;
	}
.boxBottom {
	height:7px;
	width:182px;
	background-image:url(/images/layout/varegrupper-box-footer.png);
	z-index:2;
	margin-top:-5px;
	position:relative;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

/* Clears. */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Cart steps */ 
#cartsteps {
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;
display:block;
height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 0;
padding:20px;
width:920px;
line-height:16px;
}
#cartsteps li.active .csnumber {
color:#6E9E2C;
}
#cartsteps li.active {
color:#6E9E2C;
}
#cartsteps li .csnumber {
display:block;
float:left;
font-size:34px;
margin:-6px 10px 0 0;
padding:6px 0 4px;
}
#cartsteps li.csarrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:Transparent url(../images/arrow.png) no-repeat scroll right top;
padding-right:64px;
}
#cartsteps li {
color:#DDDDDD;
display:block;
float:left;
font-size:21px;
font-weight:bold;
margin:0;
padding:6px 28px 14px;
}

#liveSupport
{
    width:100px; height:100px; cursor:pointer; position:fixed !important; z-index:9999999;bottom:0;right:0;
    }
