@charset "iso-8859-1";
@import url("content.css");
@import url("contentBasket.css");
@import url("columnRight.css");


/*
-------------------------------
GLOBAL STYLES
-------------------------------
*/

body {
	margin:0 auto;
	min-width:960px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#675339;
	background:#9c8d7c;
	}
* {
	margin:0px;
	padding:0px;
	}
img {
	border:0px;
	}

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

a:hover {
	color:#cc5500;
	}





/*
-------------------------------
LAYOUT STRUCTURE
-------------------------------
*/

.pageWrap {
	width:100%;
	margin:0 auto;
	border:0;
	}

.headerWrap {
	width:100%;
	height:67px;
	margin:0 auto;
	clear:both;
	background:#856843 url(../images/header-background.png) left top repeat-x;
	}

.contentWrap {
	float:left;
	width:100%;
	min-height:600px;
	margin:0 auto;
	clear:both;
	background:#fff;
	}
.contentPlacement {
	width:960px;
	margin:0 auto;
	}

.mainBody {
	float:left;
	width:960px;
	}
	.listContent,
	.pageContent {
		float:right;
		width:780px;
		line-height:140%;
		min-height:550px;
		}
	.productContent {
		float:right;
		width:960px;
		line-height:140%;
		min-height:550px;
		}

.mainBasketBody {
	float:left;
	width:960px;
	}
	.basketContent {
		float:right;
		width:960px;
		line-height:140%;
		}

.sidebarLeft {
	float:left;
	position:relative;
	width:175px;
	margin:27px 0 40px 0;
	padding:0 0 78px 0;
	background:#fff url(../images/creditcards.gif) 20px bottom no-repeat;
	}

.sidebarRight {
	float:right;
	width:243px;
	}

.footerWrap {
	float:left;
	width:100%;
	margin:0 auto;
	padding:15px 0 20px 0;
	background:#9c8d7c url(../images/footer-background.png) left top repeat-x;
	}





/*
-------------------------------
HEADER
-------------------------------
*/

.headerMain {
	width:960px;
	margin:0px auto;
	}
.headerMain .logo {
	display:block;
	float:left;
	width:200px;
	height:41px;
	margin:14px 0 0 -2px;
	}


.headerMain #basketButton {
	position:relative;
	z-index:999;
	float:right;
	width:259px;
	height:24px;
	margin:20px 0 0 0;
	padding:8px 0 0 12px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	background:transparent url(../images/basket-background.png) left top no-repeat;
	}
.headerMain #basketButton span {
	color:#b9afa2;
	}
.headerMain #basketButton:hover {
	background:transparent url(../images/basket-background-hover.png) left top no-repeat;
	}
	
	
#shopBasket {
	position:absolute;
	top:31px;
	left:8px;
	width:255px;
	border:1px solid #8d7d68;
	z-index:1000;
	background:#fff;
	}
#shopBasket h5 {
	position:absolute;
	width:175px;
	top:-27px;
	left:0px;
	margin:0px;
	line-height:100%;
	font-size:16px;
	letter-spacing:0px;
	font-weight:normal;
	line-height:100%;
	color:#cd2027;
	}
#shopBasket .noItems {
	padding:12px 15px 15px 15px;
	background:#fff;
	}
#shopBasket .noItems h6 {
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:18px;
	font-style:normal;
	color:#c50;
	}
#shopBasket .noItems p {
	padding:10px 0px 2px 0px;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	font-style:normal;
	color:#675339;
	}

#shopBasket .item {
	position:relative;
	display:inline-block;
	padding:4px 10px 2px 10px;
	}
#shopBasket .item #remove {
	position:absolute;
	cursor:pointer;
	top:42px;
	left:73px;
	height:16px;
	width:16px;
	padding:0px;
	margin:0;
	background:url(../images/fjern-off.gif) left top no-repeat;
	}
#shopBasket .item #remove:hover {
	background:url(../images/fjern-on.gif) left top no-repeat;
	}

#shopBasket .item .itemHead {
	float:left;
	width:100%;
	margin:0px;
	padding:0px 0 8px 0;
	border-bottom:1px solid #d9cfc2;
	}

#shopBasket .item .itemHead img {
	padding:2px 4px 0 4px;
	margin:0;
	float:left;
	width:50px;
	height:50px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	}
#shopBasket .item .itemHead:hover img {
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	}
#shopBasket .item .itemHead h4 {
	margin:1px 0 0 0;
	padding:0 0 0 5px;
	float:left;
	overflow:hidden;
	width:170px;
	height:16px;
	color:#cc5500;
	text-align:left;
	font-weight:normal;
	font-style:normal;
	line-height:120%;
	font-size:13px;
	}
#shopBasket .item .itemHead:hover h4 {
	color:#000;
	cursor:pointer;
	}
#shopBasket .item .itemHead p {
	margin:1px 0 0 0;
	padding:0 0 0 5px;
	float:left;
	width:170px;
	color:#675339;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	}
#shopBasket .item .itemHead em {
	display:block;
	float:left;
	width:173px;
	padding:6px 2px 0 0;
	text-align:right;
	font-weight:normal;
	color:#675339;
	}
#shopBasket .item .itemHead:hover em {
	color:#675339;
	}

#shopBasket .itemTotal {
	text-align:right;
	font-size:12px;
	font-weight:normal;
	width:231px;
	font-size:13px;
	font-weight:bold;
	color:#cc5500;
	padding:4px 0px 0px 10px;
	}
#shopBasket .itemTotal a {
	display:block;
	margin:8px -4px 2px 0px;
	}
#shopBasket .itemTotal div {
	font-size:11px;
	font-weight:normal;
	color:#675339;
	padding:2px 0 0px 0;
	}
#shopBasket .itemTotal div.basketHelp {
	padding:0 0 10px 0;
	color:#a99f92;
	}


	

	

/*
-------------------------------
SEARCH
-------------------------------
*/

/* Search form */

#searchform {
	position: relative;
	float:right;
	width:215px;
	margin:0px 0px 0 0px;
	}
#searchform input#inputString {
	width:175px;
	height:30px;
	line-height:30px;
	padding:0px 5px 3px 35px;
	margin:0px;
	border:none;
	font-size:13px;
	color:#a99f92;
	background:transparent url(../images/search-background.png) left top repeat-x;
	}
#suggestions {
	position:absolute;
	left:0px;
	top:25px;
	width:215x;
	display:none;
	z-index:999;
	}


/* Search results */

#searchresults {	
	width:197px;
	border:1px solid #e4e1e0;
	border-top:0px;
	padding:10px 8px 5px 8px;
	background:#f3f0ed;
	}
#searchresults span {
	display:block;
	height:40px;
	}
#searchresults img {
	display:block;
	float:left;
	width:30px;
	height:30px;
	padding:2px;
	margin:0 8px 0 0;
	border:1px solid #e4e1e0;
	}
#searchresults a {
	display:block;
	float:left;
	width:150px;
	height:35px;
	overflow:hidden;
	}





/*
-------------------------------
LEFT COLUMN - Filter Menu
-------------------------------
*/

ul.menu {
	display:block;
	margin:0px 0px 12px 0px;
	padding:0px;
	width:173px;
	list-style:none;
	}
ul.toFrontpage {
	margin:0px 0px 40px 0px;
	}
li {
	padding:0px;
	margin:0;
	}
li.cat_4 {
	margin:4px 0 4px 0;
	}
ul li.cat_56 {
	position:absolute;
	top:28px;
	left:0px;
	}
	ul li.cat_56 a {
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		}
li.groupName em,
li.groupName .menuItem {
	display:block;
	width:150px;
	margin:0px;
	padding:1px 4px 2px 19px;
	line-height:15px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#675339;
	}
li.groupName a span {
	font-weight:normal;
	font-size:12px;
	line-height:12px;
	}
li .menuItem {
	display:block;
	width:150px;
	margin:0px;
	padding:1px 4px 2px 19px;
	line-height:15px;
	font-size:12px;
	font-style:italic;
	color:#675339;
	}
.menu li a:hover {
	color:#cc5500;
	}
.menu li a.selected {
	color:#cc5500;
	font-style:normal;
	background:url(../images/menu-selected.gif) 8px 4px no-repeat;
	}
li a.selected:hover {
	color:#675339;
	}
li a.disabled {
	color:#a99f92;
	}


	
/*
-------------------------------
BASKET OVERLAY
-------------------------------
*/

#basketPop {
	margin:0px;
	padding:0px;
	}
#imgShow {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	z-index:89;
	}

#realImage {
	position:absolute;
	top:50%;
	left:50%;
	width:440px;
	height:255px;
	text-align:center;
	background:#fff;
	border:1px solid #cc5500;
	padding:20px 10px 20px 20px;
	margin:-185px 0 0 -220px;
	z-index:999;
	}
#realImage .update {
	margin:40px 0 0 0px;
	height:50px;
	font-size:15px;
	color:#6d8971;
	}

#realImage div {
	height:130px;
	margin:4px 0 0 0px;
	}

#realImage div div {
	text-align:left;
	float:left;
	width:245px;
	height:102px;
	margin:0px 0 0 10px;
	padding:9px 10px 5px 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #bbb;
	font-size:15px;
	line-height:140%;
	color:#666;
	}
#realImage div div em {
	display:block;
	width:260px;
	text-align:left;
	margin:10px 0 0 0px;
	font-size:16px;
	color:#333;
	}

#realImage div img {
	float:left;
	width:110px;
	margin:0px 0px 0 20px;
	padding:3px;
	border-top:1px solid #ddd;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #bbb;
	}

#realImage a {
	display:block;
	width:140px;
	float:left;
	z-index:95;
	}
#realImage a.toPayment {
	margin:0px 0px 0 124px;
	}
#realImage a img {
	width:auto;
	border:0;
	}


/* Product suggestions */

#realImage div.suggestProducts {
	float:left;
	width:420px;
	height:92px;
	margin:0px 0 0 20px;
	padding:0px;
	}
#realImage div.suggestProducts h3 {
	float:left;
	width:420px;
	margin:0px 0 5px 0;
	text-align:left;
	font-weight:normal;
	color:#cc5500;
	}
#realImage div.suggestProducts a {
	float:left;
	display:block;
	width:200px;
	height:52px;
	margin:0 4px 0 0;
	}
#realImage div.suggestProducts a img {
	float:left;
	display:block;
	width:50px;
	height:50px;
	margin:0 5px 0 0;
	padding:1px;
	border-top:1px solid #ddd;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #bbb;
	}
#realImage div.suggestProducts a span {
	float:left;
	display:block;
	width:125px;
	height:44px;
	padding:4px 2px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #bbb;
	text-align:left;
	font-size:11px;
	}





/*
-------------------------------
FOOTER
-------------------------------
*/

.footerMain {
	width:960px;
	margin:0px auto;
	padding:5px 0;
	text-align:center;
	}
.footerMain p {
	display:inline;
	margin:0px;
	padding:0px 10px;
	color:#dcb;
	}
.footerMain a {
	color:#dcb;
	}
.footerMain a:hover {
	color:#fff;
	}
.footerWrap .linie2 {
	width:590px;
	padding:10px 0 0 348px;
	}
