/**
 * print.css
 *
 * @package vandekolk.nl
 * @author  Supernova Jesse
 *
 * Copyright (c) Malibomba
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF
 * THIS CODE, WITHOUT THE PERMISION OF THE AUTHOR.
 * Info? Mail to info@malibomba.com
 */
/*<![CDATA[*/
html, body									{ font-family:arial; color:#7d7c7f; font-size:12px; }
img											{ border:0; }

h1											{ color:#005041; font-size:20px; }

.details									{ float:left; width:371px; }
.generalImage								{ float:left; width:371px; }
.generalImage img							{ float:right; }
.clear										{ clear:both; visibility:hidden; height:0 !important; line-height:0 !important; }
.green										{ color:#005245; }
strong										{ color:#005245; }
a, a:visited								{ color:#005245; text-decoration:none; }
a:hover										{ text-decoration:underline; }

.description								{ line-height:160%; margin-top:26px; position:relative; }

.left										{ float:left; display:block; width:120px; line-height:140%; }
.right										{ float:left; display:block; width:240px; line-height:140%; }

.images										{ display:block; position:relative; margin-top:26px; padding-bottom:10px; border-bottom:1px solid #005245; }
.images a									{ float:left; margin-right:26px; margin-bottom:26px; width:230px; overflow:hidden; height:152px; display:block; }

.footer										{ margin-top:60px; border-top:1px solid #005245; padding-top:20px; font-size:11px; }
.footer .block								{ display:block; float:left; width:205px; }

/**
 * @description: Print styles:
 --------------------------------------------------------------------------------------------------*/
#lc-centered {
	width:743px;
	margin:0 auto;
	position:relative;
}

#lc-head {
	border-bottom:1px solid #005245;
	padding-bottom:30px;
	margin-bottom:30px;
}

/*]]>*/
