/* EMAXX Production Styles */

/* Colors 
	Green: #7cc523
	Black: #231F20
	Text: #3D3F3F
*/

body {
	font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #3D3F3F;
	background-image: url(../images/bg.gif);
}

a {
	color: #7cc523;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol li {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

ol {
	margin-bottom: 20px;
}

div#body {
	width: 850px;
	margin: auto;
}

/* @group Header */

#header #header_layout_table {
	height: 120px;
	width: 100%;
}

/* @group Navigation */
#main_navigation {
	width: 450px;
	margin-left: 20px;
	letter-spacing: -1px; /* J */
	text-shadow: #fff 0px 0px 0px; /* J */
}

#main_navigation li {
	float: left;
	text-transform: uppercase;
}

#main_navigation a {
	color: #7cc523;
	text-decoration: none;
	display: block;
	margin-right: 30px;
	padding-bottom: 10px;
	/* border-bottom: 5px solid white; */
	font-weight: bold;
}

#main_navigation a:hover {
	color: #231F20;
	border-bottom: solid 5px #7cc523;
	padding-bottom: 5px;
}

#main_navigation a.current_section {
	color: #231F20;
	border-bottom: solid 5px #7cc523;
	padding-bottom: 5px;
}




/* @end */

/* @group Search */

#header_search_cell {
	background: url(../images/power2thepc.gif) no-repeat right top;
	width: 180px;
}

#global_search_form {
	color: #7cc523;
	margin-top: 25px;
}

#global_search_form input {
	margin-left: 3px;
	width: 100px;
}


/* @end */



/* @end */

/* @group Home */

#latest_news {
	background-color: #f0f7ea; /* J */
	padding: 10px;
	width: 550px;
	margin: 10px auto;
}

#latest_news a {
	text-decoration: underline;
}

#sidelight {
	text-align: right;
	width: 580px;
	margin: 10px auto;
}
#sidelight img {
	margin: 5px;
}


/* @end */

/* @group Footer */

#footer	{
	margin-top: 18px;
}

#footer a, #footer td {
	font-size: 11px;
	line-height: 15px;
}

#footer a {
	margin-right: 10px;
}

#footer_logo {
	width: 170px;
}

/* @end */

/* @group Generic Layout */

#left_cell {
	width: 170px;
}

#left_cell #links {
	margin-top: 20px;
}

#left_cell li a {
	display: block;
	padding: 3px;
	background: url(../images/product_bullet.gif) no-repeat right center;
	margin-right: 20px;
	color: #231F20;
}

#center_cell {
	width: 400px; /* J */
}

#center_right_cell {
	width: 680px;
}

#right_cell {
	width: 210px;
	padding-left: 55px; /* J */
}

.generic_text_page {
	padding-right: 10px;
	line-height: 20px;
}

.generic_text_page p {
	margin-bottom: 20px;
}
 
.generic_text_page em {
	color: #7cc523;
	font-size: 15px;
	font-weight: bold;
}



/* @end */

/* @group About */

#about_emaxx {
	padding-right: 10px;
	line-height: 20px;
}

#about_emaxx p, #about_sidebar p {
	margin-bottom: 20px;
	line-height: 18px;
}

#about_emaxx em, #about_sidebar em {
	color: #7cc523;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #fff 0px 0px 0px;
	letter-spacing: -1px;
}

#about_sidebar li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	line-height: 20px;
}

/* @end */

/* @group Media */

#media_sidebar {
	text-align: right;
}

#media_sidebar img {
	margin-bottom: 10px;
}

#latest_headline {
	margin-bottom: 30px;
}

#latest_headline p {
	line-height: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#latest_headline h1, #recent_headline h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: #fff 0px 0px 0px;
	letter-spacing: -1px;
}

#latest_headline h2, #recent_headline h2 {
	font-size: 14px;
	font-weight: bold;
	text-shadow: #fff 0px 0px 0px; /* J */
}

#latest_headline h3, #recent_headline h3 {
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-shadow: #fff 0px 0px 0px; /* J */
}

#recent_headline div {
	padding: 10px; /* J */
	border: 1px solid #ebebeb; /* J */
	margin-left: -9px; /* J */
}

#recent_headline a {
	color: #3D3F3F;
}

#news_pager_links {
	text-align: center;
	background-color: whitesmoke;
	margin: 3px;
	padding: 3px;
	border: 1px solid silver;
}

/* @end */

/* @group Support */

#latest_downloads h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px; /* J */
	letter-spacing: -1px; /* J */
	text-shadow: #fff 0px 0px 0px; /* J */
}

#latest_faq h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px; /* J */
	letter-spacing: -1px; /* J */
	text-shadow: #fff 0px 0px 0px; /* J */
}


#latest_downloads table, #latest_faq table {
	width: 90%;
	border: 1px solid #dbeadb;
}

#latest_downloads thead td, #latest_faq thead td {
	background: #7cc523;
	padding: 4px; /* J */
	color: white;
	font-size: 11px; /* J */
}

#latest_downloads tbody td, #latest_faq tbody td {
	padding: 5px;
	font-size: 11px; /* J */
}

#latest_downloads .product_name {
	color: #3D3F3F;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px; /* J */
}

#latest_faq tbody td a {
	font-weight: bold;
	font-size: 12px;
}

#latest_downloads .product_suffix {
	color: #7cc523;
	letter-spacing: -1px;
}

/* @end */

/* @group Catalog */

#catalog h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px; /* J */
	text-shadow: #fff 0px 0px 0px; /* J */
}

#catalog .product {
	float: left;
	width: 150px;
	margin: 15px 20px 10px 1px; /* J */
}

#catalog .product li {
	list-style-type: disc;
	margin-left: 18px;
	font-size: 10px; /* J */
}



/* @end */

/* @group Product Profile */

#product_details h1 {
	font-size: 23px; /* J */
	font-weight: bold;
	margin-bottom: 10px; /* J */
	letter-spacing: -1px; /* J */
	text-shadow: #fff 0px 0px 0px;
	color: #000; /* J */
	padding-left: 8px; /* J */
}

.category_label {
	color: white;
	padding: 5px 5px 5px 10px; /* J */
	background: #231F20 url(../images/profile_top_bg.gif.gif) no-repeat right;
}


#specs li {
	list-style-type: disc;
	margin-left: 20px;
}

#product_list {
	margin-top: 20px;
}

#product_list li a {
	display: block;
	padding: 3px;
	background: url(../images/product_bullet.gif) no-repeat right center;
	margin-right: 20px;
	color: #231F20;
}

#product_image {
	float: right;
	width: 200px;
}

.feature_badge {
	float: left;
}

.tab_content {
	padding: 10px;
}

.tab_content p {
	margin: 0 10px;
}

.tab_content h2 {
	border-bottom: 1px dotted #7cc523;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
}

#bios table, #drivers table {
	margin: 0 10px 5px;
	width: 100%;
	background-color: #dbdbdb;
}

#bios td, #drivers td {
	width: 50%;
	padding: 5px;
}

.tabular_content table {
	margin: 5px;
}

.tabular_content table td {
	padding: 7px;
	font-size: 11px;
	vertical-align: top;
	border: solid 1px silver;
	line-height: 15px;
}

.tabular_content .name {
	width: 175px;
	font-size: 12px;
	font-weight: bold;
}

.tabular_content .description {
	width: 275px;
}

.tabular_content .version {
	white-space: nowrap;
}

/* @end */