/* *********************************************** */
/* ***************  LAYOUT STRUCT  *************** */
/* *********************************************** */
html, body {
	height: 100%;
}

/* Body */
body {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	color: #696968;
	font-size: 10px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin : 0px 0px 0px 0px;
	padding: 0px;
	background: url(../images/common/bg_top.gif) repeat-x top #FFFFFF;
	text-align: center;
}


#wrapper {
	/*position: relative;*/ /* pt. IE */
	/*min-height: 100%;*/ /* 100% pt. FF, OP */
	/*width: 100%;*/
	background: url(../images/common/bg_left.gif) repeat-y;
}
/* 100% pt. IE */
* html #wrapper {
	height: 100%;
}
.clear {
	clear: both;
	height: 103px;
}
#top {
	width: 100%;
	height: 159px;
	/*position: absolute;*/
	top: 0;
	left: 0;
	background: url(../images/common/img_top.jpg) no-repeat left top;
}
#content {
	padding-top: 159px;
	width: 100%;
}
#content-left {
	position: relative;
	float: left;
	width: 209px;
}
#right {
	margin-left: 209px;
	text-align: right;
}
#content-middle {
	/*margin: 0 170px 0 200px;*/
	padding: 35px;
	text-align: justify;
	vertical-align: top;
}
#content-right {
	/*position: relative;*/
	/*float: right;*/
	width: 156px;
	padding: 35px 10px 35px 0;
	text-align: left;
}



/* ************************************* */
/* ***************  TOP  *************** */
/* ************************************* */
#logo {
	text-align: left;
	margin: 20px;
}
#lang {
	float: right;
	text-align: right;
	height: 149px;
	_height: 131px;
	margin-top: -126px;
}
.img-lang {
	border: 1px #D28899 solid;
}
#greenborders {
	position: absolute;
	right: 20px;
	margin: 30px 12px 0px 0px;
}
#menu-top {
	margin: 0px 100px 0 0;
	float: left;
}
#but_lang {
	float: left;
}
#cod-produse {
	margin-right: 10px;
}




/* ************************************** */
/* ***************  MENU  *************** */
/* ************************************** */
#main-menu
{
	position: absolute;
	top: 129px;
	left: 209px;
}
/*
#main-menu ul
{
	list-style-type: none;
	padding: 0;
}
*/
#main-menu td
{
	margin-right: 2px;
	/*padding-left: 6px;*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/common/bg_list_normal.png');*/
}
/*
html>body #main-menu td
{
	background: url(../images/common/bg_list_normal.png) no-repeat top left;
}
#main-menu td:hover
{
	float: left;
	margin-right: 2px;
	padding-left: 6px;
	background: url(../images/common/bg_list_roll.png) no-repeat top left;
}
*/
#main-menu td a
{
	margin-right: 2px;
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	text-align: center;
	color: #5D5D5D;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
	height: 30px;
	display: block;
	line-height: 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/common/bg_menu_normal.png');
}
html>body #main-menu td a
{
	margin-right: 2px;
	background: url(../images/common/bg_menu_normal.png) no-repeat top right;
}
#main-menu td a:hover
{
	text-align: center;
	color: #5D5D5D;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
	height: 30px;
	display: block;
	line-height: 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/common/bg_menu_roll.png');
	text-decoration: none;
	cursor: pointer;
}
html>body #main-menu td a:hover
{
	background: url(../images/common/bg_menu_roll.png) no-repeat top right;
}
#main-menu .main-menu-active
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/common/bg_menu_roll.png');
}

html>body #main-menu .main-menu-active
{
	background: url(../images/common/bg_menu_roll.png) no-repeat top right;
}
/*
#main-menu .main-menu-active-list
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/common/bg_list_roll.png');
}

html>body #main-menu .main-menu-active-list
{
	background: url(../images/common/bg_list_roll.png) no-repeat top left;
}
*/







/* **************************************** */
/* ***************  FOOTER  *************** */
/* **************************************** */
#footer
{
	/*position: relative;*/
	width: 100%;
	height: 103px;
	background: url(../images/common/bg_footer.gif) repeat-x top;
	/*margin-top: -103px;*/
	padding: 0;
}
#links-footer
{
	height: 43px;
	margin: 0;
	padding: 0;
}
#links-footer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#links-footer ul li
{
	float: left;
	margin: 0 30px 0 0;
	padding: 0
}
#links-footer ul li a
{
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#links-footer ul li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.spacer-footer
{
	width: 20px;
}
#logo-footer
{
	background: url(../images/common/bg_logo_euroimobile_footer.gif) no-repeat right top;
	width: 209px;
	height: 86px;
	padding-top: 17px;
}








/* ********************************************** */
/* ***************  SUBMENU LEFT  *************** */
/* ********************************************** */
#publica-anunt a {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #4B4B4B;
	text-decoration: none;
	background: url(../images/common/bg_publica_anunt.jpg) no-repeat top;
	display: block;
	height: 39px;
	width: 195px;
	text-indent: 28px;
	padding-top: 12px;
	margin: 10px 0 0px 6px;
	_margin: 10px 0 0px -1px;
}
#publica-anunt a:hover {
	color: #FFFFFF;
}

#publica-anunt .highlight {
	color: #fff;
	font-size: 120%;
}



.menu-left, .menu-left2 {
	margin: 10px 0 0 0;
	padding: 0;
}
.menu-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu-left ul li {
	height: 24px;
	width: 102px;
}
.menu-left ul li a {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC1212;
	text-decoration: none;
	background: url(../images/common/bg_menu_left_normal.gif) no-repeat bottom;
	display: block;
	height: 21px;
	_height: 24px;
	width: 208px;
	padding-top: 3px;
	text-indent: 20px;
}
.menu-left ul li a:hover {
	color: #000000;
	text-decoration: none;
}
.menu-left p {
	padding: 2px 10px 2px 10px;
}



.menu-left2 ul
{
	list-style-type: none;
	margin: 15px 0px 0px 0px;
	padding: 0;
}
.menu-left2 ul li
{
	height: 25px;
	width: 102px;
}
.menu-left2 ul li a
{
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC1212;
	text-decoration: none;
	background: url(../images/common/bg_menu3_left_normal.gif) no-repeat bottom;
	display: block;
	height: 21px;
	_height: 25px;
	width: 208px;
	padding-top: 4px;
	text-indent: 20px;
}
.menu-left2 ul li a:hover
{
	color: #363636;
	text-decoration: none;
	background: url(../images/common/bg_menu3_left_roll.gif) no-repeat bottom;
}






/* ********************************************** */
/* ***************  SUBMENU LEFT  *************** */
/* ********************************************** */
#cautare
{
	height: 153px;
	position: relative;
	width: 168px;
	top: 24px;
	text-align: left;
	padding: 6px 20px 0 20px;
	background: url(../images/common/bg_cautare.gif) repeat-x;
}
#cautare-lupa
{
	position: absolute;
	width: 94px;
	height: 114px;
	right: -27px;
	top: -24px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/common/lupa.png');
}
html>body #cautare-lupa
{
	background: url(../images/common/lupa.png) no-repeat left top;
}






/* *************************************** */
/* ***************  POPUP  *************** */
/* *************************************** */
#popup-content
{
	padding: 50px 20px 20px 20px;
	text-align: left;
}
#popup-content img
{
	margin: 0 0 20px 0;
}


#parteneri {
	text-align: center;
	margin: 20px 0;
}
	#parteneri p {
		margin-bottom: 5px;
	}
	#parteneri img {
		border: 1px #CCCCCC solid;
	}
	

