@charset "iso-8859-1";
@import url("columnContent.css");
@import url("columnContentBasket.css");
@import url("columnRight.css");


/*
-------------------------------
GLOBAL STYLES
-------------------------------
*/

body {
	margin:0 auto;
	padding:0;
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
	background:#d8bc9d;
	min-width:985px;
	}

body img#background {
	position:absolute;
	width:100%;
	z-index:-1;
	}

img {
	border:0px;
	}

a {
	text-decoration:none;
	color:#e65a15;
	}

a:hover {
	color:#000;
	}





/*
-------------------------------
LAYOUT STRUCTURE
-------------------------------
*/

.pageWrap {
	width:985px;
	margin:0 auto;
	border:0;
	}

.headerWrap {
	width:985px;
	height:50px;
	clear:both;
	position:relative;
	}

.contentWrap {
	float:left;
	margin:15px 0 0px 0px;
	z-index:5;
	clear:both;
	}

.mainBody {
	float:left;
	width:730px;
	}

.content {
	float:right;
	width:500px;
	line-height:140%;
	min-height:480px;
	}

.mainBasketBody {
	float:left;
	width:932px;
	}

.basketContent {
	float:right;
	width:702px;
	line-height:140%;
	min-height:480px;
	}

.sidebarLeft {
	float:left;
	width:170px;
	}

.sidebarRight {
	float:right;
	width:189px;
	}

.footerWrap {
	margin:0px auto;
	text-align:center;
	clear:both;
	}





/*
-------------------------------
HEADER
-------------------------------
*/

.headerMain {
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
	}
.headerMain .logo {
	display:block;
	float:left;
	width:240px;
	margin:10px 0 0 25px;
	font-size:15px;
	color:#262f40;
	}

.headerMain .logo span {
	color:#c64205;
	}

.headerMain img {
	margin:11px 0px 0 0;
	}

.headerBackground {
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	}

.headerBackground,
.headerLeft,
.headerMiddle,
.headerRight {	
	margin:0px;
	padding:0px;
	border:0px;
	height:50px;
	}
.headerLeft,
.headerMiddle,
.headerRight {	
	float:left;
	}

.headerLeft {
	background:url(../images/headerLeft.png) right top no-repeat;
	width:20px;
	}

.headerMiddle {
	background:url(../images/headerMiddle.png) right top repeat-x;
	width:945px;
	}

.headerRight {
	background:url(../images/headerRight.png) right top no-repeat;
	width:20px;
	}

.headerMake {
	display:block;
	float:left;
	width:940px;
	margin:5px 0 0 25px;
	}

.headerMake .headerImg {
	display:block;
	float:left;
	width:200px;
	height:58px;
	margin:0px;
	}

.headerMake img {
	max-width:200px;
	}

.headerMake .headerText {
	display:block;
	float:left;
	width:400px;
	margin:21px 0 0 100px;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:0px;
	color:#262f40;
	}

	


/*
-------------------------------
SEARCH
-------------------------------
*/

/* Search form */

#searchform {
	position: relative; 
	margin:16px 13px 0 0px;
	font-size:18px; 
	display:block;
	float:right;
	}
#searchform input#inputString {
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 5px 3px 5px;
	margin:0px;
	width:166px;
	color:#666;
	border:1px solid #666;
	border-left:0px;
	border-right:0px;
	background:transparent url(../images/input-background.png) center top repeat-x;
	}
#suggestions{
	position:absolute;
	left:-51px;
	top:13px;
	width:164x;
	display:none;
	z-index:999;
	}


/* Search results */

#searchresults {	
	width:225px;
	background:#aaa;
	border:1px solid #999;
	font-size:10px;
	line-height:14px;
	}
#searchresults a {
	display:block;
	background:#fff;
	clear:left;
	height:52px;
	text-decoration:none;
	line-height:130%;
	}
#searchresults a:hover {
	background:#d8d8d8;
	}
#searchresults a img {
	height:38px;
	float:left;
	padding:7px 9px;
	}
#searchresults a span.searchheading {
	display:block;
	font-weight:bold;
	padding-top:6px;
	color:#333;
	}
#searchresults a:hover span.searchheading { color:#e65a15; }
#searchresults a span { color:#666; }
#searchresults a:hover span { color:#333; }
#searchresults span.category {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:5px 9px;
	display:block;
	color:#fff;
	}
#searchresults span.seperator {
	float:right;
	margin-right:5px;
	}
#searchresults span.seperator a {
	background:transparent;
	display:block;
	margin:5px;
	height:auto;
	color:#fff;
	}
.break { clear:both; }





/*
-------------------------------
LEFT COLUMN - Menu
-------------------------------
*/

.productMenu {
	list-style:none;
	margin:0;
	display:block;
	float:left;
	width:555px;
	margin:8px;
	}

.productMenu li {
	padding:1px 25px 0 0;
	margin:0;
	float:left;
	}
.productMenu a {
	font-size:17px;
	color:#262f40;
	}
.productMenu a:hover {
	color:#c64205;
	}
.selectedCat a {
	color:#c64205;
	text-decoration:underline;
	}
	
.productSubMenu {
	list-style:none;
	padding:0;
	margin:57px 0 0px 5px;
	}
.productSubMenu li {
	padding:0;
	margin:0;
	}
.productSubMenu li a {
	font-size:12px;
	display:block;
	color:#c64205;
	padding:4px 10px 4px 6px;
	margin:0;
	}
.frontPage li a {
	padding:2px 10px 3px 6px;
	}
.productSubMenu li a:hover {
	color:#000;
	}

.selectedSubCat a {
	background:url(../images/menuArrow.png) right 50% no-repeat;
	}





/*
-------------------------------
HUNTER CATEGORY FRONTPAGE
-------------------------------
*/

.frontPageCatFirst,
.frontPageCat {
	float:left;
	width:207px;
	height:130px;
	margin:20px 0 5px 10px;
	padding:0 15px 0 0;
	overflow:hidden;
	text-align:right;
}
.frontPageCatFirst {
	margin-left:1px;
	margin-right:30px;
}

.frontPageCatFirst h3,
.frontPageCat h3 {
	margin:12px 0 12px 0;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	color:#e65a15;
}
.frontPageCatFirst a,
.frontPageCat a {
	display:block;
	margin:0px 0 2px 0;
	line-height:160%;
	text-decoration:underline;
	color:#666;
}
.frontPageCatFirst .linkBlock,
.frontPageCat .linkBlock {
	margin:0px 0 7px 0;
	line-height:140%;
}
.frontPageCatFirst span,
.frontPageCat span,
.frontPageCatFirst a:hover,
.frontPageCat a:hover {
	color:#e65a15;
}

.catHunter {
	background:url(../images/categoryOriginal.jpg) left top no-repeat;
}
.catHuntress {
	background:url(../images/categoryHuntress.jpg) left top no-repeat;
}
.catYoungHunter {
	background:url(../images/categoryYoungHunter.jpg) left top no-repeat;
}
.catIndersokker {
	background:url(../images/categoryIndersok.jpg) left top no-repeat;
}





/*
-------------------------------
BASKET OVERLAY
-------------------------------
*/

#basketPop {
	margin:0px;
	padding:0px;
	}
#imgShow {
	position:absolute;
	top:50%;
	left:0%;
	width:100%;
	height:380px;
	margin:-223px 0 0 0;
	background:url(../images/mainTopMiddle.png) 0px -5px repeat-x;
	text-align:center;
	z-index:10;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	}

#realImage {
	position:absolute;
	top:50%;
	left:50%;
	width:440px;
	height:255px;
	text-align:center;
	background:#fff;
	border-top:2px solid #e65a15;
	border-bottom:1px solid #e65a15;
	padding:20px 10px 20px 20px;
	margin:-185px 0 0 -220px;
	z-index:90;
	}
#realImage .update {
	margin:40px 0 0 0px;
	height:50px;
	font-size:15px;
	color:#6d8971;
	}

#realImage div {
	height:140px;
	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:440px;
	height:78px;
	margin:0px 0 0 20px;
	padding:0px;
	}
#realImage div.suggestProducts a {
	float:left;
	display:block;
	width:200px;
	height:52px;
	margin:0 10px 0 0;
	}
#realImage div.suggestProducts a img {
	float:left;
	display:block;
	width:44px;
	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;
	}


	
/* STYLES FOR AIGLE VIDEO */

#aigleVideo {
	position:absolute;
	left:50%;
	width:853px;
	margin:0px 0 0 -426px;
	z-index:90;
	}
#videoClose {
	display:block;
	float:right;
	clear:both;
	width:30px;
	padding:5px 10px;
	background:#262F40;
	border:1px solid #e65a15;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin:0px 0 20px 0px;
	cursor:pointer;
	}
#videoClose:hover {
	background:#e65a15;
	}
#videoBackground {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#161F30;
	z-index:89;
	}
	
	
	
	
	



/*
-------------------------------
FOOTER
-------------------------------
*/

.footerWrap {
	margin:0px auto;
	padding:8px 0 25px 0;
	text-align:center;
	}

.footerMain {
	padding:0px 0 12px 0;
	margin:0px auto;
	text-align:center;
	}
.footerMain p {
	display:inline;
	margin:0px;
	padding:0px 10px;
	color:#262f40;
	}
.footerMain a {
	color:#262f40;
	}
.footerMain a:hover {
	color:#fff;
	}