/* styles to manage the title view of the download */ 
ul.download-title li.name {
	list-style-image: url(../images/icons/list2.gif);	
	margin-left:10px;
}
ul.download-title li.name a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #444444;
}
ul.download-title li.name a:hover {
    text-decoration: underline;
}

/* styles to manage the short view of the download */ 
ul.download-short li.name {
	list-style-image: url(../images/icons/download.gif);	
	margin-left:20px;
}
ul.download-short li.name a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #444444;
}
ul.download-short li.name a:hover {
    text-decoration: underline;
}
ul.download-short li.description {
	list-style: none;
    font-size: 11px;
    color: #444444;
	margin: 4px 0px 0px 0px;
	text-align: justify;
}

/* styles to manage the full view of the download */
ul.download-full {
	list-style: none; 
	margin: 4px 0px 0px 0px;
}
ul.download-full li.date {
    font-size: 11px;
    font-style: italic;
    color: #444444;
    padding: 0px 0px 0px 16px;
	background-image: url('../images/icons/clock.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;    
}
ul.download-full li.name {
    font-weight: bold;
    font-size: 15px;
    color: #444444;
}
ul.download-full li.url {
    font-size: 11px;
    color: #444444;
}
ul.download-full li.url a {
    text-decoration: none;
    font-size: 12px;
    font-style: italic;
    color: #2d556d;
    padding: 0px 16px 0px 0px;
	background-image: url('../images/icons/ext-link.gif');
    background-position: right top;
    background-repeat: no-repeat;
}
ul.download-full li.url a:hover {
    text-decoration: underline;
}
ul.download-full li.body {
	margin: 10px 0px 0px 0px;
    font-size: 12px;
	text-align: justify;
}
