/*
======================================================
	>>TABLE OF CONTENT<<
	- Reset styles
	- Basic styles/Typography
	- Global layout
	- Global Tools
	- Global navigation
	- Local navigation
	- Content
	- Page footer

   	>>COLORS<<
   	Body Background:    #211f1c
   	Main Text:          #dac9b5
   	Links:              #dac9b5
   	Links hover:		#978b81
   	Header:        		#dac9b5
======================================================
*/
/*
======================================================
>>	Reset styles (http://meyerweb.com/eric/tools/css/reset/)
======================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {outline: 0;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
======================================================
>>	Basic styles/Typography
======================================================
*/
body {
	height: 100%;
	font-family:Arial,Helvetica,sans-serif;
	background: #211f1c;
	margin-top: 0px;
    text-align: center;
    height:100%;
    width:100%;
    margin:0;
}

h1 {
	font-size: 35px;
	color: #dac9b5;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
}

h2 {
	font-size: 21px;
	color: #dac9b5;
	padding-bottom:4px;
	font-weight: normal;
}

h2 a {
	color:#dac9b5;
	text-decoration: none!important;
}

h2 a:hover{
	color:#ffead1;
}

h3 {
	font-size: 18px;
	color: #dac9b5;
	padding-bottom:0;
	font-weight: normal;
}

a {
	color:#f6ede3;
	text-decoration: underline;
}

a:hover{
	color:#dac9b5;
	text-decoration: none;
}

p{
	color: #dac9b5;
	font-size: 12px;
	line-height: 20px;
}

ul, ol{
	color: #dac9b5;
	font-size: 12px;
	line-height: 20px;
	padding-left: 15px;
	list-style-type: square;
}

li{
	color: #dac9b5;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 3px;
}
/*
======================================================
>>	Global layout
======================================================
*/
#layout-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#global-header{
	width: 100%;
	height: 68px;
	position:relative;
	background: url(../graphics/header-bg-alpha.png) repeat-x;
}

#header-wrapper{
	text-align:left;
	width: 940px;
	padding-left: 10px;
	padding-right:10px;
	overflow: hidden;
	left:50%;
	margin-left:-470px;
	position:relative;
}

.sub-nav{
	width: 100%;
	height: 97px!important;
	position:relative;
	background: url(../graphics/header-bg-sub-nav-alpha.png) repeat-x!important;
}

#global-header-sub-menu{
	width: 100%;
	height: 97px;
	position:relative;
	background: url(../graphics/header-bg-sub-nav-alpha.png) repeat-x;
}

#global-wrapper{
	width: 100%;
	overflow: hidden;
	*margin-top: 15px;
}


#global-content{
	margin-top: 5px;
	left: 50%;
	margin-left:-470px;
	padding: 0 10px;
	overflow:hidden;
	position:relative;
	text-align: left;
	width:940px;
	*width: 950px;
}

#global-logo{
	background: url(../graphics/global-logo.png) no-repeat;
	width: 92px;
	height: 28px;
	text-indent: -9999px;
	display:block;
	margin-top:16px;
	float:left;
}
/* light-bg */
.light-bg {
	background: #f0e9e1 url(../graphics/light-bg.png) repeat-x top;
}
.light-bg h1,
.light-bg h2,
.light-bg .paragraph p,
.light-bg li,
.light-bg .teaser h2,
.light-bg .paragraph a {
	color: #333;
}
.light-bg .paragraph a:hover,
.light-bg .paragraph a:hover h2 {
	color: #2C2824;
}


/*
======================================================
>>	Global Tools
======================================================
*/
#global-tools-wrapper{
	top: 0;
	overflow: hidden;
	position: absolute;
	right: -12px;
	width: 136px;
}

#global-tools{
	height:15px;
	line-height:22px;
	position:absolute;
	right:0;
}

#global-tools ul{
	float:right;
	margin-top:5px !important;
	right:0;
}

#global-tools ul li{
	font-size: 10px!important;
	padding: 0 0 0 5px!important;
	text-transform: uppercase;
	line-height: 11px;
}

/*
======================================================
>>	Global navigation
======================================================
*/
.global-nav{
	height:62px;
	overflow:hidden;
	margin-left:240px;
}

.global-nav ul{
	position:absolute;
	margin-top:25px;
	margin-left:-10px;
	overflow: hidden;
	padding: 0;
}

.global-nav ul li{
	float:left;
	font-size:15px;
	margin-left:-2px;
	display: inline;
	background: url(../graphics/nav-bullet.gif) 0 10px no-repeat;
	padding-left: 12px;
	padding-right: 11px;
	line-height: 20px;
}

.global-nav ul li a{
	color:#978b81;
	text-decoration: none;
}

.global-nav ul li a:hover,
.global-nav ul li a.inpath {
	color: #dac9b5;
}

/*
======================================================
>>	Sub navigation
======================================================
*/
#sub-nav{
	height:42px;
	overflow:hidden;
	margin-left:240px;
}

#sub-nav ul{
	position:relative;
	margin-top:5px;
	margin-left:-10px;
	overflow: hidden;
	padding: 0;
}

#sub-nav ul li{
	float:left;
	font-size:12px;
	margin-left:-2px;
	display: inline;
	background: url(../graphics/nav-bullet.gif) 0 10px no-repeat;
	padding-left: 12px;
	padding-right: 11px;
	line-height: 20px;
}

#sub-nav ul li a{
	color:#978b81;
	text-decoration: none;
}

#sub-nav ul li a:hover{
	color: #dac9b5;
}

#sub-nav a#activeitem{
	color: #dac9b5;
}

/*
======================================================
>>	Local navigation
======================================================
*/
#local-nav {
	
}

/*
======================================================
>>	Content
======================================================
*/
.paragraph a:hover img {
	border: 3px solid #ffead1;
}
.no-border .paragraph a:hover img {
	border: none;
	background: none;
}
.paragraph a {
	text-decoration: none;
}
.paragraph p a {
	text-decoration: underline;
}
.paragraph a:hover h2 {
	color: #ffead1;
}

.paragraph input{
	border: 1px solid #211F1C;
	background: #DAC9B5;
	padding: 5px;
	font-size:14px !important;
}

/* Standatd */
.left {
	float: left;
}
#standard p,
#standard h2,
#standard h3 {
	width: 640px;
}

#standard h2 {
	font-size: 35px;
	color: #dac9b5;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#standard .image-float {
	float: right;
	margin-top: 20px;
}

.large-link {
	font-size: 21px;
	line-height: 30px;
	text-decoration: none!important;
	background: url(../graphics/arrow-right-large.png) 0 4px no-repeat;
	display: block;
	padding-left: 30px;
	margin-bottom: 3px;
}
#standard img {
	border: 3px solid #a6998a;
}

/* Teaser */
.teaser .paragraph {
	width: 620px;
}

.teaser h2 {
	font-size: 35px;
	color: #dac9b5;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.teaser p {
	color: #dac9b5;
	font-size: 14px;
	line-height: 23px;
	padding-bottom:35px;
}


/* 3 kolonner */
.col-3{
	width: 980px;
	overflow: hidden;
}

.col-3 .paragraph {
	float:left;
	margin-right: 20px;
	width: 300px;
}
.fordele .col-3 .paragraph {
	height: 330px;
}
.text-clean{
	width: 617px;
}

.col-3 .paragraph img {
	margin-bottom: 15px;
	border: 3px solid #a6998a;
	margin-right: 0;
	margin-top: 0;
}
.no-border .col-3 .paragraph img {
	border: none;
}

/* 4 kolonner */
.col-4 {
	width: 980px;
	overflow: hidden;
}

.col-4 .paragraph img {
	margin-bottom: 14px;
	border: 3px solid #a6998a;
}

.col-4 .paragraph {
	float: left;
	margin-right: 15px;
}

/* 2 kolonner */
.col-2 {
	width: 640px;
	position: absolute;
}

.col-2.wide{
	position:relative!important;
}

.col-2 .paragraph {
	float:left;
	margin-right: 20px;
	width: 300px;
}
.col-2:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.col-2 {display:inline-block;}
/* Hide from IE Mac \*/
.col-2 {display:block;}
/* End hide from IE Mac */


/* 2 kolonner bred */
.col-2.wide {
	width: 980px;
}

.col-2.wide .paragraph {
	float:left;
	margin-right: 20px;
	width: 470px;
	* width: 460px;
}


/* Image float */
.teaser .image-float {
	float: right;
	margin-top:25px;	
}

/* Forhander */
#dealer {
	width: 850px;
}
#dealer h2 {
	font-size: 35px;
	color: #dac9b5;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#dealer form {
	padding: 20px;
	background-color: #393530;
}

#dealer table {
	margin-top: 30px;
	color: #DAC9B5;
	font-size: 14px;
}

#dealer thead th {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	padding: 5px;
}

#dealer thead th a {
	color:#DAC9B5!important;
	font-size:14px!important;
	font-weight:bold!important;
	line-height:19px!important;
	padding-bottom:4px!important;
	background: url(../graphics/arrow-sort.png) right 6px no-repeat!important;
	display: inline-block;
	padding-right: 10px!important;
}
#dealer thead th a:hover {
	color:#ffead1!important;
}
#dealer td a {
	color:#DAC9B5!important;
	font-size:14px!important;
	line-height:23px!important;
	display: block;
}

#dealer td {
	padding: 5px;
}

#dealer .DealerElement1 td {
	background-color: #393530;
}
#dealer tr.DealerElement1:hover td {
	background-color: #413d37;
}
#dealer tr.DealerElement0:hover td {
	background-color: #2a2824;
}
.dealer-list {
	margin-bottom: 20px;
}
#dealer .dealer-list .link {
	text-decoration: underline;
	color: #ffead1!important;
}
.hidden {
	display: none;
}

.dealer #global-content{
	min-height:600px;
	height:auto !important;
	height:600px;
	overflow: visible;
}

/*#dealer-choose-country a {
	font-size: 21px;
	line-height: 30px;
	text-decoration: none;
	background: url(../graphics/arrow-right-large.png) 0 4px no-repeat;
	display: block;
	padding-left: 30px;
	margin-bottom: 3px;
}*/

.dealer #global-content{
	background: url(/Files/System/zizzi/graphics/europa-kort.png) top right no-repeat;
}

.no-wrap {
	white-space: nowrap;
}

/* Collection */
#collection-zizzi{
	padding-bottom:20px;
}

#collection-zizzi a{
	width: 300px;
	height: 294px;
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -313px -309px no-repeat;
	display:block;
	text-indent: -9999px;
}

#collection-zizzi a:hover{
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -1px -309px no-repeat;
}

#collection-zj a{
	width: 300px;
	height: 294px;
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -313px -624px no-repeat;
	display:block;
	text-indent: -9999px;
}

#collection-zj a:hover{
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -1px -624px no-repeat;
}

#collection-zay a{
	width: 300px;
	height: 294px;
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -313px 0px no-repeat;
	display:block;
	text-indent: -9999px;
}

#collection-zay a:hover{
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -1px 0px no-repeat;
}




.collection #collection-zizzi a{
	width: 300px;
	height: 294px;
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -313px -309px no-repeat;
	display:block;
	text-indent: -9999px;
}

.collection #collection-zizzi a:hover{
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -1px -309px no-repeat;
}

.collection #collection-zj a{
	width: 300px;
	height: 294px;
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -313px -624px no-repeat;
	display:block;
	text-indent: -9999px;
}

.collection #collection-zj a:hover{
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -1px -624px no-repeat;
}

.collection #collection-zay a{
	width: 300px;
	height: 294px;
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -313px 0px no-repeat;
	display:block;
	text-indent: -9999px;
}

.collection #collection-zay a:hover{
	background: url(/Files/Billeder/Zizzi/general/kollektion/oversigt/kollektion-oversigt-high.png) -1px 0px no-repeat;
}


/* magasin */

.magasin .col-3 .paragraph {
	height: 245px;
}
.magasin .paragraph a h2 {
	font-size: 21px;
	line-height: 30px;
	text-decoration: none;
	background: url(../graphics/arrow-right-large.png) 0 4px no-repeat;
	display: block;
	padding-left: 30px;
	margin-bottom: 3px;
}

/* Figurguide */
.figurguide .teaser p {
	padding-bottom: 0;
}



/*
======================================================
>>	Page footer
======================================================
*/
#global-footer {
	background: url(../graphics/footer-bg-alpha.png) repeat-x;
	width: 100%;
	height: 44px;
}


#footer-nav {
	height:44px;
	left:50%;
	margin-left:-470px;
	overflow:hidden;
	position:relative;
	padding: 0 5px;
	width:940px;
}

#footer-nav ul {
	margin-top: 21px!important;
	margin-left: -10px;
	position: absolute;
	padding: 0 0 0 0;
}

#footer-nav ul li {
	font-size: 10px!important;
	background-position: 0 5px!important;
	text-transform: uppercase;
	display: inline;
	float: left;
	background: url(../graphics/nav-bullet.gif) 0 7px no-repeat;
	padding-left:10px;
	padding-right:9px;
	line-height: 13px;
}

#footer-nav ul li a {
	text-decoration: none;
	color: #978b81;
}

#footer-nav ul li a:hover {
	color:#dac9b5;
}

#frontpage #global-header {
	height: 63px;
}

#global-footer #footer-nav #mm{
	float:right;
	margin-right:-5px;
	_margin-right:0px;
	margin-top:10px;
	font-size: 10px;
}

#global-footer #footer-nav #mm a, #global-footer #footer-nav #mm p{
	color: #5f574e;
}

#frontpage #global-footer {
	background:transparent url(../graphics/footer-bg-alpha.png) repeat-x scroll 0 -7px;
	height: 37px;
}
#frontpage #footer-nav {
	height: 37px;
}
#frontpage #global-footer ul {
	margin-top:14px !important;
}
#frontpage #global-wrapper {
	height: 100%;
}
#frontpage #sub-nav {
	display: none;
}
#frontpage #global-content {
	width: 100%;
	height: 100%;
	margin: 0;
	position: static;
	padding: 0;
}


/*
======================================================
>>	Page footer
======================================================
*/

#campaign {
	width: 980px;
	padding-top: 20px;
	overflow: hidden;
}

#campaign .col,
#campaign .col.teaser .paragraph {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 300px;
}

#campaign .col h3 {
	margin-top: 30px;
}

#campaign #campaign_thumbs .paragraph {
	float: left;
	margin-right: 15px; 
}
#campaign #campaign_thumbs h2 {
	width: 285px;
}
#campaign #campaign_thumbs .paragraph h2 {
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0 0px 0; 
}
#campaign #campaign_thumbs img {
	float: left;
	border: 3px solid #a6998a;
	margin-bottom: 15px;
}
#campaign #campaign_thumbs a:hover img,
#campaign #campaign_thumbs a.active img {
	border: 3px solid #ffead1;
}

#campaign #campaign_image img {
	border: 3px solid #a6998a;
}

#campaign #dealer {
	float:left;
	width: 940px;
}
#campaign #dealer h2,
#campaign #dealer form {
	display: none;
}
#campaign #dealer table {
	margin-top: 0px;
}
#campaign #dealer table a.link {
	text-align: right;
}
#campaign .teaser p {
	padding-bottom: 10px;
}
span.selected {
	font-size: 12px;
	line-height: 16px;
	background-color: #393530;
	display: inline-block;
	padding: 1px 5px;
}
h1.price {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #f6ede3;
	display: inline-block;
	padding: 1px 5px;
}