* {
	padding: 0;
	margin: 0;
}
body { font: 80%/120% Arial, Helvetica, sans-serif;}

#wrapper {
	background: transparent url('images/header.png') no-repeat 50% 0;
	width: 961px;
	padding:0;
	margin: 0 auto;
}
/* Header related stylings! */
#header {
	height: 207px;
}
#header h1 {
	display:none;
}
#header p {
	display:none;
}

#site-navigation {
	position: absolute;
	top: 174px;
	margin-left: 64px;
	width: 700px;
}
#site-navigation .menu {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;

	margin-right: 10px;
	float:left;
	position: relative;
	text-align: center;
	z-index: 2;
}
.menu a {
	padding: 9px 4px;
	display: block;
	color: #000000;
	width: 148px;
	text-decoration: none;
	font-weight: bold;
	z-index: 2;
}

.menu li div.balloon {
	background: url(images/balloon4.png) no-repeat center center;
	font-weight: normal;
	width: 204px;
	height: 104px;
	position: absolute;
	top: -106px;
	left: -24px;
	text-align: center;
	padding: 0;
	font-style: normal;
	z-index: 2;
	display: none;
}
.menu li div.balloon span {
	color: white;
	display:block;
	padding: 1em;
	padding-top: 1.5em;
}


/* Every content element within the page! :)
Page colors:
grøn: 	80ff00
Orange: ffa600
Blå:	01ffff
gul:	ffff00
*/
#page { /* Orange - Findbutik */
	background: #ffa600;
}
#page.page-1 { /* Grøn - Forsiden */
	background: #80ff00;
}
#page.page-4 { /* Orange - Findbutik */
	background: #ffa600;
}
#page.page-5, #page.page-22, #page.page-23 { /* Blå - Katalog */
	background: #01ffff;
}
#page.page-3 { /* gul - Kontakt os */
	background: #ffff00;
}
#page {

	width: 910px;
	margin: 0 auto;
}
#page h1, #page #content, #page #breadcrumbs {
	margin-left: 18px;
	margin-right: 18px;
}

#page h1 {
	line-height: 1.6em;
	padding-top: .4em;
	/*border-bottom: 1px solid #000;*/
}

#page #content {
	font-size: 16px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#page #breadcrumbs {
	color: #333;
	font-size: 11px;
	padding-top: 10px;
	line-height: 14px;
	height: 22px;
}

#page #breadcrumbs a {
	color: #333;
	text-decoration: none;
}

#sideBox {
	float: right;
	width: 200px;
}

/* side specifik styling! :) */

.page-4 .butik-location {
	margin-left: -5px;
	float:left;
}

.page-4 #butik-list {
	display:block;
	color: #000;
}
.page-4 #butik-list ul {
	list-style: none;
	width: 800px;
	margin: 0 auto;
}
.page-4 #butik-list li {
	float:left;
	margin: 0 10px 0 0;
}
.page-4 #butik-list a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}

.page-4 .butik-info {
	margin-top: 5px;
	margin-left: 5px;
	float:left;
	width: 372px;
	background: #fff;
}
.page-4 .butik-info .butik-info-item {
	padding: 2em;
}
.page-4 .butik-info h2 {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1.6em;
}
.page-4 .butik-info p {
	line-height: 1.2em;
	font-size: 1.2em;
}
.page-4 .butik-info table {
	margin: .2em 0 .5em 0;
	width: auto;
}
.page-4 .butik-info table caption {
	margin: .1em 0;
	text-align:left;
	font-size: 1.3em;
	line-height: 1.4em;
	border-bottom: 1px solid #000;
}
.page-4 .butik-info table th {
	text-align: right;
	padding-right: 10px;
	width: 100px;
}
.page-4 .butik-info table td {
	text-align: right;
	width: 80px;
}
/* Search Form */
#search {
	position: absolute;
	display: block;
	width: 320px;
	margin-left: 484px;
	top: 84px;
}

#search #search-txt {
	float:left;
	line-height: 22px;
	padding-right: 10px;
}

#ajaxSearch_form {
	color: #444;
	width: auto;
}
#ajaxSearch_input {
	width: auto;
	display: inline;
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background: #fff url(images/input-bg.gif) repeat-x top left;
	margin: 0 3px 0 0;
	padding: 3px 0 0;
	vertical-align: top;
	}
#ajaxSearch_submit {
	display: inline;
	height: 22px;
	line-height: 22px;
}
#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}
.ajaxSearch_paging {
}
.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}
.AS_ajax_resultLink {
	text-decoration: underline;
}
.AS_ajax_resultDescription{
	color: #555;
}
.AS_ajax_more {
	color: #555;
}

/* Footer */
#footer {
	padding-top: 2em;
	width: 910px;
	margin: 0 auto;
	text-align: center;
	color: #888;
	line-height: 20px;
}
#footer a {
	text-decoration: none;
	color: #888;
}
#footer a:hover {
	color: #444;
}

.clear-both {
	clear:both;
}


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    /*font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;*/
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 100px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 124px; /* IE 6 treats width as min-width */
    min-width: 98px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    /*border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; *//* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    /*padding: 0 0 0 20px;*/
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.gallery{}
.galleria{list-style:none;width:100px}
.galleria li{display:block;width:90px;height:90px;overflow:hidden;float:left;margin:0 5px 5px 0}
.galleria li a{border:none;}c
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:100px} /* MSIE bug */

.galleria_container{float:right;margin:0pt auto 10px;width:740px;}
.galleria_wrapper img { width: 720px; }
.nav {clear:both;text-align:right;}
a{color:#348;text-decoration:none;outline:none;}
a:hover{color:#67a;}
.caption{color:#888;position:absolute;top:250px;left:3px;width:200px;}

#nyheder {
	display:block;
	float:right;
	width: 450px;
}

.tilbuds_vare {
	border: 1px solid red;
	padding: 1em;<<<<<<
}

.tilbuds_vare_pris {
	width: 200px;
	float:right;
}

#nyheds-boxe {
	padding-top: 1.3em;
}

#nyheds-boxe img {
	padding: 0;
	margin: 0;
	padding: 5px;
}

.nyhed-1 {
	float:left;
}
.nyhed-2 {
	float: left;
}
.nyhed-3 {

}

a img {
	border:none;
}

#content p {
	line-height: 1.3em;
	letter-spacing: .05em;
	padding-bottom: .65em;
}

