/*  ===== 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: 756px;
	padding: 0 7px;
	height: 100%;
	margin: 0;
	background-color: #fff;
	color: #666;
}

#pt_buyersGuide #leftColumn {
	display: none;
}
#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 h2 {
	display: block;
	width: 586px;
	height: 32px;
	line-height: 32px;
	padding-left: 170px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background: #FFFFE8 url(../images/backgrounds/h2_buyersGuide_bg.jpg) no-repeat 0 0;
}
#pt_buyersGuide #content h2 a {
	margin: 0 10px;
}
#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;
}
