@charset "utf-8";
/* CSS Document */

html,body{
	margin:0px;
	padding:0px;
	height:100%;
}
body{
	color:#333333;
	font-size:12px;
	font-family:Verdana;
}
h1{
	margin:0px;
	padding-bottom:0px;
	color:#FFFFFF;
	font-size:12px;
}
h2{
	margin:0px;
	padding-bottom:5px;
	color: #8AB506;
	font-size:18px;
}
h3{
	margin:0px;
	margin-left:20px;
	padding-bottom:0px;
	color: #FFFFFF;
	font-size:10px;
}
img{
	margin-left:10px;
	vertical-align:middle;
}
input{
	font-size:11px;
}
.transparent{
}
.centered{
	margin-right:auto;
	margin-left:auto;
}
.header{
	width:1000px;
	height:100px;
}
.menu{
	width:1000px;
	height:50px;
	color:#00CC00;
	background:url(../Img/menu.png) no-repeat top left;
	padding-top:10px;
	padding-bottom:10px;
}
.menu a{ 
	padding-left:10px;
	color:#FFFFFF;
	font-size:10px;
	cursor:pointer;
	text-decoration:none;
}
.categories-preview{
	background:url(../Img/categories_preview_back.png) top left no-repeat;
	width:600px;
	height:500px;
	overflow:hidden;
}
.content{
	width:1000px;
	height:auto;
}
.content .content-left{
	float:left;
	width:190px;
}
.content .content-right{
	float:right;
	width:190px;
}
.preview-link{
	text-decoration:none;
}
.preview-link:hover{
	text-decoration:underline;
}
.content .content-center{
	width:600px;
}
.big-box{
	width:580px;
}
.box{
	background:url(../Img/box.jpg) top left no-repeat;
	width:190px;
}
.box .box-content{
	font-size:10px;
	font-weight:bold;
	background:#EEEEEE;
	border-bottom:solid 2px #8AB506;
	color:#FF6600;
	margin:0px;
	padding-left:0px;
	padding-bottom:0px;
}
.box .box-content{
	font-size:10px;
	font-weight:bold;
	background:#EEEEEE;
	border-bottom:solid 2px #8AB506;
	color:#FF6600;
	padding:0px;
	margin:0px;
}
.right-links a{
	color:#FF6600;
	text-decoration:underline;
	cursor:pointer;
}
.right-links a:hover{
	text-decoration:none;
}
.center-links a{
	color:#FF6600; 
	text-decoration:none;
	cursor:pointer;
}
.center-links a:hover{
	color:#009900;
}
.box-content .menu-item	{
	font-size:8px;
	margin-left:0px;;
	padding : 4px 0pt 4px 10px;
	border-top:solid 1px #CCCCCC;
}
.menu-item a{
	cursor:pointer;
	color:#FF6600;
	text-decoration:none;
}
.box-content div:first-child{
	border-top:none;
}
.box .box-title{
	height:25px;
	padding-top:10px;
	padding-left:50px;
}
.category{
	background:url(../Img/categorie.jpg) top left no-repeat;
	width:176px;
	height:210px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-bottom:5px;
	float:left;
}
.category .category-title{
	padding-top:5px;
	padding-left:10px;
}
.category .category-content{
	font-size:10px;
	font-weight:bold;
	color:#FF6600;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}
.category .category-content a{
	color:#FF6600;
}
.category a{
	text-decoration:underline;
	cursor:pointer;
}
.category a:hover{
	text-decoration:none;
}
.subcategory-button{
	background:url(../Img/subcategory.png) repeat-x top left;
	height:20px;
}
.subcategory-button a{
	color:#FFFFFF;
	text-decoration:none;
}
.anunt{
	background:url(../Img/anunt_back.png) top left no-repeat;
	width:520px;
	height:160px;
	color:#FFFFFF;
}
.anunt a{
	color:#FFFFFF;
}

.anunt-premium{
	background:url(../Img/anunt_premium_back.png) top left no-repeat;
	width:520px;
	height:160px;
	color:#FFFFFF;
}
.anunt-premium a{
	color:#FFFFFF;
}

.anunt-details{
	background:url(../Img/anunt_back_details.png) top left no-repeat;
	width:520px;
	height:160px;
	color:#FFFFFF;
}
.anunt-details a{
	color:#FFFFFF;
}

.anunt-premium-details{
	background:url(../Img/anunt_premium_back_details.png) top left no-repeat;
	width:520px;
	height:160px;
	color:#FFFFFF;
}
.anunt-premium-details a{
	color:#FFFFFF;
}

.footer{
	background-color:#8AB506;
	border-top:solid 1px #000000;
	margin-top:30px;
	width:1000px;
	height:50px;
	float:left;
}
.footer a{
	padding-left:20px;
	margin-top:20px;
	color:#FFFFFF;
	font-size:10px;
	cursor:pointer;
	text-decoration:underline;
	cursor:pointer;
}
.footer a{
	text-decoration:none;
}