
/*
** general
*/

body {
	color: #8C949F;
	font-family: helvetica, arial, verdana;
	background: #fff url(/images/layout/body/background.jpg) repeat-x top left;

	scrollbar-face-color: #C8D0D3;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color: #CACFD3;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #C9CED2;
	scrollbar-darkshadow-Color: #C9CED2;
}

a {
	color: #8C949F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear_floats {
	clear: both;
}

em {
	font-style: italic;
	font-weight: inherit;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

em > strong, strong > em {
	font-weight: bold;
	font-style: italic;
}

/*
** page
*/

#outer_page_body {
	margin: 0 auto;
	width: 960px;
	display: block;
}

#page_body {
	width: 904px;
	display: block;
}

/*
** page header
*/

#logo_link, #logo_link img {
	width: 359px;
	height: 138px;
}

#navigation_bar, #navigation_left, #navigation_right {
	height: 46px;
}

#navigation_bar {
	width: 100%;
	background: url(/images/layout/body/navigation_middle.gif) repeat-x top left;
}

#navigation_left {
	position: absolute;
	display: block;
	float: left;
	width: 14px;
	background: url(/images/layout/body/navigation_left.gif) no-repeat top left;
}

#navigation_anchor {
	position: absolute;
	width: 1px;
	height: 1px;
	float: left;
	z-index: 200;
}

#navigation_content {
	display: block;
	float: left;
	width: 876px;
	margin-top: 15px;
	margin-left: 10px;
}

#navigation_content ul li {
	height: 46px;
	display: block;
	float: left;
	padding: 0 6px;
	background: url(/images/layout/body/navigation_separator.gif) no-repeat top left;
}

#navigation_first {
	background-image: none !important;
}

#navigation_right {
	display: block;
	float: right;
	width: 14px;
	background: url(/images/layout/body/navigation_right.gif) no-repeat top left;
}

#news_menu
{
	display:none;
	position:relative;
	left:87px;
	top:7px;
	padding:5px;
	background-image:url(../images/layout/body/news_menu_bk.gif);
	background-repeat:no-repeat;
}

.newsline
{
	border-bottom:1px solid #c4c4c4;
	padding-bottom:2px;
	margin-bottom:2px;
}

#person_root {
	background-color: red;
	width: 1px;
	margin-left: 675px;
	height: 1px;
}

#person_anchor {
	position: absolute;
	width: 1px;
	height: 1px;
	float: right;
	z-index: 100;
}

#person_anchor div {
	width: 298px;
	height: 751px;
	margin-top: 60px;
	margin-left: 0;
}

#person_anchor[id] div {
	background: url(/images/people/person1.png) no-repeat top right;
}

/*
** after header
*/

#content_breadcrumbs {
	height: 14px;
	padding: 10px 0 10px 8px;
	font-size: 85%;
}

#content_top {
	background: url(/images/layout/body/content_top.gif) no-repeat top left;
	width: 904px;
	height: 16px;
}

#content_header {
	background: url(/images/layout/body/content_header.gif) repeat-y top left;
}

#content_header_main {
	width: 842px;
	margin: 0 11px;
	padding: 20px;
	background: url(/images/layout/body/content_header_top.gif) repeat-x top left;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}

.listing_link:hover {
	text-decoration: underline !important;
}

#content_header_main_without_padding {
	width: 882px;
	margin: 0 11px;
	background: url(/images/layout/body/content_header_top.gif) repeat-x top left;
}

#content_header_main_home {
	padding-top: 20px;
	background: url(/images/layout/body/home_videos.jpg) no-repeat top left;
	height: 300px;
}

#content_header_main_restricted_width {
	width: 650px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
}

#content_middle {
	width: 904px;
	height: 31px;
}

#content_middle[id] {
	background: url(/images/layout/body/content_middle.png) no-repeat top left;
}

#content_body {
	width: 884px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(/images/layout/body/body_top.gif) repeat-x top left;
}

#content_body_inner {
	width: 660px;
}

.content_column {
	display: block;
	float: left;
	width: 300px;
	padding-left: 25px;
}

#content_column_first {
	background: url(/images/layout/body/two_column_separator.gif) no-repeat top right;
	padding-left: 0;
	padding-right: 25px;
}

#content_body h1, #footer_body h1, #content_header_main h1, #content_section_main h1 {
	font-size: 146.5%;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#content_body h2, #footer_body h2, #content_header_main h2, #content_section_main h2 {
	font-size: 146.5%;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#content_body h3, #footer_body h3, #content_header_main h3, #content_section_main h3 {
	font-size: 123.1%;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#content_body h4, #footer_body h4, #content_header_main h4, #content_section_main h4 {
	font-size: 108%;
	padding: 10px 0 0 0;
}

#content_body p, #footer_body p, #content_header_main p, #content_section_main p {
	padding: 5px 0;
}

#content_body hr, #footer_body hr, #content_header_main hr, #content_section_main hr {
	color: #eee;
	background-color: #eee;
	height: 5px;
	border: 0;
	margin: 10px 0;
	display: block;
}

.content_section a, .content_column a, .promotional_content_column a, .footer_summary a, .more_link {
	text-decoration: underline;
}

#home_powerwords_narrow {
	text-decoration: none !important;
}

#content_header_main ul, #content_header_main ol {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_header_main ul li {
	padding: 0 0 0 0;
	margin: 0 0 5px 20px;
	list-style-type: disc;
}

#content_header_main ol li {
	list-style-type: decimal;
	margin: 3px 0 3px 30px;
}

#content_body .listing_separator, #content_header_main .listing_separator, #content_section_main .listing_separator {
	clear: both;
	border: 0;
	color: #fff;
	background: #fff url(/images/layout/body/listing_separator.gif) no-repeat top left;
	margin: 10px 0;
	height: 1px;
}

.content_paging {
	padding-top: 30px;
}

.content_paging_second_button {
	float: left;
	display: block;
	padding-left: 10px;
}

.content_paging ul {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.content_paging ul li {
	float: left;
	display: block;
	margin: 7px 0 0 0 !important;
	padding: 0 5px 0 5px !important;
	border-left: 1px solid #A1A9B3;
}

.content_paging ul li#first_item {
	border-left: 0 !important;
}

.content_paging ul li a {
	color: #8C949F !important;
}

.content_tags, .summary_tags {
	background: url(/images/layout/body/tag_icon.gif) no-repeat top left;
	margin-top: 5px;
	padding-left: 25px;
	padding-bottom: 8px;
}

.summary_tags {
	font-size: 85%;
}

/*
** promotional
*/

.promotional_content_column {
	display: block;
	float: left;
	width: 250px;
	padding: 0 25px;
	background-color: blue;
	background: url(/images/layout/body/two_column_separator.gif) no-repeat top right;
}

#promotional_content_column_first {
	padding-left: 5px;
}

#promotional_content_column_last {
	padding-right: 0;
	padding-top: 20px;
	background: none;
}

#promotional_content_column_last a:hover {
	text-decoration: none;
}

/*
** section
*/

#content_section_main_left {
	float: left;
	width: 330px;
	padding: 10px 20px 10px 0;
}

#content_section_main_right {
	float: left;
	width: 290px;
	padding: 0 0 0 0;
}

#content_section_main_right h2 {
	font-style: normal;
}

/*
** blog
*/

h4 a {
	font-weight: bold;
	text-decoration: none !important;
}

#blog_info_panel {
	float: left;
	width: 170px;
	padding-right: 30px;
}

#blog_info_panel h4 {
	font-weight: bold;
}

#blog_info_panel_separator {
	width: 100%;
	height: 5px;
	background: url(/images/layout/body/blog_separator.gif) no-repeat bottom left;
	margin-top: 5px;
}

#blog_info_panel ul {
}

#blog_info_panel ul li {
	padding: 0 0 3px 25px;
	margin: 5px 0;
	list-style-type: none;
}

#blog_content {
	float: left;
	width: 470px;
}

.blog_content_separator {
	clear: both;
	border: 0;
	color: #fff;
	background: #fff url(/images/layout/body/blog_content_separator.gif) no-repeat top left;
	margin: 10px 0;
	height: 1px;
}

.blog_comment_separator {
	clear: both;
	border: 0;
	color: #fff;
	background: #fff url(/images/layout/body/blog_comment_separator.gif) no-repeat top left;
	margin: 10px 0;
	height: 1px;
}

#content_header_main_blog {
	background: url(/images/layout/body/blog_background.gif) no-repeat bottom left;
}

.link_pdf {
	background: url(/images/layout/body/file_pdf.gif) no-repeat top left;
}

.link_mp3 {
	background: url(/images/layout/body/file_mp3.gif) no-repeat top left;
}

.link_flv {
	background: url(/images/layout/body/file_video.gif) no-repeat top left;
}

.video_link {
	background: url(/images/layout/body/file_video.gif) no-repeat top left;
	padding-left: 27px;
	font-weight: normal;
	text-decoration: none !important;
	font-size: 12px;
}

.blog_comment {
	clear: both;
	background: url(/images/layout/body/comment_icon.gif) no-repeat top left;
	padding: 0 0 0 100px;
	margin: 20px 0;
}

.comment_help {
	clear: both;
	background: url(/images/layout/body/comment_help_icon.gif) no-repeat top left;
	margin-top: 5px;
	padding-left: 25px;
	padding-bottom: 0;
}

/*
** security code
*/

#security_code_label {
	width: 130px;
	font-weight: bold;
	padding-left: 10px;
}

#payment_security_code {
	width: 40px;
	border: 1px solid #D1D1D1;
	text-align: center;
}

#security_code_help_link {
	font-weight: bold;
	padding-left: 4px;
	text-decoration: underline;
}

#security_code_help_archor {
	float: right;
	width: 1px;
	height: 1px;
	text-decoration: none !important;	
}

#security_code_help_info {
	position: absolute;
	display: none;
	width: 245px;
	height: 75px;
	margin-left: -120px;
	margin-top: -115px;
	/*border: 1px solid #999;*/
	z-index: 5000000;
}

#security_code_help_info_text {
	background-color: #e7e7e7;
	text-decoration: none !important;
	color: #8c949f;
	font-weight: bold !important;
	width: 235px;
	height: 80px;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
}

#security_code_help_info_extra {
	width: 245px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(/images/layout/body/speech_bottom.gif) no-repeat top left;
}

#security_code_help_link:hover #security_code_help_info {
	display: block;
}


/*
** footer
*/

#page_footer {
 	width: 100%;
 	display: block;
 	background: url(/images/layout/footer/background.gif) repeat-x top left;
}

#outer_footer_content {
	margin: 0 auto;
	width: 960px;
	display: block;
}

#footer_content {
	width: 904px;
	display: block;
	background: url(/images/layout/footer/masterclass.gif) no-repeat top left;
}

#footer_body {
	width: 100%;
}

#footer_title {
	width: 100%;
	font-size: 146.5%;
	padding: 35px 0 50px 0;
	font-weight: bold;
}

.footer_content_box {
	float: left;
	width: 400px;
}

.footer_content_box_title {
	width: 100%;
	font-size: 146.5%;
}

.footer_content_box_info {
	width: 375px;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 0 10px;
	margin-top: 15px;
}

#footer_content_box_first {
	margin-right: 104px;
}

.footer_tags {
	background: url(/images/layout/footer/tag_icon.gif) no-repeat top left;
	margin-top: 5px;
	padding-left: 25px;
	padding-bottom: 8px;
}

#footer_bottom {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 30px;
 	font-size: 93%;
}

#footer_copyright {
	float: left;
}

#footer_links {
	float: right;
}

/*
** forms
*/

#contact_form {
	margin: 0 0 0 80px;
}

.general_form_row, .general_form_end, .general_print_row {
	float: left;
	clear: both;
	width: 550px;
	margin-bottom: 10px;
	padding-right: 110px;
}

.general_form_side_label {
	width: 110px;
	float: left;
	display: block;
	padding: 2px;
	font-weight: bold;
}

.general_form_input, .general_form_captcha_input {
	width: 430px;
	float: left;
	border: 1px solid #E2E2E2;
	background: url(/images/layout/body/text_background.gif) repeat-x bottom left;
}

.general_form_captcha_image {
	float: left;
}

.general_form_captcha_input {
	width: 100px;
	margin-left: 20px;
}

#comment_form p.general_form_captcha_help {
	margin: 0 0 0 310px;
	padding: 0;
}


.general_form_errors {
	color: #f00;
	padding: 0 430px 30px 0;
	float: right;
	display: block;
}

.general_form_textarea {
	width: 430px;
	height: 70px;
	float: left;
	border: 1px solid #E2E2E2;
	background: url(/images/layout/body/textarea_background.gif) repeat-x bottom left;
}

.general_form_row_buttons {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: right;
}

.general_print_row_end {
	padding-top: 10px;
	height: 5px;
	padding-bottom: 30px;
}

.general_form_required {
	color: #f00;
}

#form_agree {
	float: left;
	margin: 7px 0 0 5px;
	padding: 0;
}

#form_agree_label {
	float: left;
	display: block;	
	padding: 9px 10px 0 115px;
}

/*
** button v2
*/

.link_button2_submit {
	float: left;
	height: 18px;
	margin: 5px 10px 5px 0;
	cursor: pointer;	
}

.link_button2_submit_right {
	float: right;
}

.link_button2_left {
	float: left;
	display: block;
	width: 6px;
	height: 24px;
	background: url(/images/layout/body/button_left.gif) no-repeat top left;
}

.link_button2_right {
	float: left;
	display: block;
	width: 6px;
	height: 24px;
	background: url(/images/layout/body/button_right.gif) no-repeat top right;
}

.link_button2_submit a {
	padding-top: 5px;
	text-align: center;
}

.link_button2_submit_text {
	float: left;
	height: 24px;
	background: url(/images/layout/body/button_background.gif) repeat-x top left;
	color: #99A1AC;
	font-size: 11px;
	padding: 0 5px 0 5px;
	border: 0;
	margin-left: -1px;	
	cursor: pointer;
	font-weight: bold;
	width: 50px;
}

.link_button2_submit_text_wide {
	width: 110px;
}

.link_button2_submit_text_wider {
	width: 140px;
}

blockquote {
	background: url(/images/layout/body/quote_open.gif) no-repeat top left;
	padding: 5px 4px;
	text-indent: 20px;
	margin: 15px 0;
}

blockquote span {
	position: absolute;
	width: 1px;
	height: 1px;
	display: inline;
}

blockquote span span {
	background: url(/images/layout/body/quote_close.gif) no-repeat top left;
	width: 16px;
	height: 14px;
	margin: 8px 0 0 -10px;
}

/*
** home
*/

#homepage_promo_boxes a {
	text-decoration: none;
}

#homepage_promo_boxes a:hover {
	text-decoration: none;
}

#home_newsletter {
	background: url(/images/layout/body/newsletter.jpg) no-repeat top left;
	width: 302px;
	height: 250px;
}

#home_newsletter p {
	display: block;
	padding: 90px 25px 0 25px;
	font-size: 116%;
	font-weight: bold;
}

#home_newsletter_field {
	margin: 10px 20px 0 20px;
	width: 245px;
	border: 1px solid #E2E2E2;
	color: #A8AFB9;
	font-size: 93%;
	padding: 2px 5px;
	font-weight: bold;
}

#home_newsletter_submit {
	width: 270px;
	margin: 0 0 0 20px;
}

#home_powerwords {
	background: url(/images/layout/body/freedownload.jpg) no-repeat top left;
	width: 302px;
	height: 224px;
	display: block;
}

#home_powerwords p {
	display: block;
	font-size: 153.9%;
	padding: 115px 20px 0 20px;
}

#home_powerwords_arrow {
	display: block;
	background: url(/images/layout/body/panel_arrow.gif) no-repeat top left;
	width: 14px;
	height: 14px;
	margin-top: -15px;
	margin-left: 270px;
}

/*
** request details
*/

#request_details, #newsletter {
	display: none;
}

#request_details_content, #newsletter_content {
	width: 430px;
	height: 170px;
	color: #555;
	padding: 12px 0 0 12px;
}

#newsletter_content {
	height: 145px;
}

#request_details_content p, #newsletter_content p {
	font-weight: bold;
}

.request_details_row, .newsletter_row {
	clear: both;
	width: 420px;
	padding-top: 5px;
}

.request_details_label, .newsletter_label {
	font-weight: bold;
	width: 70px;
	height: 18px;
	display: block;
	float: left;
	padding-top: 2px;
}

.request_details_field, .newsletter_field {
	display: block;
	float: left;
	width: 340px;
	height: 18px;
	border: 1px solid #E2E2E2;
	background: url(/images/layout/body/text_background.gif) repeat-x bottom left;
}

.request_details_check {
	margin-left: 70px;
}

.request_details_error, .newsletter_error {
	color: #f00;
	font-weight: bold;
	float: left;
	display: block;
	padding-top: 10px;
}

/*
** narrow promo
*/

#home_newsletter_narrow {
	background: url(/images/layout/body/newsletter_narrow.jpg) no-repeat top left;
	width: 266px;
	height: 261px;
}

#home_newsletter_narrow p {
	display: block;
	padding: 90px 25px 0 25px;
	font-size: 100%;
	font-weight: bold;
}

#home_newsletter_narrow_field {
	margin: 10px 20px 0 20px;
	width: 209px;
	border: 1px solid #E2E2E2;
	color: #A8AFB9;
	font-size: 93%;
	padding: 2px 5px;
	font-weight: bold;
}

#home_newsletter_narrow_submit {
	width: 234px;
	margin: 0 0 0 20px;
}

#home_powerwords_narrow {
	background: url(/images/layout/body/freedownload_narrow.jpg) no-repeat top left;
	width: 266px;
	height: 226px;
	display: block;
}

#home_powerwords_narrow p {
	display: block;
	font-size: 123.1%;
	font-weight: bold;
	padding: 115px 20px 0 20px;
}

#home_powerwords_narrow_arrow {
	display: block;
	background: url(/images/layout/body/panel_arrow.gif) no-repeat top left;
	width: 14px;
	height: 14px;
	margin-top: -5px;
	margin-left: 234px;
}

/*
** comments
*/

#comment_form { /* note this relies on ie6.css */
	clear: both;
	padding: 50px 0 0 40px;
}

#comment_form_inner { /* used for ie7+ */
	padding: 0;
}

/*
** homepage videos
*/

#ILB {
	position:absolute;left:50%;top:50%;
}
#ILB_loading {
	color:#ccc;
	position:absolute;font-family:arial;font-size:10px;left:-200px;top:-18px;
}
#ILB_background {
	background:#333;
	position:absolute;left:-200px;top:-5px;font-size:1px;width:100px;height:10px;overflow:hidden;
}
#ILB_bar {
	background: #ccc;
	position:absolute;font-size:1px;width:0px;height:10px;overflow:hidden;
}
#screen {
	position: absolute;
	left: 50%;
	top: 245px;
	width: 620px;
	height: 310px;
	margin-left: -435px;
	overflow: hidden;
}
#screen img {
	position: absolute;
	left: -10000px;
	filter: alpha(opacity=100);
	opacity: 1;
}

/*
** course
*/

#content_header_main_course h3 {
	padding-top: 0;
	font-style: normal;
}

#content_header_article_introduction {
	font-style: italic;
	font-size: 120%;
	padding-top: 10px;
}

/*
** event box
*/

#event_separator {
	background: url(/images/layout/body/events_separator.gif) no-repeat top left;
	width: 200px;
	height: 1px;
}

#event_box {
	width: 177px;
	float: right;
	margin-top: 30px;
	margin-left: 10px;
}

#event_box_top {
	width: 177px;
	height: 17px;
	background: url(/images/layout/body/events_box_top.gif) no-repeat top left;
}

#event_box_bottom {
	width: 177px;
	height: 17px;
	background: url(/images/layout/body/events_box_bottom.gif) no-repeat top left;
}

#event_box_body {
	width: 177px;
	background: url(/images/layout/body/events_box_middle_lower.gif) repeat-y top left;
}

#event_box_body_top {
	width: 177px;
	background: url(/images/layout/body/events_box_middle_upper.gif) no-repeat top left;
	min-height: 98px;
	height: auto !important;
	height: 98px;
}

#event_box_body_top ul {
	padding: 2px 0 2px 0;
	margin: 0;
}

#event_box_body_top ul li {
	list-style: none;
}

#event_box_body_top ul li a {
	background: url(/images/layout/body/bullet.gif) no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
}

#event_box_body_top ul li a:hover {
	text-decoration: underline;
}

/*
** event booking fees table
*/

.event_book_fees {
	width: 650px;
	clear: both;
	padding: 0 0 0 0;
}

.event_book_fees_row, .event_book_fees_row_discount {
	width: 650px;
	padding: 0 0 5px 0;
	display: block;
}

.event_book_fees_label {
	width: 525px;
	font-weight: bold;
	padding-bottom: 5px;
	float: left;
}

.event_book_fees_top {
	padding-left: 0;
	font-weight: bold;
	padding-bottom: 5px;
	float: left;
}

.event_book_fees_description, .event_book_fees_non_form_description, .event_book_fees_description_sub_item {
	display: block;
	float: left;
	width: 525px;
}

.event_book_fees_description em {
	font-weight: bold;
	padding: 0 0 5px 0;
	font-style: normal;
	font-size: 110%;
}

.event_book_fees_description em strong {
	color: #f00;
}

.event_book_fees_non_form_description {
	width: 550px;
}

.event_book_top {
	clear: both;
	width: 100%;
	height: 30px;
}

.event_book_bottom {
	clear: both;
	width: 100%;
	height: 30px;
}

.event_book_after_button {
	clear: both;
	width: 100%;
	height: 30px;
}

.event_book_fees_overall {
	display: block;
	float: left;
	padding-left: 435px;
	width: 115px;
	font-weight: bold;
}

.event_book_fees_price {
	display: block;
	float: left;	
	width: 100px;
}

.event_book_fees_option {
	display: block;
	float: left;
	width: 25px;
}

#course_type_box {
	width: 600px;
	padding-top: 50px;
	padding-left: 50px;
	clear: both;
}

#course_date_box {
	width: 600px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
}

#course_type_label, #course_date_label {
	font-weight: bold;
	display: block;
	float: left;
	width: 150px;
}

#course_type_label {
	height: 50px;
}

#course_type_personal_option, #course_type_corporate_option {
	float: left;
	display: block;
}

#course_type_personal_label, #course_type_corporate_label {
	float: left;
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	width: 430px;
}

/*
** payment
*/

.event_errors {
	clear: both;
	width: 640px;
	color: #f00;
	margin-top: 20px;
	font-weight: bold;
}

#event_terms {
	clear: both;
	width: 400px;
	padding: 20px 0;
}

#form_cc_start_month, #form_cc_expiry_month, #form_cc_start_year, #form_cc_expiry_year {
	width: 30px;
	margin-right: 10px;
	text-align: center;
}

#form_cc_start_month, #form_cc_expiry_month {
	background: url(/images/layout/body/date_month.gif) no-repeat center center;
}

#form_cc_start_year, #form_cc_expiry_year {
	background: url(/images/layout/body/date_year.gif) no-repeat center center;
}

#form_cc_issue_number {
	width: 30px;
	text-align: center;
}

#form_cc_security_code {
	width: 40px;
	text-align: center;
}

#form_cc_security_code_label {
	width: 135px;
}

#form_cc_issue_number_label {
	width: 100px;
}

.confirm_header_details, .confirm_header_payment {
	width: 310px;
	float: left;
	display: block;
	font-weight: bold;
	padding: 10px 10px 0 0;
	font-size: 123.1%;
}

.confirm_header_details a, .confirm_header_payment a {
	width: 50px;
	text-align: right;
	font-size: 80%;
}

.confirm_details, .confirm_payment {
	width: 300px;
	float: left;
	display: block;
	background-color: #fafafa;
	padding: 10px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin-bottom: 30px;
}

.confirm_payment, .confirm_header_payment {
	margin-left: 10px;
}

.help_link {
	text-decoration: none !important;
}

#payment_methods {
	display: block;
	width: 385px;
	background: url(/images/layout/body/accepted_payments.gif) no-repeat top left;
	margin-top: 20px;
	padding-left: 255px;
	padding-top: 5px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}

#accred_logo {
	display: block;
	float: left;
	width: 90px;
	height: 120px;
	margin-left: 10px;
	margin-right: 75px;
}
#accred_title {
	display: block;
	float: left;
	width: 170px;
	height: 70px;
	margin-left: 10px;
	margin-top: 40px;
}
#accred_title2 {
	display: block;
	float: left;
	width: 170px;
	height: 70px;
	margin-top: 40px;
}
#accred_container {
	display: block;
	float: left;
	width: 900px;
	height: 120px;
	margin-bottom: 20px;
}