body {	margin: 0;
	padding: 0;
	background: #fff url(images/bg.png);
	font-family: arial, trebuchet ms, sans-serif;
	font-size: 13px;
	color: #ddd;}

h1, h2, h3, p, ul, ol {	margin-top: 0;}

h3 {	text-transform: lowercase;}

h1 {	letter-spacing: -2px; font-size: 250%;}

h2 {	letter-spacing: -1px; font-size: 240%; font-style:italic;}

h3 {	font-size: 123.1%;}

h4 {	font-size: 12%;}

p, ul, ol {	margin-bottom: 1.0em; line-height: 150%;}

strong, em {	color: #ddd;}


a:link {color: #ccc; text-decoration: underline;}

a:visited {color: #ccc; text-decoration: underline;}

a:active {text-decoration: none;}

a:hover {color: #666; text-decoration: none;}

a img {	border: none;}


/* WRAP - Encloses everything to add the header background. */
#wrap {	background: url(images/header_bg.png) no-repeat 50% 0;}

/* HEADER - Contains the logo, slogan and menu. */
#header {	width: 960px;	height: 200px;	margin: 0 auto;}

/* LOGO & SLOGAN */
#header h1, #header h2 {	margin: 0;	text-align: center;	color: #000;}
#header h1 {	padding-top: 35px;}
#header a {	border: none;	color: #000;}
#header a:hover {	color: #fff;}

/* MENU */
#header ul {	margin: 0;	padding: 1em 0 0 0;	line-height: normal;	list-style: square;	text-align: center;}
#header li {	display: inline;}
#header li a {	padding: 0 1em;	font-weight: bold;	color: #fff;}
#header li a:hover {	background: url(images/post_entry_bg.png) repeat-x 0 50%;	color: #000;}

/* PAGE - Contains the main content and the sidebar. */
#page {	width: 960px;	margin: 0 auto;}

/* CONTENT - The main content area. */
#content {	float: left;
	width: 640px;}

/* WIDE CONTENT - The main content area. */
#wide {	float: left;
	width: 960px;}

/* POST - Contains a section of the content. Grouping content is neat. */
.post {	margin-bottom: 20px;}
.post .title {	height: 35px;	margin: 0;	padding: 6px 0 0 20px;	background: url(images/post_title_bg.png) repeat-x;	font-size: 153.9%;	font-weight: normal;	color: #fff;}
.post .title a {	border: none;	color: #fff;}
.post .entry {	padding: 20px 20px 1px 20px; list-style-type: square; background: url(images/post_entry_bg.png);}
.post .byline {	font-size: smaller;	color: #666;}
.post .byline a {	font-weight: bold;	color: #999;}
.post .meta {	background: url(images/post_meta_bg.png);	border-top: 1px solid #000;}
.post .meta p {	margin: 0;	padding: 10px;	border-bottom: 1px solid #000;	line-height: normal;	color: #666;}
.post .meta a {	border: none;	color: #999;}
.post .meta a:hover {	color: #fff;}
.post .meta .tags {	padding-left: 30px;	background: url(images/tag_green.png) no-repeat 10px 50%;}
.post .meta .tags a {}
.post .meta .links {}
.post .meta .links a {	padding-left: 22px;}
.post .meta .comments {	background: url(images/comments.png) no-repeat 0 50%;}
.post .meta .permalink {	background: url(images/world_link.png) no-repeat 0 50%;}
.post .meta .more {	background: url(images/bullet_go.png) no-repeat 0 50%;}

/* SIDEBAR - For extra links and ad spaces. */
#sidebar {	float: right;	width: 300px;}
#sidebar ul {	margin: 0;	padding: 0;	list-style-type: none;}
#sidebar li {}
#sidebar li ul {	padding: 10px; list-style-type: square;}
#sidebar li li {	padding: 2px 0;}
#sidebar li li a {	border: none;}
#sidebar li li a:hover {	color: #666; text-decoration: none;}
#sidebar h2 {	height: 35px;	margin: 0;	padding: 6px 0 0 20px;	background: url(images/post_title_bg.png) repeat-x;	font-size: 153.9%;	font-weight: normal;	color: #fff;}
#sidebar .pad {	padding: 20px;}

/* FOOTER - For footnotes and copyright notices. */
#footer {	clear: both;	width: 960px;	margin: 0 auto;	padding: 10px 0;	border-top: 1px solid #000;	text-align: center;	font-size: smaller;}
#footer p {	margin: 0;	line-height: normal;}
#footer .legal img {	margin-top: 1em;}

/* Table Format*/


#specs table {
	border-collapse: collapse;
}


#specs thead th {
	background: #000 url(images/post_title_bg.png) top left repeat-x;
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: none;
	border-color: #666;
	text-align: center;
	-moz-border-radius: ;
}
#specs thead tr.left th {
	background: #000 url(images/post_title_bg.png) top left repeat-x;
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: none;
	border-color: #666;
	text-align: left;
	-moz-border-radius: ;
}
#specs thead tr.line th {
	background: #000 url(images/post_title_bg.png) top left repeat-x;
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: solid;
	border-color: #111;
	text-align: center;
	-moz-border-radius: ;
}
#specs tbody tr td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: none;
	border-color: #666;
	background-color: #333;
	text-align: left;
	-moz-border-radius: ;
}
#specs tbody tr.center td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: solid;
	border-color: #666;
	background-color: #333;
	text-align: center;
	-moz-border-radius: ;
}
#specs tbody tr.black td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: none;
	border-color: #666;
	background-color: #111;
	text-align: left;
	-moz-border-radius: ;
}
#specs tbody tr.violet td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: none;
	border-color: #666;
	background-color: #508;
	text-align: left;
	-moz-border-radius: ;
}
#specs tbody tr.blue td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: none;
	border-color: #666;
	background-color: #00a;
	text-align: left;
	-moz-border-radius: ;
}
#specs tbody tr.amber td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: none;
	border-color: #666;
	background-color: #c60;
	text-align: left;
	-moz-border-radius: ;
}
#specs tbody tr.deepred td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: none;
	border-color: #666;
	background-color: #c00;
	text-align: left;
	-moz-border-radius: ;
}
#specs tbody tr.farred td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: none;
	border-color: #666;
	background-color: #900;
	text-align: left;
	-moz-border-radius: ;
}
#specs tbody tr.buy td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: solid;
	border-color: #000;
	background-color: #333;
	text-align: left;
	-moz-border-radius: ;
}
#specs tbody tr.buywhite td {
	border-width: 1px;
	border-spacing: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #000;
	background-color: #fff;
	text-align: center;
	-moz-border-radius: ;
}
#specs tbody tr.buyblack td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: solid;
	border-color: #000;
	background-color: #111;
	text-align: left;
	-moz-border-radius: ;
}
#specs tbody tr.buycenter td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 6px;
	border-style: solid;
	border-color: #000;
	background-color: #333;
	text-align: center;
	-moz-border-radius: ;
}
#specs tbody tr.oddsales td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 5px 20px 5px 30px;
	border-style: none;
	border-color: #666;
	background-color: transparent;
	text-align: left;
	-moz-border-radius: ;
}
