/* =BODY
================================================= */
html, body {
 margin: 0;
 padding: 0;
 font-family: "trebuchet MS", arial, helvetica, sans-serif;
 color: #686b6b;
 text-align: center;
 /*background: #d9d9d9 url("../images/en/background-body.jpg") 0 0 repeat-x;*/
 background: white url("../images/en/background-body.jpg") 0 0 repeat-x;

}

/* commented backslash hack - Hide from Mac IE \*/ 
html, body{
	height:100%;
}

/* =UNIVERSAL ELEMENTS
================================================= */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5em;
}


h1, h6 { margin: 0; }

h1 { font-size : 150%;	}
h2 { font-size : 120%; }
h3 { font-size : 120%; }
h4 { font-size : 90%; }
h5 { font-size : 90%; }
h6 { font-size : 100%; }


h1, h2, h3, h4, h5 {
  	font-family: "trebuchet MS", arial, helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	background: transparent url("../images/en/tulips.gif") 0 0 no-repeat;
 	padding-left: 25px;
 	padding-top: 0.4em;
 	padding-bottom: 0.5em;
 	color: #39669b;
 	
}


h4 {
	font-weight: normal;
  	font-family: arial, helvetica, sans-serif;
	background: #39669b;
	color:white;
	padding: 0.2em 0.2em;
}


p {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
/*line-height : 160%;
  letter-spacing : .06em;*/
}

table {
	font-size: 0.6em;
}

td {
	padding: 0 0.5em 0 0;
}

img {
	display: block;
}

hr {
	margin: 0.2em 0;
	border-color: #39669b;
}

/* =hCARD SPECIFIC
================================================= */
h1 span	{
	display:none;
}

/* =ANCHOR LINKS
================================================= */
a:link, a:visited 	{
 text-decoration: none;
 color: #00a19d;
 /*border-bottom: dotted 1px;*/
}

a:hover {
 color:white;
 background-color:#00a19d;
}

a:active {
 text-decoration: underline;
}

a img {
	border: none;
	background: none;
}

h1 a:link, h1 a:visited	{
	border: none;
	background: none;
}

/* =LISTS
================================================= */
ul, ol {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 /*font-size: 0.7em;*/
}

ul li,
ol li {
 margin-bottom: 0.5em;
}

ul li p,
ol li p {
 font-size: 100%;
}

dl {
	margin: 0;
	padding: 0;
}

/* =MISC
================================================= */
blockquote {
 
 background: transparent url(../images/en/background-blockquote.gif) top left no-repeat;
 margin: 0 1.5em;
 padding: 0.5em 0 0 0.5em;

 text-align:left;
 color: #0b3e8e;
 font-family: "times new roman", "times roman", serif;
 font-style: oblique;
 font-size: x-large;
 /*line-height: 0.7em;*/

}

blockquote p {
 text-align: left;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

code, samp, kbd, var, pre {
	color: #0b3e8e;
}

cite {

}

/* =PAGES
================================================= */
#pages {
 font-size: 0.7em;
 clear:both;
 text-align: right;
 margin: 0 0.5em 1em 0.5em;
 list-style-type: none;
 padding: 0;
}

#pages li {
 float: left;
 margin-left: 0.3em;
}

#pages a {
 padding: 0 0.2em;
}

#pages a:hover {
 background-color:#2bb6e0;
}


.currentpage 	{
 padding: 0 0.2em;
 font-weight: bold;
}

/* =MCUBE-SPECIFIC
================================================= */
.dropcap {
 font-size:42pt; 
 float:left;
 font-family:'Times New Roman';
 line-height:40px;
 padding-top:1px;
 color: white;
}

.new	{
 color: red;
 font-size: 8pt;
}

.lowlight	{
 color:#ACACAC;
}

.hidden {
	display: none;
}

.error {
	color: #fb9622;
}

#copyright {
 font-size: 0.6em;
 font-family: arial, verdana, "trebuchet MS", helvetica, sans-serif;
 color: #7c7c7c;
}

/* =FORMS =CONTROLS
================================================= */
form {
	font-size: 0.7em;
}

/* Fieldsets */
fieldset {
	clear: both;
	margin: 0.5em 0 0.5em 0.5em;
	padding: 1em 0.5em 1em 1em;
	border: solid 1px #73c9d4;
}

fieldset.noshow {
	border: none;
	padding: 0;
}


legend {
 	color: #5B9096;
}


/* Labels */
label, span.label {
	width: 10em;
	display: block;
	float: left;
}

label:hover {
 	color:#e20c15;
}

label em {
	color: #f00;
}

/* Inputs */
input {
	border: 1px inset #295989;
	background: #eef4f8;
	margin-bottom: 0.2em;
}

input.text {

}

input.hidden {
	margin: 0;
	padding: 0;
}

form input:focus, 
form textarea:focus {
	background: #cef;
	color: #000;
}

/* Radios & Checkboxes */
input.radio,
input.checkbox {
	background: none;
	border: none;
}

input#remember {
	/*margin-left: 1.5em;*/
}

label.checkbox	{
	display: inline;
	float: none;
}

ul.radio	{
	list-style-type: none;
	float: left;
	clear: both;
	width: 90%;
	padding: 0.5em;
	margin: 0.5em 0;
}

ul.radio li	{
	float: left;
	margin: 0 1em 0.5em 0;
	width: 10em;
}

ul.radio li	label {
	float: none;
	display: inline;
	font-size: 1.3em;
	width: 5em;
	padding-bottom: 0.5em;
}

/* Textarea */
textarea {
	border: 1px inset #295989;
	background: #eef4f8;
	margin-bottom: 0.2em;
	font-family: sans-serif;
	font-size: 1.2em;
}

/* Select */
select	{
	margin-bottom: 0.2em;
	background: #eef4f8;
}

/* Buttons */
form input.submit,
form input.reset,
form button {
	border-style: outset;
	background: #71CBD3;
	padding: 0;
	margin-left: 0.5em;
}

form .buttons {
	text-align: right;
	padding: 0;
	border: none;
}



form p em {
	color: #f00;
}
.mail em {
	position: relative;
}
.mail div {
	float: none;
	width: auto;
}
.mail input {
	width: 92.5%;
}

/* =FORM VALIDATION
================================================= */
ul.errors li {
	color: #fb9622;
	font-size: 1.4em;
}

/* =DEBUG
================================================= */
#debug_frame {
 font-size: 0.7em;
 background:black;
 color: white;
 padding: 0.5em;
}
