/*
-----------------------------------------------
GuardianFS styles - FAQs
----------------------------------------------- */



/* Overwrites
----------------------------------------------- */
#colLeft {
	width:236px;
	margin:1.4em 4px 20px 30px;
}
#colRight {
	width:560px;
	margin-left:28px;
	padding-top:0.7em;
}


/* Page specific
----------------------------------------------- */
#colLeft ul li {
	margin-top:0.6em;
}
#colRight h2 {
	margin-top:1.5em;
}

#colRight .question {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.4em;
	margin-top:1.3em;
}
#colRight .answer {
	margin-top:0.4em;
	margin-bottom:2em;
	border-bottom:1px solid #83A5C4;
	padding-bottom:2em;
}
#colRight abbr {
	font-size:1.5em;
	font-weight:normal;
}

table {
	border:1px solid #fff;
	margin-bottom:26px;
	width:100%;
}
table th, table td {
	padding:4px 6px;
	border:1px solid #5D89B1;
	border-top:0;
	border-right:0;
}
table th.first, table td.first {
	border-left:0;
}
table tr.last td {
	border-bottom:0;
}
table th {
	border-bottom:1px solid #fff;
	vertical-align:bottom;
}