html , body{
	height: 100%;
}

body {
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	color: #333;
	width: 100%;
	display: table;
    font: 80%/1.4 Verdana, Arial, sans-serif;
	background: url(../_images/bg-body.png) repeat-x left top #fcf9f5; /*fffefc*/
	/*
   -moz-box-shadow:    inset 0 0 10px #666;
   -webkit-box-shadow: inset 0 0 10px #666;
   box-shadow:         inset 0 0 10px #666;	
   */
}

h1, h2, h3, h4, h5, h6, h1reg {
   font-family: 'Port Lligat Slab', serif;
}

h1 {
   font-size: 2.4em;
   font-weight: bold;
   color: #7c352c;
   margin-bottom: 0.5em;
   margin-top: 0.5em;
   clear: both;
}

h1reg {
   font-size: 4.4em;
   font-weight: bold;
   color: #7c352c;
   margin-bottom: 0.5em;
   margin-top: 0.5em;
   clear: both;
}

h2reg {
   font-size: 3.5em;
   font-weight: bold;
   color: #611b0f;
   margin-bottom: 0.5em;
   margin-top: 0.5em;
   clear: both;
}

h2 {
   font-size: 1.8em;
   font-weight: bold;
   color: #611b0f;
   margin-bottom: 0.5em;
   margin-top: 1em;
   clear: both;
}

h3 {
    margin-top: 1.3em;
    margin-bottom: 0.6em;
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
}

hr {
  border: 0;
  color: #9E9E9E;
  background-color: #9E9E9E;
  height: 1px;
  width: 100%;
  text-align: left;
}

a img { border: 0;}
a { color:#931102; text-decoration:none; } /* 000 */
a:hover { text-decoration: underline; }
a:active { outline: none; }

p a, 
li a {
	text-decoration: underline;
	color: #931102;
}
p a:hover, 
li a:hover {
	text-shadow: 1px 1px 1px #feff81;
}

img {
	max-width: 100%;
	/*display: block;*/
}

p {
    margin-top: 1em;
    line-height: 1.6em;
}
p a {
    text-decoration: underline;
}

i {
    font-style: italic;
}
b {
    font-weight: bold;
}

ul.standard {
  margin-top:1.5em;
  margin-left:0.16em;
  padding-left:0em;
  margin-bottom:1em;  
}

ul.standard li {
  list-style:none;
  background-image: url(../_images/listpunktrod.png);
  background-position: 1px 0.55em;
  background-repeat: no-repeat;
  padding-left:1.2em;
  margin-bottom:1em;
  margin-left:0em;
  line-height:1.4em;
}

.vansterjusterad {
	text-align:left;
}

.centerjusterad {
	text-align:center;
}

.hogerjusterad {
	text-align:right;
}

.column {
    float: left;
	position: relative;
}

.columnLeft {
    float: left;
	position: relative;
}

.columnRight {
    float: right;
	position: relative;
}


/* --- Container --- */
#container              { background-color: #fcf9f5; text-align: left; margin: 0 auto; width: 750px; border: solid 3px silver }
* html #container {width:752px;w\idth:752px;} /* box model hack*/
#container::after {
	content:"";
	display: block;
	clear: both;
}

/* --- Container2 --- */
#container2              { background-color: #fcf9f5; text-align: left; margin: 0 auto; width: 752px; border: solid 3px silver }
* html #container2 {width:752px;w\idth:752px;} /* box model hack*/
#container::after {
	content:"";
	display: block;
	clear: both;
}
/* 
	MAIN CONTENT (container for all)
*/
#mainContent {
	width: 960px;
	background-color: transparent;
	margin: 0px auto 0;
	padding: 0 1em;
}

 /* 
	HEADER
*/
#header:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	z-index: 100;
}

#header {
	position: relative;
	z-index: 2000;
	background-color: transparent;
	height: 163px;
	margin-bottom: 15px;
}

#header #logo {
    position: absolute;
	top: 0;
	left: -45px;
}

#header #nav {
	position: absolute;
	bottom: 14px;
	height: 20px;
	font-family: 'Port Lligat Slab', serif;
	font-size: 1.4em;
	width: 99%;
}

#header #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#header #nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

#header #nav ul li a {
    color: #fff;
    display: block;    
    text-decoration: none;
}
#header #nav ul li a:hover {
	color: #fff;
	text-shadow: 0 0 7px #fff;
}

#header #nav ul li .arrow {
	visibility:hidden;
	bottom: -14px;
    height: 15px;
    left: 37%;	
	width: 20px;
	position: absolute;
	background: url(../_images/bg-menu-selected-arrow.png) no-repeat center top transparent;	
	z-index: 1000;
}

#header #nav li.selected {
	color: #fff;
	text-shadow: 0 0 5px #fff;
}

#header #nav li.selected  .arrow {
	visibility: visible;
}

#header #nav li.selected a  {
	color: #fff;
}

#header #actionMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position: absolute; 
	right: 0px; 
	top: 0px;	
}

#header #actionMenu ul li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	background-color: #fff;
	padding: 8px 10px;
}

#header #actionMenu ul li a {
    display: block;    
    text-decoration: none;
}
#header #actionMenu ul li a:hover {
}

#header #actionMenu ul li.logout {
	background-color: #efefef;
}

 /* 
	WRAPPER (holds everytjing under the header)
*/
#wrapper {}

#content {
	background-color: transparent;
	/*overflow: auto;*/ /* Nytt för "så här går det till" */
	min-height: 30em;
}

/*
	SUBMIT BUTTON
*/
input[type=submit] {
	cursor:pointer;
	background:none;
	border:none;
	color:#333;
	font-size:18px;
	padding:6px 4px;
	border:1px solid #E0E0E0;
	text-shadow: 0px 1px  1px #E8E8E8;

	border-radius:5px;
	transition:all 0.2s linear;
	
	background: #cdeb8b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGViOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cdeb8b 0%, #cdeb8b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8b), color-stop(100%,#cdeb8b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cdeb8b 0%,#cdeb8b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cdeb8b 0%,#cdeb8b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cdeb8b 0%,#cdeb8b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cdeb8b 0%,#cdeb8b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#cdeb8b',GradientType=0 ); /* IE6-8 */
}

input[type=submit]:hover{
	color:#000;
	border-color: #CECECE;
	background: linear-gradient(top, rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
	box-shadow:0px 1px 1px #FFF inset,0 0 0px 2px #E0E0E0;      
}
 
input[type=submit]:active,
input[type=submit]:focus{
	position:relative;
	top:1px;
	color:#515151;
	background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
	box-shadow:0px -1px 1px #FFF inset,
	0 0 0px 2px #E0E0E0;
}

/*
	FORM/FIELDSET
*/
form {
	padding-bottom: 10px;
}

fieldset {
	background-color: #f8f7f6;
	border: 1px solid #e0dcd8;
	margin-top: 1.5em;
	padding: 10px;
}

legend {
	font-family: 'Port Lligat Slab', serif;
	font-size: 1.5em;
	padding: 3px 6px;
	background-color: #e0dcd8;
}

legendreg {
	font-family: 'Port Lligat Slab', serif;
	font-size: 3.5em;
	padding: 3px 6px;
	background-color: #e0dcd8;
}

.submitArea {
	background-color: #fff; 
	border: 1px dashed #e0dcd8; 
	padding: 1em;
	margin-top: 0.3em;
	overflow: auto;
}

.formRow {
	margin: 0.5em 0;
	display: block;
	overflow: auto;
}

.formRow h3{
	margin-top: 0;
}

.formRow.product  {
	background-color: #fff;
	border: 1px dashed #f7f7f7;
	min-height: 4em;
}

.formRow.product .inner {
	margin: 8px;
}

.formRow.product .verticalAlign {
	line-height: 4.5em;
}

 /* 
	BOXES 
*/
.whiteBox {
	position: relative;
	background-color: #fff;
	border: 1px solid #f7f7f7;
	/*overflow: auto;*/
	
	-moz-box-shadow: 0 2px 5px #bbbbbb;
	-webkit-box-shadow: 0 2px 5px #bbbbbb;
	box-shadow: 0 2px 5px #bbbbbb;	
}

.whiteBox .inner {
	padding: 8px;
}


.whiteBox:before, .whiteBox:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.whiteBox:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}


.redBox {
	position: relative;
	background-color: #931102;
	color: #fff;
	
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow: 0 3px 5px#888;
	box-shadow: 0 3px 5px #888;	
}

#loggedInBox {
	position: relative;
	background-color: #708a1f;
	color: #fff;
	margin-top: -16px;

	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow: 0 3px 5px#888;
	box-shadow: 0 3px 5px #888;	

	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;	
}
#loggedInBox .inner {
	padding: 8px;
}

#loggedInBox a {
	color: #fff;
}

#loggedInBox ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#loggedInBox ul li {
	position: relative;
	margin: 3px 0 3px 0;
	background-image: url(../_images/listpunktvit.png);
	background-position: 1px 0.55em;
	background-repeat: no-repeat;
	padding-left:1.2em;	
}

#loggedInBox ul li.selected{
	font-weight: bold;
}

#loggedInBox ul li a {
    color: #fff;
    display: block;    
    text-decoration: none;
}
#loggedInBox ul li a:hover {
	text-shadow: none;
	text-decoration: underline;
}

/*
	BANNERS
*/
.banner {
	float: left;
	background-color: #708a1f;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Port Lligat Slab',serif;
	margin: 1em 1em 1em 0;
}

.banner .inner {
	padding: 8px;
}

.triangle {
	padding-left: 0.5em;
}


 /* 
	SPECIAL ITEMS
*/
.markText {
	background-color: #797979; 
	color: #fff; 
	padding: 2px;
	border-radius: 5px;
	font-size: 0.85em;
}

.bigText1, 
.bigText2 , 
.bigText3 {
	font-size: 5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin:0;
}

.bigText1 {
	padding-top: 15px;
}

.bigText2 {
	font-size: 3.8em;
	margin-top: -20px;
}

.bigText3 {
	font-size: 7.5em;
	margin-top: -25px;
	padding-bottom: 9px;
}

.imageRight {
	float: right;
	padding: 1em 0 1em 1em;
}

.firstcharacter { 
	float: left; 
	color: #7C352C; 
	font-size: 100px; 
	line-height: 70px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: 'Port Lligat Slab',serif
}

.sansSerif {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.redArrow {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom:-30px;
	left: 25px;
	background: url(../_images/arrowRed.png) no-repeat center top transparent;	
}

.extraHowTo {
	width: 140px;
	height: 91px;
	position: absolute;
	top: 280px;
	right: -115px;
	background: url(../_images/extra-howto.png) no-repeat center top transparent;
	z-index: 1000;
}

.extraBranchBig {
	width: 85px;
	height: 60px;
	position: absolute;
	top: -50px;
	right: -55px;
	background: url(../_images/branch-big.png) no-repeat center top transparent;
}

.extraLogoFooter {
	width: 60px;
	height: 175px;
	position: absolute;
	top: 10px;
	left: -60px;
	background: url(../_images/logo-footer.png) no-repeat center top transparent;
	z-index: -1;	
}

.extraAx {
	width: 164px;
	height: 223px;
	position: absolute;
	top: 163px; /* header hight */
	right: 100px;
	background: url(../_images/bg-ax.png) no-repeat center top transparent;
}

 /* 
	SPECIAL OL-MENU INDEX PAGE 
*/
ol {
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	padding: 0;
	margin: 3.3em 0 0 3.55em;
}

.rounded-list li {
	position: relative;
}

.rounded-list .link,
.rounded-list h2 {
	position: relative;
	display: block;
	padding: 0 .4em 0 .9em; /* .4em .4em .4em .8em;*/
	*padding: .4em;
	margin: .5em 0;
	color: #606060;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2.5em;
	letter-spacing: 0.05em;
	border-radius: .3em;
	
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.rounded-list h2 {
	font-size: 2em;
}

.rounded-list .link:hover{
	background: #fff;
	text-decoration: none;
	color: #333;
}

.rounded-list .link:hover:before {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.rounded-list .link:before,
.rounded-list h2:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1em;
	background: #931102;
	height: 2em;
	width: 2em;
	line-height: 1.8em;
	font-size: 0.6em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 2em;
	
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.rounded-list .link:after,
.rounded-list h2:after{
	position: absolute;	
	content: '';
	border: .45em solid transparent;
	left: -0.1em;
	top: 50%;
	margin-top: -.45em;
	
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out				
}
.rounded-list .link:hover:after{
	left: .2em;
	border-left-color: #931102;				
}	

.rounded-list a.standard {
	
}


 /* 
	FOOTER 
*/
#footer {
	float: left;
	width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
    padding-bottom: 5px;
    font-size: 0.9em;
	color: #000;
	clear: both;	
	background-color: #f1ece2;
	border-top: 1px solid #91bd23;
	position: relative;
	text-align: left;
}

#footer  .inner {
	padding: 25px 15px 0px 15px;
	min-height: 150px;
	border-top: 3px solid #e7dfcf;
}


 /* 
	PRODUCT RELATED
*/
.productContainer {
	float: left;
	overflow: visible;
	clear: both;
	width: 100%;
	margin-bottom: 2em;
	padding: 1px;
}

.productContainer h2 {
	margin-top: 0;
}

.productContainer .textBox .inner {
	margin: 0 1em .5em 1em;
}

.productContainer .price {
	font-family: 'Port Lligat Slab',serif;
	font-size: 2em;
	color: #611B0F;
	padding-top: 1.5em;
}

.clearfix {
    overflow: hidden;
    height: 1%;
}

.boxKlart {
    border: 1px solid #cadaaf;
    padding: 0;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
	border-radius: 8px;
    background-color: #f2f9e5;
    padding: 10px;	
}
.boxKlart h2 {
    font-size: 1.3em;
    background-color: #cadaaf;
    padding: 4px;
    margin-bottom: 0;
    color: #cadaaf;
}

/*
	TABLES
*/
table {
	margin-top:0.5em;
    margin-bottom:1.5em;
	border: 1px #c4c4c4 solid;
    border-collapse: collapse;
	width:99%;
}

table th, table td {
	border: 1px #c4c4c4 solid;
	padding: 0.4em;
    vertical-align: top;
	background-color: #efefef;
	color: #333;
}

table th {
	background-color: transparent;
	text-align: left;
    font-weight: bold;
    color: #fff;
	background-color: #838383;
}

table caption {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    color: #333;
}

tfoot {
	font-weight: bold;
}

table tr:hover td { 
	background-color: #f7f7f7;
	color: #333;
} 

form label {
  /*font-weight:bold;*/
  margin-bottom:0.1em;
}

form input {
    height: 20px;
}

form select {
  margin-bottom:0.1em;
}

/* 
	SPECIAL TABLE
*/
#specialTable table {
	border-collapse:collapse;
	border: 0px;
}

#specialTable th.side {
	/*background: transparent url(../_images/bg_th_side.gif) no-repeat bottom left;*/
	background:transparent url(../_images/bg_th.gif) repeat-x bottom left;
	color: #fff;
}

#specialTable td.side {
	text-align:left;
	/*background: transparent url(../_images/bg_td_side.gif) no-repeat bottom left;*/
	background-color: #838383;
	color: #fff;
	background-image: none;
	width:175px;
	padding-right:8px;
}

#specialTable th {
	height:64px;
	border: 0;
	vertical-align:bottom;
	color:#fff;
	background:transparent url(../_images/bg_th.gif) no-repeat bottom left;
	text-align: center;
	padding-left:0;
}

#specialTable td {
	text-align:center;
	background:transparent url(../_images/bg_td.gif) no-repeat bottom left;
	border:0;
	color:#fff;
	width:108px;
	height:40px;
}

#specialTable td.on {
	background:transparent url(../_images/bg_td_on.gif) no-repeat bottom left;
}

#specialTable th.on {
	background:transparent url(../_images/bg_th_on.gif) no-repeat bottom left;
	padding-bottom:9px;
	width:148px;
}

#specialTable  tfoot td {
	background:transparent url(../_images/bg_foot_td.gif) no-repeat top left;
	height:64px;
	vertical-align:top;
	padding-top:8px;
}

#specialTable tfoot td.on {
	background:transparent url(../_images/bg_foot_td_on.gif) no-repeat top left;
	padding-top:16px;
}

#specialTable tfoot td.side {
	background: transparent url(../_images/bg_foot_td_side.gif) no-repeat top left;}



/*
	ERROR/OBSERVE MESSAGES
*/

.errorMessage,
.observe {
   margin-bottom: 1.4em;
   margin-top: 1.4em;
   padding: 10px !important;
   border: 1px solid #993333 !important;
   background: #f2e7e7 !important;
   color: #993333 !important;
   border-radius: 8px;
}

.errorMessage h3,
.boxKlart h3 {
	margin-top: 0;
}

.errorMessage ul {
    padding-left: 20px !important;
    list-style-type: disc !important;
}

.errorMessage li {
   padding: 3px !important;
}

form input[type=submit] {
	width: auto;
	height: auto;
    font-size: 1.1em;
}

form input[type=text], form input[type=password] {
	padding: 2px;
}

/*
#tabs_wrapper {
    width: 99%;
}

#tabs_container {
    border-bottom: 1px solid #ccc;
	margin-top: 1.5em;
}

#tabs {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
}

#tabs li {
    display: inline;
}

#tabs li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

#tabs li a:hover {
    background-color: #dddddd;
    padding: 4px 6px;
}

#tabs li.active a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}

#tabs li.active a:hover {
    background-color: #eeeeee;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabs li a.icon_accept {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
 
#tabs_content_container {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
}

.tab_content {
    display: none;
}
*/