@charset "utf-8";

.clearfloat {
	float: none;
	clear: both;
	}

/* Promotie */
.greentime #header p.titluPromotie {
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bolder;
    line-height: 15px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFF66;
	}
.greentime #header p.subtitluPromotie {
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    /*color: #009a3d;*/
	color: #FFFFFF;
	}
.greentime #header p.explicatiePromotie {
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#99d7b1;
	}
	
	
.greentime p, span {
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #000;
	}
.greentime div.caseteContact table tr td span,
.greentime div.caseteContact table tr td div label {
	font-size: 11px;
	color: #666;
	}
.rosu {
	color: #f00;
	}
.galben {
	color: #ff6;
	}
.greentime h1, a.titlu {
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight:bold;
    line-height: 26px;
	margin: 0;
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #006633;
	}

.greentime h2 {
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight:bold;
    line-height: 30px;
	margin: 10px 0 0 0;
	color: #009a3d;
	}

.greentime small {
	font-size: 9px;
	color: #999;
	}
.greentime #content a.normal {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 12px;
	}
.greentime #content a.normal:link, a.normal:visited{
	text-decoration: underline;
	color: #666;
	}
.greentime #content a.normal:hover, #content a.normal:active {   /* PANTONE 355C - mouse over link */
	text-decoration: none;
	color: #009a3d;
	}

.greentime #footer p {
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 10px;
	}

.greentime p.disclaimer {
	padding: 10px 20px;
	font-size: 11px;
	line-height: 130%;
	color: #666;
	background-color: #eaeaea;
	border: 1px dashed #ccc;
	}
	
/*Link-uri*/
.greentime #footer a:link {
	text-decoration: underline;
    color: #666;
	}
.greentime #footer a:visited {
	text-decoration: underline;
    color: #666;
	}
.greentime #footer a:hover { /* PANTONE 355C - mouse over link */
	text-decoration: none;
    color: #009a3d;
	}
.greentime #footer a:active { /* PANTONE 355C - mouse selected/active */
	text-decoration: none;
    color: #009a3d;
	}