/*
 * Massimiliano Pala's Homepage CSS
 * (c) 2006 by Massimiliano Pala
 *     All rights reserved
 */

.topdl {
	float: right;
	right: 30px;
	width: 180px;
	font-size: 14px;
	text-align: right;
}

.topdl .title {
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	width: 90%;
	text-align: right;
}

.topdl ul {
	margin-right: 15px;
	margin-top: 5px;
	padding: 3px;
}

.topdl ul li {
	list-style-type: none;
	text-align: right;
}

.topdl a {
	color: black;
	text-decoration: none;
}

.topdl a:hover {
	color: #A40;
}

.download_ad {
	/* background-color: white;
	background-image: url("images/back-top-2.png");
	background-position: top;
	background-repeat: repeat-x; */
	/* border-color: #30477c; */
	/* border-color: white #7777aa #7777aa white; */
	/* border-color: #aaaaff #7777aa #7777aa #aaaaff; */
	/* border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: gray black black gray; */
	/* min-width: 600px; */
	/* margin: 10px 30px 10px 300px; */
	/* padding: 5px 20px 5px 20px; */
	float: right;
	/* position: relative; */
	/* background: #88aadd; */
	/* background: #ef6d00; */
	/* background: #afafff; */
	background: #ddddff;
	/* width: 16em; */
	margin: 5px -1em 10px 15px;
	text-align: right;
}

.download_ad a {
	color: #ef6d00;
}

.download_ad a:visited {
	color: #ef6d00;
}

.download_ad h3 {
	font-weight: bold;
	font-size: 140%;
	margin: 0px;
	/* color: white; */
	color: #ef6d00;
}

