/* --- Reset CSS --- */
html, body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, p, a, pre, form, fieldset, input, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { text-align: left; font-weight: bold; color: inherit; background-color: inherit; font-size: 100%; }
q:before, q:after { content: ''; }

ul { list-style: disc outside;  }
ol { list-style: decimal outside;  }

/* --- General --- */
body
{
	text-align: center;
	background-color: #fff;
}

.c_pageheader
{
	background: #F4F3F4 url('/images/background/vn_globalmenu.png') left bottom repeat-x;
}

html, body, form, fieldset 
{
	font-size: 100%;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
}

html {
    font-size: 1.25em !important;
}

body {
	font-size: 50%;
}

/* --- Text elements --- */
input, select, textarea 
{ 
	font-size: 100%;
	font-family: inherit;
	color: #707070;
}

p
{
	margin: 0em 0em 1em 0em;
	font-size: 100%;
	font-family: inherit;
	color: #707070;
}

.normaltext
{
	font-size: 1.1em;
	line-height: 1.5em;
}

.bold
{
	font-weight: bold;	
}

.mainheading_general
{
	font-family: Helvetica, Arial;
	font-size: 2.8em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0.4em 0em;
	color: #E62B1F;
}

.mainheading_large
{
	font-family: Helvetica, Arial;
	font-size: 4em;
	line-height: 1em;
	font-weight: bold;
	margin: 0.5em 0em 0.3em 0em;
	color: #EE3024;
}

.mainheading_product, .mainheading_product_long, .mainheading_product_extralong
{
	font-family: Helvetica, Arial;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0em;
	color: #E62B1F;
	padding-right: 1em;
}

.mainheading_product_long
{
	font-size: 2em;
	line-height: 1.7em;
}

.mainheading_product_extralong
{
	font-size: 1.8em;
}

.subheading, .subheading_large, .subheading_small, .subheading_category, .subheading_preview
{
	display: block;
	font-family: Helvetica, Arial;
	font-weight: bold;
	margin: 0em 0em 0.2em 0em;
	color: #626364;
	line-height: 1em;
}

.subheading
{
	font-size: 1.4em;
}

.subheading_large
{
	font-size: 1.6em;
}

.subheading a, .subheading_large a, .subheading a:visited, .subheading_large a:visited
{
	color: #626364;
}

.subheading_preview
{
	font-size: 1.6em;
	line-height: 1.2em;
	color: #E62B1F;
	float: left;
	width: 75%;
}

.subheading_navigation
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

.subheading_category
{
	color: #E62B1F;
	font-size: 1.6em;
}

.subheading_category a, .subheading_category a:visited
{
	color: #E62B1F;
}

.subheading_category span
{	
	display: block;
	float: left;
	padding: 0.2em 0 0.2em 0;
}

.subheading_small
{
	font-size: 1.1em;
	margin-right: 0.3em;
}

.mainingress
{
	font-family: Helvetica, Arial;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	color: #626364;
}

.previewtext
{
	font-size: 1.1em;
	line-height: 1.4em;
}

a
{
	color:#1765AD;
	text-decoration: none;
}

a:visited
{
	color: #551A8B;
}

a:hover, a:hover span, a:active span
{
	text-decoration: underline;
	cursor: pointer;
}

a.linkexternal
{
	background: url(/images/icons/external_link_blue.png) no-repeat right bottom;
	padding-right: 0.9em;
}

a.linkexternal:visited
{
	background: url(/images/icons/external_link_visited.png) no-repeat right bottom;
}

/* --- Images --- */
.smallpreview
{
	width: 12.3em;
}

.largepreview
{
	width: 31.8em;
}

img.smallbodyimageframe
{
	margin: 0em 1em 1em 0em;
	float: left;
	padding: 8px;
	background-image: url(/images/background/vn_small_bodyimage_frame.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 123px;
	height: 71px;
}

img.largebodyimageframe
{
	margin: 0em 0.5em 1.7em -0.3em;
	float: left;
	padding: 8px;
	background-image: url(/images/background/vn_large_bodyimage_frame.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 318px;
	height: 184px;
}

img.smallbodyimagewhite
{
    margin: 0em 1em 1em 0em;
	float: left;
	padding: 0px;
	width: 131px;
}

img.largebodyimagewhite
{
    margin: 0em 1em 1.7em 0em;
	float: left;
	padding: 0px;
	width: 326px;
}

/* --- Visibility --- */
.notvisible
{
	display: none;
	visibility: hidden;
}

.visible
{
	display: inherit;
	visibility: visible;
}

a.keyboardlink:active, a.keyboardlink_active
{
	color:inherit;
}

a.keyboardlink, a.keyboardlink:visited
{
	color:#ffffff;
}

/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.fullwidth
{
	width: 100%;
}
div.clear
{
	clear: both;
}
div.clearright
{
	clear: right;	
}
div.clearleft
{
	clear: left;	
}
.relative
{
	position: relative;	
}
.noborder
{
	border: none;
}
.leftcolumn
{
	float: left;
	width: 45%;
}
.rightcolumn
{
	float: right;
	width: 45%;
	margin-left: 3em;
}
.overflowhidden
{
	overflow: hidden;
}
.shadowtextbox
{
	border: 1px solid #B2B8BD;
	background: url(/images/background/vn_bg_textfield.png) no-repeat top left;
}
.displayinline
{
	display: inline;
}
.fontweightnormal
{
	font-weight: normal;	
}
.skipnav
{
	position: absolute; left: -1000em; width: 20em;
}

/* --- links --- */
.closelink
{
	background: url(/images/icons/vn_close.png) no-repeat right;
	padding: 0.1em 1.6em 0 0;
	height: 16px;
	display: block;
	float: right;
}

/* Borders */

.vn_bordertop
{
	border-top:1px solid #ECE8E9;
}
.vn_borderbottom
{
	border-bottom:1px solid #ECE8E9;
}
.vn_borderleft
{
	border-left:1px solid #ECE8E9;
}
.vn_borderright
{
	border-right:1px solid #ECE8E9;
}

