/* Stylesheet for technical pages */

#topmenu a[href="/support/"] {
	background: orange url(/parts/topmenu-hover.jpg) top repeat-x;
	}
#support .support-techdocs ul {
	display: block;
	}

.bloc {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 20px;
	}
	.bloc h3 {
		margin-bottom: 10px;
		text-transform: uppercase;
		font-size: 100%;
		}
	.bloc h3 a {
		display: block;
		background: #05a;
		color: #fff;
		}
	.bloc h3 a:hover,
	.bloc h3 a:active,
	.bloc h3 a:focus {
		background: orange;
		}

table {
	width: 100%;
	margin-bottom: 2em;
	}
	tr:nth-child(1) {
		background: #eeb;
		}
	td {
		padding: 5px;
		}
	td a {
		display: block;
		}
	td.linkbox {
		width: 10em;
		}
	td.desc {
		padding-left: 10px;
		padding-bottom: 1em;
		}

