/*
* PAGE CONTENT
*===========================
*/
DIV#layout DIV#page_body UL.section { overflow: hidden; min-height: 1px; margin-top: 310px; }
DIV#layout DIV#page_body UL.section LI { float: left; display: block; width: 172px; }
DIV#layout DIV#page_body UL.section LI:first-child { margin-left: 23px; }
DIV#layout DIV#page_body UL.section LI:last-child { width: 295px; }

/*[[ SECTIONS ]]*/
DIV#layout DIV#page_body UL.section LI .section_head {
	width: 100%; height: 32px;
	background: url('images/bull_down.png') no-repeat 0 0;
}
DIV#layout DIV#page_body UL.section LI .section_title {
	font-size: 125%; color: #808080;
	margin: 4px 0;
}
DIV#layout DIV#page_body UL.section LI .section_image {
}
DIV#layout DIV#page_body UL.section LI .section_text {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 70%; color: #808080;
	margin: 20px 20px 0 4px;
}
DIV#layout DIV#page_body UL.section LI .section_text A {
	font-size: 9pt !important; font-weight: bold; color: #c00; display: block;
	text-align: right;
}
DIV#layout DIV#page_body UL.section LI .section_text A:hover { color: #33F; }
DIV#layout DIV#page_body UL.section LI .section_promo {
	width: 100%; height: 157px;
	margin-top: 100px;
	background: url('images/promotie.png') no-repeat 0 0;
	overflow: hidden;
}
DIV#layout DIV#page_body UL.section LI .section_promo A#promo_detalii {
	width: 73px; height: 24px;
	background: url('images/detalii_promotie.jpg') no-repeat 0 0;
	float: right; display: block; margin: 115px 45px 0 0;
}


