/*  ===== 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: 580px;
	_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: #3A9CBB;
	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;
	padding: 0;
	width: 585px;
	_width: 580px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 8px;
	font-size: 18px;
	color: #333;
	background-color: #FFFFEA;
}
#pt_buyersGuide #content h2 {
	display: block;
	margin-bottom: 7px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
#pt_buyersGuide #content h2 a {
	margin: 0 10px;
}
#pt_buyersGuide #content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px 10px;
}
#pt_buyersGuide #content ul.standardUL {
	margin: 10px 0 0 30px;
	padding-left: 20px;
}
