/*
Basic element
*/
 div {position:static;}
 
/* .goog-te-banner-frame{display: none !important;} */
.goog-tooltip{display: none !important;}
font { background: none !important; }
/* body{top: 0px !important;} */
body {
	background-repeat: repeat-x;
	background-position: 0px 30px;
	font: 12px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
	margin: 0 0 40px 0;
}

a {	text-decoration: none; }
a:focus { outline: 1px dotted invert; }


/* H1 och H2 anvðnds i dynamiska texter f—r artiklar och statiska sidor */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 3px;
}

/* H3 anvðnds som rubrik i .shaded_div i mainkolumnen */
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 3px;
}
/* H4 anvðnds som rubrik i moduler i det h—gra fðltet */
h4 {
	font-size: 16px;
	font-weight: bold;
	color:#aaa;
	margin: 0;
}

/* Fasta pbject */
p {
	margin: 0 0 20px 0;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


/* Klass f—r ingresstext */
.ingresstext {
	font-size:11px;
	color:#666;
	font-style:italic;
	margin:0px;
	padding:0px;
}
.ingresstext_large {
	font-size:16px;
	color:#aaa;
	font-style:italic;
	margin:0px;
	padding:0px;
}

.input_text { width:50%; border: 1px solid #cccccc; padding: 1px; font: 11px 'Helvetica Neue', Arial, 'Liberation Sans'; color:#888888; }
.input_text:hover {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}
.input_text:focus {
	border: 1px solid #888888;
	background-color: #f5f5f5;
	color: #000000;
}


object { z-index: 0; }
/*
Content - text
*/
.easySlide_rubrik { display:block; font-weight:bold; margin-bottom: 5px; }


/*
Content - element
*/

.shaded_div {
	display: block;
	float: left;
	position: relative;
	padding: 10px;
	padding-bottom: 15px;
}
.thumb_preview div {
	display: inline;
	float: left;
	position: relative;
	width:112px;
	overflow:hidden;
}
.thumb_preview img {
	width: 110px;
	height: 82px;
	border: 1px solid #fff;
}
.main {
	line-height:18px;
}
.main fieldset {
	display: block;
	position:relative;
	width:598px;
	padding:10px;
	border: 1px solid #ddd;
	margin-bottom:30px;
}
.main > fieldset > legend {
	background-color:#fff;
	padding: 0 5px 0 5px;
	font-size:16px;
	font-weight:bold;
}

.thumb {
	display: inline;
	float: left;
	position: relative;
	width: 140px;
	height: 105px;
	background: #fff url('../images/spinner.gif') no-repeat center center;
}

.module_right {
	float:left;
	position:relative;
	display:inline;
}
.erbjudanden_module {
	min-height:150px;
}

.button_right {
	width: 218px;
	height: 17px;
	padding: 15px 20px;
	background: url('/images/button_right.gif') center center no-repeat;
	position:relative;
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#555;
}
.flash_list {
	width: 240px;
	padding: 7px 20px;
	float:left;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	background:#E8E6D3;
	margin-top:2px;
}
.flash_list:hover {
	background:#f5f4ef;
}

/*
Layout
*/

.top_main {
	width: 100%;
	height: 30px;
	position:relative;
	z-index:2;
}
.top_main .menu {
	display: inline;
	float: right;
	position: relative;
}
.top_main .button {
	display: inline;
	float: left;
	position: relative;
	padding: 8px 20px 0 20px;
	height:22px;
	text-transform:uppercase;
	cursor:pointer;
	z-index: 4;
}
.top_main .language_menu {
	display: inline;
	position: absolute;
	top:0px;
	right:0;
	height:30px;
	padding: 0 20px;
	width:165px;
	line-height:30px;
	z-index:1;
	text-transform:none;
	overflow:hidden;
}
.header {
	height: 113px;
	background-repeat: repeat-x;
	background-position: bottom left;
	z-index:1;
}
.header .logotype {
	width: 250px;
	height: 80px;
	margin-top: 7px;
	background-repeat: no-repeat;
	background-position: top left;
}

.header .menu {
	display: inline;
	float: right;
	position: relative;
	margin: 61px 0 0 -6px;
	height:32px;
}
.header .menu .shadow_left {
	height:32px;
	width:5px;
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align: top;
}
.header .menu .shadow_right {
	height:32px;
	width:5px;
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align: top;
}
.header .menu .shadow_top {
	height:25px;
	padding-top:7px;
	background-repeat: repeat-x;
	background-position: top left;
	vertical-align: top;
}
.header .button {
	display: inline;
	float: left;
	position: relative;
	padding: 6px 15px 0 15px;
	border-right: 1px solid #d2d2d2;
	height: 19px;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
}

.content {
	min-height: 500px;
	background-repeat: repeat-y;
	background-position: top left;
	z-index:1;
}
.content .right {
	width: 280px;
	padding:10px;
	padding-top:20px;
}

.b_margin {
	margin-bottom:30px;
}

.footer {
	height: 40px;
	background-repeat: no-repeat;
	background-position: top left;
}


.main_category {
	float: left;
	padding: 0px;
	border: 1px solid #fff;
	background: url('/images/main_category_bg.gif') top left repeat-x;
	text-align: center;
	height:111px;
	width:189px;
	font-size:30px;
	font-weight:bold;
}
.main_category_small > div {
	float: left;
	padding: 0px;
	border: 1px solid #ddd;
	background: url('/images/main_category_bg.gif') bottom left repeat-x;
	text-align: center;
	height:70px;
	width:133px;
	font-size:20px;
	font-weight:bold;
} .main_category_small > div > a { padding:23px 0; }
.main_category_small > div.active  {
	background: url('/images/main_category_bg_active.gif') bottom left repeat-x;
	font-size:24px;
} .main_category_small > div.active > a{ padding:19px 0; }
.main_category_subs > div {
	float: left;
	padding: 0px;
	border: 1px solid #ddd;
	background: url('/images/main_category_bg.gif') 0 0 repeat-x;
	text-align: center;
	height:70px;
	width:138px;
	font-size:20px;
	font-weight:bold;
}

#GalleryImage {
	display: inline;
	float: left;
	position: relative;
	width: 620px;
	height: 465px;
}
#GalleryImageInfo {
	display: inline;
	float: left;
	position: relative;
	width: 600px;
	padding:10px;
	background: #f5f5f5;
}
#GalleryImageInfo div {
	display: inline;
	float: left;
	position: relative;
}
#GallerySlideControls img {
	padding-left:5px;
	cursor:pointer;
}
#GalleryImage .box {
	position: absolute;
	width: 620px;
	height: 465px;
	background: #f5f5f5 url('/images/spinner.gif') center center no-repeat;
	
}
#GalleryImage .box div {
	position:relative;
	width: 620px;
	height: 465px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#GalleryList,#GalleryListNav {
	display: inline;
	float: left;
	position: relative;
	width: 620px;
	text-align: center;
}
#admin_kategorier {
	float:left;
	background-color:#f5f5f5;
	border:1px solid #666666;
	width: 350px;
	height: 200px;
	overflow:scroll;
	font-size:11px;
	overflow-X:hidden;
	scrollbar-face-color: #e6e6e6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #cec9c3;
	scrollbar-darkshadow-color: #cccccc;
}

/*
Bildspel startsidan
*/

#top_slideshow {
	display: inline;
	float:left;
    position:relative;
    height:172px;
    width: 620px;
	margin-bottom:20px;
	z-index:1;
}

#top_slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    opacity:0.0;
    height: 172px;
    width: 620px;
    background-color: #fff;
}

#top_slideshow img {
	border:0;
}

#top_slideshow div.active {
    z-index:2;
    opacity:1.0;
}

#top_slideshow div.last-active {
    z-index:1;
}

#top_slideshow div img {
    height: 172px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}



/* Erbjudanden */
.erbjudanden {
	float:left;
	position:relative;
	display:inline;
}
.erbjudanden_button{
	font-size:18px;
	font-weight:bold;
	display:none;
}
.erbjudanden_bilaga {
	width: 208px;
	height: 37px;
	padding: 0px 10px 0px 50px;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	cursor:pointer;
}

/* Kategorier */
.category_list {
	float:left;
	position:relative;
	display:inline;
	width: 280px;
	min-height:100px;
}
.category_list span {
	display:block;
	margin: 0px 5px 1px 5px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
}
.category_list div {
	float:left;
	position:relative;
	display:inline;
	padding-bottom:2px;
}
.category_list_object a { display:block; margin-top:10px; }
.category_list_sub {
	margin: 0px 0px 5px 0px;
	padding-top: 0px;
	width:280px;
	font-size:11px;
	font-weight:bold;
}
.categories_subs {
	float:left;
	position:relative;
	display:inline;
	margin: 10px 0px 20px 0px;
	padding-top: 5px;
	width:620px;
	font-size:12px;
}
.categories_subs div {
	float:left;
	position:relative;
	display:inline;
}

.slide_div ul, .slide_div li{
	margin: 0;
	padding: 0;
	list-style: none;
	}
.slide_div{
	display: inline;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width:600px;
	height:166px;
	overflow:hidden;
}
.slider li{ 
	width:600px;
	height:166px;
	overflow:hidden;
}

ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	}
ol#controls li a{
	float:left;
	font-size: 14px;
	font-weight:bold;
	color:#ddd;
	padding:0 5px;
	text-decoration:none;
	cursor:pointer;
	}
ol#controls li.current a{
	color:#000;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}