/*
Designed by <theFactor.e>
http://www.tfe.nl

CVS Header Information:  
    $Source: f:/tfecvs/cvs/vnn/internet/htdocs/css/default.css,v $
    $Revision: 1.15 $
    $Date: 2007/02/13 11:00:46 $
    $Name:  $
    $Author: kleinebeer#jourik $
*/

@import url("common.css");
@import url("menu.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#003366;
	background-color:#FFFFFF;
	line-height:1.3em;
	margin:0px;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- top  -|-|-|-|-|-|-|-|-|-|-|-|- */
.top {
	margin:0px auto 0px auto;
	padding-top:7px;
	width:750px;
	background-color:#FFFFFF;
}
.date {
	font-size:95%;
	text-align:right;
	color:#999999;
	margin-bottom:6px;
}
.topMenu {
	color:#FFFFFF;
	background-color:#D20175;
	font-weight:bold;
	padding:4px 10px 4px 15px;
}
.topMenu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-right:20px;
}
.topMenu a:hover {
	color:#E8E943;
	text-decoration:none;
}
.topMenu a:active, .topMenu a:focus {
	color:#E8E943;
	text-decoration:none;
}
.topMenu a.home {
	background-image:url(../images/img_arrowleft.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
}
.search{
	text-align:right;
}
.searchTxt {
	color:#E8E943;
	padding-right:10px;
}
.search input {
	vertical-align:middle;
	color:#003366;
	font-size:95%;
	margin-top:1px;
}
.search input.searchField {
	width:115px;
	margin-left:5px;
	border:solid 0px #FFFFFF;
	height:14px;
	padding-left:3px;
}
.search .searchButton {
	padding:0px;
	vertical-align:middle;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- photo  -|-|-|-|-|-|-|-|-|-|-|-|- */
.photo {
	position:relative;
	height:100px;
	width:750px;
	text-align:right;
}
.photoOverlay img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
}
.photoOverlay {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img_top_logo_default.png');
	height:100px;
	width:750px;
	position:absolute;
	margin-top:-100px;
	left:auto;
}
.phototitle {
	position:absolute;
	top:100px;
	margin-left:200px;
}
.photoLogo {
	position:absolute;
	top:105px;
	margin-left:98px;
}
.photoLogo img {
	width:90px;
	height:80px;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- pageoptions  -|-|-|-|-|-|-|-|-|-|-|-|- */
.pageoptions {
	width:750px;
	position:absolute;
	margin-top:-14px;
	text-align:right;
	color:#666666;
	font-size:0.95em;
}
.pageoptions a {
	color:#666666;
	text-decoration:none;
	padding-right:18px;
	margin-right:10px;
	background-repeat:no-repeat;
	background-position:center right;
}
.pageoptions a:hover {
	color:#D20175;
	text-decoration:none;
}
.pageoptions a.maileenvriend {
	background-image:url(../images/img_maileenvriend.gif);
}
.pageoptions a.printen {
	background-image:url(../images/img_printen.gif);
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- middle  -|-|-|-|-|-|-|-|-|-|-|-|- */
.middle {
	margin:0px auto 0px auto;
	padding:10px 0px 3px 0px;
	width:750px;
	background-color:#F6F9D9;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- leftcol  -|-|-|-|-|-|-|-|-|-|-|-|- */
.leftcol {
	float:left;
	width:200px;
	margin:0px 5px 0px 5px;
	padding-left:19px;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- maincol  -|-|-|-|-|-|-|-|-|-|-|-|- */
.maincol {
	float:left;
	width:500px;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- leftmenu  -|-|-|-|-|-|-|-|-|-|-|-|- */
.leftmenu {
	width:181px;
	margin-bottom:30px;
}
.leftmenu img {
	position:absolute;
	margin:-20px 0 0 165px;
}
.leftmenu a {
	color:#D20175;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #CCCCCC;
	padding:3px 0px 3px 0px;
	margin:1px;
}
.leftmenu a.active {
	font-weight:bold;
}
.leftmenu a.open {
	font-weight:bold;
	border-bottom:none;
}
.leftmenu a:hover, .leftmenu a.active:hover {
	color:#D20175;
	text-decoration:none;
	background-color:#FDFDF5;
}
.leftmenu .sub {
	border-bottom:1px solid #CCCCCC;
}	
.leftmenu .sub a {
	color:#666666;
	border-bottom:none;
	background-image:url(../images/img_submenu_li.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:14px;
	margin-left:5px;
}
.leftmenu .sub a:hover, .leftmenu .sub a.active {
	color:#000000;
	background-image:url(../images/img_submenu_li_f2.gif);
	background-color:#F6F9D9;
	font-weight:normal;
}
.leftmenu .sub img {
	margin:-11px 0 0 165px;
}


/* -|-|-|-|-|-|-|-|-|-|-|-|- breadcrumb  -|-|-|-|-|-|-|-|-|-|-|-|- */
.breadcrumb {
	padding-bottom:5px;
}
.breadcrumb .links {
	color:#666666;
	font-size:0.95em;
}
.breadcrumb a {
	color:#666666;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#666666;
	text-decoration:underline;
}
.breadcrumb .active {
	color:#D20175;
	text-decoration:none;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- moviecontent  -|-|-|-|-|-|-|-|-|-|-|-|- */
.moviecontent {
	position:relative;
	width:336px;
	z-index:30;
}
.movieplayer {
/*	position:absolute;
	top:250px;*/
	width:530px;
	z-index:20;
	margin-left:-20px;
}
.movieheight {
	width:1px;
	height:350px;
	font-size:1px;
	float:left;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- footerdefault  -|-|-|-|-|-|-|-|-|-|-|-|- */
.footerdefault {
	margin:0px auto 0px auto;
	width:750px;
	height:45px;
	background-image:url(../images/bg_footerdefault.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:12px 0px 0px 0px;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- footer  -|-|-|-|-|-|-|-|-|-|-|-|- */
.footer {
	font-size:95%;
	margin:0px auto 0px auto;
	width:750px;
}
.footer .zoom {
	position:absolute;
	margin:-26px 0px 0px 725px;
}
.footer .links {
	float:right;
	color:#D20175;
}
.footer a {
	color:#333333;
	text-decoration:none;
	margin:0px 3px 0px 3px;
}
.footer a:hover {
	color:#D20175;
	text-decoration:none;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- more  -|-|-|-|-|-|-|-|-|-|-|-|- */
.more {
	text-align:right;
	height:20px;
	border-bottom:1px solid #C4D402;
	margin:3px 0px 10px 0px;
}
.more a {
	background-image:url(../images/img_arrowright.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:30px;
	font-weight:normal;
	color:#003366;
	text-decoration:none;
}
.more a:hover {
	color:#D20175;
	text-decoration:none;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- back  -|-|-|-|-|-|-|-|-|-|-|-|- */
.back {
	height:20px;
	border-bottom:1px solid #C4D402;
	margin:3px 0px 10px 0px;
}
.back a {
	background-image:url(../images/img_prev.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	color:#003366;
	text-decoration:none;
}
.back a:hover {
	color:#D20175;
	text-decoration:none;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- paging  -|-|-|-|-|-|-|-|-|-|-|-|- */
.paging {
	height:20px;
	margin:3px 0px 0px 0px;
	font-size:0.95em;
}
.paging .prev {
	text-align:left;
	width:100px;
}
.paging .pages {
	text-align:center;
}
.paging .next {
	text-align:right;
	width:100px;
}
.paging a {
	color:#003366;
	text-decoration:none;
}
.paging a:hover {
	color:#D20175;
	text-decoration:none;
}
.paging .prev a {
	background-image:url(../images/img_prev.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}
.paging .next a {
	background-image:url(../images/img_next.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
}
.paging .pages a {
	color:#003366;
	text-decoration:underline;
}
.paging .pages a:hover {
	color:#D20175;
	text-decoration:underline;
}
.paging .active {
	color:#D20175;
	font-weight:bold;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- forumMenu  -|-|-|-|-|-|-|-|-|-|-|-|- */
.forumMenu {
	background-color:#F8F8C7;
	padding:0px 10px 0px 10px;
	background-image:url(../images/bg_menu.gif);
	background-repeat:no-repeat;
	height:15px;
	padding:4px 10px 4px 15px;
}
.forumMenu a {
	color:#D20175;
	padding: 5px 0px 5px 3px;
	margin-right:3px;
    font-weight: bold;
    text-decoration: none;
}
.forumMenu a:hover {
	color:#D20175;
	text-decoration:underline;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- faq  -|-|-|-|-|-|-|-|-|-|-|-|- */
a.question {
	display:block;
	color:#003366;
	text-decoration:none;
	background-image:url(../images/img_dot.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	margin-bottom:3px;
}
a.question:hover, .questionactive {
	display:block;
	color:#D20175;
	text-decoration:none;
	background-image:url(../images/img_dot_f2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	margin-bottom:3px;
}


/* -|-|-|-|-|-|-|-|-|-|-|-|- sitemap  -|-|-|-|-|-|-|-|-|-|-|-|- */
ul.sitemap {
	margin-bottom:10px;
}
ul.sitemap li {
	list-style-image:url(../images/img_next.gif);
}
ul.sitemap li a {
	color:#D20175;
	font-weight:bold;
    text-decoration:none;
}
ul.sitemap li a:hover {
	color:#D20175;
	text-decoration:underline;
}
ul.sitemap li ul li {
	list-style-image:none;
	list-style-type:disc;
	color:#D20175;
}
ul.sitemap li ul li a {
	color:#003366;
    text-decoration:none;
	font-weight:normal;
}
ul.sitemap li ul li a:hover {
	color:#003366;
	text-decoration:underline;
}
ul.sitemap li ul li ul li {
	list-style-image:url(../images/img_li_dash.gif);
	color:#666666;
	font-size:0.95em;
}
ul.sitemap li ul li ul li a {
	color:#666666;
    text-decoration:none;
	font-weight:normal;
}
ul.sitemap li ul li ul li a:hover {
	color:#666666;
	text-decoration:underline;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- formulier  -|-|-|-|-|-|-|-|-|-|-|-|- */
.formulier {
	margin:10px 0 10px 0;
	background-color:#E7EF98;
	padding:12px;
}
.formulier input {
	float:left;
	border:1px solid #97A088;
	color:#000000;
	width:252px;
	height:16px;
	padding:2px 0 0 5px;
	font-size:1em;
}
.formulier textarea {
	float:left;
	border:1px solid #97A088;
	color:#000000;
	width:252px;
	padding:2px 0 0 5px;
	font-size:1em;
	overflow:auto;
	height:75px;
}
.formulier .required {
	color:#D20175
}
.formulier .row {
	height:20px;
	margin-bottom:5px;
}
.formulier .clear {
	clear:both;
	height:8px;
}
.formulier .inputerror {
	clear:left;
	color:#FF0000;
}
.formulier .label {
	width:170px;
	float:left;
	padding-top:2px;
}
.formulier .textfield {
	float:left;
}
.formulier .shorttextfield {
	float:left;
}
.formulier .shorttextfield input {
	width:80px;
}
.formulier .checkbox {
	float:left;
	width: auto;
}
.formulier .checkbox .item {
	float:left;
	margin-right:10px;
}
.formulier .checkbox input {
	width:auto;
	border-color:#FFFFFF;
	border:none;
}
.formulier .comment {
	color:#666666;
	font-size:0.95em;
}
.formulier .button {
}


/* -|-|-|-|-|-|-|-|-|-|-|-|- greenbox  -|-|-|-|-|-|-|-|-|-|-|-|- */
.greenbox {
	padding:15px 10px 15px 10px;
	background-color:#E7EF98;
	margin:20px 0px 20px 0px;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- searchforminpage  -|-|-|-|-|-|-|-|-|-|-|-|- */
.searchforminpage .keywords {
	vertical-align:middle;
	color:#003366;
	font-size:95%;
	margin-top:1px;
	width:115px;
	margin:0px 5px 0px 5px;
	border:solid 1px #999999;
	height:14px;
	padding-left:3px;
}
.searchforminpage .docs {
	float:right;
	margin-top:-20px;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- searchresult  -|-|-|-|-|-|-|-|-|-|-|-|- */
.searchresult {
	border-bottom:1px solid #C4D402;
	padding:0px 0px 10px 25px;
	margin-bottom:10px;
}

.searchresult .number {
	position:absolute;
	color:#666666;
	font-weight:bold;
	margin-left:-25px;
}
.subject, .searchresult .subject {
	color:#999999;
	margin-top:3px;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- photobook  -|-|-|-|-|-|-|-|-|-|-|-|- */
.photobook {
	background-color:#D8EAC8;
	padding:17px 0px 0px 21px;
	margin:20px 0px 20px 0px;
}
.photobook .thumb {	
	font-size:0.9em;
	width:158px;
	height:150px;
	float:left;
}
.photobook .thumb .photo {	
	width:130px;
	height:100px;
	border:1px solid #666666;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	margin-bottom:5px;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- photopopup  -|-|-|-|-|-|-|-|-|-|-|-|- */
.photopopup {
	position:absolute;
	width:645px;
	height:366px;
	top:180px;
	margin:0px 0px 0px -175px;
}
.photopopup a {
	color:#666666;
	text-decoration:none;
}
.photopopup a:hover {
	color:#666666;
	text-decoration:underline;
}
.photopopup .background {
	position:absolute;
	z-index:1;
	width:645px;
	height:366px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_photopopup.png');
}
.photopopup .background img {
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
}
.photopopup .closebutton {
	position:absolute;
	z-index:100;
	width:200px;
	height:20px;
	margin:10px 0px 0px 420px;
	text-align:right;
}
.photopopup .closebutton a {
	background-image:url(../images/img_closebutton.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}
.photopopup .picture {
	position:absolute;
	z-index:10;
	width:383px;
	height:288px;
	margin:35px 0px 0px 15px;
	border:1px solid #666666;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
}
.photopopup .content {
	position:absolute;
	z-index:10;
	width:181px;
	height:238px;
	margin:35px 0px 0px 400px;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	padding:30px 20px 20px 20px;
}
.photopopup .prev {
	position:absolute;
	z-index:100;
	width:200px;
	height:20px;
	margin:330px 0px 0px 15px;
	text-align:left;
}
.photopopup .prev a {
	background-image:url(../images/img_prev2.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}
.photopopup .next {
	position:absolute;
	z-index:100;
	width:200px;
	height:20px;
	margin:330px 0px 0px 420px;
	text-align:right;
}
.photopopup .next a {
	background-image:url(../images/img_next2.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}



/* -|-|-|-|-|-|-|-|-|-|-|-|- poll  -|-|-|-|-|-|-|-|-|-|-|-|- */
.poll {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #C4D402;
}
.poll .title {
	background-image:url(../images/img_arrowright.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
	margin-bottom:10px;
}
.poll .label {
	color:#666666;
	font-weight:bold;
}
.poll .result {
	width:30px;
	float:left;
	color:#D20175;
}


/* -|-|-|-|-|-|-|-|-|-|-|-|- mailafriendpopup  -|-|-|-|-|-|-|-|-|-|-|-|- */
.mailafriendpopup {
	display:none;
	width:416px;
	margin:0px auto 0px auto;
}
.mailafriendpopup .center{
	position:absolute;
	z-index:1000;
	width:416px;
	height:370px;
	top:100px;
	margin:0px auto 0px auto;
}
.mailafriendpopup a {
	color:#666666;
	text-decoration:none;
}
.mailafriendpopup a:hover {
	color:#666666;
	text-decoration:underline;
}
.mailafriendpopup .background {
	position:absolute;
	z-index:1001;
	width:416px;
	height:416px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_mailafriendpopup.png');
}
.mailafriendpopup .background img {
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
}
.mailafriendpopup .closebutton {
	position:absolute;
	z-index:2010;
	width:200px;
	height:20px;
	margin:10px 0px 0px 190px;
	text-align:right;
}
.mailafriendpopup .closebutton a {
	background-image:url(../images/img_closebutton.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}
.mailafriendpopup .content {
	position:absolute;
	z-index:1010;
	margin:15px 0px 0px 20px;
	text-align:left;
}
.mailafriendpopup form input {
	float:left;
	border:1px solid #97A088;
	color:#000000;
	width:252px;
	height:16px;
	padding:2px 0 0 5px;
	font-size:1em;
}
.mailafriendpopup form textarea {
	float:left;
	border:1px solid #97A088;
	color:#000000;
	width:252px;
	padding:2px 0 0 5px;
	font-size:1em;
	overflow:auto;
}
.mailafriendpopup form .row {
	height:20px;
	margin-bottom:5px;
	clear: both;
}
.mailafriendpopup form .clear {
	clear:both;
	height:8px;
}
*+html .mailafriendpopup form .clear {
	clear:both;
	height:13px;
	width: 8px;
	white-space: normal;
}

.mailafriendpopup form .label {
	width:90px;
	float:left;
	padding-top:2px;
	padding-left:20px;
}
.mailafriendpopup form .required {
	color:#D20175
}
.mailafriendpopup form .comment {
	color:#666666;
	font-size:0.95em;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- okbox  -|-|-|-|-|-|-|-|-|-|-|-|- */
.okbox {
	display:none;
	position:absolute;
	z-index:2000;
	margin:100px 0px 0px 80px;
	width:250px;
	height:150px;
}
.okbox .button {
	position:absolute;
	z-index:2002;
	margin:110px 0px 0px 75px;
}
.okbox .background {
	position:absolute;
	z-index:2001;
	width:250px;
	height:150px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_okbox.png');
}
.okbox .background img {
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
}
.okbox .content {
	position:absolute;
	z-index:2002;
	margin:40px 0px 0px 20px;
	width:200px;
	text-align:center;
}


/* -|-|-|-|-|-|-|-|-|-|-|-|- trimbos  -|-|-|-|-|-|-|-|-|-|-|-|- */
.trimbos {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom:1px solid #C4D402;
}
.trimbos .active {
	font-weight:bold;
}


/* -|-|-|-|-|-|-|-|-|-|-|-|- sumlink  -|-|-|-|-|-|-|-|-|-|-|-|- */
.sumlink {
	background-image:url(../images/img_arrowright.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px solid #C4D402;
}
.sumlink a {
	color:#003366;
	text-decoration:none;
}
.sumlink a:hover {
	color:#D20175;
	text-decoration:none;
}


/* -|-|-|-|-|-|-|-|-|-|-|-|- weblog  -|-|-|-|-|-|-|-|-|-|-|-|- */
.weblog {
	margin-bottom:20px;
}
.weblog .more {
	border-bottom:1px dashed #C4D402;
	margin-bottom:0px;
}
.weblog .message {
	border-bottom:1px solid #C4D402;
	background-image:url(../images/bg_logmessage.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:5px 0 5px 10px;
}
.weblog .nameemail {
	font-size:0.95em;
}
.weblog .nameemail .line{
	color:#666666;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- bronvermelding Kennistesten  -|-|-|-|-|-|-|-|-|-|-|-|- */
.testBron {
	float:right;
	font-size:0.8em;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- Popup  -|-|-|-|-|-|-|-|-|-|-|-|- */
.popup {
	width:340px;
	margin:0px auto 0px auto;
}
.popup .center {
	position:absolute;
	z-index:1000;
	top:230px;
	margin:0px auto 0px auto;
}

.popup .table {
	background-color:#D20175;
}

.popup .header {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

.popup .header .text {
	float:left;
	padding-left:10px;
}

.popup .header .close {
	float:right;
	padding-right:4px;
}

.popup .header .close a {
	color:#FFFFFF;
}

.popup .content {
	font-family:Arial;
	font-size:13px;
	color:#003366;
	background:url('../images/bg_popup.jpg');
	width:308px; /* 320 - padding left - padding right */
	text-align:center;
	padding:10px 6px 10px 6px;
}

.popup .content h1 {
	margin:0px 0px 8px 0px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#D20175;
}

/* -|-|-|-|-|-|-|-|-|-|-|-|- Block left -|-|-|-|-|-|-|-|-|-|-|-|- */
div.block-left {
	float:left;
	width:238px;
	margin:0 5px 10px 5px;
}
div.block-left-top {
	position:relative;
	width:238px;
	height:7px;
	overflow:hidden;
	background-image:url('../images/bg_block_left_top.gif');
	background-repeat:no-repeat;
}
div.block-left-middle {
	position:relative;
	min-height:100px;
	width:236px;/* 238px minus 2px (for the border) */
	background-color:#F7FADF;
	border-left:1px solid #C4D402;
	border-right:1px solid #C4D402;
	background-image:url('../images/bg_block_left_middle.gif');
	background-repeat:no-repeat;
	background-position:0 bottom;
}
div.block-left-bottom {
	position:relative;
	width:238px;
	height:6px;
	background-image:url('../images/bg_block_left_bottom.gif');
	background-repeat:no-repeat;
}
div.block-left div.content {
	padding:0 8px;
	margin:0;
}
div.block-left div.content h2 {
	padding-top:3px;
}
div.block-left div.content img {
	margin-bottom:3px;
	border:1px solid #CE0E75;
}
div.block-left div.content a.block-more {
	display:block;
	background-image:url('../images/img_arrowright.gif');
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:30px;
	font-weight:bold;
	color:#003466;
	text-decoration:none;
}
div.block-left div.content a.block-more:hover {
	color:#D20175;
	text-decoration:none;
}