@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #ffffff;
	color: #222222;
	font: normal 12px Arial, Helvetica, sans-serif;
	min-width: 500px;
}
font {
	color: inherit !important;
	background: inherit !important;
	font: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}
b.new {
	color: #EC1C1C !important;
}
a {
	color: #599cff;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
a:hover {
	color: #0066FF;
	-webkit-transition: color 0s linear;
	-moz-transition: color 0s linear;
	-o-transition: color 0s linear;
	transition: color 0s linear;
}
a:visited {
	color: #8559ff;
}
a:visited:hover {
	color: #0066FF;
}

div.modalcontent {
}

div.modalcontent > *:first-child{
	margin-top: 0;
	padding-top: 0;
}
div.modalcontent > *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
div.modalcontent ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding: 0 0 0 16px;
}
div.content a {
	font: normal 12px Arial, Helvetica, sans-serif;
}
div.content h1 {
	padding: 0;
	margin: 20px 0 0 0;
}
div.content h2 {
	padding: 0;
	margin: 20px 0 0 0;
}
div.content h3 {
	padding: 0;
	margin: 20px 0 0 0;
}
div.content ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 0px;
	padding: 0 0 0 16px;
}

#titlebar {
	margin: 0 0 0 0;
	padding: 5px;
	background-color: #222222;
	color: #ffffff;
	overflow: hidden;
	position: relative;
}
#title {
	margin-top: 0px;
	-webkit-transition: margin-top .1s ease-in-out .2s;
	-moz-transition: margin-top .1s ease-in-out .2s;
	-o-transition: margin-top .1s ease-in-out .2s;
	transition: margin-top .1s ease-in-out .2s;
}
#menu {
	margin-top: 0px;
	border: 1px solid #000000;
	border-left: none;
	border-bottom: none;
	-webkit-border-radius: 0 2px 0 0;
	-moz-border-radius: 0 2px 0 0;
	border-radius: 0 2px 0 0;
	height: 16px;
	line-height: 16px;
	padding: 4px;
	color: #222222;
	background-color: #ffffff;
	-webkit-transition: margin-top .1s ease-in-out .2s;
	-moz-transition: margin-top .1s ease-in-out .2s;
	-o-transition: margin-top .1s ease-in-out .2s;
	transition: margin-top .1s ease-in-out .2s;
	position: absolute;
}
* html #menu {
	position: relative;
}
#titlebar:hover #menu {
	margin-top: -24px;
	-webkit-transition: margin-top .1s ease-in-out .4s;
	-moz-transition: margin-top .1s ease-in-out .4s;
	-o-transition: margin-top .1s ease-in-out .4s;
	transition: margin-top .1s ease-in-out .4s;
}

h1 {
	background-image: url("images/wileylogo.png");
	background-position: center right;
	background-repeat: no-repeat;
	padding: 2px 135px 4px 7px;
	margin: 0;
	text-decoration: none;
	font-size: 24px;
	cursor: default;
}

h1 span {
	display: block;
	font-size: 14px;
	margin-top:-3px;
	padding-left:16px;
	font-weight: bold;
	background: url("icons/bullet_go_white.png") 0px 0px no-repeat;
}

.toggle {
	display: block;
	float: left;
	margin: 0 8px 0 0 !important;
	padding: 0 0 0 20px !important;
	height: 16px;
	background-image: url("icons/bullet_blue.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.toggle:hover {
	color: #0066FF;
}
.infotoggle {
	background-image: url("icons/text_padding_right.png");
}
.menutoggle {
	background-image: url("icons/bullet_black.png");
	background-position: 4px 0px;
}
.infotoggle.check {
	background-image: url("icons/text_padding_bottom.png");
}
.check.menutoggle {
	background-image: url("icons/bullet_green.png");
}

.infobar {
	position: relative;
	margin: 0 -4px 0 -4px;
	padding: 5px 0 5px 0;
	font-size: 12px;
	color: #222222;
	/*overflow: hidden;*/
}
.infobar div {
	width: 434px;
	float: left;
	overflow: hidden;
	padding: 6px 0 6px 0;
	margin-right: 15px;
}
.infobar .clear {
	clear: both;
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 0 !important;
}
.infobar a,
.infobar a:hover,
.infobar a:visited,
.infobar a:visited:hover {
	display: inline;
	padding: 0;
	border: none;
	background: transparent;
	text-decoration: underline;
	color: #599cff;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.infobar a:hover,
.infobar a:visited:hover {
	color: #0066FF;
	-webkit-transition: color 0s linear;
	-moz-transition: color 0s linear;
	-o-transition: color 0s linear;
	transition: color 0s linear;
}
.infobar a:visited {
	color: #8559ff;
}
.infobar img {
	border: none;
	float: left;
	margin-right: 10px;
}
.infobar .narrow a {
	width: auto;
}
.infobar a.interactive {
	float: left;
	display: block;
	width: 148px;
	margin-right: 5px;
	line-height: normal !important;
}
.infobar.sidebar a {
	margin: 0 0 5px 0 !important;
}
.infobar a img {
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}

.infobar.sidebar {
	float: left;
	width: 148px;
	padding: 0;
	margin: 5px;
	font-size: 11px;
}
.infobar.sidebar a, .infobar.sidebar a:hover, .infobar.sidebar a:visited, .infobar.sidebar a:visited:hover  {
	text-align: center;
	display: block;
	font-size: 11px;
}
.infobar.sidebar img {
	margin: 0 0 5px 0 !important;
}
.infobar.sidebar div {
	margin: 0 0 0 0 !important;
	min-width: 20px;
	width: 100%;
	float: none;
	overflow: visible;
	padding: 0;
}
.infobar span {
	float: left;
	clear: none;
	width: 260px;
	height: 108px;
	display: block;
	margin: 0;
	padding: 5px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #222222;
	background-color: #ffffff;
	color: #222222;
}
.infobar.sidebar span {
	float: none;
	clear: both;
	width: auto;
	height: auto;
	margin: 5px 0 30px 0;
}
.infobar div.narrow {
	width: 236px;
}
.infobar div.narrow span {
	width: 103px;
}
.infobar span p {
	margin: 0 0 8px 0;
}


.infobar .message {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	clear: none;
	width: auto;
	cursor: default;
	max-width: 900px;
	min-height: 134px;
	margin: 5px;
	padding: 0 12px 5px 6px;
	/*border: 1px solid #FFFFFF;*/
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	color: #222222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 3px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 3px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 3px 4px rgba(0, 0, 0, 0.15);
}
.infobar .message:last-child {
	margin-right: 0;
}
.infobar .message .cover {
	display: block;
	float: left;
	margin-right: 12px;
	height: 100%;
	min-height: 122px;
	width: auto;
	margin: 6px 10px 0 0;
	padding: 0px;
	overflow: visible;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.infobar .message .cover.cover2,
.infobar .message .cover.cover3 {
	margin-left: -5px;
}
.infobar .message .cover img {
	min-height: 17px;
	max-height: 122px;
	min-width: 12px;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.infobar .message .description {
	display: block;
	float: none;
	margin-right: 0;
	margin-top: 5px;
	padding: 0;
	width: auto;
	overflow: visible;
}
.infobar .message .description font {
	color: inherit !important;
}
.infobar .message .description a b {
	font-weight: inherit;
}
.infobar .message .brand {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 4px;
}



.infobar .message .button {
	text-decoration: none;
	position: relative;
	z-index: 1;

	display: block;
	float: left;
	bottom: 0px;
	padding: 2px 6px;

	margin: 0 -1px 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);

	color: #484848;
	background-color: #FFFFFF;
	border-color: #AAAAAA !important;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7) inset, 0px -1px 1px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7) inset, 0px -1px 1px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7) inset, 0px -1px 1px rgba(0, 0, 0, 0.1) inset;

	-webkit-transition: box-shadow .2s ease-out, border-color .2s ease-out, background-color .2s ease-out;
	-moz-transition: box-shadow .2s ease-out, border-color .2s ease-out, background-color .2s ease-out;
	-o-transition: box-shadow .2s ease-out, border-color .2s ease-out, background-color .2s ease-out;
	transition: box-shadow .2s ease-out, border-color .2s ease-out, background-color .2s ease-out;
}
/*.infobar .message .button:slast-child {
	color: #0066FF;
	background-color: #FFFFFF;
	border-color: #599cff !important;
}*/
.infobar .message .button:first-child {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.infobar .message .button:last-child {
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.infobar .message .button:first-child:last-child {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.infobar .message .button:hover {
	z-index: 100;
	color: #222222 !important;
	background-color: #DFECFF;
	border-color: #0066ff !important;

	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7) inset, 0px -1px 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7) inset, 0px -1px 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7) inset, 0px -1px 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 2px rgba(0, 0, 0, 0.15);

	-webkit-transition: box-shadow 0s linear, border-color 0s linear, background-color 0s linear;
	-moz-transition: box-shadow 0s linear, border-color 0s linear, background-color 0s linear;
	-o-transition: box-shadow 0s linear, border-color 0s linear, background-color 0s linear;
	transition: box-shadow 0s linear, border-color 0s linear, background-color 0s linear;
}
.infobar .message .button:active {
	color: #222222 !important;
	background-color: #EAEAEA;
	border-color: #888888 !important;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(255, 255, 255, 0.5) inset;
}
.infobar .message .closemessage {
	display: none;
	position: absolute;
	top: 0;
	right: 0;

	cursor: pointer;

	width: 12px;
	height: 12px;
	font-size: 20px;
	line-height: 12px;
	text-align: center;

	margin: 0px;
	padding: 0px;

	opacity: 0;
	-webkit-transition: opacity .4s ease .2s;
	-moz-transition: opacity .4s ease .2s;
	-o-transition: opacity .4s ease .2s;
	transition: opacity .4s ease .2s;
}
.infobar .message.sized:hover .closemessage {
	opacity: 0.1;
}
.infobar .message.sized:hover .closemessage:hover {
	opacity: 0.3;
}


.infobar .message a {
	font-family: inherit;
	line-height: inherit;
}
.infobar .message p {
	margin: 0 0 8px 0;
}
.infobar .message p:last-child {
	margin: 0 0 0 0;
}

.infobar .message.print_message {
	background: #FFE8F3;
	background: #FFE8F3 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY2ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #FFE8F3 -moz-linear-gradient(top,  #ffffff 10%, #FFE8F3 100%);
	background: #FFE8F3 -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#FFE8F3));
	background: #FFE8F3 -webkit-linear-gradient(top,  #ffffff 10%,#FFE8F3 100%);
	background: #FFE8F3 -o-linear-gradient(top,  #ffffff 10%,#FFE8F3 100%);
	background: #FFE8F3 -ms-linear-gradient(top,  #ffffff 10%,#FFE8F3 100%);
	background: #FFE8F3 linear-gradient(to bottom,  #ffffff 10%,#FFE8F3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FFE8F3',GradientType=0 );
}
.infobar .message.print_message .cover img {
	color: #9F2652;
	border-color: #E1B5C9;
}

.infobar .message,
.infobar .message.istudy_message,
.infobar .message.printistudy_message,
.infobar .message.etextistudy_message,
.infobar .message.etextistudyshort_message {
	background: #e8e8e8;
	background: #e8e8e8 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #e8e8e8 -moz-linear-gradient(top,  #ffffff 10%, #e8e8e8 100%);
	background: #e8e8e8 -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#e8e8e8));
	background: #e8e8e8 -webkit-linear-gradient(top,  #ffffff 10%,#e8e8e8 100%);
	background: #e8e8e8 -o-linear-gradient(top,  #ffffff 10%,#e8e8e8 100%);
	background: #e8e8e8 -ms-linear-gradient(top,  #ffffff 10%,#e8e8e8 100%);
	background: #e8e8e8 linear-gradient(to bottom,  #ffffff 10%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}
.infobar .message.istudy_message .cover img,
.infobar .message.printistudy_message .cover img,
.infobar .message.etextistudy_message .cover img,
.infobar .message.etextistudyshort_message .cover img {
	color: #222222;
	border-color: #CCCCCC;
}

.infobar .message.etext_message {
	background: #eafff4;
	background: #eafff4 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWZmZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #eafff4 -moz-linear-gradient(top,  #ffffff 10%, #eafff4 100%);
	background: #eafff4 -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#eafff4));
	background: #eafff4 -webkit-linear-gradient(top,  #ffffff 10%,#eafff4 100%);
	background: #eafff4 -o-linear-gradient(top,  #ffffff 10%,#eafff4 100%);
	background: #eafff4 -ms-linear-gradient(top,  #ffffff 10%,#eafff4 100%);
	background: #eafff4 linear-gradient(to bottom,  #ffffff 10%,#eafff4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eafff4',GradientType=0 );
}
.infobar .message.etext_message .cover img {
	color: #44A473;
	border-color: #B5E1CB;
}

.infobar .message.etextbook_message {
	background: #EFFBE6;
	background: #EFFBE6 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2Y3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #EFFBE6 -moz-linear-gradient(top,  #ffffff 10%, #EFFBE6 100%);
	background: #EFFBE6 -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#EFFBE6));
	background: #EFFBE6 -webkit-linear-gradient(top,  #ffffff 10%,#EFFBE6 100%);
	background: #EFFBE6 -o-linear-gradient(top,  #ffffff 10%,#EFFBE6 100%);
	background: #EFFBE6 -ms-linear-gradient(top,  #ffffff 10%,#EFFBE6 100%);
	background: #EFFBE6 linear-gradient(to bottom,  #ffffff 10%,#EFFBE6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EFFBE6',GradientType=0 );
}
.infobar .message.etextbook_message .cover img {
	color: #547E33;
	border-color: #C8E1B5;
}

.infobar .message.wileyplusistudy_message {
	background: #DDEAF2;
	background: #DDEAF2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGUzZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #DDEAF2 -moz-linear-gradient(top,  #ffffff 10%, #DDEAF2 100%);
	background: #DDEAF2 -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#DDEAF2));
	background: #DDEAF2 -webkit-linear-gradient(top,  #ffffff 10%,#DDEAF2 100%);
	background: #DDEAF2 -o-linear-gradient(top,  #ffffff 10%,#DDEAF2 100%);
	background: #DDEAF2 -ms-linear-gradient(top,  #ffffff 10%,#DDEAF2 100%);
	background: #DDEAF2 linear-gradient(to bottom,  #ffffff 10%,#DDEAF2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DDEAF2',GradientType=0 );
}
.infobar .message.wileyplusistudy_message .cover img {
	color: #222222;
	border-color: #B1CCE1;
}

.infobar .message.wileyplus_message {
	background: #DDEAF2;
	background: #DDEAF2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGUzZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #DDEAF2 -moz-linear-gradient(top,  #ffffff 10%, #DDEAF2 100%);
	background: #DDEAF2 -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#DDEAF2));
	background: #DDEAF2 -webkit-linear-gradient(top,  #ffffff 10%,#DDEAF2 100%);
	background: #DDEAF2 -o-linear-gradient(top,  #ffffff 10%,#DDEAF2 100%);
	background: #DDEAF2 -ms-linear-gradient(top,  #ffffff 10%,#DDEAF2 100%);
	background: #DDEAF2 linear-gradient(to bottom,  #ffffff 10%,#DDEAF2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DDEAF2',GradientType=0 );
}
.infobar .message.wileyplus_message .cover img {
	color: #00528F;
	border-color: #B1CCE1;
}


.infobar .message.cyberpsych_message {
	background: #FBEEEE;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZlM2U1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #ffffff 10%, #FBEEEE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#FBEEEE));
	background: -webkit-linear-gradient(top, #ffffff 10%,#FBEEEE 100%);
	background: -o-linear-gradient(top, #ffffff 10%,#FBEEEE 100%);
	background: -ms-linear-gradient(top, #ffffff 10%,#FBEEEE 100%);
	background: linear-gradient(to bottom, #ffffff 10%,#FBEEEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FBEEEE',GradientType=0 );
}
.infobar .message.cyberpsych_message .cover img {
	color: #9F272D;
	border-color: #E1B5B8;
}


.infobar .message.assignmentor_message {
	background: #DEF2E7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZlM2U1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #ffffff 10%, #DEF2E7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#DEF2E7));
	background: -webkit-linear-gradient(top, #ffffff 10%,#DEF2E7 100%);
	background: -o-linear-gradient(top, #ffffff 10%,#DEF2E7 100%);
	background: -ms-linear-gradient(top, #ffffff 10%,#DEF2E7 100%);
	background: linear-gradient(to bottom, #ffffff 10%,#DEF2E7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DEF2E7',GradientType=0 );
}
.infobar .message.assignmentor_message .cover img {
	color: #289F5E;
	border-color: #B5E1C9;
}




ul {
	display: block;
	list-style: none;
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
}
ul ul {
	margin-right: 0;
	margin-left: 10px;
}
li:last-child ul {
	padding-bottom: 0;
}
ul li {
	padding: 2px 0 0 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
ul li a {
	line-height: 18px;
	display: inline-block;
	padding: 2px 5px 2px 22px;
	border: 1px solid #AACCFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #F0F7FF;
	color: #222222;
	text-decoration: none;
	background-image: url("icons/bullet_go.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
ul li a.hlink {
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
}

ul h1 span b, ul h2 span b {
	color: #222222 !important;
}

ul li > a.red {
	border: 1px solid #FF7575;
	background-color: #FFE4E4;
}
a.red, .infobar .message .button.red, ul h1.red, ul h1.red span, ul h1.red.expand:hover, ul h1.red.collapse {
	color: #EC1C1C;
}
ul h2.red, ul h2.red span, ul h2.red.expand:hover, ul h2.red.collapse {
	color: #EC1C1C;
}

ul li > a.green {
	border: 1px solid #94D649;
	background-color: #ECFFD6;
}
a.green, .infobar .message .button.green, ul h1.green, ul h1.green span, ul h1.green.expand:hover, ul h1.green.collapse {
	color: #59C302;
}
ul h2.green, ul h2.green span, ul h2.green.expand:hover, ul h2.green.collapse {
	color: #59C302;
}

ul li > a.yellow {
	border: 1px solid #FFCD56;
	background-color: #FFF4D6;
}
a.yellow, .infobar .message .button.yellow, ul h1.yellow, ul h1.yellow span, ul h1.yellow.expand:hover, ul h1.yellow.collapse {
	color: #EAAF24;
}
ul h2.yellow, ul h2.yellow span, ul h2.yellow.expand:hover, ul h2.yellow.collapse {
	color: #EAAF24;
}

ul li a:visited {
	border: 1px solid #c1abff;
	background-color: #f4f0ff;
	color: #222222;
}
ul li a:hover {
	border: 1px solid #0066ff;
	background-color: #DFECFF;
	color: #222222;
	-webkit-transition: background-color 0s linear;
	-moz-transition: background-color 0s linear;
	-o-transition: background-color 0s linear;
	transition: background-color 0s linear;
}
ul li a:visited:hover {
	border: 1px solid #0066ff;
	background-color: #DFECFF;
	color: #222222;
}
ul li img.linkimage {	padding: 0;	margin: -8px 0 0 2px;	border: none;	display: inline-block;	position: relative;	top:8px;}

ul li .ha {
	display: inline-block;
	padding: 0;
	border: none;
	background: transparent;
}
ul li .ha a {
	display: block;
}


ul h1, ul h2, ul h3, ul h4 {
	padding: 2px 6px 2px 22px;
	margin: 0 0 0 0;
	border: 1px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: none;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
ul h1,
ul h1.lock:hover {
	border: 1px solid #cccccc;
	background-color: #e7e7e7;
	color: #222222;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
ul h1:hover {
	border: 1px solid #BBBBBB;
	background-color: #d7d7d7;
	color: #222222;
	-webkit-transition: background-color 0s linear;
	-moz-transition: background-color 0s linear;
	-o-transition: background-color 0s linear;
	transition: background-color 0s linear;
}
ul h1.collapse.lock {
	-webkit-transition: background-color 0s linear;
	-moz-transition: background-color 0s linear;
	-o-transition: background-color 0s linear;
	transition: background-color 0s linear;
	cursor: default;
}
ul h2,
ul h2.lock:hover {
	border: 1px solid #E7E7E7;
	background-color: #fafafa;
	color: #222222;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
ul h2:hover {
	border: 1px solid #D0D0D0;
	background-color: #ededed;
	color: #222222;
	-webkit-transition: background-color 0s linear;
	-moz-transition: background-color 0s linear;
	-o-transition: background-color 0s linear;
	transition: background-color 0s linear;
}
ul h2.collapse.lock {
	-webkit-transition: background-color 0s linear;
	-moz-transition: background-color 0s linear;
	-o-transition: background-color 0s linear;
	transition: background-color 0s linear;
	cursor: default;
}
ul h3 {
	color: #222222;
	padding: 8px 0 0 0;
}

ul h1 span, ul h2 span, ul h3 span, ul h4 span {
	font-size: 12px;
	font-weight: normal;
	display: inline;
	color: #222222;
	margin-top:0px;
	padding-left:0;
	background:transparent;
}

.expand {
	background-image: url("icons/bullet_closed.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.collapse {
	background-image: url("icons/bullet_open.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.popout {
	background-image: url("icons/popout.gif");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.popout {
	background-image: url("icons/popout.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.audio {
	background-image: url("icons/sound.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.video {
	background-image: url("icons/film.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.quiz {
	background-image: url("icons/pencil.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.book {
	background-image: url("icons/book_open.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.doc {
	background-image: url("icons/page_white_word.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.pdf {
	background-image: url("icons/page_white_acrobat.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.image {
	background-image: url("icons/picture.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.interactive {
	background-image: url("icons/mouse.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.modal {
	background-image: url("icons/popup2.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.wileytv {
	background-image: url("icons/television.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.default {
	background-image: url("icons/bullet_go.png") !important;
	background-position: 3px 3px !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
}

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 30px 10px 10px 10px;
	padding-bottom: 10px;
	text-align: left;
}

#fancybox-outer,
#fancybox-content {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.mobileDevice ul h1, .mobileDevice ul h2, .mobileDevice ul h3, .mobileDevice ul h4 {
	font-size: 15px;
	line-height: 24px;
}
.mobileDevice ul li a {
	font-size: 13px;
	line-height: 24px;
}
.mobileDevice ul li.infobar a {
	font-size: inherit;
	line-height: inherit;
}
/* expand collapse popout audio video quiz book doc pdf image interactive modal wileytv default */
.mobileDevice .expand,
.mobileDevice .collapse,
.mobileDevice ul li a {
	background-position: 3px 6px !important;
}