/* Styles specific to Kids second level pages */
/* Main content area in the middle of the page */
#contentcontainer {
	width: 750px;
	background: #fff url("/Assets/kids/images/wrapper/contentcorner-level2.gif") no-repeat 0 44px; 
	float: left;
/*	overflow: auto;
*/}
#content {
	padding: 40px 20px 2px 40px;
	min-height: 450px;
	position: relative;
}
h1 {
	color: #7eba1c;
	font-size: 130%;
	margin-bottom: 0.5em;
	line-height: 1.25em;
}
h2 {
	color: #7eba1c;
	font-size: 110%;
}
h3 {
	color: #015e8a;
	font-size: 100%;
	line-height: 100%;
}
h4, h5, h6 {
	color: #015e8a;
	font-size: 80%;
	line-height: 100%;
}
h2, h3, h4, h5, h6, #content p {
	margin-top: 0.5em;
	margin-bottom: 0.4em;
}
p, label, legend, dl, li, td, blockquote {
	font-size: 0.75em;
}
li *, dl *, td *, blockquote * {
	font-size: 100%;
}
dd {
	margin-left: 1em;
}
table {
	border-collapse: collapse;
	width: 98%;
}
td, th {
	vertical-align: top;
	padding: 0.1em 0.2em;
}
#content ul, #content ol {
	margin-left: 1.5em;
	margin-bottom: 0.3em;
	list-style-position:inside;
}
ul.nobullet {
	list-style:none;
}
blockquote {
	margin-left: 1.5em;
}
a {
	color: #015e8a;
	font-weight: bold;
}
a:visited {
	color: #008bc6;
}
a:hover {
	color: #06f;
}
a img {
	border: 0;
}
/* ------------------------- MISC STYLES --------------------------- */

/* float image with text to left or right - div width must be defined inline if different than 200px */
div.img_box_left {
	float: left;
	margin: 0.2em 1em 0.2em 0.2em;
	width: 200px;
	font-size: 0.8em;
}
div.img_box_right {
	float: right;
	margin: 0.2em 0.2em 0.2em 1em;
	width: 200px;
	font-size: 0.8em;
}
div.popbox {
	float: right;
	clear: right;
	width: 150px;
	margin: 0.4em 0 0.2em 1.2em;
	padding: 0.6em 1em;
	background-color:#DAED4C;
	font-size: 0.9em;
	border-radius: 1em;
/* for IE<9 */
	position:relative;
	behavior: url('/Pending/Insite/assets/scripts/PIE.htc');
}
div.popbox-left {
	float: left;
	clear: left;
	width: 150px;
	margin: 0.4em 1.2em 0.2em 0;
	padding: 0.6em 1em;
	background-color:#DAED4C;
	font-size: 0.9em;
	border-radius: 1em;
/* for IE<9 */
	position:relative;
	behavior: url('/Pending/Insite/assets/scripts/PIE.htc');
}
/* popboxes float right with a coloured border - only use for short chunks of text - shouldn't turn into a column */
div.popbox-lite {
	border: 4px solid #015d8a;
	background-color: #FFF;
}
div.popbox p, div.popbox li, div.popbox-left p, div.popbox-left li {
	line-height: 120%;
}
div.popbox img.floatimgright, div.popbox img.floatimgleft, div.popbox-left img.floatimgright, div.popbox-left img.floatimgleft {
	margin: 0;
}
div.popbox ul li, div.popbox-left ul li {
	margin:  0.2em 0.2em 0.3em -1.6em;
}
.centre {
	text-align: center;
}

						/* REFERENCES, QUOTES ETC*/
q:before, blockquote:before {
	content: open-quote;
}
q:after, blockquote:after {
	content: close-quote;
}
/* COLUMNs: creates effect of two columns in page */
/* first div wraps around following two divs, in this order */
div.twocolumns {
	margin:0;
	overflow: auto;
	clear: both;
}
div.twocolumnsleft {
	width:47%;
	padding: 0.2em 0.5em;
	float: left;
}
div.twocolumnsright {
	width:47%;
	padding: 0.2em 0.5em;
	float: right;
}
/* TABLE with borders */
table.bordered {
	margin: 0.2em 0;
}
table.bordered th, table.bordered td {
	border: 2px solid #7eba1c;
	padding: 0.1em 0.2em;
}
table.bordered th, table.bordered td.emptycell {
	background-color:#7eba1c;
	color: #fff;
}
table.thumbnailer {
	font-size: 90%;
	text-align: center;
	line-height: 120%;
}
table.thumbnailer td {
	padding: 2px 5px;
	border: 1px solid #f0f4f6;
}
table.thumbnailer img {
	margin: 5px auto 2px;
}
table.thumbnailer a{
	font-weight: normal;
}
.small {
	font-size: 80%;
}
caption {
	font-size: 80%;
	color: #666;
}
acronym, abbr, .gloss {
	border-bottom: 1px dotted #333;
	cursor: help;
}
dl.filmlist dt, dl.booklist dt, dl.QA dt {
	font-weight: bold;
}
/* float image without caption to left or right */
.floatimgright {
	float: right;
	clear: right;
	margin: 0.2em 0 0.2em 0.8em;
}
.floatimgleft {
	float: left;
	clear:left;
	margin: 0.2em 0.8em 0.2em 0;
}
.booklist img, .filmlist img {
	float: right;
	margin: 1em 0 0.5em 1em;
	clear: right;
	border: 0;
}
.booklist img.floatimgleft, .filmlist img.floatimgleft {
	float: left;
	clear: left;
	margin: 1em 1em 0.5em 0;
}
img.PubCover {
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
}
img.PubCover, .filmlist img, .booklist img {
  box-shadow: 4px 4px 3px #666;
	margin-bottom: 1em;
}
dl.interview dt {
	font-style: italic;
}
.reviewauthor {
	font-size: 80%;
	font-style: italic;
}
.reviewDate {
	font-size: 80%;
	font-style: italic;
	color: #666;
}
#content .list-columns-2, #content .list-columns-3 {
	float: left;
	width: 95%;
	margin: 0 0 0.5em 2em;
}
#content .list-columns-2 img, #content .list-columns-3 img {
	float: right;
	margin: 2px;
}
#content .list-columns-2 li {
	float: left;
	width: 43%;
	margin: 0 4% 0 0;
}
#content .list-columns-3 li {
	float: left;
	width: 28%;
	margin: 0 3% 0 0;
}
.top a {
	font-size: 80%;
}
.itemtitle, .shipname {
	font-style: italic;
}
			/* for Internet Gateway - alerts go on dd */
.alert {
	font-style: italic;
}
.alert a {
	color:#09f;
}
.city {
	font-style: italic; /* .city is applied to a dt */
}
/* .pagedescription is applied to a div */
.pagedescription {
	margin-top: 2px;
}
p.intro {
	font-style: italic;
	margin-left: 1%;
}
li.Recommended {
	list-style-image: url(/Assets/kids/images/icons/redbullet.gif);
}
dt.Recommended {
	background: url(/Assets/kids/images/icons/redbullet.gif) no-repeat left top;
	padding-left: 12px;
}
/* apply to a block level item to INDENT where not a quote */
.indentedblock {
	display: block;
	margin-left: 2em;
	margin-right: 2em;
}