@charset "utf-8";
/* Book Radiant - Expandable Information Stylesheet - CSS Document */

/* Expandable Information */

#content-text li.expand_header {
	cursor: pointer;
	list-style: none
}

.expand_header img {
	margin-top: 15px;
	margin-right: 10px
}

.expand_header .headertitle {
	padding-top: 5px
}

.click_each {
	font-size: 12px;
	font-weight: normal;
	font-style: italic
} 

.expand-collapse-all {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	margin-left: 15px;
	line-height: 25px
}

#content-text ul.expandable {
	list-style: none;
	margin-bottom: 15px
}

.expandable li {
	list-style: none
}

.expandinfo {
	position: relative;
	margin: 10px 0 5px 25px;
	z-index: 300
}

.expand_content {	
	width: 550px;
	padding-bottom: 20px;
}

.expand_wrapper {	
	background: none;
	width: 550px; 
}

.expand_content table {
	border: 1px #999999 solid
}

.expand_content td {
	padding: 5px;
	border: 1px #999999 solid
}

.expand_content table.no-border {
	border: 0;
}

.no-border td {
	padding: 5px;
	border: 0;
	vertical-align: top
}

.no-border p {
	margin: 0;
	padding: 0;
	line-height: 20px
}



