/* SiteConnectV2 CMS stylesheet v1.0 */

.nlsmenu {
    border:#233947 1px solid;
    background-color:#1D3F58;
}

.nlsitem {
    font-size:11x;
    color:#FFFFFF;
	height:22px;
}

.nlsitemcontainerover {
	height:22px;
    background-color:#445F73;
}
.nlssubmenucellover {
	height:22px;
}
.nlsitemover {
	height:22px;
    font-size:11px;
    color:#ffffff;
}

BODY {
	color : #371b28;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
}

H1 {
	font-size : 24px;
	margin:0px;
	font-weight:normal;
}

H2 {
	font-size : 18px;
	margin:0px;
	font-weight:normal;
}
H3 {
	font-size : 14px;
	margin:0px;
	font-weight:normal;
}

P {
	margin:0px;
}	
	
.top_menutoplevel{
 color : #FFFFFF;
 font-size : 11px;
 font-weight : bold;
 line-height : 20px;
 text-decoration: none;
}
 
.menutoplevel{
 color : #371b28;
 font-size : 11px;
 font-weight : bold;
 line-height : 20px;
 text-decoration: none;
}

.menusublevel {
 color : #444444;
 font-size : 11px;
 font-weight : normal;
 line-height : 18px;
 text-decoration: none;
}
 

.menucustom {
 color : #444444;
 font-size : 12px;
 font-weight : normal;
 line-height : 20px;
 text-decoration: none;
}
.picture-text {
	font-weight : bold;
}

A {
	text-decoration : none;
	color : #371b28;
}

A:Hover {
	text-decoration : underline;
	color : #371b28;
}

.tableinput_table {
	border-color : white;
}

.tableinput_head {
	font-size: 12px;
	font-weight: bold;
	color : #FFFFFF;
	background-color: #82214e;
	border: solid 1px #82214e;
	padding : 2px;
}

.tableinput_cell {
	padding : 3px;
	background-color: #fff3f9;
	border: solid 1px #fff3f9;
	font-weight : bold;

}

/* Webshop styles*/

.ws_tableinput_table {
	border-color : white;
}

.ws_tableinput_head {
	font-size: 14px;
	font-weight: bold;
	color : #FFFFFF;
	background-color: #82214e;
	border: solid 1px #82214e;
	padding : 2px;
}

.ws_tableinput_cell {
	padding : 3px;
	background-color: #fff3f9;
	border: solid 1px #fff3f9;
}

.ws_basket_tableinput_cell {
	padding : 3px;
}

.error {
	color : darkred;
}