/**
* TYPOGRAPHY - Directory Select
* @author	Rhys Burnie
*/

/** = HEADINGS = ===============================================================
*	Directory Select style specified in layout.css
*/
h1{
    font-size: 27px;
    font-weight: normal;
    color: #606060;
}

h2 {
	font-size: 18px;
    line-height: 1.1em;
}
h2.faux-legend,
h2.large {
	color:#222427;
	font-size:1.8em;
	font-weight:bold;
	padding:10px 0;
}
h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
h4 {
    font-size: 14px;
}

body.faq h2.large { padding-bottom: 0; }
body.faq h3 { font-size: 1.5em; margin-top: 2em;}
/** = LINKS = ==================================================================
*/
a {
    color: #047DAD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.trigger, a.trigger:hover {
    background: url(../images/book_not_listed_closed.png) 0px 0px no-repeat;
    font-size: 1.5em;
    color: black;
    height: 37px;
    display: block;
    line-height: 37px;
    padding-left: 61px;
    text-decoration: none;
}


a.float-right {
	display: inline-block;
	float: right;
}
#footer { color:#4D4D4D; font: Verdana; font-size: 10px;}
#footer a { color:#4D4D4D; }
body.home #footer p.additional-info a {
	color: #5C8000;
	font-size: 1.3em;
}
body.home #footer .inner a {
	color: #047DAD;
}
p.ds_footer_text, p.copyright {
    margin-bottom: 0px;
}
/** = PARRAGRAPHS ETC = ========================================================
*/
img { border:0; }

p {
	font-size: 1.3em; /* 13 */
	line-height: 1.3076923em; /* 16 / 13 */
	margin-bottom: .76923077em; /* 10 / 13 */
}

p._large {
	font-size: 1.5em; /* 15 */
	line-height: 1.2em; /* 18 / 15 */
	margin-bottom: .666em; /* 10 / 15 */
}

p#other_books {
    font-size: 1em;
    padding: 5px 5px;
    margin: 5px 0 20px 0;
    border: 1px solid #E2E1E1;
    border-width: 1px 0;
    background-color: #DFE4A7;
}
/** = LISTS = ==================================================================
*/
ul, ol {
	font-size: 1.3em; /* 13 */
	line-height: 1.3076923em; /* 16 / 13 */
	margin-bottom: .76923077em; /* 10 / 13 */
}
ul {
	margin-left: 18px;
}
ul ul, ol ol,
ul ol, ol ul {
	font-size: 1em;
}
li {
	margin-bottom: .5em;
}
ul.flat {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/** = TABLES = =================================================================
*/
table {
	border-collapse: collapse;
	border: 0;
	font-size: 1.3em;
	width: 100%;
}
th, td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
tr.divider th,
tr.divider td {
	padding-bottom: 10px;
}
tbody th { 
	font-weight: normal;
}

table .text-right {
	padding-right: 10px;
}

/** = SUMMARY TABLE (at confirm stage) = =======================================
*/

table.summary {
    width: 100%;
	font-size: 1.5em;
	margin-bottom: 5px;
}
table.summary caption {
	font-size: .86666667em; /* 13 / 15 */
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
table.summary td {
	vertical-align: middle;
	font-size: .86666667em; /* 13 / 15 */
	padding: 15px 5px;
}
table.summary th {
	padding: 15px 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
table.summary th img {
	vertical-align: middle;
	margin: 0 15px 5px -5px;
}
table.summary .book-name {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: .3em;
    margin-top: 1em;
}
/**
*	CHARGES
*/
div#charges table {
	width: 150px;
	float: right;
	font-size: 1.1em;
	clear: both;
	margin-bottom: 5px;
}
div#charges table tr.total th { font-weight: bold; }
div#charges table th { 
	width: 80%;
	text-align: right; 
}
div#charges table td {
	width: 20%; 
	text-align: right; 
}
div#charges .desc {
	width: 100%;
	float: left;
}
/** = ADDRESS CONFIRM TABLE = */
table.address td {
	padding: 2px 2px 2px 10px;
}
/** = GLOBAL TOOLS = ===========================================================
*/
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.float-right { float: right !important; }