/* all typo on website set here */
html{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
/* Standard for all common Typografs */ 
h1{
	font-size:20px;
	font-weight:bold;
	}
h2{
	font-size:15px;
	font-weight:normal;
	font-weight:bold;
	}
	h2 a:link, a:visited{
		text-decoration:none;
			
		}
h3{
	font-size:14px;
	font-weight:bold;
	}
h4{
	font-size:12px;
	font-weight:bold;
	}	
h5{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	}		
p{
	font-size:12px;
	
}
/* Link typos */
a:link, a:visited{
	text-decoration: underline;
	color:#0044CC;
	}
	
a:hover, a:active{
	text-decoration: underline;
	color:#D07C00;
}

/* Standars for body */ 
body{
	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:#0f0f0f;
	/*background-image:url(/images/baggrund.jpg);*/
	background-image:url(/images/gradient.png);
	background-repeat:repeat-x;
	
	/* background-attachment:fixed;*/ 
	
}

/* Setup main divs */ 

#wrapper{
	width:1000px;
	margin:0 auto;
	text-align:left;
	}

#header {
	background-image:url(/images/toppen.png);
	width:1000px;
	height:87px;
	position:relative;
	} 
	
	#return{
		position:absolute;
		width:280px;
		height:87px;
		
		}
		#return img{
			border:0px;
		}
	#shoppingCart{
		position:absolute;
		top:35px;
		right:0px;
		}
		
		#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:1000px;
	height:40px;
	position:relative;
	margin-bottom:5px; /* space till breadcrump */
	}
	
	#menu, #menu li {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 float:left;
	 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:16px;
		color:#FFF;
		padding-left:10px;
		padding-right:10px;
		text-decoration:none;
	}
	
	#menu a:hover{
		font-size:16px;
		color:#D07C00;
		padding-left:10px;
		padding-right:10px;
		text-decoration:underline;
		}

	#navigationsearch{
		position:absolute;
		right:10px;
		top:12px;
		}
		#navigationsearch input{
			border:0px;
			background-color:#FFF;
				top:-2px;
			position:relative;

		}
		#navigationsearch submit{
			border:0px;
			background-color:#FFF;
			width:20px;
			top:-2px;
			position:relative;
		}
		#navigationsearch .inputfield{
			width:140px;
			margin:0px;
			padding:0px;
			position:relative;
			top:-2px;
			left:-7px;
		
			}

/* 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;
	background-image:url(/images/midtbg.png);
	
	}

/* Left column box contains vertical shop menu */ 
#leftbox{
	height:auto;
	position:relative;
	width:175px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFF;
	padding-top:10px;
	}
		
	.leftMenu {
		width: 170px;
		border-left:1px solid #999999;
		border-right:1px solid #999999;
		position:relative;
		z-index:0;
		background-color:#f8f8f8;
		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;
	}
	.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:615px;
	float:left;
	background-color:#FFF;
		height:auto;
}

/* Right box customer service etc */ 
#rightbox{
		height:auto;
	padding-top:10px;
	position:relative;
	width:170px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFF;
	background-image:url(/images/hojre.png);
	background-repeat:repeat-y;
}

/* Footer, links, company info etc. */ 
#footer{
	position:relative;
	width:1000px;
	background-image:url(../images/bund.png);
	background-repeat:no-repeat;
	background-position:top;
	height:auto;
	color:#FFF;
	padding-top:5px;
	}
	#footer p{
		line-height:16px;
	}
	#footer a{
		line-height:16px;
		color:#FFF;
	}
	#footer a:hover{
		color:#F00;
		
		}
	#footerColumn1{
		width:100%;
		text-align:center;
		float:left;
		padding-bottom:50px;

		}
	#footerColumn2{
		width:18%; float:left; padding-top:10px;
		}
	#footerColumn3{
		width:16%; float:left; padding-top:10px;
		}
		#footerColumn3 img{
			line-height:25px;
			padding-right:5px;
		}
		 

	#footerColumn4{
		width:16%; float:left; padding-top:10px;
		}
	#footerColumn5{
		width:22%; float:left; padding-top:10px;
		}

/* Boxes /* 
/* CSS Boxes Left*/

.boxTop {
	height:6px;
	width:172px;
	background-image:url(/datastore/version2/left-menu-top-172x6.png);

	position:relative;
	z-index:1;
}
.boxCenter {
	width:170px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	position:relative;
	z-index:0;
	background-color:#f8f8f8;

}
.boxCenter h3{
	width:150px;
	background-color:#E8E8E8;
	padding:0px;
	margin:0px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
}
.boxCenter h4{
	width:150px;
	background-color:#E8E8E8;
	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: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:6px;
	width:174px;
	background-image:url(/datastore/version2/left-menu-bottom-172x6.png);
	z-index:2;
	margin-top:-5px;
	position:relative;
	background-repeat:no-repeat;
}

#customerService {
	background-image:url(/datastore/version2/customerservice-172x81.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:105px;
	position:relative;
	width:172px;
}

#customerService h3{
	background-color:#E8E8E8;
	width:150px;
	padding:0px;
	margin:0px;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin-top:0px;
	line-height:20px;
}
#customerService p{
	font-size:11px;
	line-height:16px;
	margin:0;
	padding:10px;
	padding-top:0px;

	}

/* box spacer */

.rightColumnSpacer {
display:block;
height:15px;
}

/* 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;
}

/* UI */
/*autocpmplete */
.ui-menu {	list-style:none;padding: 2px;margin: 0;display:block;}
.ui-menu .ui-menu {margin-top: -3px;}
.ui-menu .ui-menu-item {margin:0;padding: 0;zoom: 1;float: left;clear: left;width: 100%;}
.ui-menu .ui-menu-item a {	text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1;font-size:12px;}
.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active {font-weight: normal;margin: -1px;}
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }