/* definitions for downloadview.tpl */
div#downloadview {
    margin: 0;
    padding-top: 6px;
    width: 450px;
}
div#downloadview a:link {
	color: black;
	text-decoration: none;
}
div#downloadview a:visited {
	text-decoration: none;
}
div#downloadview a:hover {
	color: #FF0000;
}
div#downloadview div {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#downloadview div.caption {
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
	color: #666666;
	line-height: 1.2em;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-top: 0px;
}
div#downloadview div.linktodownloadpage {
    font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 1.2em;
	margin: 0;
	margin-bottom: 10px;
    padding: 0;
	vertical-align: top;
}
div#downloadview div.categoryname {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview div.description {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview div.version {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview div.developer {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview div.platform {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview div.programtype {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview div.license {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview div.filesize {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview div.publisherissue {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview div.screenshot {
	font-size: 10px;
	font-weight: normal;
	margin-left: 40px;
	list-style-type: square;
	display: list-item;
	color: #666666;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
div#downloadview img.screenshot {
	width: 80%;
	height: 80%;
	vertical-align: top;
}
/* end of definitions for downloadview.tpl */

div#downloadlist_list .downloadscreenshot img {
	display: none;
}

