/*
Author ItConcept
Max width for elements in MainContent: 767px !IMPORTANT
*/

* { padding: 0; margin: 0; }
html {
	font-size: 62.5%;
}
body {
	background: url("/upload_dir/design/unique/bodyBg.png") repeat-x 0 0;
	font: 11px Verdana, sans-serif;
	color:#323232; 
}
a, a:link, a:visited, a:active {
	color: #da3551;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
	color: #323232;
}
#Wrapper {
	position:relative;	
	margin:0 auto;
	width:975px;
	padding:0 14px 0 14px;
	background:url("/upload_dir/design/unique/wrapperBg.png") no-repeat bottom center;
	margin-bottom:25px;
	z-index:1;
}

#TopWrapper{
	float:left;
	height:97px;
	width:975px;
}

#Logo{
	width:327px;
	height:57px;
	float:left;
	margin:24px 0 0 19px;
}

#NavigationWrapper{
	float:left;
	width:961px;
	padding:0 7px 0 7px;
	background:#fff url("/upload_dir/design/unique/navigationWrapperBg.png") no-repeat 7px 0;
}

#ContentWrapper {
	float:left;
	width:961px;
	padding:0 7px 0 7px;
	background:#fff;
}

#Navigation {
	height:38px;
	width:792px;		
	float:left;
	/*margin-top:50px;
	margin-bottom:5px;*/
	/*background: url("/_design/templates/tp002/img/theme005/NavBg.png") repeat-x 0px 0px;*/
}
	ul#NavigationHorizontal {
		margin: 0;
		border: 0 none;
		padding: 0;
		width: 792px; 
		list-style: none;
		height: 38px;
	}
	ul#NavigationHorizontal li {
		margin: 0;
		border: 0 none;
		float: left; 
		display: inline;
		list-style: none;
		position: relative;
		height: 38px;
		z-index: 99;
	}
	ul#NavigationHorizontal li.your-account {
		float: right;
	}
	ul#NavigationHorizontal ul {
		margin: 0;
		border: 0 none;
		padding: 0;
		width: 160px;
		list-style: none;
		display: none;
		position: absolute;
		top: 38px;
		left: 0;
		border:1px solid #e3e3e3;
		border-bottom:none;
	}
	ul#NavigationHorizontal ul ul {	
		border-top:1px solid #e3e3e3;
		margin-top:-1px;
	}
	ul#NavigationHorizontal ul:after{
		clear: both;
		display: block;
		font: 1px/0px serif;
		content: ".";
		height: 0;
		visibility: hidden;
	}
	ul#NavigationHorizontal ul li {
		width: 160px;
		float: left; 
		display: block !important;
		display: inline;
		border-bottom:1px solid #e3e3e3;
		height:25px;
		padding:0;
	}
	ul#NavigationHorizontal li a {	
		padding: 0 22px 0 22px;
		float: none !important; 
		float: left; 
		display: block;
		background: url("/upload_dir/design/unique/navSplitter.png") no-repeat center right;
		color: #fff;
		text-transform:uppercase;
		font: 12px/38px "Verdane", sans-serif;
		text-decoration: none;
		height: auto !important;
		height: 1%; /*For IE*/
	}
	
	ul#NavigationHorizontal li.your-account a{
		background: url("/upload_dir/design/unique/navSplitter.png") no-repeat center left;
	}
	
	ul#NavigationHorizontal ul li.your-account a{
		background: none !important;
	}
	
	ul#NavigationHorizontal a:hover,
	ul#NavigationHorizontal li:hover a,
	ul#NavigationHorizontal li.iehover a,
	ul#NavigationHorizontal a.current {
		/*background: url("/_design/templates/tp002/img/theme005/NavSplitter.png") no-repeat center right;*/
		text-decoration: none;
	}
	ul#NavigationHorizontal li.your-account a {	
		/*background: url("/_design/templates/tp002/img/theme005/NavSplitter.png") no-repeat center left;*/
	}
	ul#NavigationHorizontal li.your-account a:hover{	
		/*background: url("/_design/templates/tp002/img/theme005/NavSplitter.png") no-repeat center left;*/
	}
	ul#NavigationHorizontal ul a {		 
		border-right:none;
	}
	ul#NavigationHorizontal li:hover li a,
	ul#NavigationHorizontal li.iehover li a,
	ul#NavigationHorizontal li:hover li:hover li a,
	ul#NavigationHorizontal li.iehover li.iehover li a,
	ul#NavigationHorizontal li:hover li:hover li:hover li a,
	ul#NavigationHorizontal li.iehover li.iehover li.iehover li a {
		float: none;
		background: #eeeeee;
		color:#666;
		font: 10px/25px Verdana, "MS Trebuchet", sans-serif;
		padding: 0 10px 0 10px;
		text-transform: none;
		text-decoration: none;
	}
	ul#NavigationHorizontal li:hover li a:hover,
	ul#NavigationHorizontal li:hover li:hover a,
	ul#NavigationHorizontal li.iehover li a:hover,
	ul#NavigationHorizontal li.iehover li.iehover a,
	ul#NavigationHorizontal li:hover li:hover li a:hover,
	ul#NavigationHorizontal li:hover li:hover li:hover a,
	ul#NavigationHorizontal li.iehover li.iehover li a:hover,
	ul#NavigationHorizontal li.iehover li.iehover li.iehover a,
	ul#NavigationHorizontal li:hover li:hover li:hover li a:hover,
	ul#NavigationHorizontal li.iehover li.iehover li.iehover li a:hover {
		background: #e3e3e3;
		color:#666;
	}
	ul#NavigationHorizontal ul ul,
	ul#NavigationHorizontal ul ul ul {
		display: none;
		position: absolute;
		top: 0;
		left: 160px;
	}
	ul#NavigationHorizontal li:hover ul ul,
	ul#NavigationHorizontal li:hover ul ul ul,
	ul#NavigationHorizontal li.iehover ul ul,
	ul#NavigationHorizontal li.iehover ul ul ul {
		display: none;
	}
	ul#NavigationHorizontal li:hover ul,
	ul#NavigationHorizontal ul li:hover ul,
	ul#NavigationHorizontal ul ul li:hover ul,
	ul#NavigationHorizontal li.iehover ul,
	ul#NavigationHorizontal ul li.iehover ul,
	ul#NavigationHorizontal ul ul li.iehover ul {
		display: block;
	}
	
	#SearchBox{
		width:169px;
		float:right;
	}
	
	html.Explorer6 #SearchBox{
		float:left;
	}
	
	#NavigationWrapper .LV_invalid_field,
	#NavigationWrapper input.LV_invalid_field:hover,
	#NavigationWrapper input.LV_invalid_field:active,
	#NavigationWrapper textarea.LV_invalid_field:hover,
	#NavigationWrapper textarea.LV_invalid_field:active,
	#NavigationWrapper .fieldWithErrors input.LV_invalid_field,
	#NavigationWrapper .fieldWithErrors textarea.LV_invalid_field {
    	border: 0px solid #CE1300;
	}
	
	#NavigationWrapper .LV_validation_message{
		color: #FFFFFF;
		font-size: 9px;
		height: 12px;
		padding: 0 0 0 14px;
		width: 1px;
	}
	
	#NavigationWrapper .LV_validation_message.LV_valid {
		background: url("/_design/common/img/livevalidation/ok.gif") no-repeat scroll 0 0 transparent;
		padding: 0 0 0 10px !important;
		
	}
	
	#NavigationWrapper .LV_validation_message.LV_invalid {
		background: url("/_design/common/img/livevalidation/error.gif") no-repeat scroll 0 0 transparent;
		/*padding: 0 0 0 10px !important;*/
		
	}
	
	#NavigationWrapper .search-input{
		margin:9px 0 0 12px;
	}
	
	html.Explorer6 #NavigationWrapper .search-input,
	html.Explorer7 #NavigationWrapper .search-input{
		margin:9px 0 0 5px;
	}
	
	#NavigationWrapper .search-input input {
    	width: 88px;
	}
	
	#NavigationWrapper .search-input input{
		background:none;
		border:0px;
	}	
	
	#NavigationWrapper .search-button .button {
		background: url("/upload_dir/design/unique/searchButton.png") no-repeat center center;
		border: medium none;
		cursor: pointer;
		float: right;
		height: 22px;
		width: 36px;
		margin:8px 7px 0 0;
	}
	
	html.Explorer6 #NavigationWrapper .search-button .button {
		
		margin:13px 0px 0 0;
	}
	
	
/*#HeaderContent {	
	width:940px;
	float:left;
	height:33px;
	padding:10px 10px 0 10px;
}*/
	#ShoppingCart  {
		width:124px;
	  	height:37px;
	  	margin:0 90px 0 0;
		padding:36px 0 0 55px;	
		background: #da3551 url("/upload_dir/design/unique/shoppingCart.png") no-repeat 9px 31px;
		color:#999;
		font-size: 10px;
		float:right;	
	}
	
	#ShoppingCart p{
		line-height:13px;
		color:#fff;
	}
	
	#CartSmallCount,
	#CartSmallTotal{
		color:#fff;
	}
	
	#QuickLinks {
		color:#a5a5a5;
		font-size:10px;
		float:right;
		height:24px;
		margin:0 0 0 0px;
	}
		#QuickLinks a {
			color:#a5a5a5;
			text-decoration: none;
	}
	#Language {	
		margin:0 0 0 20px;
		float:right;			
	}
	#Currency {	
		float:left;
		margin:0 10px 10px 0;
	}

#Content {	
	width:961px;	
	float:left;
}	
	/*#Header {		
		width:960px;
		height:220px;
		margin:0 auto;
	}
	#HeaderImage {		
		width:960px;
		height:220px;
		margin:0 auto;
	}*/
	
		#ProductCatalogue  {
			display:none;
		}
		
	#LeftColumn,#RightColumn {
		width:184px;
		min-height:400px;
	  	height:auto !important;
	  	height:400px;
		float:left;	
		display:inline;
		margin:10px 10px 0 0;
	}
	#RightColumn {
		float:right;
		margin:10px 0 0 10px;
	}	
	#categorylist-box,
	#search-box,
	#newslettersubscribe-box,
	#blog-box,
	#quicklogin-box,
	#tagging-box,
	#pagenews-box,
	#shoppingcart-box,
	#topten-box,
	#paymenticons-box,
	#calendar-box {
		margin:0 0 20px 0;
		width:180px;
		float:left;
	}	
	#paymenticons-box {
		text-align: center;
	}	
	#categorylist-box-top,
	#search-box-top,
	#newslettersubscribe-box-top,
	#blog-box-top,
	#quicklogin-box-top,
	#tagging-box-top,
	#pagenews-box-top,
	#shoppingcart-box-top,
	#topten-box-top,
	#paymenticons-box-top,
	#calendar-box-top {
		width:180px;
		float:left;
		background: transparent url("/_design/templates/tp002/img/theme005/BoxHeaderBg.png") no-repeat 0px 0px;
		height:40px;
	}		
	#paymenticons-box-top {
		display:none;
	}		
	#categorylist-box h2,
	#search-box h2,
	#newslettersubscribe-box h2,
	#blog-box h2,
	#quicklogin-box h2,
	#tagging-box h2,
	#pagenews-box h2,
	#shoppingcart-box h2,
	#topten-box h2,
	#calendar-box h2 {
		font-size: 10px;
		color:#fff;	
		font-weight: normal;	
		padding:0 0 0 35px;	
		line-height:40px;	
	}
	#categorylist-box em,
	#search-box em,
	#newslettersubscribe-box em,
	#blog-box em,
	#quicklogin-box em,
	#tagging-box em,
	#pagenews-box em,
	#shoppingcart-box em,
	#topten-box em,
	#calendar-box em {
		font-size: 10px;
		color:#fff;
		font-weight: normal;
		font-style: normal;
	}	
	#categorylist-box-content,
	#search-box-content,
	#newslettersubscribe-box-content,
	#blog-box-content,
	#quicklogin-box-content,
	#tagging-box-content,
	#pagenews-box-content,
	#shoppingcart-box-content,
	#topten-box-content,
	#paymenticons-box-content,
	#calendar-box-content {
		float:left;
		width:168px;
		border:1px solid #e3e3e3;
		border-top:none;
		padding:10px 5px 10px 5px;
		min-height:50px;
	  	height:auto !important;
	  	height:50px;
	}		
	#paymenticons-box-content {
		background:none;
		border:none;
	}
	#topten-box-content,
	#calendar-box-content {
		padding:10px 0 0 0;
		width:178px;
	}
	.preloader {
			width:178px;
		}	
		ul.tabs {
			float:left;
			width:178px;
			height:20px;
			border-bottom:1px solid #666;
		}
		.tabs li a {
			background: #ccc;
			color:#fff;
			height:20px;
			line-height:20px;
		}			
		.tabs li a.active {
			background: #999;
			color:#fff;
		}			
		.tabbed-pane {		
			width:178px;
		}			
		.pane {
			width:178px;
		}	
	#MainContent { 		
		min-height:300px;
	  	height:auto !important;
	  	height:30px;
		float:left;		
		display:inline;
		margin:10px 0 0 0;
		padding:0 0 30px 0;
		width:767px;
	}
		#MainContent h1{
			color:#999999;
			font-size: 15px;
			margin:0 0 10px 0;
		}
#Footer {
	clear:both;
	width:961px;
	color:#da3551;
	text-align: center;
	height:45px;	
}
	
#Footer ul {
	width:767px;
	margin:0 auto;
	color:#da3551;
	font-size: 10px;
	line-height:13px;
}
#Footer li.ContactDataReseller.last{
	display:none;
}
#Footer a {
	color:#da3551;
}
	
#Footer a:hover {
	color: #da3551;
}

#ContactData li {
    border-right: 0px solid #da3551;
    display: inline;
    padding: 0 7px;
}

#ContactData li.ContactDataName{
	background:url("/upload_dir/design/unique/footerNavSplitter.png") no-repeat right bottom;
}

#ContactData li.ContactDataCountry.lastadress{
	background:url("/upload_dir/design/unique/footerNavSplitter.png") no-repeat right bottom;
	border:0px;
}

#ContactData li.ContactDataPhone{
	background:url("/upload_dir/design/unique/footerNavSplitter.png") no-repeat right bottom;
}

#ContactData li.ContactDataMail{
	background:url("/upload_dir/design/unique/footerNavSplitter.png") no-repeat right bottom;
}

/* #######################################
   ######### STYLING TIL LEVRING #########
   ####################################### */

#Levering{
	background:url("/upload_dir/design/unique/leveringBg.png") no-repeat 0 0;
	width:70px;
	height:109px;
	position:absolute;
	top:97px;
	right:-63px;
	z-index:2;
	padding:95px 8px 0 8px;
	text-align:center;
}

#Levering p{
	font-family:"Calibri", sans-serif;
	font-size:11px;
	color:#776d5c;
	font-weight:bold;
	text-transform:uppercase;
	line-height:16px;
}

#Levering span{
	font-family:"Calibri", sans-serif;
	font-size:28px;
	color:#776d5c;
	font-weight:bold;
	text-transform:uppercase;
}


/* #######################################
   ##### STYLING TIL KATEGORIVISNING #####
   ####################################### */

	#LeftColumn #categorylist-box{
		width:184px;
		margin:0 0 15px 0;
	}
   
	#LeftColumn #categorylist-box #categorylist-box-top{
		display:none;
	}
	
	#LeftColumn #categorylist-box #Manufacturer{
		display:none;
	}
   
	#LeftColumn #categorylist-box #categorylist-box-content{
		border: 0px;
		float: left;
		height: auto !important;
		min-height: 50px;
		padding: 0 0 0 0;
		width: 184px;
	}
	
	#LeftColumn #categorylist-box #categorylist-box-content ul li {
		width:184px;
		line-height: 25px;
		list-style-type: none;
		padding: 0 0 0 0;
		margin:0 0 5px 0;
		text-transform:uppercase;
		color:#fff;

	}
	
		#LeftColumn #categorylist-box #categorylist-box-content ul ul li {
		width:184px;
		line-height: 23px;
	
	}
	
	#LeftColumn #categorylist-box #categorylist-box-content ul li a {
		color: #fff;
		background: #3b3b3b;
	}
	
	#LeftColumn #categorylist-box #categorylist-box-content ul ul li a {
		border:1px solid #000;
		color: #000;
		background: #fff;
	}
	
	#LeftColumn #categorylist-box #categorylist-box-content ul li a span{
		padding:0 0 0 50px;
	}
	
	#LeftColumn #categorylist-box #categorylist-box-content ul li a:hover,
	#LeftColumn #categorylist-box #categorylist-box-content ul li a.current {
    	color: #fff;
    	font-weight:bold;
    	background:#da3551;
	}
	
		#LeftColumn #categorylist-box #categorylist-box-content ul ul li a:hover,
	#LeftColumn #categorylist-box #categorylist-box-content ul ul li a.current {
    	color: #da3551;
    	font-weight:bold;
    	background:#fff;
	}
	
	#LeftColumn #categorylist-box #categorylist-box-content ul ul {
		margin:5px 0 0 0;
		color: #fff;
	}
	
	#LeftColumn #categorylist-box #categorylist-box-content ul ul li a span{
		padding:0 0 0 55px;
	}
 

/* #######################################
   ####### END TIL KATEGORIVISNING #######
   ####################################### */

/* #######################################
   ######## STYLING TIL B2B LOGIN ########
   ####################################### */  

	#LeftColumn #quicklogin-box #quicklogin-box-top{
		/*display:none;*/
		background: none;
		float: left;
		height: 30px;
		width: 184px;
		margin-bottom:8px;
	}
	
	#LeftColumn #quicklogin-box #quicklogin-box-top h2{
		color:#000;
		padding:0 0 0 3px;
		line-height:15px;
	}
	
	#LeftColumn #quicklogin-box #quicklogin-box-top h2 em{
		color:#da3551;
		padding:0 0 0 0;
		float:left;
		font-weight:bold;
	}

	#LeftColumn #quicklogin-box{
		width:184px;
		margin:0 0 15px 0;
	}
	
	#LeftColumn #quicklogin-box #quicklogin-box-content{
		width:184px;
		border:0;
		border-bottom:1px solid #cccccc;
		float: left;
		height: auto !important;
		min-height: 50px;
		padding:0 0 10px 0;
	}
	
	#LeftColumn #quicklogin-box #validation_login_quick ul{
		display:none;
	}

/* #######################################
   ########## END TIL B2B LOGIN ##########
   ####################################### */

/* #######################################
   ###### STYLING TIL BETALINGSIKONER ####
   ####################################### */  

	#LeftColumn #paymenticons-box{
		width:184px;
		margin:0 0 15px 0;
	}

	#LeftColumn #paymenticons-box #paymenticons-box-content{
		width:184px;
		padding:0 0 10px 0;
		border-bottom:1px solid #cccccc;
	}

/* #######################################
   ####### END TIL BETALINGSIKONER #######
   ####################################### */

/* #######################################
   ###### STYLINH TIL PRODUKTVISNING #####
   ####################################### */

	.ProductListBg_style2,
	.ProductListBg2_style2 {
		position:relative;
		display: inline;
		float: left;
		height: 285px;
		margin: 0 60px 30px 0;
		padding: 0px;
		text-align: center;
		width: 190px;
	}
	
	.ProductListBg_style2:hover,
	.ProductListBg2_style2:hover {
		background:none;
	}
	
	.ProductListLinkWrapper_style2{
		height:285px;
		width:190px;
	}
	
	.ProductListImage_style2,
	.ProductListTitle_style2,
	.ProductListTitle_style2,
	.ProductListPrice_style2,
	.ProductListBuyNow{
		width:190px;
	}
	
	.ProductListTitle_style2{
		color:#da3551;
	}
	
	.ProductListBuyNow{
		width:122px;
		height:22px;
		background:#da3551;
		position:absolute;
		bottom:0;
	}
	
	html.Explorer6 .ProductListBuyNow,
	html.Explorer7 .ProductListBuyNow{
		left:0;
		bottom:0;
	}
	
	.ProductListBuyNow a,
	.ProductListBuyNow input {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		color: #fff;
		cursor: pointer;
		font-size: 11px;
		line-height:20px;
		height:20px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		text-decoration: none !important;
	}
	
	h2.product-related-header {
		border-bottom: 0px solid #323232;
		background:#da3551;
		font-size: 14px;
		margin: 0 0 10px;
		padding: 0 0 3px 5px;
		color:#fff;
		font-weight:bold;
		font-size:10pt;
	}
	
	/*table.table_form {
		border: 1px solid #999999;
		width: 100%;
	}*/
	
	#cartButtonWrap.CheckOutProceed{
		
	}
	
	.CheckOutProceed dt.left {
		background: #da3551;
		height: 30px;
		width: 7px;
	}
	
	.CheckOutProceed dt.middle {
		background: #da3551;
		height: 30px;
		min-width: 50px;
		text-align: center;
	}
	
	.CheckOutProceed dt.right {
		background: #da3551;
		height: 30px;
		width: 7px;
	}
	
	.table_form.ProductItem{}
	
	#MainContent .button dt.left {
		background: #fff;
		height: 22px;
		width: 7px;
		border:1px solid #000;
		border-right:0px;
	}
	
	#MainContent .button dt.middle {
		background: #fff;
		height: 22px;
		width:107px;
		text-align: center;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
	}
	
	#MainContent .button dt.middle .ahref{
		width:107px;
	}
	
	#MainContent  .button dt.right {
		background: #fff;
		height: 22px;
		width: 7px;
		border:1px solid #000;
		border-left:0px;
	}
	
	#product-details-img {
		margin: 0 10px 0 0;
		position:relative;
	}
	
	#slide_controls {
		height: 20px;
		margin: 0;
		padding-left: 5px;
		width: 280px;
		position:absolute;
		z-index:2;
		top:270px;
		left:-15px;
	}
	
	#product-detalis-data h1,
	#product-price h2{
		color:#da3551;
		font-size:16px;
	}
	

/* #######################################
   ####### END TIL PRODUKTVISNING ########
   ####################################### */

/* #######################################
   ######## STYLING TIL FORSIDE ##########
   ####################################### */
	
	#FrontPageWrapper{
		float:left;
		width:767px;
		margin:10px 0 20px 0;
	}
	
	#FrontPageTop,
	#FrontPageMiddle,
	#FrontPageBottom{
		float:left;
		width:767px;
		margin-bottom:7px;
	}
	
	#productFocusFrontpage{
		display:none;
	}
	
	#FrontTopSlider{
		float:left;
		width:590px;
		height:377px;
	}
	
	#FrontTopRight{
		float:right;
		width:171px;
		height:375px;
	}
	
	#FrontMiddleLeft{
		float:left;
		width:574px;
		height:150px;
		background:#3b3b3b;
		padding:14px 0 0 16px;
	}
	
		#FrontMiddleLeft h2{
			font-size:22px;
			font-family:"Calibri", sans-serif;
			color:#fff;
			padding-bottom:5px;
		}
		
		#FrontMiddleLeft p{
			font-size:11px;
			font-family:"Calibri", sans-serif;
			color:#fff;
			padding-bottom:10px;
		}
	
	#FrontMiddleRight{
		float:right;
		width:171px;
		height:164px;
	}
	
	#FrontBottomLeft{
		float:left;
		width:590px;
		height:164px;
	}
	
		#AAbningstiderRight{
			float:left;
			height:151px;
			width:154px;
			background:url("/upload_dir/design/unique/aabningstiderBg.png") no-repeat 0 0;
			padding:13px 0 0 14px;
			
		}
		
		#AAbningstiderRight h2{
			font-size:22px;
			font-family:"Calibri", sans-serif;
			color:#fff;
			padding-bottom:15px;
		}
		
		#AAbningstiderRight p{
			font-size:11px;
			font-family:"Calibri", sans-serif;
			color:#fff;
			padding-bottom:10px;
		}
		
		#AAbningstiderBillede{
			float:right;
		}
	
	#FrontBottomRight{
		float:right;
		width:171px;
		height:164px;
	}
	
.cat-description {
    float: left;
    margin: 10px;
    text-align: justify;
}
/* #######################################
   ####### END TIL FORSIDESTYLING ########
   ####################################### */