* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em; 
	line-height: 1.125em; 
	color: #565a5c;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

h1 {
	
}

h2 {
	font-weight: normal;
	font-size: 1.25em;
	color: #a5acaf;
}

h3 {
	font-size: 1.25em;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
}

a {
	color: #565a5c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background: #deedbf;
	color: #81bc0d;
}

a.read_more {
	background: url(/siteimg/list_more.gif) no-repeat left 5px;
	padding-left: 8px;
}

hr {
	height: 0;
	color: #cccccc;
	border: none;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	background: url(/siteimg/list_standard.gif) no-repeat left 0.5em;
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0 0 0 0px;
	padding: 0;
}

ol li {
	margin: 0px;
	padding: 5px 0;
}

ol li:hover {
	
	color: #81bc0d;
	
}

ol li:hover a {
	background: #deedbf;
	color: #81bc0d;
}
img {
	border: 0px;
}

table {
	font-size: 1em;
	padding: 0 0 0 15px;
	width: 240px;
}

table th,
table td {
	padding: 0 0 0 15px;
}


/************************************* MOBIEL HOME  ****/

table.navigation {
	background: #e8eaeb url(../siteimg/mobiel/bg_nav.png) repeat-x;
	padding: 10px 0;
	border-bottom: 3px solid #9da3a7;
}

table.navigation td {
	padding: 0;
}

/*table.navigation tr:hover {
	background: #deedbf;
	border-top: 1px solid #bcdb7f;
	border-bottom: 1px solid #fff;
}
*/

table.navigation td span {
	padding: 0 12px;
}

table.navigation td a {
	display: block;
	padding: 5px 0;
	border-top: 1px solid #e8eaeb;
	border-bottom: 1px solid #e8eaeb;
}

table.navigation td a.selected {
	color: #7ab800;
}

table.navigation td a:hover {
	background: #deedbf;
	border-top: 1px solid #bcdb7f;
	border-bottom: 1px solid #fff;
}


table.mobiel_menu {
	background: #f9f9fa url(../siteimg/mobiel/bg_menu.png) repeat-x;
}

table.mobiel_menu a.mobiel_menuc {
	background: url(../siteimg/mobiel/icon_menu.png) no-repeat 0px 5px;
	color: #003366;
	font-size: 0.9em;
	padding-left: 5px;
}

table.mobiel_menu a.mobiel_menuc:hover {
	background: url(../siteimg/mobiel/icon_menu.png) no-repeat 0px 5px;
}

table.mobiel_content {
	background: #fff url(../siteimg/mobiel/bg_content.png) repeat-x;
	padding: 10px 10px 10px 15px;
}

table.mobiel_content td {

}

table.mobiel_content td.left {
	width: 50px;
	display: inline-block;
	padding-bottom: 10px;
}

table.mobiel_content td.right {
	width: 135px;
	display: inline-block;
	padding: 0 0 10px 10px;
}

table.mobiel_content td.right a:hover {
	background: none;
}

table.mobiel_content p.intro_tekst {
	font-weight: bold;
	color: #111111;
}

table.mobiel_content h2 {
	margin-bottom: 10px;
}

/************************************* STOCK INFO  ****/

div.stock_info {
	padding: 10px 16px;
	font-size: 1.1em;
}

div.stock_info a {
    color: #000000;
}

div.stock_info dl {
    font-weight: bold;
}

div.stock_info dl dt {
    margin-bottom: 2px;
    color: #000000;
}

div.stock_info dl dd a {
    color: #a5acaf;
}

div.stock_info dl.stock_difference {
    margin-top: 16px;
}

div.stock_info dl.stock_difference dd a {
    color: #565a5c;
}

div.stock_info dl.stock_difference dd span {
    padding: 0 0.5em 0 0;
}