@import url("shared.folders.css");

div#warning p {
	font-size: 0.7em;
}
div#support-container {
	padding: 10px;
}
div#left-column {
	width: 620px;
	float: left;
}
div#right-column {
	margin-left: 10px;
	width: 310px;
	float: left;
}

div.box {
	margin-bottom: 10px;
}
div.box p {
	font-size: 0.8em;
	line-height: 1.4em;
}

table.download-table a {
	color: #3399ff;
	text-decoration: underline;
}
table.download-table a:hover {
	color: #333;
	text-decoration: underline;
}
table.download-table {
	padding: 2px;
	border: 1px solid #ccc;
	background-color: white;
	width: 100%;
}
table.download-table th {
	background-color: #e5e4e4;
	background-repeat: repeat-x;
	background-position: top left;
	font-family: 'Arvo', helvetica, arial, sans-serif;
	border-bottom: 1px solid #ccc;
	font-size: 0.8em;
	color: #6f6f6f;
	padding: 5px;
}
table.download-table th p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}
table.download-table td {
	font-size: 0.8em;
	border-bottom: 1px solid #e5e3e3;
	color: #6f6f6f;
}
table.download-table td {
	padding:10px;
}
table.download-table td.model {
	width: 400px;
	border-right: 1px solid #e5e3e3;
}
table.download-table td.links {
	font-size: 14px;
	text-align: right;
}
div#warning * {
	margin: 0px;
	padding: 0px;
}
div#warning {
	text-align: center;
	background-color: #fffeeb;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
div#warning p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #996633;
}
div#warning a {
	color: #9b2323;
}
div#warning a:hover {
	color: black;
}
div#warning h4 {
	font-size: 18px;
	color: #996633;
}
h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}
div#manual-tree {
	padding-top: 10px;
}

/* Software box */
div#software-box {
	background-color: black;
	background-image: url("/gfx/site/gui/grad-black-large.jpg");
	background-repeat: repeat-x;
}
div#software-box h2,
div#software-box h4 {
	text-align: center;
	color: #ccc;
}
div#software-box a:hover {
	color: white;
}
div#software-tree {
	padding-top: 10px;
}
div#software-box h4 {
	font-size: 1.2em;
}
div#software-box strong {
	color: #999;
}

ul#software-folders-list {
	list-style: none;
}
li.software-folder-header {
	background-image: url("/gfx/site/gui/grad-black.jpg");
	background-repeat: repeat-x;
	font-size: 0.8em;
	overflow: hidden;
}
li.software-folder-header a {
	color: #ccc;
	text-decoration: none;
}
li.software-folder-header a:hover {
	color: white;
}
a.software-folder-click {
	background-image: url("/gfx/site/gui/drop-icon-down-off-black.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	background-image: center top;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	display: block;
	padding-left: 40px;
}
li.software-slide {
	background-color: black;
	border: 1px solid #333;
}


ul#software-version-list {
}
li.software-version-container {
	border-bottom: 1px solid #333;
	list-style: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
li.software-version-container h5 {
	color: #666;
	font-size: 1.0em;
	font-weight: normal;
	overflow: hidden;
	margin: 0px;
	padding-bottom: 5px;
}
li.software-version-container p {
}
li.software-version-container a {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	bottom: -2px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: #333;
}
li.software-version-container a:hover {
	color: #ccc;
}
li.software-version-container img {
	vertical-align: middle;
}
li.software-notes-container {
	background-color: #333;
	list-style: none;
	padding: 10px;
}


ul.software-notes-list {
	list-style: square;
	list-style-position: inside;
	font-size: 1em;
}
ul.software-notes-list li {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #ccc;
}
a.software-toggle-notes {
	background-color: #333;
	color: #ccc;
}

li.software-slide,
li.software-notes-container {
	display: none;
}
