/* Import Display Font for headings */
@font-face{
	font-family:'ChunkFiveRegular';
	src:url('fonts/Chunkfive.eot');
	src:local('ChunkFive'), local('ChunkFive'),
		url('fonts/Chunkfive.woff') format('woff'),
		url('fonts/Chunkfive.TTF') format('truetype'),
		url('fonts/Chunkfive.svg#ChunkFive') format('svg');
}

/**
 * Sticky Footer Solution by Steve Hatcher 
 * http://stever.ca
 * http://www.cssstickyfooter.com
 *
 * NOTE: #maincontent.padding-bottom = #footer.height = #footer.margin-top*-1. Global (* selector) margin and padding is set in 'base.css'
 */
html, body, #wrapper{height:100%; margin:0; padding:0;}
body > #wrapper{height:auto; min-height:100%;}
#maincontent{padding-bottom:6em;} /* added some extra space */
#footer{
	position:relative;
	margin-top:-3.75em;
	height:3.75em;
	clear:both;
}
/* Clear Fix */
.clearfix{display: inline-block;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */



/* ************** */
/* *** STYLES *** */
/* ************** */

/* Links */
a{
	color:#DE1E00;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#DD4F00;
}

/* Headings */
h1, h2, h3, h4, h5, h6, dt, caption{
	font-family:Georgia, Times, serif;
	font-weight:bold;
	text-transform:none;
	letter-spacing:2px;
	text-align:left;
}

h1, h2{
	font-size:150%;
	font-style:italic;
}
h3{font-size:105%; font-style:italic;}
h4{font-size:100%;}
h5{font-size:100%;}
h6{font-size:100%;}
dt{font-size:100%;}
dt.inline{
	position:relative;
	float:left;
	margin-right:0.5em;
}

p, ol, ul, dd{font-size:100%}

/* No-bullet lists */
ol.no-bullet,
ul.no-bullet,
#navigation ul, #navigation ul li,
div#homepage_links ul li
{list-style:none; margin:0}



/* ***************** */
/* *** UI LAYOUT *** */
/* ***************** */

/* Containers */
body{
	font-family:Georgia, Times, serif;
	color:#000;
	background:url(../img/home_bg.png) 0 52px repeat-x #0a3359;
}
body.wings{background:url(../img/wings_bg.png) top left repeat-x #381666;}
body.picturebooks{background:url(../img/picturebooks_bg.jpg) top center #F3C9A5;}
body.tradtales{background: url(../img/tradtales_bg.png) 0 50px repeat-x #F1F9FE;}


#wrapper{
	background:url(../img/highlight.png) top center no-repeat;
	min-width:46.25em; /* 740px */
}

#maincontent{
	max-width:75em; /* 1200px */
	padding-top:1em;
	padding-right:1em;
	padding-left:1em;
	margin-right:auto;
	margin-left:auto;
}

/* Header */
#header{
	position:relative;
	height:55px;
	color:#fff;
	background:url(../img/title_bar.png) top left repeat-x;
	text-shadow:0 1px 0 #000;
	font-family:Arial, Helvetica, sans-serif;
}
body.wings #header{background-image:url(../img/title_bar_wings.png);}
body.picturebooks #header{background-image:url(../img/title_bar_picturebooks.png);}
body.tradtales #header{background-image:url(../img/title_bar_tradtales.png);}
#header a{font-weight:normal;}

/* Title */
#title{
	position:relative;
	float:left;
	margin:0.7em;
	font-size:100%;
}
#title a{
	display:block;
	min-height:28px;
	min-width:77px;
	text-indent:-999em;
	overflow:hidden;
	background:url(../img/logo.png) top left no-repeat;
}
#title a, #title a:hover{
	color:#fff;
	text-decoration:none;
}

/* Navigation */
#navigation ul{
	position:relative;
	float:right;
	font-size:90%;
	text-align:right;
	margin:0 0.5em 0 0;
}
#navigation ul li{
	position:relative;
	float:left;
	margin:0 1em;
	height:55px;
}
#navigation ul li a{
	display:block;
	color:#fff;
	margin-top:1.1em;
}

/* Navigation Colours */
#navigation ul li.default a:hover{color:#9CDFFE}
#navigation ul li.wings a:hover{color:#FDBFFF}
#navigation ul li.picturebooks a:hover{color:#FFBB8D}
#navigation ul li.tradtales a:hover{color:#C0FFC0}

/* Navigation Pointers */
#navigation ul li.default.active{background:url(../img/pointer_default.png) center 42px no-repeat;}
#navigation ul li.wings.active{background:url(../img/pointer_wings.png) center 42px no-repeat;}
#navigation ul li.picturebooks.active{background:url(../img/pointer_picturebooks.png) center 42px no-repeat;}
#navigation ul li.tradtales.active{background:url(../img/pointer_tradtales.png) center 42px no-repeat;}


/* Footer */
#footer{
	margin-left:1em;
	margin-right:1em;
	color:#fff;
}
body.picturebooks #footer{
	color:#2D1708;
	text-shadow:0 1px 0 #eee;
}
body.tradtales #footer{
	color:#000;
	text-shadow:0 1px 0 #fff;
}

#footer p{
	position:relative;
	float:left;
	font-size:105%;
	margin:1em 0 0 0;
}
#footer ul{
	position:relative;
	margin:0;
	padding:0;
	float:right;
	text-align:right;
}
#footer ul li{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.2;
	list-style:none;
}
#footer a{
	color:#fff;
	font-weight:normal;
}
body.picturebooks #footer a{
	color:#2D1708;
	text-shadow:0 1px 0 #eee;
}
body.tradtales #footer a{
	color:#004E2E;
	text-shadow:0 1px 0 #fff;
}
#footer a:hover, #footer a.on{
	text-decoration:underline;
}



/* *************** */
/* *** Content *** */
/* *************** */

/* Home Page */
#homepage_links{
	position:relative;
	width:90%;
	margin:2em auto 0 auto;
	overflow:auto;
	z-index:2;
}
#homepage_links ul li{
	position:relative;
	display:block;
	padding:3px;
}
#homepage_links ul li a{
	position:relative;
	display:block;
	margin-bottom:1.5em;
	padding:0.35em 1.25em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:normal;
	text-align:center;
	color:#fff;
	background:url(../img/homepage_link_bg.png) top left repeat-x #036a37;
	letter-spacing:1.5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0 1px 4px #222;
	-webkit-box-shadow:0 1px 4px #222;
	box-shadow:0 1px 4px #222;
	text-shadow:0 0 2px #062100;
}
#homepage_links ul li a:hover{
	background:url(../img/homepage_link_bg_hover.png) top left repeat-x #247f01;
}
#welcome_to_in2era{
	position:relative;
	display:block;
	margin:-9em auto 1em auto;
	z-index:1;
}
div.section{
	position:relative;
	margin:0.5em 0.25em 1.5em 0.25em;
	padding:1em 1em 0.5em 1em;
	color:#000;
	background:rgba(255, 255, 255, 0.9);
	background:rgb(255, 255, 255);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0 1px 4px #222;
	-webkit-box-shadow:0 1px 4px #222;
	box-shadow:0 1px 4px #222;
	overflow:hidden;
	clear:both;
}
div.section p{margin:0.5em 0}

/* Product Page */
.inline_heading{
	position:relative;
	background:url(../img/wings_eric.png) top right no-repeat;
	padding:0 310px 5em 0;
	overflow:hidden;
}
#block_links a, body.picturebooks #tab_container ul li a{
	display:block;
	position:relative;
	font-size:172%;
	font-family:'ChunkFiveRegular', 'Arial Black', Arial, sans;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
	line-height:0.9;
	color:#1B1464;
	text-shadow:0 1px 0 #F08CF4;
}
#block_links a:hover{color:#202E96;}
#block_links a span{
	display:block;
	width:100%;
	text-align:left;
}
#block_links a#learn_more span.first{
	font-size:118%;
	letter-spacing:14px;
}
#block_links a#learn_more span.second{
	font-size:85%;
}
#block_links a#learn_more span.third{
	font-size:70%;
	letter-spacing:0.5px;
}
#block_links a#buy span.first{
	font-size:118%;
	margin-top:0.25em
}
#block_links a#buy span.second{
	font-size:80%;
	letter-spacing:0.6px;
}
#block_links a#preview span.first{
	font-size:118%;
	letter-spacing:3px;
}
#block_links a#preview span.second{font-size:75%;}
#block_links a#preview span.third{
	font-size:85%;
	letter-spacing:1.5px;
}

div#book dt{
	position:relative;
	float:left;
}
div#book .page dt, div#book dt.description{float:none;}
div#book dd{margin:0;}
div#book .page dd{margin:0 0 0.5em 0;}
div#book dd p{margin:0.35em 0;}
div#book img.cover{
	position:relative;
	float:left;
	margin:0.25em 0.75em 6em 0;
	-moz-box-shadow:0px 0px 5px #222;
	-webkit-box-shadow:0px 0px 5px #222;
	box-shadow:0px 0px 5px #222;
}

a.purchase_link{
	display:block;
	position:relative;
	float:right;
	margin:-2em 0 1em 1em;
	padding:0.6em 1em 0.6em 37px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:80%;
	color:#000;
	background:url(../img/book_icon.png) 5px center no-repeat #fff;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0 1px 4px #222;
	-webkit-box-shadow:0 1px 4px #222;
	box-shadow:0 1px 4px #222;
}
a.purchase_link:hover{color:#202E96;}



/* WINGS Online */
body.wings .inline_heading a{color:#1B1464;}
body.wings .inline_heading a:hover{color:#202E96;}
body.wings #block_links a#learn_more span.first{
	font-size:118%;
	letter-spacing:14px;
}
body.wings #block_links a#learn_more span.second{
	font-size:85%;
}
body.wings #block_links a#learn_more span.third{
	font-size:75%;
	letter-spacing:0.5px;
}
body.wings #block_links a#buy span.first{
	font-size:118%;
	margin-top:0.25em
}
body.wings #block_links a#buy span.second{
	font-size:85%;
	letter-spacing:0.6px;
}
body.wings #block_links a#preview span.first{
	font-size:118%;
	letter-spacing:3px;
}

body.wings a.purchase_link{
	color:#1B1464;
	background-color:#F5B1F9;
}
body.wings a.purchase_link:hover{color:#202E96;}

body.wings div.page{
	position:relative;
	background:url(../img/wings_page_top.png) top left no-repeat;
	padding-top:79px;
	width:850px;
	margin:0 auto;
}
img.start_reading{
	position:absolute;
	top:8px;
	left:20px;
	z-index:1;
}
body.wings div.wrap{
	position:relative;
	background:url(../img/wings_page_bottom.png) bottom left no-repeat;
	padding-bottom:73px;
}
img.goat{
	position:absolute;
	right:25px;
	bottom:25px;
}
body.wings div.content{
	padding:1em 1em 0.5em 1em;	
	color:#000;
	background:url(../img/wings_page_middle.png) top left repeat-y;
	overflow:hidden;
}
body.wings div.content p,
body.wings div.content ul,
body.wings div.content ol,
body.wings div.content h2,
body.wings div.content h3,
body.wings div.content h4{
	width:790px;
	margin:0.5em auto;
}

body.wings div#accordion{
	position:relative;
	padding-bottom:3.5em;
}
body.wings div.books ul{
	position:relative;
	margin:1em 0;
	text-align:center;

}
body.wings div.books ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
	margin:15px;
}
body.wings div.books ul li a img{
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
	box-shadow:0 0 5px #666;
}
body.wings div.books h3{
	position:relative;
	z-index:2;
	margin:0 0 0 1em;
}
body.wings div.books h3 a{
	display:block;
	background:url(../img/wings_l1.png) top left no-repeat;
	text-indent:-999em;
	overflow:hidden;
	width:100%;
	min-height:36px;
	
}
#accordion div{
	margin:0 0 1em 0;
}
body.wings div.books h3#level2 a{background-image:url(../img/wings_l2.png);}
body.wings div.books h3#level3 a{background-image:url(../img/wings_l3.png);}
body.wings div.books h3#level4_5 a{background-image:url(../img/wings_l4_5.png);}
body.wings div.books h3#level6_7 a{background-image:url(../img/wings_l6_7.png);}
body.wings div.books h3#level8_9 a{background-image:url(../img/wings_l8_9.png);}
body.wings div.books h3#level10_11 a{background-image:url(../img/wings_l10_11.png);}
body.wings div.books h3#level12_14 a{background-image:url(../img/wings_l12_14.png);}
body.wings div.books h3#level15_17 a{background-image:url(../img/wings_l15_17.png);}
body.wings div.books h3#level18_20 a{background-image:url(../img/wings_l18_20.png);}

body.wings dl{margin-bottom:2em;}
body.wings div.book{
	width:800px;
	margin:0 auto;
}

#wings_level_chart{
	margin:1em 0.5em;
	clear:right;
}
#wings_level_chart th{
	padding:0.25em 2em 0.25em 0.25em;
	text-align:left;
}
#wings_level_chart td{
	background:#ccc;
	padding:0.5em 0.75em;
	font-family:Arial, Helvetica, sans-serif;
}
#wings_level_chart tr td{border-bottom:1px solid;}
#wings_level_chart tr td:first-child{border-left:10px solid;}

#wings_level_chart tr.rr1 td{background-color:#FCEDA6; border-color:#FAE06F;}
#wings_level_chart tr.rr2 td{background-color:#F8CFA0; border-color:#F4B065;}
#wings_level_chart tr.rr3 td{background-color:#BEBFDF; border-color:#9495CA;}
#wings_level_chart tr.rr45 td{background-color:#B3D5F1; border-color:#82BBE7;}
#wings_level_chart tr.rr67 td{background-color:#ADDDC6; border-color:#7AC6A1;}
#wings_level_chart tr.rr89 td{background-color:#A8DEDC; border-color:#72C8C4;}
#wings_level_chart tr.rr1011 td{background-color:#C5E3A4; border-color:#9FD069;}
#wings_level_chart tr.rr1214 td{background-color:#72C8B7; border-color:#33A489;}
#wings_level_chart tr.rr1517 td{background-color:#70ACCC; border-color:#2F76AB;}
#wings_level_chart tr.rr1820 td{background-color:#71AFD9; border-color:#337AFF;}

/* Trad Tales */
body.tradtales #maincontent {padding-top: 3em;}
body.tradtales .inline_heading a{color:#004E2E;}
body.tradtales .inline_heading a:hover{color:#00685B;}
body.tradtales .inline_heading{
	background:url(../img/tradtales_bear.png) top right no-repeat;
	padding:0 335px 5em 0;
	overflow:hidden;
}
body.tradtales #wrapper {
	background: url(../img/tradtales_footer.png) 400px bottom repeat-x;
}
body.tradtales #block_links a{
	color:#004E2E;
	text-shadow:0 1px 0 #002200;
}
body.tradtales #block_links a:hover{color:#00685B;}
body.tradtales #block_links a#learn_more span.first{
	font-size:118%;
	letter-spacing:14px;
}
body.tradtales #block_links a#learn_more span.second{
	font-size:85%;
}
body.tradtales #block_links a#learn_more span.third{
	font-size:90%;
	letter-spacing:0.5px;
}
body.tradtales #block_links a#buy span.first{
	font-size:118%;
	margin-top:0.25em
}
body.tradtales #block_links a#buy span.second{
	font-size:102%;
	letter-spacing:0.6px;
}


body.tradtales a.purchase_link{
	color:#002700;
	background-color:#DCF5C4;
}
body.tradtales a.purchase_link:hover{color:#00643D;}

body.tradtales #books ul{
	position:relative;
	display:block;
	width:855px;
	margin:1.75em auto;
	padding:0 0 14px 0;
	background:url(../img/trad_book_shelf.png) bottom center no-repeat;
	line-height:0;
}
body.tradtales #books ul li{
	position:relative;
	display:inline;
	list-style-type:none;
	margin:0 28px;
	padding:0;
	overflow:visible;
}
body.tradtales #books ul li a img{
	-moz-box-shadow:0px -0.5px 5px #555;
	-webkit-box-shadow:0px -0.5px 5px #555;
	box-shadow:0px -0.5px 5px #555;
}
body.tradtales div.book{
	position:relative;
	padding-top:80px;
	width:800px;
	margin:0 auto;
}



/* Picture Books */
body.picturebooks .inline_heading a{color:#2D1708;}
body.picturebooks .inline_heading a:hover{color:#543620;}
body.picturebooks .inline_heading{
	background:url(../img/dino_arthur_sallyjane.png) top right no-repeat;
	padding:0 335px 3em 0;
	overflow:hidden;
}
body.picturebooks #block_links a, body.picturebooks #tab_container ul li a{
	color:#2D1708;
	text-shadow:0 1px 0 #eee;
}
body.picturebooks #block_links a:hover, body.picturebooks #tab_container ul li a:hover{color:#543620;}
body.picturebooks #block_links a#learn_more span.first{
	font-size:118%;
	letter-spacing:14px;
}
body.picturebooks #block_links a#learn_more span.second{
	font-size:85%;
}
body.picturebooks #block_links a#learn_more span.third{
	font-size:70%;
	letter-spacing:0.5px;
}
body.picturebooks #block_links a#buy span.first{
	font-size:118%;
	margin-top:0.25em
}
body.picturebooks #block_links a#buy span.second{
	font-size:80%;
	letter-spacing:0.6px;
}






body.picturebooks a.purchase_link{
	color:#2D1708;
	background-color:#F7D9C1;
}
body.picturebooks a.purchase_link:hover{color:#543620;}

body.picturebooks #books ul{
	position:relative;
	display:block;
	width:855px;
	margin:1.75em auto;
	padding:0 0 14px 0;
	background:url(../img/book_shelf.png) bottom center no-repeat;
	line-height:0;
}
body.picturebooks #books ul li{
	position:relative;
	display:inline;
	list-style-type:none;
	margin:0 28px;
	padding:0;
	overflow:visible;
}
body.picturebooks #books ul li a img{
	-moz-box-shadow:0px -0.5px 3px #222;
	-webkit-box-shadow:0px -0.5px 3px #222;
	box-shadow:0px -0.5px 3px #222;
}

body.picturebooks #books {
	background:url(../img/butterfly.png) 12px 215px no-repeat;
}
body.picturebooks #books ul li.platypus{
	padding:120px 175px 0 0;
	background:url(../img/platypus.png) top right no-repeat;
}
body.picturebooks #tab_container ul{
	text-align:center;
	margin:2em 0 0 0;
	font-size:85%;
	clear:both;
}
body.picturebooks #tab_container ul li{
	list-style-type:none;
	display:inline;
	margin:0 1em;
}
body.picturebooks #tab_container ul li a{
	display:inline;
}
body.picturebooks #tab_container ul li.ui-tabs-selected{
	border-bottom:3px solid;
}
body.picturebooks div.page{
	position:relative;
	background:url(../img/picturebooks_page_top.png) top left no-repeat;
	padding-top:102px;
	width:912px;
	margin:0 auto;
}
body.picturebooks div.wrap{
	position:relative;
	background:url(../img/picturebooks_page_bottom.png) bottom left no-repeat;
	padding-bottom:80px;
	
}
body.picturebooks div.content{
	padding:0 1em;	
	color:#000;
	background:url(../img/picturebooks_page_middle.png) top left repeat-y;
	overflow:hidden;
}
body.picturebooks div.page #book_tab,
body.picturebooks div.page #image_gallery_tab,
body.picturebooks div.page #worksheets_tab,
body.picturebooks div.page #biography_tab,
body.picturebooks div.page #video_tab{
	width:800px;
	margin:auto;
}
body.picturebooks div.page #biography_tab img{
	position:relative;
	float:right;
	margin:0 0 2em 2em;
	border:1px solid #666;
}
body.picturebooks div.page #worksheets_tab img{
	position:relative;
	float:right;
	margin:0 0 2em 2em;
}



/* News */
.post{
	margin:1em 0;
}
.post p.meta{
	font-style:italic;
	margin:0;
	color:#444;
	font-size:90%;
}

/* Login Form */
#login_form{
	position:relative;
	width:20em;
	margin:0 0 1em 1em;
	overflow:hidden;
}
#login_form .input label{
	display:block;
	margin:0.5em 0 0.25em 0;
}

#login_form .input input{width:96%;}
#login_form .checkbox{margin-top:1em;}
#login_form .checkbox label{
	display:inline;
	margin-left:0.5em;
}
#login_form .checkbox input{width:1em;}

#login_form .submit input, #UserEusaForm .submit input, #TeacherGuideIndexForm .submit input{
	display:block;
	position:relative;
	float:right;
	margin:0.75em 0.5em 0.5em 0;

	padding:0.25em 0.75em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:bold;
	color:#fff;
	background:url(../img/homepage_link_bg.png) top left repeat-x #036a37;
	letter-spacing:1.5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0 1px 4px #000;
	-webkit-box-shadow:0 1px 4px #000;
	box-shadow:0 1px 4px #000;
	border:none;
}
#login_form .submit input:hover, #tg_form .submit input:hover{
	background:url(../img/homepage_link_bg_hover.png) top left repeat-x #247f01;
}

#tg_form{
	text-align:center;
	margin:1em 0 2em 0;
}
#tg_form .input label{margin:0 0.5em;}
#tg_form div{display:inline;}
#tg_form .submit input{
	display:inline;
	float:none;
	margin:0 1em;
}

.eusa_form{text-align:center;}
.eusa_form div.submit{
	display:inline;
	margin:0 2em;
}

#UserEusaForm .submit input{
	float:none;
	display:inline;
	margin-bottom:1em;
}
#UserEusaForm .submit input.disagree{
	background:url(../img/disagree_link_bg.png) top left repeat-x #036a37;
}
.eusa_form .submit input:hover{
	background:url(../img/disagree_link_bg_hover.png) top left repeat-x #247f01;
}



/* ********************* */
/* *** MODAL WINDOWS *** */
/* ********************* */

/* Simple Modal */
#simplemodal-overlay{background-color:#000;}
.simplemodal-container{
	position:relative;
	margin-left:-72px;
	padding:1em;
	width:100px;
	height:16px;
	color:#333;
	background:#fff;
	font-size:90%;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
	-moz-box-shadow:2px 2px 10px black;
	-webkit-box-shadow:2px 2px 10px black;
	box-shadow:2px 2px 10px black;
}
#simplemodal-loading{
	display:block;
	margin:0 auto;
}
#simplemodal-html-content{
	display:none;
	border:none;
}
a.simplemodal-close, a.simplemodal-close:link, a.simplemodal-close:active, a.simplemodal-close:visited{
	font-family:"Gill Sans", "Gill Sans MT", "Franklin Gothic Medium", Verdana, sans-serf;
	display:none;
	position:absolute;
	top:7px;
	right:15px;
	text-decoration:none;
	font-weight:bold;
	font-size:95%;
	color:#666;
	z-index:100;
}
a.simplemodal-close:hover{color:#000;}
#simplemodal-data p.title{
	display:none;
	margin:0.5em 0 0 0;
	text-align:center;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}


/* **************** */
/* *** ELEMENTS *** */
/* **************** */

/* Messages and Alerts */
.flash_error, .flash_success, .flash_warning, .flash_info, .flash_help,
.error, .success, .warning, .info, .help{
	display:block;
	position:relative;
	margin:1em auto;
	width:90%;
	min-height:30px;
	padding:1.1em 1em 0.4em 52px;
	border:1px solid;
	font-size:90%;
	-moz-box-shadow:0 1px 4px #666;
	-webkit-box-shadow:0 1px 4px #666;
	box-shadow:0 1px 4px #666;
}
.flash_error, .error{
	background:url(../img/messages/error_icon.png) 4px 4px no-repeat #FEE4E4;
	border-color:#DC8484;
}
.flash_success, .success{
	background:url(../img/messages/success_icon.png) 4px 4px no-repeat #EFFFEB;
	border-color:#97D887;
}
.flash_warning, .warning{
	background:url(../img/messages/warning_icon.png) 4px 4px no-repeat #fff7cd;
	border-color:#fed22f;
}
.flash_info, .flash_help, .info, .help{
	background:url(../img/messages/info_icon.png) 4px 4px no-repeat #F0FBFF;
	border-color:#86B9DB;
}
.flash_help, .help{background-image:url(../img/messages/help_icon.png);}
.flash_error p, .flash_success p, .flash_warning p, .flash_info p, .flash_help p, .error p, .success p, .warning p, .info p, .help p{margin:0 0 0.4em 0}
.flash_error ul, .flash_success ul, .flash_warning ul, .flash_info ul, .flash_help ul, .flash_error ol, .flash_success ol, .flash_warning ol, .flash_info ol, .flash_help ol, .error ul, .success ul, .warning ul, .info ul, .help ul, .error ol, .success ol, .warning ol, .info ol, .help ol{margin:0 2em 0.5em 2em}
.error-message{
	font-size:90%;
	color:#a5151e;
}
a.toplink{
	position:relative;
	float:right;
	font-weight:normal;
	font-size:80%;
	margin-top:-1.5em;
	background:url(../img/toplink.png) 0 5px no-repeat;
	padding-left:13px;
}
.inline_heading h2{
	display:inline;
	position:relative;
	float:left;
	margin:0 0.3em 0 0;
	font-size:140%;
}
.inline_heading p{
	font-size:140%;
	font-style:italic;
}
#about_product_links a{
	display:block;
	background:left center no-repeat;
	padding:2.2em 0 2.2em 75px;
	font-size:110%;
}
img#big_book_banner{
	position:absolute;
	top:-16px;
	right:-17px;
}
img#newly_updated_banner{
	position:absolute;
	top:-10px;
	right:-10px;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
a.info_img{
	display:block;
	width:250px;
	padding:0.25em;
	margin:0.5em;
	font-weight:normal;
	color:#666;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-style:italic;
}