﻿@charset "utf-8";

/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height:1.5;}
table{border-collapse:separate;border-spacing:0;}/* Tables still need 'cellspacing="0"' in the markup. */
caption,th,td{text-align:left;font-weight:normal;}
table,td,th{vertical-align:middle;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}/* Remove possible quote marks (") from <q>,<blockquote>. */
blockquote,q{quotes:"" "";}
a img{border:none;}


/* PRINT STYLE */
body {
	background-color:#ffffff;
	margin:10px;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 11pt;	
	color:#000000;
}

.menu {
	display:none;
}

.detail .tl,
.detail .tr,
.detail .t,
.detail .bl,
.detail .br,
.detail .b {
	display:none;
}

.detail .logo {
	width:33px;
	height:33px;
	float:left;
	margin-right:10px;
	display: list-item; 
	list-style-image:url(/content/en_US/FAQ/Images/detail_logo.jpg);
	list-style-position: inside;
	background:transparent url(/content/en_US/FAQ/Images/detail_logo.jpg) no-repeat scroll center top !important;
}

.detail .top {
	border-bottom:2px solid #DEDEDE;
	padding-bottom:15px;
}

.detail .detail_title {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	width:325px;
}

.detail .faq_questions {
	border-bottom:2px solid #DEDEDE;
	padding:5px 0 25px;
}

.detail .faq_questions .detail_subtitle {
	margin-top:20px;
}

.detail .detail_subtitle {
	color:#E82528;
	font-size:18px;
	font-weight:bold;
}

.faq_questions a.question:visited,
.faq_questions a.question:hover,
.faq_questions a.question {
	color:#353535;
	display:block;
	text-decoration:underline;
}

.detail .faq_answers {
	padding-top:25px;
}

.faq_answers .category {
	font-weight:bold;
	margin-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
}

.faq_answers .title {
	font-weight:bold;
}

.faq_answers .answer {
	padding-bottom:20px;
}
.faq_answers .answer a:visited,
.faq_answers .answer a:hover,
.faq_answers .answer a {
	color:#FF0000;
	text-decoration:underline;
}

.faq_answers .back {
	display:none;
}

.sIFR-flash {
	display:none;
}

.float_left {
	float:left;
}

.clearfloat {
	border:0 none;
	clear:both;
	display:block;
	float:none;
	font-size:1px;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}