/* CSS Document */

#product-photo{
	padding: 1em 15px 0 25px;
	vertical-align: top;
}
#product-content{
	vertical-align: top;
	padding: 1em 0 0 0;
}
#product-content h1{
	margin: 1em 0;
	font-size: 16px;
	font-weight: bold;
	color: #3A78A7;
}
.select-label{
	padding: 0 .5em 5px 0;
	vertical-align: middle;
	width: 130px;
}
.select-field,
.select-field2{
	padding: 0 0 5px 0;
	width: 352px;
}
.select-field select{
	width: 348px;
}
.select-field2 select{
	width: 200px;
}
#system-requirements{
	font-size: 11px;
	width: 225px;
	padding: 0 0 4em 0;
	vertical-align: top;
}
#system-requirements ul{
	margin-left: 1.5em;
}
#system-requirements li{
	padding-bottom: .5em;
}
#download-instructions{
	font-size: 11px;
	padding: 0 0 4em 45px;
	width: 230px;
	vertical-align: top;
}
#download-instructions strong{
	display: block;
	padding: 0 0 1em 0;
}
#download-instructions a:link,
#download-instructions a:visited{
	font-size: 11px;
	color: #000099;
}
#download-instructions a:hover,
#download-instructions a:active{
	font-size: 11px;
	color: #3333CC;
}