/**
 * Progetto		MelaMusic
 * @Author:		Daniele Malavasi
 * @Version:	1.0
 * @Start:		10-12-2007
 *
 * CSS dedicato alla colonna destra della pagina.
 * Contiene le definizioni per i cicli di banners gestiti poi in carousel.
 *
 */



/* Strutture fisse di layouting. */
#col3 div.banner {
	margin: 0 0 10px 0;
}
#col3 div.banner h3 {
	margin:0 0 5px 0;
	padding:3px 0 3px 10px;
	color:#fff;
	font-size: 9pt;
	text-align: left;
}



/**
 * Impostazioni per carousel.
 */
#col3 div.banner div.carousel {
	margin: 10px;
	background: #fff;
	width:125px;
	height:197px;
	overflow:visible;
}
#col3 div.banner div.carousel #scroller_container {
	position:relative;
	display:block;
	width:125px;
	height:197px;
	overflow:hidden;
}
#col3 div.banner div.carousel #scroller {
	display:block;
	width:5000px;
	height:200px;
}
#col3 div.banner div.carousel div.el {
	display:block;
	width:120px;
	height:200px;
	overflow: hidden;
	float:left;
}
#col3 div.banner div.carousel img {
	border:0;
}
#col3 div.banner div.carousel div.cover a.txt {
	display: block;
	margin: 0 5px 0 5px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	color:#444;
}
#col3 div.banner div.carousel div.info {
	margin: 5px 0 0 0;
	padding: 5px 0 8px 0;
	background: #ddd;
	text-align: left;
}
#col3 div.banner div.carousel div.info div {
	margin-left:5px;
}
#col3 div.banner div.carousel div.info div.t1 {
	font-weight: bold;
}
#col3 div.banner div.carousel div.info div.t2 {}
#col3 div.banner div.carousel div.info div.t3 {
	font-style: italic;
}



#col3 div.banner a.archive {
	display:block;
	padding: 2px 0 2px 10px;
	text-decoration: none;
	color: #fff;
	background: #444;
	font-weight: bold;
	font-size:7.5pt;
	text-align: left;
}
/* Submenu opzioni */
#col3 div.banner h3.subm {
	background: #777;
}
#col3 div.banner ul.subm {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	text-align: left;
	text-transform: uppercase;
}
#col3 div.banner ul.subm li {
	padding-bottom:8px;
	margin-bottom:5px;
	background: url(img/red_dot.jpg) bottom repeat-x;
}
#col3 div.banner ul.subm li.last {
	background: none;
}
#col3 div.banner ul.subm li a {
	color:#666;
	text-decoration: none;
}
#col3 div.banner ul.subm li a:hover {}


/* Definizioni di colore personalizzate per il banner VERDE. */
#col3 div.green {
	background: #A5D0B2;
}
#col3 div.green h3 {
	background: #2F9951 url(img/top_green.jpg) no-repeat;
}
#col3 div.green div.carousel div.cover a.txt {
	color:#359C55;
}
#col3 div.green div.carousel div.info {
	background: #EDF6F1;
}
#col3 div.green a.archive {
	background: #6BB582;
}


/* Definizioni di colore personalizzate per il banner ROSSO. */
#col3 div.red {
	background: #F5ACBD;
}
#col3 div.red h3 {
	background: #EA5376 url(img/top_red.jpg) no-repeat;
}
#col3 div.red div.carousel div.cover a.txt {
	color:#E74092;
}
#col3 div.red div.carousel div.info {
	background: #FDEEF3;
}
#col3 div.red a.archive {
	background: #F18DA5;
}
#col3 div.red h3.subm {
	background: #ED6E8B;
}

/* Definizioni di colore personalizzate per il carrello. */
#col3 div.carrelloSt {
	background:#d7fd04;
}
#col3 div.carrelloSt h3 {
	background: #d7fd04 url(img/top_carrello.jpg) no-repeat;
	color:#43458F;
}

#col3 div.carrelloSt div.carousel div.cover a.txt {
	color:#43458F;
}
#col3 div.carrelloSt div.carousel div.info {
	background: #43458F;
}
#col3 div.carrelloSt a.archive {
	background: #bffd04;
	color:#43458F;
}
#col3 div.carrelloSt h3.subm {
	background: #43458F;
}








#acc_dx {
	text-align: left;
	margin: 0 10px 0 10px;
}
#acc_dx div.el {
	padding-bottom:8px;
	margin-bottom:5px;
	background: url(img/red_dot.jpg) bottom repeat-x;
}
#acc_dx div.last {
	background: none;
}
#acc_dx div.el div.title {
	color:#666;
}
#acc_dx div.el div.content {
	background:#fff;
}
#acc_dx div.el div.content img {
	border:0;
}
#acc_dx div.el div.content div.cover a.txt {
	display: block;
	margin: 0 5px 0 5px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	color:#E74092;
}
#acc_dx div.el div.content div.info {
	margin: 5px 0 0 0;
	padding: 5px 0 8px 0;
	background: #FDEEF3;
	text-align: left;
}
#acc_dx div.el div.content div.info div {
	margin-left:5px;
}
#acc_dx div.el div.content div.info div.t1 {
	font-weight: bold;
}
#acc_dx div.el div.content div.info div.t2 {}
#acc_dx div.el div.content div.info div.t3 {
	font-style: italic;
}