/*****   Header  *****/


#header_top {
	background: url(images/header.jpg) no-repeat top left;
}
h1.header{
	font-size: 35px;
	color: #000000;
	font-style: italic;
}
h1.header2{
	font-size: 30px;
	color: #000000;
	font-style: italic;
}
h1.header3{
	font-size: 35px;
	color: #ffffff;
	font-style: italic;
}
/***** Body *****/

h1 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #17364F;
	margin-bottom: 5px;
}

h2	{
	font-size: 18px;
	font-weight: normal;
	color: #546273;
	line-height: normal;
	margin-top: 16px;
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #17364F;
	margin-top: 16px;
	margin-bottom: 0px;
}

ul.bulleted li{
	display: block;
	background: url(/images/bullet/bullet_blue.gif) no-repeat 0 0;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;

}

p.next{
	background: url(../buyingguides/images/next.jpg) no-repeat right top;
	padding-right: 20px;
	font-size: 12px;
	line-height: 18px;
	width: 260px;
	float: right;
	text-align: right;
}

p.previous	{
	background: url(../buyingguides/images/previous.jpg) no-repeat left top;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
	width: 260px;
	float: left;
}

caption {
	text-align: left;
}
/***** Links *****/
a {
	text-decoration: none;
}

/***** Images *****/

div.floatright {
	float: right;
	padding-left: 12px;
}	

div.cappicright {
	float: right;
	border: #CCCCCC solid 1px;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 10px;
	margin-left: 10px;
}
div.cappicleft	{
	float: left;
	border: #cccccc solid 1px;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 10px;
	margin-left: 10px;
}

div.cappicright p {
	padding: 8px;
	background-color: #E1E1E1;
}

/***** SPECS TABLE *****/

table.bgtable	{
	margin-bottom: 18px;
	border-top: 1px solid #ccc;
	border-collapse:collapse;
}

table.bgtable1	{
	margin-bottom: 18px;
	border-top: 1px solid #ccc;
	border-collapse:collapse;
}

table.bgtable caption	{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	padding-top: 9px;
	padding-bottom: 9px;
}

table.bgtable1 caption	{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
	padding-bottom: 0px;
}
table.bgtable th, table.bgtable td	{
	padding: 9px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
}

table.bgtable1 th, table.bgtable1 td	{
	padding: 2px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
}
table.bgtable thead th	{
	background-color: #999;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
}

table.bgtable1 thead th	{
	background-color: #999;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
}
table.bgtable tbody th	{
	font-weight: bold;
}

table.bgtable1 tbody th	{
	font-weight: bold;
}

table.bgtable .sixty	{
	width: 60px;
}

table.bgtable1 .sixty	{
	width: 60px;
}

table.bgtable .ninety	{
	width: 90px;
}

table.bgtable1 .ninety	{
	width: 90px;
}

