/* SiteConnectV2 CMS stylesheet v1.0 */

BODY {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #4E3719;
}

H1 {
	font-size : 18px;
	margin:0px;
}
H2 {
	font-size : 16px;
	margin:0px;
}
H3 {
	font-size : 14px;
	margin:0px;
}

.treeviewitem {
 color : #4E3719;
 font-size : 13px;
 font-weight : bold;
 text-decoration: none;
}

.menutoplevel{
 color : #4E3719;
 font-size : 12px;
 font-weight : bold;
 line-height : 20px;
 text-decoration: none;
}
 
.menusublevel {
 color : #4E3719;
 font-size : 12px;
 font-weight : normal;
 line-height : 20px;
 text-decoration: none;
}
 
.menucustom {
 color : #4E3719;
 font-size : 12px;
 font-weight : bold;
 line-height : 20px;
 text-decoration: none;
}
.picture-text {
	font-weight : bold;
}

A:link {
	color : #4E3719;
}
A:visited {
	color : #4E3719;
}
A:hover {
	color : #4E3719;
}
A:active {
	color : #4E3719;
}

A.treeviewitem:link {
	text-decoration: none;
	color : #4E3719;
}
A.treeviewitem:visited {
	text-decoration: none;
	color : #4E3719;
}
A.treeviewitem:hover {
	text-decoration: none;
	color : #4E3719;
}
A.treeviewitem:active {
	text-decoration: none;
	color : #4E3719;
}

.tableinput_table {
	border-color : white;
}

.tableinput_head {
	font-size: 14px;
	font-weight: bold;
	color : #FFFFFF;
	background-color: #898F67;
	border: solid 1px #898F67;
	padding : 2px;
}

.tableinput_cell {
	padding : 3px;
	background-color: #EDEDE1;
	border: solid 1px #898F67;

}

/* Webshop styles*/

.basketcell {
	width : 160px;
	padding : 2px;
	text-align : left;
	background-color: #FFFFFF;
	border: solid 1px #7D8F93;
}

.ws_tableinput_table {
	border-color : white;
}

.ws_tableinput_head {
	font-size: 14px;
	font-weight: bold;
	color : #FFFFFF;
	background-color: #898F67;
	border: solid 1px #898F67;
	padding : 2px;
}

.ws_tableinput_cell {
	color : #4E3719;
	padding : 3px;
	background-color: #EDEDE1;
	border: solid 1px #898F67;
}

.error {
	color : darkred;
}
