/*  ===== pt_checkout_confirmation Notes =====   /
	This page has a two column layout,
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
/* Standard content area for 2 col layout */

#pt_buyersGuide #content {
	width: 585px;
	_width: 580px;
	padding: 0 7px;
	height: 100%;
	margin: 0;
	background-color: #fff;
}
#pt_buyersGuide #content p {
	font-size: 12px;
	color: #666;
	padding: 0 10px;
	margin: 5px 0;
}
#pt_buyersGuide #content a {
	color: #356AA3;
	text-decoration: underline;
}
#pt_buyersGuide #content a:hover {
	color: #444;
	text-decoration: underline;
}
#pt_buyersGuide #content p.note, #pt_buyersGuide #content p.note a {
	color: #999;
}
#pt_buyersGuide #content h1 {
	display: block;
	margin: 0 0 7px 0;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border: 1px solid #dadada;
	background-color: #f0f0f0;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
#pt_buyersGuide #content h1 a {
}
#pt_buyersGuide #content h2 {
	display: block;
	margin-bottom: 7px;
	margin-right: 10px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border-bottom: 1px solid #dadada;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#pt_buyersGuide #content h3 {
	font-weight: bold;
	margin: 20px 0 5px 10px;
}
#pt_buyersGuide #content ul.standardUL {
	margin: 10px 0 0 30px;
	padding-left: 20px;
}
