@charset "utf-8";
@import url("reset-styles.css");

/* CSS Document */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
}
#content p {
	margin: 0 0 1em 0;
    line-height: 1.5em;
}

#content #products_page_container .producttext p {
	margin: 0;
}
a {
	text-decoration: none;
}
#header {
	height: 154px;
	background: url(images/header_logo.jpg) top center no-repeat;
	margin: 0 auto 0;
}
#wrapper {
	width: 780px;
	margin: 0 auto 0;
}
#page_nav {
	background: url(images/page_nav_bar.jpg) top center no-repeat;
	height: 34px;
	font-weight: bold;
}
#page_nav li,
#page_nav li a {
	color: #1a1a1a;
}
#page_nav li a:hover {
	color: #999;
}
#page_nav li {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 7px 0 7px;
	border-right: 1px solid black;
}
#page_nav li.page-item-13 {
	border-right: none;
	padding-right: 20px;
	margin-right: 10px;
	background: url(images/basket_icon.gif) center right no-repeat;
}
#sidebar {
	width: 170px;
	float: left;
	margin: 10px 0 20px 0;
}
.cat_nav,
.copyright,
.visitkort {
	margin: 0 0 10px 0;
}
#sidebar .visitkort {
	padding: 3px 0 3px 7px;
}
#sidebar .visitkort h2 {
	font-size: 15px;
	margin: 7px 0 2px;
}
#sidebar .visitkort .findshop {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 7px 0 2px;
	padding: 0 0 0 20px;
	background: url(images/magnifier_icon.jpg) center left no-repeat;
}
#sidebar .visitkort .findshop a {
	color: #fff;
}
#sidebar .visitkort .opening {
	font-weight: bold;
	width: 170px;
	border: 0;
}
#sidebar .visitkort {
	background: #7299db;
}

.MainCategory,
.copyright {
	background: #e7e7e7;
}
.cat_nav .widgettitle {
	text-indent: -1000px;
	font-size: 1em;
	margin: -1em 0 0 0;
}
/*
.cat_nav li h2.category {
	color: #f3f3f3;
	font-size: 15px;
	font-weight: bold;
	background: #506b99;
	padding: 3px 0px 3px 5px;
	border: 1px solid #2b3952;
}
.cat_nav li ul.SubCategories li {
	color: #1a1a1a;
	font-weight: bold;
	border: 1px solid #c3c3c3;
	border-top: none;
	background: url(images/subcat_bullet.jpg) center left no-repeat;
	padding: 2px 0 2px 17px;
}
*/
.cat_nav li h2.category {
	color: #f3f3f3;
	font-size: 15px;
	font-weight: bold;
	background: #506b99;
	padding: 3px 0px 3px 5px;
	border: 1px solid #2b3952;
}
.cat_nav li h2.category a {
	color: #f3f3f3;
}

.cat_nav li ul.SubCategories li a {
	color: #1a1a1a;
	font-size: 13px;
}


/* Begin CSS Popout Menu */

.cat_nav{
z-index:2;

}

.cat_nav ul a, .cat_nav ul h2{
display:block;
white-space:nowrap;
margin:0;
padding:1px 3px;
}

.cat_nav ul h2{

}

.cat_nav ul ul ul a,
.cat_nav ul li ul li.newsletter a {
	color: #1a1a1a;
	font-weight: bold;
	border: 1px solid #c3c3c3;
	border-top: none;
	background: #eee url(images/subcat_bullet.jpg) center left no-repeat;
	padding: 2px 0 2px 17px;
}

.cat_nav ul ul ul a:hover,
.cat_nav ul li ul li.newsletter a:hover {
	background: #ddd url(images/subcat_bullet.jpg) center left no-repeat;
}

.cat_nav ul ul ul a:active{

}

.cat_nav ul ul {
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div.cat_nav ul ul ul li, div.cat_nav ul ul ul li:hover{
position:relative;
}

div.cat_nav li ul ul ul{
position:absolute;
top:0;
left:100.1%;
display:none;
z-index: 1;
}

div.cat_nav ul ul ul ul,
div.cat_nav ul ul ul ul ul,
div.cat_nav ul ul ul li:hover ul ul,
div.cat_nav ul ul ul li:hover ul ul ul
{display:none;}

div.cat_nav ul ul ul li:hover ul,
div.cat_nav ul ul ul ul li:hover ul,
div.cat_nav ul ul ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

.cat_nav a.x, .cat_nav a.x:visited{
background:#eee url(images/expand3.gif) no-repeat bottom right;
}

.cat_nav a.x:hover{
background:#ddd;
}

.cat_nav a.x:active{
color:#060;
background:#ccc;
}
/* End Styling for Expand */

.copyright {
	padding: 2px 0px 2px 7px;
	margin-bottom: 12em;
	font-size: 11px;
	font-weight: bold;
	color: #747475;
	border: 1px solid #c3c3c3;
}
#content {
	margin: 10px 0 50px 0;
	width: 602px;
	float: right;
}