/*
	Title:      Screen styles
	Author:     Poort80 - Frontend
	Copyright:  2009, Poort80  All rights resevered
*/

/* common 
============================================================= */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	background-color:#eee;
	color:#00244c;
}
a img, img {
	border:none;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:16px
}
h3 {
	font-size:14px
}
h4 {
	font-size:12px
}
h5 {
	font-size:11px
}
h6 {
	font-size:11px
}
h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight:bold;
}
p, h1, h2, h3, h4, h5, h6, ol, ul, dl, hr, pre, table, address, fieldset, input, caption, legend {
	margin-bottom:10px;
}
a {
	text-decoration:underline;
	color:#009EE1;
}
a:hover {
	text-decoration:none;
}
a:active {
	outline:none;
}
a[target="_blank"]{
	background:url(../gfx/icons/external2.gif) no-repeat right center;
	padding-right:12px;
}
div.download a[href*="pdf"],
div.download a[href*="doc"],
div.download a[href*="docx"],
.doc,
.pdf{
	padding-right:20px;
	display:inline-block;
}
div.download a[href*="doc"],
div.download a[href*="docx"],
.doc{
	background:url(../gfx/icons/led-icons/page_white_word.png) no-repeat right center;
}

div.download a[href*="pdf"],
.pdf{
	background:url(../gfx/icons/led-icons/doc_pdf.png) no-repeat right center;
}
object {
	outline:none;
}
ol, ul, dl {
	margin-left:20px;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style:disc outside;
}
optgroup {
	font-weight:normal;
}
abbr, acronym {
	border-bottom:1px dotted #00244c;
	cursor:help;
}
em {
	font-style:italic;
}
del {
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	width:100%;
}
th, td {
	padding:2px;
}
th {
	font-weight:bold;
	text-align:left;
}
caption {
	text-align:center;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
input.checkbox, input.radio, input.submit {
	padding:1px;
}
input.text,
input.password{
	background:url(../gfx/repeater_input.gif) repeat-x top left;
	border:1px solid #ddd;
	height:14px;
	padding:3px;
	font-size:11px;
	color:#00244c;
}
select{
	background:url(../gfx/repeater_input.gif) repeat-x top left;
	border:1px solid #ddd;
	height:22px;
	padding:2px;
	font-size:11px;
	color:#00244c;
}
textarea{
	background:url(../gfx/repeater_input.gif) repeat-x top left;
	border:1px solid #ddd;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00244c;
}
label{
	cursor:pointer;
	display:block;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
}
/* buttons
============================================================= */
.btn,
.submit{
	margin:0px;
	padding:0px;
	height:20px;
	display:inline-block;
	background:url(../gfx/button.jpg) no-repeat top right;
	text-decoration:none !important;
	font-size:12px;
	border:none;
}
.btn span,
.submit button{
	margin:0px 10px 0px 0px;/* > ie6.css */
	padding:0px 0px 5px 10px;/* > ie6.css */
	height:15px;
	display:inline-block;
	background:url(../gfx/button.jpg) no-repeat top left;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.submit button{
	border:none;
	font-size:12px;
	height:20px;
}
.btn:hover,
.submit:hover{
	background-position:bottom right;
}
.btn:hover span,
.submit:hover button{
	background-position:bottom left;
}

.edit{
	margin:0px;
	padding:0px 20px 0px 0px;
	background:url(../gfx/icons/led-icons/page_white_edit.png) no-repeat right center;
	text-align:right;
	color:#00244c;
	text-decoration:none
}
.add{
	margin:0px;
	padding:0px 0px 0px 14px;
	background:url(../gfx/icons/add.gif) no-repeat left center;	
	text-align:right;
	text-decoration:none;
	display:inline-block;
}
.add:hover{
	text-decoration:underline;
}
.close{
	margin:0px;
	padding:0px 0px 0px 14px;
	background:url(../gfx/icons/close.gif) no-repeat left top;	
	text-align:right;
	width:8px;
	height:7px;
	text-decoration:none;
	display:inline-block;
}
.close:hover{
	background-position:left bottom;
}
/* common trigger classes
============================================================= */
.hide {
	display:none;
}
hr {
	border:0px dotted #D3D3D3;
	border-top-width:1px;
	clear:both;
	height:0px;
}
.float-right {
	float:right;
}
.float-none {
	float:none;
}
.float-left {
	float:left;
}
.clear-left {
	clear:left;
}
.clear-both {
	clear:both;
}
.clear-right {
	clear:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
/* content > iframe
============================================================================= */
#content iframe{
	margin:0px;
	width:730px;
	height:500px;
}
/* header
============================================================================= */
#header {
	background:url(../gfx/maincontent_top.gif) no-repeat bottom center #fff;
}
/* content > content-main
============================================================================= */
.content-main .box{
	background:url(../gfx/box_repeat.jpg) repeat-y;
}
.content-main .box .bt{
	background:url(../gfx/box_top.jpg) no-repeat;
	height:50px;
	width:230px;
}
.content-main .box .bc{
	margin:-50px 0px;
	padding:20px 10px;
	width:210px;
	overflow:hidden;
	position:relative;
	z-index:100;
}
.content-main .box .bb{
	background:url(../gfx/box_bottom.jpg) no-repeat;
	height:50px;
	width:230px;
}
/* footer
============================================================================= */
#footer {
	background:url(../gfx/maincontent_bottom.gif) no-repeat top center;
}
/* content
============================================================================= */
#content {
	background:url(../gfx/repeater_maincontent.gif) repeat-y;
}
/* branding
============================================================= */
.branding a{
	margin-top:35px;
	width:139px;
	height:24px;
	display:block;
	background:url(../gfx/videma_logo.jpg) no-repeat;
}
/* nav-main
============================================================= */
.nav-main ul{
	margin:0px;
	height:38px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:730px;
}
.nav-main ul li.first{
	margin-left:-9px;
}
.nav-main ul li{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	height:38px;
}
.nav-main ul li a{
	margin:0px;
	padding:16px 0px 0px 0px;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	color:#667c94;
	font-size:15px;
	float:left;
	height:22px;
}
.nav-main ul li a:hover{
	color:#00244c;
}
.nav-main ul li span{
	height:38px;
	width:20px;
	display:inline-block;
	float:left;
}
.nav-main ul li.active .shadow-l{
	background:url(../gfx/shadow_l.png) left top no-repeat;/* > ie6.css */
}
.nav-main ul li.active .shadow-r{
	background:url(../gfx/shadow_r.png) right top no-repeat;/* > ie6.css */
}
.nav-main ul li.active a,
.nav-main ul li.active a:hover{
	color:#00244c;
	cursor:default;
	background:url(../gfx/main_nav.png) left top no-repeat;/* > ie6.css */
}
/* language-picker
============================================================= */
.language-picker{
	margin-top:10px;
	position:absolute;
	right:0px;
	top:0px;
}
.language-picker ul{
	margin:0px;
}
.language-picker ul li{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}
.language-picker ul li span{
	margin:0px 2px;
	color:#00244c;
}
.language-picker ul li a{
	color:#00244c;
	text-decoration:none;
}
.language-picker ul li a:hover{
	text-decoration:underline;
}
.language-picker ul li a.active{
	font-weight:bold;
}
/* branche
============================================================= */
.branche{
	margin-top:10px;
	float:left;
}
.branche ul{
	margin:0px;
}
.branche ul li{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	position:relative;
	z-index:200;
}
.branche ul li a{
	padding:0px 4px;
	width:220px;
	height:22px;
	line-height:22px;
	display:block;
	color:#fff;
	background-color:#00244c;
	text-decoration:none;	
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#fff;
}
.branche ul li a:hover{
	color:#999;
}
.branche ul li a.arrow{
	background: url(../gfx/arrow_down.gif) top right no-repeat;
}
.branche ul:hover li a.arrow{
	background: url(../gfx/arrow_down_on.gif) top right no-repeat;
	color:#fff;
}
.branche ul li ul{
	display:none;
	background-color:#fff;
	width:228px;
	padding:0px 1px;
}
.branche ul li ul li{
	margin-bottom:1px;
}
.branche ul li ul li a{
	border:none;
}
.branche ul li:hover ul{
	display:block;
	position:absolute;
	top:24px;
	left:0px;
}
/* search 
============================================================= */
.search{
	position:absolute;
	right:0px;
	top:50px;
}
.search .text{
	margin:0px;
	padding:4px;
	width:205px;
	height:15px;
	color:#00244c;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#00244c;
	font-size:12px;
	background:none;
	float:left;
}
.search .magnifier{
	margin:0px;
	padding:0px;
	border-style:solid;
	border-width:1px 1px 1px 0px;
	border-color:#00244c;	
	background: #fff url(../gfx/icons/magnifier.gif) center center no-repeat;
	width:25px;
	height:25px;
	float:left;
	cursor:pointer;
}
.search .magnifier:hover{
	background: #fff url(../gfx/icons/magnifier_on.gif) center center no-repeat;
}
/* nav-extra
============================================================= */
.nav-extra{
	position:absolute;
	right:0px;
	bottom:5px;
}
.nav-extra ul{
	margin:0px;
}
.nav-extra ul li{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}
.nav-extra ul li span{
	margin:0px 5px;
}
.nav-extra ul li a{
	color:#00244c;
	text-decoration:none;
	font-size:11px;
}
.nav-extra ul li a:hover{
	text-decoration:underline;
}
.nav-extra ul li a.icon{
	margin-right:5px;
	width:24px;
	height:23px;
	display:block;
	text-indent:-9999px;
}
.nav-extra ul li a.icon.sitemap{
	background:url(../gfx/icons/sitemap.gif) no-repeat top left;
}
.nav-extra ul li a.icon.mail{
	background:url(../gfx/icons/mail.gif) no-repeat top left;
}
.nav-extra ul li a.icon:hover{
	background-position:bottom left;
}
/* content > col one > text-box
============================================================================= */
#content .col.one .text-box{
	margin-bottom:10px;
	float:left;
	width:220px;
	overflow:hidden;
}
/* content > col two > text-box
============================================================================= */
#content .col.two .text-box{
	margin-right:20px;
	float:left;
	width:210px;
}
#content .col.two .text-box-wide{
	float:left;
	width:460px;
}
/* content > col five > text-box
============================================================================= */
#content .col.five .text-box{
	margin:0px;
	float:left;
	width:480px;
	overflow:hidden;
	min-height:20px;
	position:relative;
}
#content .col.five .text-box h2{
	margin:0px;
}
#content .col.five .text-box h2 a{
	text-decoration:none;
	color:#00244c;
}
#content .col.five .text-box h2 a:hover{
	text-decoration:underline;
}
/* content > col six > text-box
============================================================================= */
#content .col.six .text-box{
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
/* nav-sub
============================================================================= */
.nav-sub{
	margin-bottom:10px;
	float:left;
}
.nav-sub ul{
	margin:0px;
	width:220px;
}
.nav-sub ul li{
	margin:0px;
	border-bottom:1px solid #e3e3e3;
	list-style:none;
}
.nav-sub ul li ul{
	margin:0px;
	padding:0px;
}
.nav-sub ul ul{
	background-color:#fff;
}
.nav-sub ul li ul li{
	padding:0px 0px 0px 5x;
	border-bottom:none;
}
.nav-sub ul li ul li.active{
	background:none;
}
.nav-sub ul li ul li a{
	color:#00244C !important;
}
.nav-sub ul li ul li:hover{
	background-color:#fff;
}
.nav-sub ul li ul li:hover a,
.nav-sub ul li ul li.active a{
	color:#009ee1 !important;
	text-decoration:underline;
}
.nav-sub ul li ul li:last-child{
	border:none !important;
}
.nav-sub ul li:hover,
.nav-sub ul li.active{
	background-color:#009ee1;
}
.nav-sub ul li a{
	padding:0px 0px 0px 15px;
	height:30px;
	line-height:30px;
	display:block;
	color:#00244c;
	text-decoration:none;
}
.nav-sub ul li:hover a,
.nav-sub ul li.active a{
	color:#fff;
}
/* partner-logos
============================================================================= */
.partner-logos{
	margin-bottom:10px;
	float:left;
	width:100%;
	overflow:hidden;
}
.partner-logos ul{
	margin:0px;
} 
.partner-logos ul li{
	margin:0px 14px 14px 0px;
	padding:0px !important;
	float:left;
	width:80px !important;
	height:80px !important;
	display:inline-block;
	list-style:none;
}
.partner-logos ul li.last{
	margin-right:0px;
}
.partner-logos ul li a{
	display:block;
	width:80px;
	height:80px;
	display:block;
}
.partner-logos p{
	clear:both;
}
/* quick-links
============================================================================= */
.quick-links{
	margin-bottom:10px;
	float:left;
}
.quick-links ul{
	margin:0px;
	width:220px;
}
.quick-links ul li{
	margin:0px;
	list-style:none;
}
.quick-links ul li a{
	color:#00244c;
	text-decoration:none;
}
.quick-links ul li a:hover{
	color:#999;
}
/* calculator
============================================================================= */
.calculator{
	margin:0px 0px 10px 0px;
	padding:10px;
	float:left;
	width:207px;
}
#content .col.one .calculator{
	width:198px;
}
.calculator h3{
	font-size:20px;
}
.calculator a.btn {
	padding:0px;
	background: transparent url(../gfx/btn_calculator.jpg) left top no-repeat;
	width: 164px;
	height: 129px;
}
.calculator a.btn:hover {
	background: transparent url(../gfx/btn_calculator.jpg) left bottom no-repeat;
}
/* login
============================================================================= */
.login{
	margin-bottom:10px;
	padding:0px;
	float:left;
	width:230px;
	overflow:hidden;
}
.login .error-message{
	padding:5px;
	background-color:#fcffb2;
	border:1px solid #ffe7b2;
	width:195px;
	margin-bottom:10px;
}
.login .error-message p{
	margin:0px;
	padding-left:22px;
	font-size:11px;
	line-height:16px;
	background:url(../gfx/icons/led-icons/error.png) 0px 0px no-repeat;
}
.login h5{
	font-size:15px;
}
.login .row{
	margin-bottom:5px;
	float:left;
	display:inline; /* IE6 fix */
	width:205px;
}
.login div.form-error p{
	margin:0px;
	color:#DF0000;
	font-weight:bold;
	font-size:10px;
	clear:both;
	line-height:normal;
}
.login div.form-error label{
	color:#DF0000;
}
.login label{
	margin:0px;
	float:left;
	width:100px;
}
.login input{
	margin:0px;
	float:left;
	width:95px;
}
.login ul.nav-links{
	margin:0px;
	float:left;
	width:115px;
}
.login ul.nav-links li{
	margin:0px;
	list-style:none;
	line-height:14px;
}
.login ul.nav-links li a{
	color:#00244c;
	text-decoration:none;
	font-size:10px;
}
.login ul.nav-links li a:hover{
	text-decoration:underline;
}
.login .submit{
	margin:5px 10px 0px 0px;
}
/* contact-form
============================================================================= */
.contact-form{
	margin-bottom:10px;
	padding:0px;
}
.contact-form .error-message{
	margin-top:5px;
	padding:5px;
	background-color:#fcffb2;
	border:1px solid #ffe7b2;
	margin-bottom:10px;
}
.contact-form .error-message p{
	margin:0px;
	padding-left:22px;
	font-size:11px;
	line-height:16px;
	background:url(../gfx/icons/led-icons/error.png) 0px 0px no-repeat;
}
.contact-form h5{
	font-size:15px;
}
.contact-form .row{
	margin-bottom:5px;
}
.contact-form div.form-error p{
	margin:0px;
	color:#DF0000;
	font-weight:bold;
	font-size:10px;
	clear:both;
	line-height:normal;
}
.contact-form div.form-error label{
	color:#DF0000;
}
.contact-form .submit{
	margin:5px 0px 0px 0px;
}

/* standard form
============================================================================= */
.standard-form form{
	margin-bottom:10px;
	padding:0px;
}
.contact form .error-message{
	margin-top:5px;
	padding:5px;
	background-color:#fcffb2;
	border:1px solid #ffe7b2;
	margin-bottom:10px;
}
.standard-form form .error-message p{
	margin:0px;
	padding-left:22px;
	font-size:11px;
	line-height:16px;
	background:url(../gfx/icons/led-icons/error.png) 0px 0px no-repeat;
}
.standard-form form h5{
	font-size:15px;
}
.standard-form form .row{
	margin-bottom:10px;
	overflow:hidden;
}
.standard-form form div.form-error p{
	margin:0px;
	color:#DF0000;
	font-weight:bold;
	font-size:10px;
	clear:both;
	line-height:normal;
}
.standard-form form div.form-error label{
	color:#DF0000;
}
.standard-form form .submit{
	margin:5px 0px 0px 0px;
}
.standard-form{
	overflow:hidden;
}
.standard-form textarea{
	width:470px;
	float:left;
}
.standard-form input.text{
	width:232px;
	float:left;
}
.standard-form textarea{
	margin-bottom:10px;
	height:150px;
}
/* highlights-player 
============================================================================= */
.highlights-player{
	position:relative;
	width:720px;
	height:281px;
	overflow:hidden;
}
.highlights-player .image-box{
	position:absolute;
	width:480px;
	height:280px;
	float:left;
	display:none;
}
.highlights-player .image-box .txt{
	padding:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:460px;
	background:url(../gfx/trans_black.png) repeat;/* > ie6.css */
}
.highlights-player .image-box .txt h4{
	margin:0px;
	font-size:20px;
	color:#fff;
}
.highlights-player .image-box .txt p{
	margin:0px;
	color:#fff;
	font-size:11px;
}
.highlights-player .image-box .txt a{
	color:#fff;
}
.highlights-player .control-panel{
	float:right;
}
.highlights-player .control-panel ul{
	margin:0px;
	border-top:1px solid #E3E3E3;
}
.highlights-player .control-panel li{
	margin:0px;
	border-bottom:1px solid #E3E3E3;
	position:relative;
	list-style:none;
	position:relative;
}
.highlights-player .control-panel li a{
	padding-left:10px;
	width:230px;
	height:39px;
	line-height:39px;
	display:block;
	font-weight:bold;
	color:#aaa;
	text-decoration:none;
}
.highlights-player .control-panel li span{
	display:none;
}
.highlights-player .control-panel li a.active,
.highlights-player .control-panel li a:hover{
	color:#00244c;
}
.highlights-player .control-panel li a.active span{
	background:url(../gfx/arrow_left.gif) no-repeat;
	width:10px;
	height:20px;
	position:absolute;
	left:-10px;
	top:10px;
	display:block;
	text-indent:-99999px;
}
/* nav-icons
============================================================================= */
.nav-icons{
	width:140px;
	height:14px;
	position:absolute;
	right:0px;
	top:0px;
}
.nav-icons ul{
	margin:0px;
}
.nav-icons ul li{
	margin:0px;
	padding:0px;
	float:right;
	list-style:none;
	width:60px;
}
.nav-icons ul li a{
	font-size:9px;
	color:#888;
	text-decoration:none;
}
.nav-icons ul li a:hover{
	text-decoration:underline;
}
.nav-icons ul li a.icon{
	padding-left:18px;
	height:14px;
	display:block;
}
.nav-icons ul li a.icon.send{
	background:url(../gfx/icons/sendafriend.gif) center left no-repeat;
}
.nav-icons ul li a.icon.print{
	background:url(../gfx/icons/print.gif) center left no-repeat;
}
/* special ul
============================================================================= */
ul.special{
	margin:0px;
}
ul.special li{
	margin:0px;
	list-style:none;
}
ul.special li a{
	color:#ec008c;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
}
ul.special li a.icon1{
	background:url(../gfx/icons/external1.gif) no-repeat left center;
}
ul.special li a.icon2{
	background:url(../gfx/icons/download.gif) no-repeat left center;
}
ul.special li a:hover{
	text-decoration:underline;
}
/* faq
============================================================================= */
.faq dl{
	margin:0px;
	padding:0px;
}
.faq dl dt{
	margin:0px;
	padding:10px 0px 10px 15px;
	cursor:pointer;
	display:block;
	border-bottom:1px dotted #D3D3D3;
	font-weight:normal;
	background:url(../gfx/arrow_right.gif) no-repeat 0px 15px;
	cursor:pointer;
}
.faq dl dt:hover{
	color:#009ee1;
}
.faq dl dt.active{
	padding-bottom:5px;
	border-bottom:none;
	font-weight:bold;
	background:url(../gfx/arrow_down2.gif) no-repeat 0px 15px;
}
.faq dl dt.active:hover{
	color:#00244c;
}
.faq dl dd{
	margin:0px;
	padding:0px 0px 10px 15px;
	display:none;
	border-bottom:1px dotted #D3D3D3;
}
/* glossary
============================================================================= */
.glossary dl{
	margin:0px;
	padding:0px;
	position:relative;
}
.glossary dl dt{
	margin:0px;
	padding:5px 0px 5px 10px;
	cursor:pointer;
	display:block;
	color:#444;
	border-bottom:1px dotted #D3D3D3;
	font-weight:normal;
	background:url(../gfx/arrow_right.gif) no-repeat 0px 10px;
	width:130px;
	cursor:pointer;
}
.glossary dl dt:hover{
	text-decoration:underline;
}
.glossary dl dt.active{
	margin:0px;
	padding-bottom:5px;
	color:#333;
	font-weight:bold;
	background:url(../gfx/arrow_down2.gif) no-repeat 0px 13px;
}
.glossary dl dd{
	margin:0px 0px 10px 0px;
	padding:10px;
	display:none;
	background-color:#FFFFE1;
	border:1px solid #D3D3D3;
	color:#696B6C;
	float:right;
	width:300px;
	position:absolute;
	top:0px;
	right:0px;
}
.glossary dl dd strong{
	display:block;
	padding-left:20px;
	background:url(../gfx/icons/led-icons/exclamation.png) no-repeat left center;
}
/* contact
============================================================================= */
.contact{
	overflow:hidden;
}
.contact label{
	text-align:right;
	display:block;
	float:left;
}
.contact input,
.contact textarea{
	width:470px;
	float:left;
}
.contact textarea{
	margin-bottom:10px;
	height:150px;
}
/* vcard
============================================================================= */
.vcard{
	float:left;
	width:170px;
}
/* google-maps
============================================================================= */
.google-maps{
	margin:0px 0px 10px 10px;
	float:left;
	width:300px; 
	height:250px;
}
.google-maps a[target="_blank"]{
	background:none;
	padding:0px;
}
/* tarieven-calculator
============================================================================= */
.tarieven-calculator{
	margin:0px;
	float:left;
	width:480px;
}
.tarieven-calculator .btn{
	margin-bottom:10px;
}
.tarieven-calculator table th,
.tarieven-calculator table td{
	padding:5px;
}
.tarieven-calculator thead th{
	color:#00244c;
	border-bottom:1px solid #D3D3D3;
}
.tarieven-calculator tbody th,
.tarieven-calculator tbody td{
	font-weight:normal;
	border-bottom:1px solid #D3D3D3;
}
.tarieven-calculator tfoot th,
.tarieven-calculator tfoot td{

}
.tarieven-calculator td{
	text-align:right;
}
/* step
============================================================================= */
.step{
	margin:0px 0px 2px 0px;
	padding:0px 5px;
	height:25px;
	line-height:25px;
	clear:both;
	
	background-color:#00244c;
	border:1px solid #00244c;
	color:#fff;
}
.step p{
	margin:0px;
	float:left;
	width:200px;
}
.step a{
	float:right;
	width:200px;
}
.step a:hover{
	text-decoration:underline;
}
/* add-request
============================================================================= */
.add-request{
	width:480px;
}
/* photo-box
============================================================================= */
.photo-box{
	margin:0px 0px 10px 0px;
	width:230px;
	height:270px;
	overflow:hidden;
}
/* sitemap
============================================================================= */
.sitemap ul{
	margin:0px 10px 0px 0px;
	width:150px;/* > ie6.css */
	float:left;
	line-height:22px;
}
.sitemap ul.last{
	margin:0px;
}
.sitemap ul li a{
	font-weight:bold;
	color:#00244c;
	font-size:12px;
	text-decoration:none;
}
.sitemap ul li{
	margin:0px;
	list-style:none;
}
.sitemap ul li a:hover{
	text-decoration:underline;
}
.sitemap ul li ul li ul{
	margin:0px 0px 0px 10px;
}
.sitemap ul li ul li a{
	font-weight:normal;
	color:#009EE1;
	font-size:11px;
}
/* linklist
============================================================================= */
.linklist{

}
/* searchresults
============================================================================= */
.searchresults{

}
.searchresults form{
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
.searchresults .search input.text{
	margin:0px 10px 0px 0px;
	float:left;
	background:#fff url(../gfx/repeater_input.gif) repeat-x top left;
	border:1px solid #ddd;
	height:14px;
	padding:3px;
	font-size:11px;
	color:#00244c;
}
.searchresults h3{
	margin:0px;
}
.searchresults h3 a{
	color:#00244c;
	text-decoration:underline;
}
.searchresults h3 a:hover{
	text-decoration:none;
}
.searchresults p{
	margin:0px;
}
.searchresults a{
	text-decoration:none;
}
.searchresults a:hover{
	text-decoration:underline;
}
/* paging */
.paging{
	clear:both;
	margin-bottom:10px;
	position:relative;
	width:480px;
}
.paging p{
	margin:0px;
	display:block;
	text-align:center;
}
.paging p a{
	text-decoration:none;
	cursor:pointer;
}
.paging p a.active{
	text-decoration:underline;
}
.paging a.prev{
	position:absolute;
	left:0px;
	top:0px;
	color:#00244c;
}
.paging a.next{
	position:absolute;
	right:0px;
	top:0px;
	color:#00244c;
}
/* siteinfo-legal
============================================================================= */
.siteinfo-legal p{
	padding:15px 0px 0px 0px;
	text-align:center;
	font-size:10px;
	color:#667C94;
}
.siteinfo-legal p a{
	text-decoration:none;
	color:#667C94;
}
.siteinfo-legal p a:hover{
	text-decoration:underline;
}
/* .error
============================================================================= */
#content .col .text-box.error{
	margin:20px 0px 20px 18px;
}

/* MyVidema
============================================================================= */

iframe#myvidema-logon-box{
	height: 280px;
	width: 235px;
}


