


/***************************************
* Webshop
****************************************/

#webshop_menu {
	width: 100%;
	background-color: #E9E0C8;
	border-bottom: 1px solid #A2936C;
	border-left: 1px solid #A2936C;
	border-right: 1px solid #A2936C;
	margin-bottom: 5px;
}

/* gammal */
/*#webshop_menu {
	background-color: white;
	border: 1px solid gray;
	border-bottom: 0px;
	margin-bottom: 5px;
}*/
#webshop_menu td {
	padding: 3px;
	padding-left: 5px;
}
#webshop_menu a {
	color: black;
	text-decoration: none;
}
#webshop_menu a:visited {
	color: black;
	text-decoration: none;
}
.webshop_menu_choice {
	padding: 3px;
	/* border-bottom: 1px solid #A2936C; */
	border-top: 1px solid #A2936C;
}
.webshop_menu_choice_sel {
	padding: 3px;
	font-weight: bold;
	/* background-color: #D2C5A1; */
	background-color: white; 
	border-top: 1px solid #A2936C;
	border-left: 2px solid #CB2B00;
}

#webshop_menu td.webshop_menu_choice_subcat {
	padding: 2px;
	padding-left: 10px;
	background-color: #F3EDDE;
	border-top: 1px solid #A2936C;
}
#webshop_menu td.webshop_menu_choice_subcatsel {
	padding: 2px;
	padding-left: 10px;
	background-color: white;
	border-top: 1px solid #A2936C;
	border-left: 2px solid #CB2B00;
}


.webshop_item_list td {
	padding: 3px;
}
.webshop_item_list a {
	text-decoration: none;
}
.webshop_list_heading {
	font-weight: bold;
}



#cart_light {
	background-color: #FFF74A;
	border: 1px solid gray; 
	margin-bottom: 5px;
}

