html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 3em 1em 2em;
}
label {
	cursor: pointer;
}
a {
	color: #06F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0 solid #333;
}
a:hover img {
	border-color: #06F;
}

#tdnavi {
	color: #3C3C3C;
	margin: 0 auto 3em;
	max-width: 976px;
	padding: 0;
}
#tdnavi, #tdnavi select, #tdnavi option {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#tdnavi form {
	float: right;
	margin: 0;
}
#tdnavi .start, input.start {
	background: url(../pics/b_slider.png) 50% 0 no-repeat;
	border: 0;
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: 360px;
}
#tdnavi .start:hover, input.start:hover {
	background-position: 50% -60px;
	color: #FFF;
}
input.start {
	margin: 0.5em 0;
}

.tdpanel {
	background: #FFF;
	border: 3px solid #B4C91A;
	border-radius: 7px;
	font-size: 15px;
	margin: 0 auto;
	max-width: 974px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.mainnavi {
	background: #B4C91A url(../pics/bg_mainnavi.png) repeat-x;
	font: 19px Tahoma,Verdana,Arial,sans-serif;
	height: 42px;
	left: -12px;
	line-height: 41px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	text-shadow: 0 0 4px #FFF;
	text-transform: uppercase;
	width: 100%;
}
.mainnavi li {
	border-right: 1px dotted #B4C91A;
	display: block;
	float: left;
}
.mainnavi a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #000;
	display: block;
	height: 42px;
	padding: 0 1.2em;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.mainnavi .active a, .mainnavi a:hover {
	background: #FFF url(../pics/bg_mainnavi.png) repeat-x 0% 100%;
	text-decoration: none;
}

.tdlogo {
	float: right;
	margin: -70px 0 0;
	padding: 0 30px 30px;
}
.tdlogo a {
	background: url(/res/pics/label_tubedisco.png) 50% 50% no-repeat;
	display: block;
	height: 210px;
	overflow: hidden;
	text-indent: -999em;
	width: 210px;
}

.tdcontent {
	padding: 2.5em;
}
.tdcontent h1, .tdcontent h2 {
	font: 40px/0.8em "Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif;
	margin: 0 0 0.8em;
	text-shadow: #999 1px 1px 4px;
}
.tdcontent h2 {
	font-size: 20px;
	margin-top: 2em;
}
.tdcontent p {
	margin: 0.5em 0 0;
}
.tdcontent p + h1 {
	margin-top: 1.3em;
}

dl {
	line-height: 1.2em;
}
dt {
	width: 7em;
}
dd {
	margin: -1.2em 0 0.5em 8em;
}
kbd {
	background: #EEE;
	font-family: Consolas, monospace;
	padding: 0 0.2em;
}

.tdcontent .contents {
	font-size: 13px;
	line-height: 1em;
	margin: 0;
}

.listheader p {
	margin-bottom: 0;
}
.listheader ul {
	margin-top: 0.3em;
}

.screenshots {
	color: #666;
	float: left;
	font-size: smaller;
	line-height: 1em;
	text-align: center;
	width: 204px;
}
.screenshots a img {
	border-width: 2px;
	margin: 0 0 0.3em;
}

.download {
	margin: 2em 0 !important;
	position: relative;
}
.download span {
	color: #FFF;
	cursor: pointer;
	font-size: 13px;
	left: 55px;
	line-height: 19px;
	overflow: hidden;
	position: absolute;
	text-shadow: #000 0 0 4px;
	top: 16px;
	white-space: nowrap;
	width: 235px;
}
.download b {
	font-size: 20px;
}
.download a:hover {
	text-decoration: none;
}
.download a:hover b {
	text-decoration: underline;
}

.test_condition {
	background: #fff9d7;
	border: 1px solid #e2c822;
	margin: 1.5em 0;
	padding: 2em;
}
