/**
 * ASSOCIATION {
 */
h2.association {
	color: #004B7D;
	font-size: 120%;
	margin: 0 0 10px 0;
	padding: 0;
}

.contacts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contacts table {
	margin-bottom: 10px;
	border: solid 1px #888;
	width: 400px;
	padding: 4px;
	background-color: #E1D9D1;
}

.contacts table th {
	width: 150px;
}

.contacts table td {
	width: 250px;
}
/**
 * } ASSOCIATION
 */

/**
 * CALENDER (month) {
 */
.calendar_month,
.calendar_month table {
	width: 150px;
	font-size: 100%;
}

.calendar_month td {
	text-align: center;
	width: 14.286%; /* 100 / 7 */
	font-size: 80%;
}


.calendar_month table td {
	font-size: 125%;
}

.calendar_month_mark {
	background: #FFE996;
}

.calendar_month_head {
	white-space: nowrap;
}

.calendar_month_week_head {
	font-weight: bold;
}

.calendar_month_link {
	color: #000;
	text-decoration: none;
}

.calendar_month_today {
	font-weight: bold;
}
/**
 * } CALENDER (month)
 */

/**
 * CALENDAR (Listing) {
 */
.calendar_list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #715e48;
}

.calendar_list li {
}

.calendar_list li h2 {
	font-size: 11px;
	text-decoration: none;
	margin: 8px 0 4px;
	padding: 0;
}

.calendar_list li h3 {
	font-size: 11px;
	margin: 2px 0;
	padding: 0;
}

.calendar_list li h3 a {
	text-decoration: none;
	color: #000;
	
}

.calendar_list li h3 a:hover {
	text-decoration: underline;
	color: red;
}

.calendar_list li .occurrence {
	font-size: 10px;
	margin: 0;
}
/**
 * } CALENDAR (Listing)
 */
 
/**
 * CALENDAR (Date Listing) {
 */
.calendar_date_list {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

.calendar_date_list li {
	color: #715e48;
}

.calendar_date_list li h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.calendar_date_list li h2 a {
	text-decoration: none;
	color: #106ABD;
}

.calendar_date_list li h2 a:hover {
	text-decoration: underline;
}

.calendar_date_list li .occurrence {
	margin: 0;
}
/**
 * } CALENDAR (Date Listing)
 */
 
 /**
 * CALENDAR (Event view) {
 */
.calendar_event {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #715e48;
}

.calendar_event h1 {
	font-size: 100%;
	margin: 0 0 8px;
	padding: 0;
	text-transform: uppercase;
}

.calendar_event .occurrence {
	font-size: 100%;
	margin: 0;
}

.calendar_event .description
{
	font-size: 100%;
	margin: 0;
}

.calendar_event .control {
	font-size: 100%;
	margin: 8px 0;
}

.calendar_event .control a {
	text-decoration: none;
}

.calendar_event .control a:hover {
	text-decoration: underline;
}

.calendar_event .control a img {
	border: 0;
}

/* BLACO-146 */
.calendar_event td p
{
	margin-top: 0;
}

/**
 * } CALENDAR (Event view)
 */
 
 /**
 * ICENTER (box) {
 */
.icenter_box {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.icenter_box li {
	color: #715e48;
	font-weight: bold;
}

.icenter_box li .date {
	color: #185A90;
	margin: 8px 0px 4px;
}

.icenter_box h3 {
	font-size: 100%;
	color: #000;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.icenter_box h3 a {
	color: #000;
	text-decoration: none;
}

.icenter_box h3 a:hover {
	color: red;
	text-decoration: underline;
}

.icenter_box .summary {
	margin-bottom: 6px;
	font-style: italic;
}
/**
 * } ICENTER (box)
 */
 
/**
 * ICENTER (News view) {
 */
.show_news {
	list-style: none;
	margin: 0;
	padding: 0;
}

.show_news h2 {
	font-size: 100%;
	margin: 0 0 8px;
	padding: 0;
	text-transform: uppercase;
}

.show_news .time {
	font-size: 80%;
	margin: 1px 0 10px 0;
}

.show_news .summary {
	font-size: 80%;
}

.show_news .content {
}

.control {
	font-size: 80%;
	margin: 8px 0;
}

.control a {
	text-decoration: none;
}
.control a:hover {
	text-decoration: underline;
}

.control a img {
	border: 0;
}
/**
 * } ICENTER (News view)
 */
 
/**
 * ICENTER (List view) {
 */
.icenter_content .list {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
}

.icenter_content .li {
	padding-bottom: 5px;
}
 
.icenter_content .list h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.icenter_content .list h2 a {
	text-decoration: none;
	color: #000;
}

.icenter_content .list h2 a:hover {
	text-decoration: underline;
	color: red;
}

.icenter_content .list .time {
	font-size: 100%;
	margin: 2px 0;
}

.icenter_content .list .summary {
	font-size: 100%;
	font-style: italic;
	margin: 2px 0;
}
/**
 * } ICENTER (List view)
 */
 
 /* DO NOT REMOVE */
.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 1px;
	line-height: 0;
}

/* DO NOT REMOVE */
.clear
{
    clear: both;
   	font-size: 1px;
	line-height: 0;
}

/**
 * FORUM {
 */
div.forum_main {
}
 
div.forum_header
{
	position: relative;
}

div.forum_thread
{
	position: relative;
	background: #f7f7f7;
	margin: 0px 0px 2px 0px;
	padding: 4px;
	font-size: 16px;
	border-top: solid 1px #000;
}

div.forum_thread a
{
	text-decoration: none;
	color: #000;
}

.forum_message
{
	position: relative;
	background: #f7f7f7;
	margin: 0px 0px 2px 0px;
	padding: 4px;
	font-size: 12px;
	border-top: solid 1px #bbb;
	color: #000;
}

div.forum_message_odd
{
	background: #f6f3c4;
}

div.forum_message_even
{
	background: #f7f7f7;
}

/* if only IE would this it's thing right... */
div.forum_message:hover {
	color: #000;
}

div.forum_message_header
{
	border-top: solid 1px #aaa;
	position: relative;
	margin: 0px 0px;
	padding: 4px;
	font-size: 12px;
}

div.forum_message_header_even
{
	background-color: #eee;
}

div.forum_message_header_odd
{
	background-color: #e6e3b4;
}

div.forum_message_header div
{
	position: relative;
}
	
div.forum_button_link a
{
	text-decoration: none;
	color: #000;
	padding-right: 10px;
}

.forum_date
{
	position: relative;
	color: #737573;
	font-size: 10px;
}

div.forum_message .forum_user
{
	padding-top: 10px;
	font-weight: bold;
	color: #737573;
}

div.forum_button_link
{
	position: relative;
	letter-spacing: -1;
	font-size: 10px;
	padding-top: 8px;
}
div.forum_thread div.forum_button_link,
div.forum_thread_messages div.forum_button_link
{
	padding-top: 0px;
}

div.forum_button_link img
{
	vertical-align: top;
	border: 0;
	padding-right: 4px;
}
div.forum_thread_messages div.forum_button_link img
{
	padding-right: 1px;
}

div.forum_item
{
	position: relative;
	padding: 5px 0px;
	border-bottom: solid 1px #000;
	color:#000000;
}

div.forum_control
{
	position: relative;
	font-size: 11px;
	background: url("/_composer/images/modules/forum/back.gif") left 5px no-repeat;
	padding: 4px 4px 4px 17px;
}

div.forum_control a
{
	color: #0000EE;
	text-decoration: none;
}
div.forum_control a:hover
{
	text-decoration: underline;
}

.forum_new_message {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.forum_new_message table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 2px;
	display: table;
}

.forum_new_message h3 {
	font-size: 110%;
}

.forum_new_message h3 div {
	font-size: 120%;
	color: #555;	
}

.forum_new_message tr td, 
.forum_new_message tr th {
	padding: 0;
	margin: 0;
	font-size: 11px;
	height: 20px;
	text-align: left;
	font-weight: normal;
}

.forum_new_message tr th {
	padding-top: 4px;
	text-align: right;
	padding-right: 10px;
}

.forum_new_message tr th.error {
	color: #f00;
}

table.forum_new_message input
{
	width: 95%;
}
table.forum_new_message input.user_code,
table.forum_new_message input.button
{
	margin-top: 5px;
	width: 50px;
}

table.forum_new_message textarea {
	width: 95%;
}

.forum_box_message_header a
{
	text-decoration: none;
	color: #666;
}

div.forum_description
{
	position: relative;
	font-weight: normal;
	font-size: 12px;
}

/**
 * } FORUM
 */
 
 
/*===============
//   Webshop
//===============*/

/*Webshop huvudkomponenter*/

#ws_container
{
	position: relative;
	right: 120px;
	clear: left;
	padding-top: 50px;
	padding-left: 80px;
	width: 775px;
	display: block;
}

#ws_left_column
{
	width: 160px;
	float: left;
	display: inline;
}

#ws_content {
	width: 599px;
	display: inline;
	clear: none;
	float: left;
	margin-left: 16px;
}



//Webshop, grund
div.webshop_information h1 {
	font-size: small; 
}



div.webshop_category_description {
	font-size: xx-small;
}

.webshop_category_num_products {
	display: none;
}


ul.webshop_object_list {
	position: relative;
	/*clear: both;*/
	width: 100%;
}




ul.webshop_object_list li.last_in_line {
	/*clear: both;*/
	float: left;
}

ul.webshop_object_list li h3 {
	font-size: xx-small;
}

ul.webshop_object_list li span,
ul.webshop_object_list li h3,
ul.webshop_object_list li p
{
	margin: 0;
}

div.webshop_category_name {
	font-size: xx-small;
	font-weight: bold;
}

div.webshop_object_list_name {
	font-size: xx-small;
	font-weight:bold;
	font-family: Verdana;
}


div.webshop_object_price,
div.webshop_object_options {
	font-size: xx-small;
	font-weight:bold;
}

ul.webshop_object_list li div.webshop_object_image {
	float: left;
}

span.webshop_object_summary {
	font-size: xx-small;
	margin-bottom: 5px;
	display:block;
}


div.webshop_object_name {
	font-size: x-small;
	font-weight: normal;
}


div.webshop_object_description {
	font-size: xx-small;
}


.webshop_order_form_error input,
.webshop_order_form_error select {
	background-color: #faa;
	font-weight:bold;
}

.webshop_order_form_error * .webshop_order_form_label:before {
	content: "*";
}

.webshop_order_form th
	text-align: left;
}

.webshop_checkout_path{
	font-weight:bold;
	font-size: xx-small;
	margin-bottom: 8px;
}

a.webshop_link {
	color: #5d6492;
	font-size: xx-small;
	font-weight:bold;
}


select,

input {
	font-size: xx-small;
	border: 1px solid #5d6492;
}

.webshop_form_actions {
	float:left;
	/*clear:both;*/
	margin-top: 8px;
}

.webshop_form_actions input {
	margin: 2px;
}

input.webshop_form_primary {
	float: left;
	background-color: #efe;
	border: 1px solid #afa;
}



input.webshop_form_secondary {
	float: right;
	background-color: #fee;
	border: 1px solid #faa;
}





form {
	margin:0px;
	padding:0px;
}


.input.blue{

	background-color:#428EDE;

}


#webshop_header {
	width: 904px;
	background-image: url(/.composer/images/webshop_bg.gif);
}

.webshop_table #content_container {
	width: 750px;
}

#webshop_header td {
	background-repeat: no-repeat;
}

.webshop_table {
	width: 904px;
	border: solid 1px #eee;
}

.webshop_object,
.webshop_object_small_list
{
	list-style: none;
	display: inline;
}



/*
 *  Webshop module classes
 */

h1
{
	margin-bottom: 0px;
}

ul.webshop_category_list_detailed,
ul.webshop_pages_list, 
ul.webshop_object_small_list, 
ul.webshop_object_list, 
ul.webshop_category_list,
ul.webshop_category_sublist {
	margin: 0px;
	padding:0px;
	list-style: none;
	font-size: small; 
	font-weight: bold;
	color: #715e48;
}

ul.webshop_pages_list {
	padding: 10px 0px 28px;
}
ul.webshop_pages_list li {
	float: left;
	padding: 0 2px;
	font-size: 13px;
	font-weight: bold;
}

ul.webshop_object_list li a img
{
	border: 0;
	margin: 5px;
}

h3 a,
ul.webshop_category_list a
{
	color: #715e48;
}

span.webshop_object_price {
	font-size: xx-small;
	width: 29%;
}




ul.webshop_object_list li {
	margin: 1px;
	font-size: xx-small;
	position: relative;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #A1A5A9;
	padding: 0px 5px 0px 5px;
	font-size: 90%;
}

#show_cart
{
	font-size: 80%;
}

a.webshop_cart_link_remove {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

#show_cart {
	font-weight: bold;
	background-color: #E1D9D1;
}

div.webshop_cart
{
}


.webshop_order_form_error input,
.webshop_order_form_error select {
	background-color: #faa;
	font-weight:bold;
}
.webshop_order_form_error * .webshop_order_form_label:before {
	content: "*";
}

.webshop_checkout_path{
	font-weight:bold;
	margin-bottom: 8px;
}
a.webshop_link {
	color: #5d6492;
	font-size: xx-small;
	font-weight:bold;
}

select,
input {
	font-size: x-small;
	border: 1px solid #5d6492;
}

.webshop_order_form tr td span {
	font-size: 100%;
}

.webshop_form_actions {
	float:left;
	/*clear:both;*/
	margin-top: 8px;
}
.webshop_form_actions input {
	margin: 2px;
}
input.webshop_form_primary {
	float: left;
	background-color: #efe;
	border: 1px solid #afa;
}

input.webshop_form_secondary {
	float: left;
	background-color: #fee;
	border: 1px solid #faa;
}

div.webshop_link {
	clear: left;
	float: left;
}

div.webshop_information {
	border: 1px dotted #903;
	padding: 2px;
	margin: 0 2px;
}

form {
	margin:0px;
	padding:0px;
}

#ws_content div div.control
{
	clear: left;
	text-decoration: none;
	color: #000000;
	margin-top: 16px;
}

#ws_content div div.control a img
{
	border: 0;
}

.webshop_category_sublist li
{
	margin-left: 16px;
}