
* { padding: 0; margin: 0; }
html, body {
  height: 100%;
}
body {
  color: #333;
  font: 11px Tahoma, sans-serif;
  text-align: center;
}
a, a:link, a:visited, a:active {
	color: #9eb300; 
	text-decoration: none;	
}
a:hover {
	text-decoration: none;
	color: #bed600;
}
#Wrapper {
  margin: 0 auto;
  width:100%;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  background-color: #fefefe;
}
#HeaderWrapper {
  background: url("/_design/templates/tp509/img/theme001/HeaderBg.png") repeat-x;
  height:80px;
}
#Header {
	width:900px;
	margin:0 auto;
}
#TopLeft {
	width:190px;
	float:left;
}
#Logo {
	width:190px;
	text-align: center;
	padding:0px;
}
#TopRight{
	width:700px;
	float:right;
}
#Top {
	width: 700px;
	margin:10px auto;
	height:30px;
	text-align: right;
}
	#QuickLinks {
		display:inline;
		margin:0 10px 10px 0;
	}
		#QuickLinks a {
			text-decoration: none;
			color:#999;
		}
	#Language {
		display:inline;
	}
#Navigation {
	height:30px;
	width:700px;
	margin:0 auto;
	float:left;	
}
	ul#NavigationHorizontal {
		margin: 0;
		border: 0 none;
		padding: 0;
		width:700px;
		list-style: none;
		height: 30px;
		margin-left:-25px;
	}
	ul#NavigationHorizontal li {
		margin: 0;
		border: 0 none;
		float: left; 
		display: inline;
		list-style: none;
		position: relative;
		height: 30px;
		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: 30px;
		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 15px 0 15px;
		float: none !important; 
		float: left; 
		display: block;
		background: url("/_design/templates/tp509/img/theme001/NavSplitter.png") no-repeat center right;
		color: #bed600;
		font: 12px/30px Tahoma, "MS Trebuchet", sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		height: auto !important;
		height: 1%; /*For IE*/
	}
	ul#NavigationHorizontal a:hover,
	ul#NavigationHorizontal li:hover a,
	ul#NavigationHorizontal li.iehover a,
	ul#NavigationHorizontal a.current {
		background: url("/_design/templates/tp509/img/theme001/NavSplitter.png") no-repeat center right;
		color: #fff;
	}
	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;
	}
#ContentWrapper {
	padding: 0 0 200px 0;
	width:900px;
	margin:0 auto;
}
#ContentWrapper:after {
  clear: both;
  display: block; 
  content: ".";
  height: 0;
  visibility: hidden;
  
}
#Content {
	padding:20px 0 0 0;
	_padding:10px 0 0 0;
	float:left;
}
	#LeftColumn,
	#RightColumn {
		width:180px;
		min-height:400px;
	  	height:auto !important;
	  	height:400px;
		float:left;	
		display:inline;
		margin:0 10px 0 0;
	}
	#RightColumn {
		float:right;
		margin:0 0 0 10px;
	}
	/* =================== MODULE.BOXES ======================*/
	#search-box,
	#newslettersubscribe-box,
	#blog-box,
	#quicklogin-box,
	#pagenews-box,
	#calendar-box {
		margin:0 0 10px 0;
		width:180px;
		float:left;
	}
	#search-box-top,
	#newslettersubscribe-box-top,
	#blog-box-top,
	#quicklogin-box-top,
	#pagenews-box-top,
	#calendar-box-top {
		width:180px;
		float:left;
		background: transparent url("/_design/templates/tp509/img/theme001/ModuleBoxHeaderBg.png") no-repeat 0px 0px;
		height:32px;
		margin:0 0 1px 0;
	}
	#search-box h2,
	#newslettersubscribe-box h2,
	#blog-box h2,
	#quicklogin-box h2,
	#pagenews-box h2,
	#calendar-box h2 {
		font-size: 11px;
		color:#666;	
		font-weight: normal;	
		padding:0 0 0 10px;	
		line-height:32px;	
	}	
	#search-box em,
	#newslettersubscribe-box em,
	#blog-box em,
	#quicklogin-box em,
	#pagenews-box em,
	#calendar-box em {
		color:#666;
		font-weight: bold;
		font-style: normal;
	}	
	#search-box-content,
	#newslettersubscribe-box-content,
	#blog-box-content,
	#quicklogin-box-content,
	#pagenews-box-content,
	#calendar-box-content {
		float:left;
		width:168px;
		padding:10px 5px 5px 5px;
		min-height:50px;
	  	height:auto !important;
	  	height:50px;
	  	background:#f2f2f2;
	  	border:1px solid #eee;
	}
	#search-box-bottom,
	#newslettersubscribe-box-bottom,
	#blog-box-bottom,
	#quicklogin-box-bottom,
	#pagenews-box-bottom,
	#calendar-box-bottom {
	}	
	#MainContent {	
		min-height:400px;
	  	height:auto !important;
	  	height:400px;
		float:left;		
		display:inline;
		padding:0 0 20px 0;
		width:900px;
	}
		#MainContent h1{
			color:#999999; 
			font-size: 15px;
			margin:10px 0 10px 0;
			border-bottom:1px dotted #999;
			padding:0 0 3px 0;
		}
		#MainContent ul	{
			margin: 5px 0px 5px 10px;
			list-style-image: url("http://uniqbrands.dk/upload_dir/design/tp509_theme001/bullet.png");
			color: #323232;
			font-weight: bold;
		}
		span#big {
			font-size: 12px;
			border-bottom: #bed600 1px dotted;
		}
		span.color {
			color: #323232;
			font-size: 12px;
			font-weight: bold;
		}
		div#flash {
			margin: 10px 125px;
		}
		#BreadCrumb {		
			margin:0 0 10px 0;
		}
	
			
#Footer {
	width: 100%;
	background: #232323;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 100px;
	text-align: center;	
	margin:0 !important;	
}	
#Demo {
	*position:relative !important;
}
#FooterText {
	width:900px;
	text-align: right;
	margin:0 auto;
	padding:10px 0 0 20px;
	color:#ccc;
}
#FooterText a {
	color:#bed600;
}

#comparetable {
	width: 620px;
	border: 1px solid #eee;
	padding: 1px;
	background: #f8f8f8;
	color: #333;
}

#comparetable table{
	width: 100%;
}
#comparetable table tr.alt {
	background: #eee;
}

#comparetable table tr.alt td {

}

#comparetable table td {
	padding: 5px 5px 5px 5px;
	width: 133px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}


#comparetable td.leftcol{
	text-align: left;
	width: 120px;
	padding-left: 15px;
	font-weight: normal;
}

#comparetable td.last{
	border-left: 1px solid #eee;
}

#comparetable th {
	height: 45px;
	line-height: 45px;
	background: url("http://uniqbrands.dk/upload_dir/design/tp509_theme001/BgNew.png") repeat-x;
	border-bottom:1px solid #eee;
	text-align: center;
	color: #333;
	font-size: 12px;
}

	#comparetable th a:link {
		color: #ffffff;
		text-decoration: none;
	}
	#comparetable th a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#comparetable th a:hover {
		border-bottom: 1px dotted #ffffff;
	}

#comparetable th.single{
	border-top: 2px solid #6990af;
}

#comparetable th.highlight{
	background: url(/upload_dir/design/unique/highltightth.png) repeat-y center;
}

#comparetable th.leftcol{
	text-align: left;
	width: 200px;
	padding-left: 15px;
}

#comparetable th.product{
	font-weight: bold;
}

#comparetable th .product a:link {
	font-weight: bold;
	border: none;
}

#comparetable th.last{
	border-left: 1px solid #e4f6ff;
}

#comparetable .darkprice {
	color: #18526e;
}
#comparetable a, #comparetable a:link, #comparetable a:visited, #comparetable a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #bed600;
}
#comparetable a:hover {
	color: #bed600;
	border-bottom: none;
}

.uniq_table th {
	color:#333;
	padding:5px 15px 5px 5px;
	font-size: 15px;
	border-bottom:4px solid #333;
}
.uniq_table td {
	padding:5px;
	border-bottom:1px solid #ccc;
	font-size: 12px;
	text-align: center;
}
.uniq_table td.price {
	background:#caff93;
}
.uniq_table tr:hover  {
	background:#eee;
}