body {
	background-image: url(../images/background3.jpg);
	background-attachment: fixed;
	background-color: white;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: "Arial";
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#content {
	background-color: white;
	padding: 10px;
	min-height: 600px;
}
#page-lookbook #content {
	min-height: 0px;
}
#bottom {
	background-color: #561a0e;
	height: 5px;
	margin-bottom: 30px;
}
#page-start #bottom {
	height: 0px;
}
#page-start #content {
	min-height: 550px;
}
#page-lookbook #bottom {
	height: 0px;
}
#page-inspiration #content {
	min-height: 550px;
}
#navigation {
	margin-top: 45px;
	height: 40px;
	margin-bottom: 10px;
}
#navigation .top-menu {
	list-style-type: none;
	float: right;
	position: relative;
}
#navigation .top-menu li {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation .top-menu li.last {
	padding-left: 20px;
	margin-right: -15px;
}
#navigation .top-menu li.current {
/*
	background-color: white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
*/
}
#navigation .top-menu li .left {
	width: 3px;
	height: 23px;
	float: left;
}
#navigation .top-menu li.current .left {
	background-image: url(../images/menubg-left.png);
}
#navigation .top-menu li .right {
	width: 3px;
	height: 23px;
	float: left;
}
#navigation .top-menu li.current .right {
	background-image: url(../images/menubg-right.png);
}
#navigation .top-menu li .middle {
	float: left;
	height: 23px;
	padding-left: 3px;
	padding-right: 3px;
}
#navigation .top-menu li.current .middle {
	background-color: white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#navigation .top-menu li .middle p {
	margin-top: 5px;
}
#navigation .top-menu li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
}
#navigation .top-menu li.current a {
	color: #561a0e;
}
#navigation .top-menu li.arrow {
	width: 7px;
	height: 8px;
	background-image: url(../images/menuarrow.png);
	padding: 0px;
	margin-top: 11px;
	position: relative;
	z-index: 1;
	/* margin-left: -16px; */
}
#page-af-logotyper #navigation .top-menu li.arrow {
	background-image: url(../images/menuarrow-out.png);
}
#page-af-bilder-hoest-vinter-2009 .top-menu li.arrow {
	background-image: url(../images/menuarrow-out.png);
}
#page-af-bilder-var-sommar-2010 .top-menu li.arrow {
	background-image: url(../images/menuarrow-out.png);
}
#page-af .top-menu li.arrow {
	background-image: url(../images/menuarrow-out.png);
}
#content div.article {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 760px;
	font-family: "Georgia", "Arial";
}
#content div.article h1 {
	font-size: 36px;
	color: #561a0e;
	text-align: center;
	font-weight: normal;
}
#content div.article p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 13px;
	color: #4c4c4c;
	line-height: 1.5em;
}
#content div.products {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 760px;
}
#background-stuff {
	
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -454px;
}
#logo {
	width: 237px;
	height: 51px;
	background-image: url(../images/parklanelogo.png);
	float: left;
	margin-left: 22px;
	margin-top: -16px;
}

/*
#background-stuff {
	width: 1194px;
	height: 645px;
	background-image: url(../images/decoration.png);
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -624px;
}
*/

/*
	Product page (Kollektion)
*/
#content .products ul.filter {
	list-style-type: none;
	height: 30px;
	text-transform: uppercase;
}

#content .products ul.filter select {
	width: 160px;
	margin-right: 15px;
	float: left;
	text-transform: uppercase;
}
#content .products ul.filter select option {
	text-transform: uppercase;
}
#content .products div.product-list {
	min-height: 480px;
}
#content .products div.product-list div.product-item {
	float: left;
	width: 150px;
	height: 240px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#content .products div.product-list div.product-item-last-col {
	border-right: none;
}
#content .products div.product-list div.product-item-last-row {
	border-bottom: none;
}
#content .products div.product-list div.product-item img {
	margin-top: 20px;
}
#content .products div.product-list div.product-item p {
	color: #505050;
	font-size: 10px;
	margin-bottom: 3px;
}
#content .products div.product-list div.product-item .zoom {
	width: 18px;
	height: 18px;
	background-image: url(../images/zoom.jpg);
	margin-left: 65px;
}
#content .pagercontainer {
	clear: both;
	font-size: 11px;
	text-align: center;
	position: relative;
	color: #505050;
}
#content .pagercontainer .pager-item a {
	padding: 2px 5px;
	color: #505050;
	text-decoration: none;
}
#content .pagercontainer .pager-item.current a {
	color: #561a0e;
	font-weight: bold;
}

/*
	Blog page (stiltips)
*/
#content .blog {
	color: #4c4c4c;
}
#content .blog .sidebar {
	margin-left: 20px;
	margin-top: 52px;
	width: 200px;
	float: left;
}
#content .blog .blog-content {
	margin-top: 30px;
	float: right;
	width: 670px;
}
#content .blog .blog-content h1,h2,h3,h4,h5 {
	font-size: 13px;
	font-weight: bold;
	color: #561a0e;
	margin-bottom: 20px;
}
#content .blog .blog-content p {
	font-size: 12px;
	color: #4c4c4c;
	line-height: 1.7em;
	margin-bottom: 10px;
	width: 515px;
}

#content .blog .sidebar div.menuitem {
	color: #4c4c4c;
	font-size: 11px;
	border-bottom: 1px dotted #4c4c4c;
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#content .blog .sidebar div.menuitem a {
	color: #4c4c4c;
}
#content .blog .sidebar a {
	text-decoration: none;
}
#content .blog .sidebar div.menuitem a:hover  {
	color: #561a0e;
}
#content .blog .sidebar div.menuitem-active a {
	color: #561a0e;
}
#content .blog .sidebar div.menuitem-last {
	border-bottom: none;
}

/*
	Contact page (Kontakt)
*/
#content .contact {
	color: #4c4c4c;
}
#content .contact a {
	text-decoration: none;
}
#content .contact .contact-info {
	float: left;
	margin-top: 58px;
	margin-left: 70px;
	font-size: 12px;
}
#content .contact .form {
	width: 540px;
	height: 415px;
	background-image: url(../images/contact-form-bg.png);
	float: right;
	margin-top: 40px;
	margin-right: 70px;
	margin-bottom: 100px;
}
#content .contact .form p {
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: bold;
}
#content .contact .form textarea {
	height: 75px;
}
#content .contact .form .text-input {
	width: 430px;
	margin-bottom: 27px;
	margin-left: 77px;
	border: none;
	
}
#content .contact .form input[type=text] {
	height: 16px;
}
#content .contact .form .clear-button {
	margin-left: 30px;
}
/*
	Stores page (Butiker)
*/
#content .stores {
	color: #4c4c4c;
}
#content .stores .sidebar {
	margin-top: 80px;
	margin-left: 50px;
	float: left;
}
#content .stores .sidebar .map {
	margin-bottom: 40px;
	margin-left: 15px;
	width: 130px;
	height: 321px;
}
#content .stores .sidebar select {
	width: 150px;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
}
#content .stores .store-list {
	float: right;
	width: 660px;
	margin-top: 80px;
	background-image: url(../images/store-dots.png);
	background-repeat: repeat-y;
	background-position: left;
}
#content .stores .store-list .store {
	float: left;
	width: 210px;
	height: 170px;
}
#content .stores .store-list p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
}
#content .stores .store-list p.city {
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#content .stores .store-list p.opentimes {
	font-weight: bold;
	margin-top: 10px;
}
#content .stores .store-list p.link {
	background-image: url(../images/store-arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 50px;
	margin-top: 10px;
}
#content .stores .store-list a {
	text-decoration: none;
	color: #4c4c4c;
}

/*
	Shadowbox
*/
#page-produkter #sb-title-inner, #page-kollektion #sb-title-inner {
	display: none;
}
#page-produkter #sb-nav, #page-kollektion #sb-nav {
	display: none;
}

/*
	Retailers Start/Login page (ÅF)
*/
#content .retailer {
	font-size: 11px;
	color: #4c4c4c;
}
#content .retailer a {
	text-decoration: none;
}
#content .retailer .content {
	margin-bottom: 50px;
}
#content .retailer h2 {
	font-weight: bold;
	font-size: 11px;
}
#content .retailer .left {
	float: left;
	margin-left: 70px;
	margin-top: 50px;
	width: 240px;
}
#content .retailer .right {
	float: right;
	margin-right: 40px;
	margin-top: 50px;
}
#content .retailer .text-input {
	margin-top: -7px;
	width: 100%;
	margin-bottom: 10px;
}
#content .retailer .checkbox {
	float: left;
	margin-top: 10px;
	margin-left: 8px;
}
#content .retailer .submit {
	float: right;
	margin-top: 5px;
}
#content .retailer h2.remember {
	float: left;
}

#content .sub-navigation {
	margin-top: 50px;
	margin-left: 70px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#content .sub-navigation .sub-menu {
	list-style-type: none;
}
#content .sub-navigation .sub-menu li {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #4c4c4c;
}
#content .sub-navigation .sub-menu li.last {
	border-right: none;
}
#content .sub-navigation .sub-menu li a {
	color: #4c4c4c;
	text-decoration: none;
}
#content .sub-navigation .sub-menu li a:hover {
	color: #561a0e;
}
#content .sub-navigation .sub-menu li.current a {
	color: #561a0e;
}

#content .retailers .logout {
	margin-right: 110px;
	float: right;
	background-image: url(../images/logout-arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
}
#content .retailers .logout a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #4c4c4c;
}
#content .retailers .logout a:hover {
	color: #561a0e;
}

/*
	ÅF / Logotyper
*/
#content .sub-content .logotyper {
	margin-top: 85px;
	margin-left: 95px;
	width: 700px;
	color: #4c4c4c;
	text-align: center;
}
#content .sub-content .logotyper .logotyp {
	float: left;
	margin-left: 50px;
	margin-bottom: 60px;
}
#content .sub-content .logotyper .logotyp h1 {
	text-transform: uppercase;
	font-size:  12px;
	margin-top: 18px;
}
#content .sub-content .logotyper .logotyp a {
	color: #561a0e;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
#content .sub-content .logotyper .logotyp a.eps {
	margin-left: 120px;
}
#content .sub-content .logotyper .logotyp .download-separator {
	height: 15px;
	width: 1px;
	background-color: #4c4c4c;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

/*
	Retailer collection pictures pages
*/
#content .sub-content .collection-pictures {
	margin-left: 110px;
	margin-top: 80px;
	width: 730px;
	background-color: #f6f6f6;
	font-size: 12px;
}

#content .sub-content .collection-pictures .collection-picture-item {
	background-color: #b4b9bd;
	padding: 3px;
	float: left;
	text-align: center;
	margin-left: 15px;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-top: 13px;
}

#content .sub-content .collection-pictures .collection-picture-item img {
	width: 67px;
	height: 88px;
	border: 1px solid black;
}
#content .sub-content .collection-pictures .collection-picture-item p {
	color: #0d333c;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .sub-content .collection-pictures .collection-picture-item p a {
	text-decoration: none;
	color: #0d333c;
}
