@charset "utf-8";
/*
	Theme Name: PureTrak
	Theme URI: http://puretrak.com
	Description: Index Page CSS Styles for PureTrak.com
	Version: 1.0
	Last Revised: 11/11/2009
	Author: Patrick Hallinan
	Author URI: http://www.puretrak.com
*/

div#main_ad_container {
	height: 254px;
}

div#news_product_container {
	margin-top: 2px;
}

table#table_news_product {
}

table#table_news_product .col_news {
	vertical-align: top;
	padding-right: 1px;
	background: url(/assets/images/index/news_repeat_bg.gif) repeat-y;
}

div#news_main_container {
	width: 600px;
	min-height: 249px;
	padding-top: 30px;
	background: url(/assets/images/index/news_top_bg.gif) no-repeat;
}

div#index_news_post {
	margin: 0 auto;
	padding: 10px 0;
	width:	580px;
}

div#index_news_post .post_title {
	font-family: Verdana;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

div#index_news_post .post_timestamp {
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: white;
	font-style: italic;
}

div#index_news_post .post_body {
	font-family: Verdana;
	font-size: 11px;
	color: #BFBFBF;
}

table#table_news_product .col_products {
	vertical-align: top;
	background: url(/assets/images/index/product_reviews_repeat_bg.gif) repeat-y;
}

div#product_reviews_main_container {
	padding-top: 45px;
	width: 314px;
	background: url(/assets/images/index/product_reviews_top_bg.gif) no-repeat;
}

/** OFFICIAL REVIEWS COLUMN **/

div.official_review_container {
	margin: 0 auto;
	width: 300px;
}

span.review_date {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

span.review_title {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #608DB6;
}

a.title {
	text-decoration: none;
}

div.review_description {
	padding-left: 5px;
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
	color: #999;
}

div.review_url {
	padding-top: 3px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: underline;
	color: #999;
}

div.review_divider {
	margin: 10px auto;
	width: 272px;
}