* { margin: 0; padding: 0; }

* a { color: #27599a; text-decoration: none; font-weight: normal; }
* a:hover { text-decoration: underline; }
* a:visited { color: #27599a; }

body { 
	background: url(../img/bg_main.gif) center top #fff;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

/* för nyhets popup (Ã¤kta popupen) */
body.popup {
	background: none white;
	padding: 20px;
}

table { 
	font-family: Arial, sans-serif;
	font-size: 9pt;
	margin: 0;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

input {
	border: 1px solid #666;
	font-size: 10pt;
}

/*input.noborder { border: 0; } */
input.vcenter { vertical-align: middle; }

h2 {
	font-size: 16pt;
	margin: 0 0 10px 0;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}


/* ---------------- GENERELLA KLASSER ----------------- */

.no_border { border: 0; }
.noborder { border: 0; }
.light_border { border: 1px solid #aaa; }
.trans_bg { background: transparent; }
.light_bg { background: white; }
.dark_bg { background: #eee; }
.clear { clear: both; padding: 0; margin: 0; }
.alignleft{float:left;}
.alignright{float:right;}
.textleft{text-align:left;}
.textright{text-align:right;}

.error_messages {
	border: 2px solid red;
	padding: 10px;
	background-color: #FFFCCE;
	color: red;
	line-height: 12pt;
}

.notice_messages {
	border: 2px solid green;
	padding: 10px;
	background-color: #FFFCCE;
	color: inherit;
	line-height: 12pt;
}

/* ------------------ MAIN LAYOUT ------------------ */

#container {
	margin: 0 auto;
	width: 990px;
}

#float_container {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

#site_left_container {
	float: left;
	width: 465px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 40px;
	border-right: 1px solid #ccc;
}

#site_middle_container {
	float: left;
	width: 260px;
	padding-left: 10px;
	padding-right: 10px;
}

#site_right_container {
	width: 220px;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
}

.column_content {
	width: 100%;
}

.column_section {
	margin-bottom: 20px;
}
.column_section .gray_box {
	background-color: #eee;
	border: 1px solid #666;
}
.column_section .yellow_box {
	background-color: #FFFEE6;
	padding: 5px;
	border: 1px solid #666;
}



/* -------------- KOLUMNRUBRIKER ---------------- */

.column_header {
	width: 100%;
	margin-bottom: 3px;
	text-transform: uppercase; 
	font-size: 12px;
	color: white;
}
.column_header h4 {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	margin: 0;
	padding: 0;
}

.column_header.large {
	font-size: 16px;
}
.column_header.large h1 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.column_header.red { background-color: #d00000; }
.column_header.blue { background-color: #27599a; }
.column_header.gray { background-color: #444; }

.column_header_content {
	padding: 4px;
}
.column_header_content_large {
	padding: 6px;
	background: none;
}

.column_header_stripe {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	height: 1px;
	overflow: none;
}
.column_header_stripe.gray { background-color: #333; }
.column_header_stripe.red { background-color: #d00000; }
.column_header_stripe.blue { background-color: #27599a; }

.column_header.large.gray {	background: url(../img/header_large_gray_bg.gif) repeat-x; }
/*.column_header.gray { background: url('../img/header_gray_bg.gif'); }
.column_header.blue { background: url('../img/header_blue_bg.gif'); }
.column_header.red { background: url('../img/header_red_bg.gif'); }*/


/* ------------------- HEADER -------------------- */

#top_head {
	/*height: 100px;*/
	width: 100%;
	margin-bottom: 10px;
}
#top_head img {
	border: 0;
	margin-bottom: 10px;
	padding: 0;
}

#header_container {
	position: relative;
	width: 100%;
	height: 110px;
	background-image: url(../img/header_bg.gif);
}
#logo_container {
	position: absolute;
	top: 10px;
	left: 10px;
}

#logo_right {
	position: absolute;
	bottom: 0px;
	left: 120px;
}
#logo_right img {
	margin-right: 10px;
}
.logo_right {
	position: absolute;
	text-align: center;
	bottom: 0;
}
.logo_right.first { left: 0; }
.logo_right.second { left: 50px; }
.logo_right.third { left: 125px; }

#search_container {
	position: absolute;
	left: 380px;
	width: 200px;
	height: 40px;
/*	border: 1px dotted red;*/
	bottom: 0px;
}

#kronika_container {
	position: absolute;
	right: 0px;
	width: 370px;
	height: 110px;
/*	border: 1px dotted green;*/
	top: 0px;
	background: url(../img/kronika_v2.jpg) no-repeat top right;
}
#kronika_intro {
	position: relative;
	top: 30px;
	left: 0;
}
#kronika_intro a.large_link {
	font-family: georgia;
	font-size: 14pt;
	color: #d00000;
}
#kronika_intro a.large_link:visited { color: #d00000; }
#kronika_intro a.large_link:hover { text-decoration: none; }



/* ------------- HUVUDMENU -------------- */

#navigation {
	padding: 0;
	width: 100%;
	background-color: #aaa;
	margin: 10px 0 0 0;
}
ul#navlist
{
	white-space: nowrap;
	margin: 0px;
    padding-top: 5px;  
    padding-bottom: 5px;
}
#navlist li {
	list-style: none;  
    display: inline;
    text-transform: uppercase; 
	font-size: 10pt;
}
#navlist a { 
	padding: 5px 10px 5px 10px;
}
#navlist li.selected a { background-color: #333; }
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #aaa;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #999;
	text-decoration: none;
}


/* ---------------- KUNDVAGN ----------------- */

#shoppingcart_table a { text-decoration: underline; }
#shoppingcart_table tr, td { padding: 5px; }
#shoppingcart_table .notice { display: block; color: red; font-size: 8pt; font-weight: bold; }


/* -------------------- VIDEO -------------------- */

#video_player {
	width: 100%;
	height: 270px;
	margin-bottom: 20px;
}


/* ------------------- TAB-LISTOR ------------------ */

.tablist ul.tabs li {  
    list-style: none;  
    display: inline;  
} 
.tablist ul.tabs li a {  
    background-color: #aaa;  
    color: black;
    padding: 4px 10px 4px 10px;  
    text-decoration: none;  
    font-weight: bold;  
    border: 1px solid #666;
}  
.tablist ul.tabs li a:hover {  
    background-color: #eee;  
}  
.tablist ul.tabs li a.active {  
    background-color: #eee;  
    color: black;  
    border-bottom: 1px solid #eee;  
}
.tablist .content {  
    background-color: #eee;  
    padding: 0px;  
}
.tablist .content.hidden {
	display: none;
}
.tablist #content_2, #content_3 { display: none; } 
.tablist ul.tabs {  
    margin: 0px;
    padding: 0px;  
    margin-top: 10px;
    margin-bottom: 4px;  
} 


/* --------------- LISTOR ---------------- */

ul.horizlist {  
    margin: 0px;  
    padding: 0px;  
    background-color: #eee;
    border: 1px solid #666;
    list-style-position: outside; /* IE6 vill ha det sÃ¥ */
}
ul.horizlist img { border: 1px solid #aaa; margin: 0; vertical-align: middle; text-align: left; }
ul.horizlist li {  
    list-style: none;
	border-bottom: 1px solid #ccc; 
	padding: 0;
	margin: 0;
}  
ul.horizlist li a {  
	display: block;
    text-decoration: none;  
    color: #3e4346; 
	padding: 7px 0 7px 10px;
	margin: 0;
}
ul.horizlist li.selected a {
	background-color: #ccc;
}
ul.horizlist.narrow li.last {
	border-bottom: 0;
}
ul.horizlist.narrow li a {
	padding: 5px 0 5px 5px;
} 
ul.horizlist li:hover {  
	background-color: #fff;
} 
ul.horizlist li a small {  
    color: #8b959c;  
    font-size: 9px;  
    position: relative;  
    left: 4px;  
    top: 0px;  
}
ul.horizlist li.last_entry {
	list-style: none;
	border-bottom: 1px solid #eee; 
	padding: 0;
}
ul.horizlist li.subentry a {  
	background-color: #fff;
	padding-left: 20px;
}
ul.horizlist li.subentryselected a {  
	background-color: #ccc;
	padding-left: 20px;
}

ul.horizlist.yellow { background-color: #FFFCCE; border: 1px solid #666; }
ul.horizlist.yellow li.last_entry {
	list-style: none;
	border-bottom: 1px solid #FFFCCE; 
	padding: 0;
}

ul.videolist li a.title {
	float: left;
	width: 230px;
}
ul.videolist li a.link {
	background: url('../img/arrow.png') center right no-repeat;
	margin-right: 0px;
	float: left;
}


#column_advise_list a { font-weight: bold; }

ul.horizlist .item_list_title {
	display: inline-block;
	width: 160px;
	vertical-align: middle;
	margin-left: 5px;
}


/* -------------------- NYHETER -------------------- */

.news_container { width: 100%; margin: 0 0 0px 0; line-height: 12pt; }
.news_container a img { border: 0; }
.news_container.printer { width: 470px; }
.news_image { margin: 0 0 2px 0; display: block; border: 0; }
.news_image_text { margin: 0 0 10px 0; color: gray; font-size: 7pt; }
.news_image.part { float: left; margin-bottom: 15px; margin-right: 15px; }
.news_container h1 { font-weight: bold; font-size: 18pt; margin: 20px 0 20px 0; }
.news_container h4 { font-weight: bold; font-size: 18pt; margin: 20px 0 20px 0; }
.news_header a { color: black; font-weight: bold; }
.news_header a:hover { text-decoration: none; }
.news_header a:visited { color: black; }
.news_intro { margin: 0; font-weight: bold; }
.news_extra { background-color: #eeeeee; padding: 5px; margin: 10px 0 0 0;  }
.news_extra img { border: 0; margin: 0; vertical-align: middle; }
.news_extra .section { margin-right: 10px; }
.news_text { margin: 0; }
.news_text a { font-weight: bold; }
.separator { border-top: 1px solid #cccccc; margin: 20px 0 20px 0; clear: both; }

.author { margin-top: 30px; font-style: italic; }

/* WP nytt */
.wp_content .top_image {
	margin-bottom: 20px;
}
.wp_content .top_image img {
	border: 0;
}
.wp_content .top_image .top_image_text {
	margin: 5px 0 10px 0; color: gray; font-size: 8pt;
}
.wp_content h1, h2 {
	font-weight: bold; font-size: 18pt; margin: 20px 0 20px 0;
}
.wp_content h3 {
	font-weight: bold; font-size: 10pt; margin: 20px 0 20px 0;
}
.wp_content.postlist .top_image { margin: 0; }
.wp_content.postlist h4 {
	font-weight: normal; font-size: 18pt; margin: 10px 0 5px 0;
}
.wp_content.postlist h4 a { color: black; font-weight: normal; }
.wp_content.postlist p { line-height: 12pt; }
.wp_content.postlist p.author { font-size: 9pt; margin: 0; color: #aaa; }


.wp_content.archive .mb_post {
	background: url('../img/metebolaget_50.jpg') top left no-repeat;
	padding-left: 60px;
}

.wp_content .intro {
	margin: 0; font-weight: bold; line-height: 12pt;
}
.wp_content .break {
	background-color: #eeeeee; padding: 5px; margin: 10px 0 0 0;
}
.wp_content .break img {
	border: 0; margin: 0; vertical-align: middle;
}
.wp_content .content {
	line-height: 12pt;
}
.wp_content .content ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}
.wp_content .content ul li {
	margin: 10px 0;
}
.wp_content .content img.alignright {
	float: right;
}

.wp_content .videolink {
	color: #27599A;
	text-decoration: none;
	padding-right: 17px;
	background: url(../img/video.png) top right no-repeat;
}
.wp_content .videolink:hover {
	color: #27599A;
	text-decoration: underline;
}


.item_info .wordlist, .wp_content .wordlist { color: #090; } /* Ska vi ha en hand-pekare?  cursor: pointer; cursor: hand; */
/*.item_info .wordlist:hover, .wp_content .wordlist:hover { text-decoration: underline; }*/


/* ----------------- BLOGGINLÄGG ----------------- */
.posts_navigation {
	margin-top: 30px;
	height: 30px;
	background-color: #eee;
}
.posts_navigation .alignleft, .alignright { line-height: 30px; height: 30px; padding: 0 5px; }

/* -------------------- KASSA -------------------- */

.order_options { margin: 0px 0 30px 0; }
.order_options input { margin: 5px; }
.order_options h3 { font-size: 10pt; margin: 0 0 5px 0; }

#checkout_extra_tbl { border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; }
.address { font-size: 11pt; margin: 0; }


/* -------------------- PAGER --------------------- */

#webshop_pager { font-size: 8pt; width: 100%; background-color: #eeeeee; text-align: center; }
#webshop_pager_content { padding: 5px; }
.webshop_pager_page { margin: 0 5px 0 0px; }
#webshop_pager_prev { margin-right: 5px; }


/* -------------------- FOOTER --------------------- */

#footer {
	position: relative;
	width: 100%;
	height: 320px;
	margin-top: 10px;
	background: url(../img/footer.png) top left no-repeat;
}

.footer_cell { 
	position: absolute;
	top: 0px;
	width: 247px;
	height: 300px;
	margin-top: 10px;
}
.footer_cell#footer1 {
	left: 0px;
	border-right: 1px solid #ccc;
}
.footer_cell#footer2 {
	left: 247px;
	border-right: 1px solid #ccc;
}
.footer_cell#footer3 {
	left: 494px;
	border-right: 1px solid #ccc;
}
.footer_cell#footer4 {
	right: 0;
}

.footer_header {
	font-size: 14pt;
	font-family: georgia;
	text-align: center;
	margin-bottom: 20px;
}
.footer_cell_content {
	margin: 60px 25px 10px 25px;
}

#bottom_footer {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 970px;
	border: 1px dotted green;
}
#copyright_note {
	width: 100%;
	text-align: center;
	padding: 0px 0 10px 0;
}
#footer_logos {
	margin: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
	text-align: center;
}
#footer_logos img {
	margin: 0 5px 0 5px;
	padding: 0;
	vertical-align: middle;
}


/* ----------------- LOGIN ------------------- */

#login_box { 
	background-color: #eee;
	padding: 10px;
	border: 1px solid #666;
}
.login_section { margin: 0 0 10px 0;}
#login_box .login_input {
	padding: 5px;
	margin-top: 5px;
	width: 185px;
}
#login_error {
	border: 2px solid red;
	padding: 10px;
	background-color: #FFFCCE;
	margin-bottom: 10px;
}

/* -------------- REGISTRERING -------------- */

#register_form_layer {
	background-color: #eee;
	padding: 10px;
}

#RegistrationFormErrors {
	border: 1px solid red;
	padding: 10px;
}

#RegistrationForm input { padding: 5px; }
#RegistrationForm input:focus { background: #FFFDD6; }




/* ---------------- KONTAKT ----------------- */

.dark_form {
	background-color: #eee;
	padding: 10px;
}
#kontakt_message_sent {
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #27599a;
}


/* -------------- TIPSA EN VÃN -------------- */
#NotifyFriendFormLayer {
	background-color: white;
	display: none;
	border: 4px solid #666;
	padding: 5px;
	max-width: 200px;
	margin-top: 5px;
}
#NotifyFriendFormLayerContent {
	width: 175px;
	margin: 10px auto;
}

#NotifyFriendFormLayer input {
	display: block;
	margin-bottom: 10px;
}


/* -------------- SÃKFUNKTION -------------- */
.searchresult { padding: 5px; }
.searchresult.dark { background-color: #eee; }
.searchresult a { font-size: 10pt; font-weight: bold; }
#search_field {
	border:0;
	width:110px;
	height:19px;
	background:url(../img/bg_search.png) no-repeat top left;
	padding-left:23px;
	padding-right:10px;
	padding-top:3px;
	font-size:10px;
	vertical-align:top;
	margin-top:3px;
}


/* ---------------- PRODUKTER ------------------ */

.item_grid .item_cell {
	/*border: 1px solid gray;*/
	/*border-bottom: 3px dotted gray;*/
	/*height: 180px;*/
	padding: 0px;
}
.item_cell .content {
	padding: 10px;
}

.item_cell img {
	padding: 4px;
	border: 1px solid #aaaaaa;
	margin-bottom: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.item_cell .item_name {
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 3px;
}
.item_cell .item_name a { font-weight: bold; }
.item_cell .item_description {
	margin: 0 0 10px;
	line-height: 12pt;
}
.item_price {
	font-size: 12pt;
	font-family: georgia;
	margin: 0;
}
.item_price.xtra_price {
	color: #d00000;
}
.item_price.old {
	color: gray;
	text-decoration: line-through;
}

.item_add_button { font-size: 14px; }
.item_add_button a { text-decoration: none; }


.brand_link { font-size: 8pt; }

#itemtbl { margin: 10px 0 0 0; }
#itemtbl td { padding: 0; }
#itemtbl .item_info { margin: 0 0 20px 0; line-height: 12pt; }
#itemtbl .item_info h3 { font-size: inherit; font-weight: inherit; display: inline; margin: 0; padding: 0; }

.item_popup_title {
	font-weight: bold;
	font-size: 120%;
	margin-top: 5px;
}
.item_popup_text {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 12pt;
}
.stock_not_in_stock { color: #d00000; }
.stock_in_stock { color: #090; }
.stock_incoming { color: #009; }

/*.item_popup_not_in_stock {
	color: #d00000;
}
.item_popup_in_stock {
	color: #090;
}*/

.item_popup_stock table { margin: 5px 0 0 0; width: 100%; }
.item_popup_stock tr.dark { background: #eee; }
.item_popup_stock td { padding: 2px; margin: 0px; }

.item_advise {
	border: 0;
	margin: 0 5px 0 0;
}

.advise_popup_info { margin-top: 10px;}

/* Tisa en vÃ¤n pÃ¥ artikelsidan */
.item_nff {
	padding-left: 25px;
	padding-top: 2px;
	background: url('../img/mail.png') no-repeat left top #fff;
}


#item_purchase_form {
	margin: 10px 0 15px 0;
	padding: 15px 10px 15px 10px;
	background-color: #eee;
	text-align: center;
}
#item_purchase_form input {
	vertical-align: middle;
}

.item_breadcrum {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	background: #eee;
}
.item_breadcrum span { margin-right: 5px; }
.item_breadcrum h2 { font-size: inherit; font-weight: inherit; display: inline; margin: 0; padding: 0; }

#related_items {
	list-style: none;
	display: block;
	width: 250px;
}

#related_items li {
	 float: left;
	 margin: 0 4px;
	 height: 60px;
}

#related_items li img {
	border: 1px solid #aaa;
}

.item_info_header {
	width: 240px;
	text-align: left;
	font-weight: bold;
	background-color: #eee;
	padding: 5px;
	margin-bottom: 10px;
}

#other_purchased_items {
	list-style: none;
	display: block;
	width: 250px;
}

#other_purchased_items li {
	 float: left;
	 margin: 0 4px;
	 height: 60px;
}

#other_purchased_items li img {
	border: 1px solid #aaa;
}



/* ------------------ KATEGORIMENU ------------------- */

.webshop_menu_choice {
}
.webshop_menu_choice.subcat {
	padding-left: 20px;
	background-color: #dddddd;
}



/* ------------ STORA FORMULÃREN ------------- */

.user_form_container {
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
}

.user_form {
	background: #eee;
}

.user_form_section {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

.user_form_label {
	margin-bottom: 5px;
	display: block;
	font-style: italic;
}

.user_form_input {
	display: block;
	margin-left: 0px;
	width: 100%;
}

.user_form_extra {
	float: left;
}

.user_form_input .multi {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.user_form_input .multi input {
	margin-right: 5px;
	border: 0;
}

.user_form_input_text { 
	width: 430px;
	padding: 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.user_form_input_textarea {
	width: 430px;
	heigth: 200px;
	padding: 5px;
	font-family: arial, sans-serif; 
	font-size: 12px;
}

.user_form_multi_label {
	display: inline;
}

.user_form_input_submit { 
	padding: 5px;
}

.user_form_input input:focus { background: #FFFDD6; }
.user_form_input textarea:focus { background: #FFFDD6; border: 1px solid black; }


.userhomecell {
	float: left;
	width: 155px;
	height: 130px;
	text-align: center;
}
.userhomecell img {
	border: 0;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* ------- slideshow ------- */


.slideshow a img {
 border: 0;
}


/* ------------- ÄRENDEHANTERING ------------- */

.mb_issue {
	width: 385px;
	min-height: 70px;
	margin: 20px 0;
	padding: 10px 10px 10px 70px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
	.mb_issue p { margin: 0; line-height: 17px;}
	.mb_issue p.title { margin-bottom: 8px; font-weight: bold; }
	.mb_issue .mb_attachments { margin-top: 10px; }
	.mb_issue .mb_attachments li {
		list-style: none;
		font-size: 10px;
		padding: 7px 10px 7px 25px;
		background: url(../img/file_jpg.png) no-repeat;
		float: none;
	}

.mb_issue.admin {
	background: #eee url(../img/mb.jpg) no-repeat;
	background-position: 10px 10px;
}
.mb_issue.user {
	background: #eee url(../img/user.png) no-repeat;
	background-position: 10px 10px;
}

#issue_form input:focus { background: #FFFDD6; }
#issue_form textarea:focus { background: #FFFDD6; border: 1px solid black; }
	
	#issue_form img {
		border: 0;
	}

	#issue_form .MultiFile-label {
		height: 25px;
		vertical-align: middle;
		margin-top: 3px;
		padding-top: 3px;
		padding-left: 25px;
		background: url(../img/file_jpg.png) no-repeat;
	}

	#issue_form .element {
		margin-bottom: 15px;
	}
		#issue_form .element .ifc_text {
			width: 430px;
			padding: 5px;
		}

		#issue_form .element .label {
			font-weight: bold;
			margin-bottom: 5px;
		}

	#issue_form #ifi_message {
		width: 430px;
		height: 150px;
		padding: 5px;
		font-family: arial, sans-serif; 
		font-size: 12px;
	}

	#ifi_form .image_attachment {
		border: 1px solid black;
	}

#issue_new {
	height: 64px;
	line-height: 64px;
	padding-left: 70px;
	background: url(../img/issue_new.png) no-repeat;
}

#issue_list {
	margin: 0px;
    padding: 0px;
    list-style-position: outside; /* IE6 vill ha det sÃ¥ */
}
	
	#issue_list li {
		list-style: none;
		padding: 25px 10px 25px 70px;
		margin: 0px 0;
		background-position: left center;
	}
		#issue_list li a {
			display: inline-block;
			vertical-align: middle;
			line-height: 12pt;
		}

		#issue_list li.open, li.new { background: url(../img/issue_open.png) no-repeat; }
		#issue_list li.closed { background: url(../img/issue_closed.png) no-repeat; }
		#issue_list li.unread { background: url(../img/issue_unread.png) no-repeat; }
		#issue_list li:nth-child(odd) { background-color: #eee; }

#issues_legend { list-style-position: outside; /* IE6 vill ha det sÃ¥ */ }
	#issues_legend li {
		list-style: none;
		padding: 15px 0 15px 70px;
		line-height: 12pt;
	}
	#issues_legend li#unread { background: url(../img/issue_unread.png) no-repeat; }
	#issues_legend li#open { background: url(../img/issue_open.png) no-repeat; }
	#issues_legend li#closed { background: url(../img/issue_closed.png) no-repeat; }


/* --------------- FAQ --------------- */

ul.faq {
    list-style-position: outside; /* IE6 vill ha det sÃ¥ */
    list-style-type: none;
}
	ul.faq li {
		padding: 5px;
	}
	ul.faq li:nth-child(odd) { background-color: #eee; }

