/* style.css  */

td.osicon
{
	width:90px;
}

img.osicon
{
	position:relative;
	left:15px;
}

td.os
{
	width: 70px;
	cursor: pointer;
	border: 1px solid;
	border-color: transparent;
}

td.os:hover
{
	border: 1px solid #aaa;
}

div.os
{
	width: 100%;
}

td.dl-tableborder
{
	padding: 0px;
}

table.os
{
	border-collapse: separate;
}

div.version
{
	border-style: solid;
	border-width: 1px;
	border-left-width: 9px;
}

div.version#stable
{
	background-color: #ffffcc;
	border-color: #ffcc00;
}

div.version#supported
{
	background-color: #ddffaa;
	border-color: #88dd66;
}

div.header
{
	font-size: 1.15em;
	font-weight: bold;
	padding: 0.5em;
}

div.dl-content h2
{
	margin-top: 1ex;
}

table {
	font-family:lucida grande, sans-serif;
	font-size:1.0em;
}

div.os-rd
{
	margin-bottom: 1ex;
	position: relative;
	width: 100%;
	text-align: center;
	visibility:hidden;
	display:none;
}

div.os-id
{
	width: 100%;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.os td
{
	border: 1px solid;
}

div.os-id:hover td
{
	border: 1px solid #aaa;
}

div.os-id img
{
	border: 1px solid #444;
}

select {
    width: 300px;
	position:relative;
	left:30px;
}

span.downloads-monovs
{
	float: right;
}
