@charset "UTF-8";

/* Print CSS for Mimótica Micola 2.0 */

@import url("reset.css"); /* Eric Meyer's CSS Reset */
 
body {
	color: #666;
	background: #fff;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #AD1B00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: lowercase;
}

h2 {
	position: relative;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2em;
	margin-bottom: 1em;
}

h3 {
	font-size: 0.7em;
	line-height: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2em 0 1em;

}

p {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 1em;
}
 
ul, ol {
	font-size: 0.7em;
}

#lang-selection, #search-form, #footer, .jScrollArrowUp, .jScrollArrowDown, #cboxClose, #cboxTitle {
	display: none !important;
}

div, #store-pane, #cboxLoadedContent, #cboxContent, #colorbox, #cboxOverlay, #cboxWrapper {
	width: auto !important;
	overflow: visible !important;
}

#cboxLoadedContent, #cboxContent, #colorbox, #cboxOverlay, #cboxWrapper {
	width: auto !important;
	overflow: visible !important;
}

#cboxLoadedContent iframe {
	height: 200% !important; 
	overflow: visible !important;
}