/* CSS Document */

#header {
	background-repeat: no-repeat;
	background-position: top left;	
	background-image: url(../img/img-top-collezione.jpg);
}

/**/
#main {
	background-image: url(../img/sf-collezione.gif);
	background-repeat: repeat-y;
}

/*#main #titoloPag {
	border-bottom:solid 1px #9C9C31;
}*/

#main #titoloPag h2 {
	color: #9C9C31;
}

/*#menuLeft ul {
	border-left:7px solid #9C9C31;
}*/ 

#menuLeft ul li:hover {
	color:#9C9C31;
}
#menuLeft ul li.selected {
	color:#9C9C31;
}
#menuLeft ul li.selected a.selected, #menuLeft ul li a:hover {
	color:#9C9C31;
}
#menuLeft ul a.selected {
	background-image:url(../img/bullet-liMenuSelected2.gif);
	background-repeat:no-repeat;
	background-position:1px 2px;
}
#menuLeft .img img {
	border-left:solid 5px #9C9C31;
	border-right:solid 1px #9C9C31;
	border-top:solid 1px #9C9C31;
	border-bottom:solid 1px #9C9C31;
}

h3.titolo {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial;
	color: #757514;
	border-bottom:solid 1px #ccc;
	padding-top:5px;
	margin-bottom:5px;
}

.foto {
	float:right;
	border-left:solid 5px #9C9C31;
	border-right:solid 1px #9C9C31;
	border-top:solid 1px #9C9C31;
	border-bottom:solid 1px #9C9C31;
	margin-left:10px;
	margin-top:6px;
	margin-bottom:2px;
}

#colRight ul {
	border:0;
	margin:0;
	padding:5px 0 10px 0;
}

#colRight ul li {
	list-style:none;
	background-image:url(../img/barr_collezione.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding: 0 0 2px 10px;
}

.coll {
	color: #757514;
	text-decoration: none;
	font-weight:bold;
}

a.coll, a.coll:visited {
	color: #757514;
	text-decoration: none;
	font-weight:bold;
}
a.coll:hover {
	color: #565757;
	text-decoration: underline;
}

a, a:visited {
	color: #565757;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #565757;
	text-decoration: underline;
}