@charset "utf-8";

/* -------------------------------------------------- collection */
#collection {
	width: 900px;
	margin: 5px 0 0 30px;
	background-color: #ffffff;
}

#collection h2{
	width: 900px;
	margin: 0 0 0 20px;
	height: 55px;
	background:url(img/co_title01.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#collection h3{
	display: none;
}

#collection .collection_line_up{
	margin: 20px 0 0 20px;
        min-height: 450px; 
        _height: 450px;
}

#collection ul.line_up{
	margin: 10px 0 0 20px;
}

#collection li.line_up{
        height: 220px;
        width: 360px;
	margin: 0 0 0 20px;
        float:left;
}

#collection .collection_item{
	margin: 5px 0 0 15px;
        min-height: 600px;
}

#collection dl{
	width: 900px;
	margin: 0 0 0 0;
}

#collection dt{
	margin: 10px 0 0 0;
}

#collection dt.tempo{
	margin: 10px 0 0 0;
	width: 800px;
	height: 43px;
	background:url(img/co_tempo_title.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#collection dt.roma{
	margin: 10px 0 0 0;
	width: 800px;
	height: 43px;
	background:url(img/co_roma_title.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#collection dt.milano{
	margin: 10px 0 0 0;
	width: 800px;
	height: 43px;
	background:url(img/co_milano_title.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#collection dt.via{
	margin: 10px 0 0 0;
	width: 800px;
	height: 43px;
	background:url(img/co_viaggio_title.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#collection dd{
	height: 280px;
	margin: 10px 0 0 10px;
        float : left;
}

#collection ul.item{
	margin: 0 auto;
}

#collection li.item{
        margin:3px 0 0 0;
	text-align:center;
}

#collection li.item img{
        margin:3px 0 0 0;
	text-align:center;
        border:solid 1px #DCDCDC;
}



