﻿@charset "utf-8";

/* downloads
---------------------------------------- */

table#downloadFiles {
	width: 568px;
	margin: 0;
	padding: 0;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-collapse:collapse;
	border-spacing: 0;
	empty-cells: show;
}

#downloadFiles caption {
	padding: 10px 0;
	font-size: 80%;
	font-weight: bold;
}

#downloadFiles .th1 {width: 17%;}
#downloadFiles .th2 {width: 30%;}
#downloadFiles .th3 {width: 20%;}
#downloadFiles .th4 {width: 17%;}
#downloadFiles .th5 {width: 16%;}

#downloadFiles th,
#downloadFiles td {
	padding: 4px;
	font-size: 77%;
	line-height: 150%;
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}

#downloadFiles th {
	font-weight: bold;
	background: url(/english/pro/vnetworks/downloads/img/bg_headercell.gif) repeat-x bottom;
}

#downloadFiles td.productName {
	font-weight: bold;
}

#downloadFiles td.notice {
	font-size: 70%;
}

strong.title {
	color: #e00000;
}


