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

dl {
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	font-size: 11px;
	font-family: "microsoft sans serif";
}
dl:hover {
	display: block;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-image: url(../images/images/bck-dl.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
dl dt {
	font-size: 0.9em;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
dl dt a {
	color: #666666;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
}
dl dd {
	font-size: 1em;
}
dl dd.ddtitlu a{
	font-size: 1.5em;
	color: #009F34;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
dl dd.ddtitlu a:hover
{
	text-decoration: none;
}
dl dd.ddcategs , dl dd.ddcategs a {
	font-size: 0.93em;
	color: #999999;
	text-decoration: none;
}
dl dd.ddcategs a:hover {
	color: #009933;
}
dl.recomandat {
	background-color: #FFFFCC;
	background-image: url(../images/recomandat.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
dl.sponsorizat {
	background-image: url(../images/sponsorizat.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

