/* CSS Document */
/* dark blue text: #2B296A */
a {
	outline:none;
}
html,body {height:100%;}

body {
	background:#e5e4dc url(../images/body_bg.png) repeat-x;
	margin:0;
	padding:0;
	font-family:"Century Gothic";
}
form {
	margin:0;
	padding:0;
}
#forums {
	text-align:right;
	padding-right:10px;
}
#spacer {
	height:8px;
}
#Main {
	height:100%;
	width:960px;
	min-height:100%;
	margin:0 auto -35px;
	background:#F3F1E9 url(../images/main-top.gif) top repeat-x;
	height:auto !important;
}
#footer {
	width:960px;
	text-align:center;
	margin:0 auto;
	position:relative;
	height:35px;
	background-color:#F3F1E9;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
#special {
	text-align:center;
	font-size:24px;
	color:#F00;
	font-weight:bold;
}
#special a {
	color:#E00;
	text-decoration:none;
	border-bottom:2px dotted #F00;
}
#special a:hover {
	border-bottom-style:solid;
}

#Banner {
	height:80px;
	text-align:left;
	font-family:"Century Gothic";
	background:url(../images/banner_grey.png) no-repeat top left;
	padding:10px 0 0 5px;
}
#Banner a {
	font-size:48px;
	color:#DDD;
	text-decoration:none;
}

#Login_Box {
	text-align:right;
	font-family:"Century Gothic";
	font-size:12pt;
	background:url(../images/banner2_grey.png) no-repeat top right;
	height:71px;
	padding-top:10px;
	color:#EEE;
}
#Login_Box form {
	margin:0;
	padding:0;
}
#Login_Box .inputbox {
	width:150px;
	margin:0 4px;
}
#Login_Box a {
	color:#CCF;
	padding-right:5px;
}
#warning {
	text-align:center;
	color:#F00;
	font-size:18px;
}
#information {
	text-align:center;
	color:#39C;
	font-size:18px;
}
#body {
	padding:10px;
	padding-bottom:35px;
}
.paragraph {
	width:900px;
	margin-top:20px;
	text-align:left;
	font-family:"Century Gothic";
}	
.paragraph .Header {
	display:block;
	color:#2B296A;
	font-size:36px;
}
.paragraph p {
	margin:0;
	text-indent:10px;
	padding:0 20px 0 10px;
	text-align:justify;
}	
#Latest_Software {
	margin-top:30px;
}
#Latest_Software td {
	width:33%;
}
#Latest_Software td p {
	font-size:15px;
	text-align:justify;
	text-indent:none;
	padding:0 0 0 5px;
}
.ProductLink {
	border:1px solid #999;
	padding:3px;
	margin-right:10px;
	background-color:#F6FCFC;
	float:left;
}
.ProductLink a {
	outline:none;
}
.ProductLink span {
	margin-bottom:2px;
	display:block;
	color:#090;
	text-decoration:none;
	text-align:center
}
.ProductLink img {
	border:none;
	display:block;
	margin:0 auto;
}

.ProductLink:hover {
	border:1px solid #666;
	background-color:#FFC;
}

/* From product.css */
#TopRow {
	background-color:#EEFFEE;
	margin:0 -10px 10px;
	padding:0 5px;
	height:35px;
	line-height:35px;
}
	#TopRow #ProductTitle {
		width:600px;
		font-size:24px;
		color:#000066;
		float:left;
	}
	#TopRow #ProductVersion {
		width:200px;
		text-align:right;
		font-size:20px;
		float:right;
	}
	
#left-body {
	float:left;
	width:78%;
}
	#Description {
		color:#000000;
		margin:0 5px 15px 9px;
	}
		#Description #blurb {
			margin-bottom:10px;
			text-align:justify;
			padding-right:5px;
		}
		#Description #features {
			list-style:none;
			padding:0 20px 0 10px;
		}
			#Description #features li {
				margin:10px 0;
			}
				#Description #features li span {
					display:block;
					font-weight:bold;
					color:#369;
				}
				
		#system-requirements {
			color:#C00;
		}
			#system-requirements span {
				font-weight:bold;
			}
			#system-requirements ul {
				margin-top:5px;
			}
				#system-requirements ul li {
					margin:0;
				}
				
#image-column {
	float:right;
	width:22%;
}
#image-column a {
	display:block;
	margin-bottom:15px;
}
	#image-column a img {
		border:none;
	}
/**end-of-product.css**/

/* forgotpw.php */
#forgotpw {
	margin-top:20px;
	padding-left:10px;
	text-align:left;
}
#forgotpw #instructions, #forgotpw #msg {
	margin-bottom:10px;
	width:600px;
	padding:5px;
	border:1px dashed #036;
	background-color:#FFC;
}
#forgotpw #msg.failure {
	background-color:#FCC;
}
#forgotpw #msg.success {
	background-color:#CFC;
}
#forgotpw #msg b {
	font-size:36px;
	padding:5px;
}
#forgotpw .inputbox {
	background-color:#FFC;
	width:150px;
}

#logout {
	float:right;
	font-weight:bold;
	color:#F00;
}
#logout img {
	border:0;
}
.product {
	width:500px;
	border:1px solid #000;
	background-color:#EEE;
	padding:5px;
	margin:10px auto 40px;
}
.product .name {
	width:63%;
	padding-left:1%;
	float:left;
	font-size:20px;
}
.product .version {
	width:35%;
	padding-right:1%;
	float:right;
}
.product .name, .product .version {
	background-color:#666;
	color:#FFF;
	line-height:25px;
}
.product .content {
	margin-top:5px;
	position:relative;
}
.product .content ul {
	margin:2px;
}
.product .downloadlink {
	padding:5px 5px 5px 27px;
	text-decoration:none;
	color:#666;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/download.png) left no-repeat;
}
.downloadlink:hover {
	color:#66F;
}

.product .tools {
	margin: 20px auto 0;
	text-align:center;
}
.product .tools a {
	display:inline;
	list-style:none;
	padding:4px 3px;
	font-size:14px;
	margin:0 10px;
	text-decoration:none;
}
.tools a.suggestlink {
	padding-left:27px;
	background:url(../images/suggest.png) left no-repeat;
}
.tools a.buglink {
	padding-left:27px;
	background:url(../images/alert.png) left no-repeat;
}
#reportbox {
	width:500px;
	margin:-35px auto 40px;
	border:1px solid #CCC;
	background-color:#EEE;
	padding:5px;
	text-align:center;
}
#reportbox textarea {
	width:99%;
	height:200px;
}
#reportbox input {
	margin-top:2px;
}
#reportbox .submit {
	color:#396;
	float:left;
	margin-left:5px;
}
#reportbox .cancel {
	color:#D00;
	float:right;
	margin-right:5px;
}


#profile #profile-top {
	background-color:#696;
	color:#FFF;
	line-height:25px;
	font-size:20px;
	padding-left:3px;
}

#profile #CarInfo {
	float:left;
	width:50%;
}
#profile form {
	margin:0;
	padding:0;
}
	#CarInfo ul {
		margin:0;
		padding:0;
		position:relative;
		list-style:none;
	}
		#CarInfo ul li {
			padding:1px 0;
		}
			#CarInfo ul li span {
				position:absolute;
				right:5px;
			}
				#CarInfo ul li span input.text {
					width:50px;
				}

			#CarInfo ul li select, #CarInfo ul li input.text {
				background-color:#FFC;
				border:1px solid #AAA;
			}

#profile #pwbox {
	float:right;
	width:50%;
	text-align:right;
}
#pwbox .text {
	background-color:#FFC;
}

#buybox {
	float:right;
	margin:22px 84px 0 0;
}

table.item_aux {
	border:1px solid #999;
	margin:10px auto;
	padding:8px;
	width:95%;
}
table.item_aux tr.title {
	background-color:#333;
	color:#EEE;
}


.clear {
	clear:both;
}

.hidden {
	display:none;
}
