a:hover {
	text-decoration: underline;
}

#content {
	min-height: 500px;
}

#content.specs #title {
	font-size: 17px;
	color: #333;
	font-weight: bold; 
}

#content.specs .return {
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/resources/images/return_arrow.gif);
}

#content.specs .subtitle {
	float: none;
	clear: both;
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}

#content.specs p {
	text-align: justify;
	margin-bottom: 20px;
	font-weight:normal;
}

#content.specs ul {
	line-height: 0em;
	margin-top: 6px;
	margin-bottom: 8px;
	font-weight: bold;
	list-style-type: square;
	font-size: 12px;
	color: #333;
	list-style-position: inside;
}

#content.specs ul li {
	line-height: 14px;
}

#content.specs ul ul {
	font-style: normal;
	font-weight: normal;
	margin-left: 2.2em;
	list-style-type: circle;
	text-transform: none;
	font-size: 11px;
	color: #333;
	list-style-position: outside;
}

#content.specs .new {
	color: red;
	font-style: italic;
	font-size: 11px;
}

#content.specs .view {
	font-size: 10px;
}

#content.specs #system_requirements {
	
}

#content.specs #columns {
	
}

#content.specs #leftcol {
	padding-top: 1px;
	float: left;
	width: 49%;
}

#content.specs #rightcol {
	padding-top: 1px;
	margin-left: auto;
	width: 49%;
}

#content.specs .line {
	margin-bottom: 16px;
	margin-top: 16px;
	height: 1px;
	border-top-color: #434343;
	border-top-style: solid;
	border-top-width: 1px;
}


