/* CSS Document */
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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 */
	color: #000000;
}

a{
	color:#000;
	text-decoration:none;
}

a img{
	border:none;
}

p{
	line-height:15px;
}

form{
	margin:0;
	padding:0;
}

#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 886px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#fff url(images/bg.jpg) left top repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
} 

#top{
	position:relative;
	padding:0;
	margin-bottom:-3px;
	overflow:hidden;
}

#top-login{
	position:absolute; 
	top:50px; 
	right:20px;
	font-size:10px;
	color:#3c3c3c;
}

.topFlashLinks{
	font-size:11px;
	display:block;
	padding:2px 10px 2px 5px;
	color:#fff;
}
.topFlashLinks:hover{
	background-color:#fff;
	color:#002E5F;
}

#menu{
	background:url(images/menubg-temp.jpg) left top no-repeat;
	height:399px;
	width:191px;
	float:left;
	padding-left:15px;
	padding-top:15px;
}

#menu a{
	clear:both;
	display:block;
	color:#fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-bottom:10px;
	background:url(images/btn_white.gif) no-repeat;
	padding-left:10px;
	padding-top:8px;
}

#menu a:hover{
	background:url(images/btn_gray.gif) no-repeat;
}

#menu .menuActive{
	background:url(images/btn_gray.gif) no-repeat;
}


#content-container{
	padding:12px 12px 12px 12px;
	overflow:visible;
	height:100%;
}

#content{
	float:left;
	width:650px;
/*	border:1px solid #000;*/
}

#contentHeadline{
	background-color:#002e5f;	/*background-color:#c7d5e4;*/
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;	/*color:#3d3d3d;*/
	height:18px;
	padding:5px;
	margin-bottom:15px;
}

#product{
	margin-top:10px;
}

#cartContainer{
	float:right; 
	width:180px; 
	background:url(images/bg-cart.jpg) repeat-x left; 
	margin-top:0px;
}

#productContainer{
	/*width:105%;*/
	width:468px; 
	float:left; 
}

/* Productcontainer Small */
.productContainer-small{
	width:216px; 
	border:1px solid #000; 
	overflow:hidden;
	margin-bottom:13px;
	margin-right:15px;
	float:left;
}

.productContainer-small div.textholder{
	width:114px;
}

.productContainer-small div.picholder{
	float:left;
	height:150px;/*116px*/
	border-right:1px solid #000; 
	background-color:#E1E2E7;
	overflow:hidden;
}

/* Productcontainer Medium */
.productContainer-medium{
	width:310px; 
	border:1px solid #000; 
	overflow:hidden;
	margin-bottom:13px;
	margin-right:15px;
	float:left;
}
.productContainer-medium div.textholder{
	width:208px;
	overflow-x:hidden;
}

.productContainer-medium div.picholder{
	float:left;
	height:150px; /* 116px */
	border-right:1px solid #000;
	background-color:#E1E2E7;
	overflow:hidden;
}

/* Productcontainer Big */
.productContainer-big{
	width:650px; 
	border:1px solid #000; 
	overflow:hidden;
	margin-bottom:13px;
	margin-right:15px;
	float:left;
	clear:both;
}
.productContainer-big div.textholder{
	width:580px;
}

.productContainer-big div.picholder{
	float:left;
	height:80px;
	border-right:1px solid #000;
	background-color:#E1E2E7;
	overflow:hidden;
}

.productContainer-big div.textholder{
	/*background:url(images/bg-udvalgteprod-temp.jpg) top left repeat-x; */
	position:relative; 
	float:right; 
	padding:5px; 
}
/* Productcontainer Checkout */
.productContainer-check{
	width:650px; 
	border:1px solid #000; 
	overflow:hidden;
	margin-bottom:13px;
	margin-right:15px;
	float:left;
	clear:both;
}
.productContainer-check div.textholder{
	width:6500px;
}

.productContainer-check div.picholder{
	float:left;
	height:15px;
	border-right:1px solid #000;
	background-color:#E1E2E7;
	overflow:hidden;
}

.productContainer-check div.textholder{
	/*background:url(images/bg-udvalgteprod-temp.jpg) top left repeat-x; */
	position:relative; 
	float:right; 
	padding:5px; 
}
/* Productcontainer medium & Small */
.left{
	float:left;
}

.right{
	float:right;
}

.productContainer-small div.textholder, .productContainer-medium div.textholder{
	background:url(images/bg-udvalgteprod-temp.jpg) bottom left repeat-x; 
	position:relative; 
	float:right; 
	padding:5px; 
	height:140px;/*106px*/
}

.productContainer-small a, .productContainer-medium a, .productContainer-big a{
	text-decoration:none;
}
.productContainer-small img, .productContainer-medium img, .productContainer-big img{
	float:left;
}

.productContainer-small p, .productContainer-medium p{
	font-size:10px;
	overflow-x:hidden;
}

.productContainer-big p{
	font-size:12px;
	line-height:20px;
}

.productContainer-small span a, .productContainer-medium span a{
	color:#002e5f; 
	font-size:16px;
}

.productContainer-big span{
	color:#002e5f; 
	font-size:16px;
}

.productContainer-small button, .productContainer-medium button, .productContainer-big button{
	font-size:9px; 
	position:absolute; 
	bottom:5px; 
	right:5px;
	cursor:pointer;
}

.productContainer-small form, .productContainer-medium form, .productContainer-big form{
	position:absolute; 
	bottom:5px; 
	right:5px;
}

.productContainer-small input, .productContainer-medium input, .productContainer-big input{
	font-size:9px; 
}


h1.product-headline{
	font:bold 25px Verdana, Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	margin:0;
	padding:0;
}

.strokedHeadline{
	background:#fff url(images/1px_grayline.gif) repeat-x center;
	padding:5px;
}

.strokedHeadline span{
	background-color:#fff; 
	font-weight:bold; 
	padding:0 10px; 
	color:#3d3d3d;
}

#product img{
	float:left;
	margin-right:5px;
}

#product-desc{
	float:right;
	width:508px;
}

#product-desc-loggedin{
	float:left;
	width:450px;
}

#product-table{
	clear:left;
	margin:5px 0 5px 0;
}

#product-table .tblleft{
	vertical-align:top;
	/*text-decoration:underline;*/
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0 10px 5px;
}

#product-table .tblright{
	vertical-align:top;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0 10px 10px;
	padding-right:120px;
}

#product-table .tblright-loggedin{
	vertical-align:top;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0 10px 10px;
	padding-right:0px;
}

/* Cart */
.cartimage{
	float:left; 
	border-right:1px solid #3d3d3d; 
	margin-right:5px; 
	margin-top:-10px;
}

.blue{
	background-color:#002e5f;
	color:#fff;
}

.gray{
	background-color:#ededed;
	color:#000;
}

#bottom{
	clear:both;
	text-align:center;
	color:#fff;
	background:url(images/bg-bottom.jpg) no-repeat;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height:34px;
	padding:0 15px;
}
#bottom p{
	background-color:#002e5f;
	height:13px;
	padding:5px 0;
}
#bottom a{
	color:#FFF;
}

/*Shop*/
#shopCartTable{
	font-size:10px; 
	border:1px solid #000;
}

#shopCartTable a{
	text-decoration:none;
}

#shopCartTable a:hover{
	text-decoration:underline;
}

.shopCartTable-headers{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

#shopsearch{
	background:url(images/bg-search.jpg) left repeat-x;
	border:1px solid #000;
	width:180px;
	float:right;
	margin-top:-30px;
}

.retknap {
	background:#fff url(images/icons/update.gif) no-repeat top left;
	width:90px;
	height:18px;
	border:none;
	cursor:pointer;
}
.retknap:hover {
	background:#fff url(images/icons/update_over.gif) no-repeat top left;
}
.addbasket{
	background:#fff url(images/icons/addCart.gif) no-repeat center;
	width:92px;
	height:20px;
	border:none;
	cursor:pointer;
	margin-bottom:1px;
	margin-right:2px;
	
}
.addbasket:hover{
	background:#fff url(images/icons/addCart_over.gif) no-repeat top left;
}

.sletknap{
	background:#fff url(images/icons/deleteCurrent.gif) no-repeat top left;
	width:90px;
	height:18px;
	border:none;
	cursor:pointer;
}

.sletknap:hover{
	background:#fff url(images/icons/deleteCurrent_over.gif) no-repeat top left;
}

.contact_email{
	display:block;
	padding:5px;
}
.contact_email:hover{
	background-color:#DDDDE7;
}