@import url("/docroot/cavallfort/css/add03.css");
@import url("/docroot/cavallfort/css/layout_nav2Left.css");

/* SecciÛ 0303 - El concurs */

#wrapper {
	background: url(/docroot/cavallfort/imgs/wrapperBg-03-leftBar.gif) repeat-y;
}
#content {
	background: url(/docroot/cavallfort/imgs/contentBg-03-leftBar.gif) no-repeat left bottom;
	padding-bottom: 44px;
}
#main>p {
	font-size: 1.1em;
}
#main>ul {
	margin-top:.5em;
	margin-bottom:1.5em;
}



/* Nota: no es pot posar el float al blockquote perque IE amaga el #nav2 */
#main>blockquote p {
	color: #0099CC;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    height: 143px;
    margin: 20px 0 0 50px;
    text-align: right;
    width: 150px;
}



/* relatedInfo */
#relatedInfo a:hover {
	background: #fff !important;
	color: #09c !important;
}
#relatedInfo ul {
	font-size: .9em;
	padding-top: .5em;
}
#relatedInfo>blockquote>ul {
	padding-top: 1.5em;
	background: url(/docroot/cavallfort/imgs/chessLine.gif) repeat-x left top;
}
#relatedInfo li {
	margin-bottom: .5em;
}

#relatedInfo a, #nav2 a {
	color: #fff;
	font-weight: bold;
}
#relatedInfo>blockquote>ul>li>a:before {
	content: "* ";
}
#relatedInfo>blockquote>ul>li ul a:before {
	content: "-";
}


