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

.sponsored {
	position: fixed;
	/* left: 850px; */
	/* width: 400px; */
	top: 10px;
	left: 190px;
	font-size: 18px;
	text-align: justify;
	width: 725px;
	padding: 5px;

	display: none;

	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;

	border-style: solid;
	border-width: 2px;

	background-image: url("images/back_sponsored.png");
	z-index: 20;
}

.sponsored .title {
	font-weight: bold;
    /* color: black; */
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	width: 90%;
	text-align: left;
}

.sponsored ul {
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: -10px;
	padding: 5px;
}

.sponsored ul li {
	list-style-type: none;
	text-align: left;
}

.sponsored a {
    font-size: 12pt;
    text-decoration: none;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 0px;
    border: 0px;
    color: #853;
    /* color: black; */
    background-image: none;
    /* border-right: 1px solid white; */
}

.sponsored p {
    font-size: 10pt;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 0px;
    border: 0px;
    color: black;
    margin-top: 0px;
}

/*
.sponsored a {
	color: black;
	text-decoration: none;
}
*/

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