#page {
	width: 1000px;
	/*overflow: hidden;*/
}
#page ul {
	font-size: 80%;
}

.ie9 #page ul.options{
	width: 242px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.margin-5 {
	height: 5px;
}

.margin-10 {
	height: 10px;
}

.margin-20 {
	height: 20px;
}

.overflow-h {
    overflow: hidden;
}

.overflow-a {
    overflow: auto;
}

#sidebar {
	width: 25%;
	float: left;
	overflow: hidden;
	font-family: Arial;
}

#sidebar.admin-mode{
	margin-right: 18px;
	width: 230px;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.admin-mode .sidebar-block-admin{
	background-color: #F5F5F5;
	padding: 8px;
	border-bottom: 1px solid #E6E6E6;
	text-align: left;
}

.admin-mode .sidebar-block-admin:nth-child(even){
	background-color: #EDEDED;
	padding: 10px 5px;
}

.admin-mode .sidebar-block-admin ul.link-list{
	list-style-type:none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.admin-mode .sidebar-block-admin a{
	color: #333333;
	text-decoration: none;
}

.admin-mode .sidebar-block-admin a:hover{
	text-decoration: underline;
}

ul.link-list li {
	height: 30px;
	padding-left: 12px;
}

.ul-link{
	padding-top: 3px;
}

.ul-arrow{
	background-color: #FF9103;
	color: #ffffff;
	display: block;
	width: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 7px;
	height: 12px;
	text-align: center;
	float: left;
	padding: 7px 3px 3px 3px;
	margin-right: 10px;
}

.sidebar-block-admin p{
	padding-top: 10px;
	margin-top:0 ;
	margin-left: 15px;

}

.sidebar-block-admin.instructions{
	font-size: 13px;
}

.sidebar-block-admin.instructions .ul-arrow{
	font-size: 10px;
	margin-left: 12px;
	margin-right: 10px;
	padding: 3px;
	height: 14px;

}

.sidebar-block-admin input{
	margin-left: 16px;
	outline: none;

}

.sidebar-block-admin input.autocom, .sidebar-block-admin input.search-book{
	width: 180px;
	border:solid #D5D5D5 1px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	height: 25px;
	padding: 5px;
	background: #FFF url('/institutional/img/sidebar/search-icon.png') 95% 50% no-repeat;
}

.sidebar-block-admin input.autocom:focus, .sidebar-block-admin input.search-book {
	background-image: none;
}

.sidebar-block-admin .search-div{
	width: 180px;
	border: solid #D5D5D5 1px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	height: 25px;
	padding: 5px;
	background: #FFF;
	margin-left: 16px;
}
.search-div input{
	border: 0;
	margin-left:0;

}
#input-book{
	height: 25px;
}


#sidebar .sidebar-block-admin.instructions{
	height: 25px;
	padding-top: 15px;
	text-align: left;
}

.sidebar-block-admin .book-search-title{
	font-size: 10px;
	font-style: italic;
	color: #8A8A8A;
}

#sidebar #sbb-top, #sidebar #sbb-bottom {
	background: url('/institutional/img/sidebar/sidebar-top-down.png') 0 0 no-repeat;
	width: 230px;
	height: 8px;
	float: left;
}

#sidebar #sbb-bottom {
	background-position: 0 -8px;
}

#sidebar #sbb-body {
	width: 228px;
	float: left;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

#sidebar .sidebar-block {
	margin: 5px 9px 10px 9px;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 0;
}

#sidebar .sidebar-block .sb-line {
	width: 100%;
	/*outline: 1px solid red;*/
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar #search-for-classes {
	overflow: hidden;
	color: #2172cd;
}

#sidebar #search-for-classes strong {
	display: block;
	float: left;
	font-size: 9pt;
	width: 65px;
	line-height: 110%;
	padding-right: 5px;

	/*text-align: right;*/
}

#sidebar #search-for-classes #sfc-slider {
	background: url('/institutional/img/sidebar/slider-bg.png') 0 0 no-repeat;
	width: 138px;
	height: 29px;
	float: right;
	cursor: pointer;
}

#sidebar #search-for-classes #sfc-slider #slider-search-by-name-block, #sidebar #search-for-classes #sfc-slider #slider-search-by-instructor-block {
	background: url('/institutional/img/sidebar/slider-control.png') 100% 0 no-repeat;
	width: 128px;
	height: 29px;
	line-height: 29px;
	font-size: 8pt;
	text-align: left;
	padding-left: 10px;
}

#sidebar #search-for-classes #sfc-slider #slider-search-by-instructor-block {
	background-position: 0 0;
	padding-left: 52px;
	width: 86px;
	display: none;
}

#sidebar #search-for-classes #autocompletei {
	display: none;
}

#sidebar #search-for-classes #sfc-slider.slider-toggled #slider-search-by-name-block {
	display: none !important;
}

#sidebar #search-for-classes #sfc-slider.slider-toggled #slider-search-by-instructor-block {
	display: block !important;
}

#sidebar #search-for-classes .sfc-input-box {
	width: 202px;
	float: left;
}

#sidebar #search-for-classes .sfc-input-box input[type=text] {
	color: #696969;
	font-style: italic;
	width: 195px;
}

#sidebar #search-for-classes .sb-hint {
	color: #9f9f9f;
	font-size: 8pt;
}

#sidebar #search-for-classes .sb-hint a {
	color: #2172cd;
	text-decoration: underline;
}

#sidebar #search-for-classes .sb-hint a:hover {
	color: #000;
}

#sidebar #total-savings-block {
	
}

#sidebar #total-savings-block h3 {
	color: #1e71cd;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

#sidebar #total-savings-block h3 span {
	color: #1e71cd;
	font-weight: normal;
}

#sidebar #total-savings-block #ts-amount {
	background: url('/institutional/img/sidebar/total-savings-bg.png') 0 0 no-repeat;
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar #total-savings-block .sb-hint {
	color: #696969;
	font-size: 9pt;
	margin-bottom: 10px;
}

#sidebar #instuctions-block #ib-outter {
	border: 1px solid #dbe8f8;
	height: 50px;
	position: relative;
}

#sidebar #instuctions-block #ib-outter #ib-inner {
	background-color: #eef5fd;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}

#sidebar #instuctions-block #ib-outter #ib-inner a {
	display: block;
	background: url('/skins/img/default/common/button-find-arrow-black.png') 0 50% no-repeat;
	color: #1f73cd;
	width: 150px;
	padding-left: 25px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
}


#sidebar #search-for-books-block h3 {
	color: #1e71cd;
	font-weight: bold;
	font-size: 9pt;
	padding: 0 5px;
}

#sidebar #search-for-books-block .sfb-input-box {
	width: 160px;
	float: left;
}

#sidebar #search-for-books-block .sfb-input-box input[type=text] {
	color: #294e7a;
	font-style: italic;
	width: 150px;
}

#sidebar #search-for-books-block button {
	border: 0;
	background-color: transparent;
	padding: 0 !important;
	margin: 0;
	/*width: 38px;*/
}

#sidebar #remove-separator-block {
	background-color: #fff;
	width: 100%;
	height: 2px;
	position: relative;
	top: -12px;
}





#booklist {
	width: 75%;
	float: left;
}

#booklist #welcome {
	margin-bottom: 1em;
}

h1, h2, h3, h4 {
	text-align: left;
}
h3 {
	margin-top: 0;
	font-size: 11pt;
}
ul.departments {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	clear: both;
	text-align: left;
}
ul.departments li {
	overflow: hidden;
	white-space: nowrap;
	font-size: 10pt;
}

ul.departments li a/*, ul.departments li em */ {
	display: block;
	overflow: hidden;
	clear: both;
	background: url(/institutional/img/department_bg.gif) top left no-repeat;
	margin-bottom: 0.4em;
	padding-left: 1em;
}
ul.departments li a strong/*, ul.departments li em strong */ {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: 28px;
	display: block;
	overflow: hidden;
	padding: 0 1em 0 0;
	background: url(/institutional/img/department_bg.gif) top right no-repeat;
	text-align: left;
}
ul.departments li em {
	/*background: url(/institutional/img/department_selected_bg.gif) top left no-repeat;*/
}
ul.departments li em strong {
	/*background: url(/institutional/img/department_selected_bg.gif) top right no-repeat;*/
}
ul.departments li.depth0 {
	margin-left: 0em;
}
ul.departments li.depth1 {
	margin-left: 1.5em;
}
ul.departments li.depth2 {
	margin-left: 3em;
}
ul.departments li.depth3 {
	margin-left: 4.5em;
}
ul.departments li.depth4 {
	margin-left: 6em;
}
ul.departments li.depth5 {
	margin-left: 7.5em;
}

ul.departments li div.cldep {
	float: left;
	margin-right: .5em;
}

ul.departments li.depth0 div.cldep, ul.departments li.depth1 div.cldep {
    float: none;
}


ul.departments li.no-link a {
	text-decoration: none;
	color: #2e558b;
	cursor: default;
}

ul.departments li div.cldep.currentdep a, ul.departments li div.cldep.currentdep a strong {
	background-image: url('/institutional/img/department_selected_bg.gif');
	text-decoration: none;
	color: #2e558b;
	cursor: default;
}

ul.departments li.currentdep a, ul.departments li.currentdep a:hover {
	background-image: url('/institutional/img/department_selected_bg.gif');
	text-decoration: none;
	color: #2e558b;
	cursor: default;
}

ul.departments li.currentdep a strong {
	background-image: url('/institutional/img/department_selected_bg.gif');
}

div.courses {
	margin-bottom: 1.5em;
}
div.course-with-pages {
	padding-top: 2em;
}
div.courses .bookmark {
	position: relative;
	top: 1px;
	left: 1em;
	float: left;
	overflow: hidden;
	background: url(/institutional/img/bookmark_bg.gif) #fff top left no-repeat;
	padding-left: 1em;
}
div.courses .bookmark strong {
	line-height: 28px;
	padding: 0 1em 0 0;
	font-size: 70%;
	font-weight: normal;
	display: block;
	overflow: hidden;
	background: url(/institutional/img/bookmark_bg.gif) #fff top right no-repeat;
}
div.courses .pages {
	position: relative;
	top: 7px;
	font-size: 70%;
	float: right;
	z-index: 1;
	top: -30px;
	right: 25px;
}
div.courses .shadow {
	clear: both;
	padding-left: 2em;
	position: relative;
	top: -1px;
	height: 4px;
	background: url(/institutional/img/course_shadow_bg.gif) top left no-repeat;
}
div.courses .shadow div {
	height: 4px;
	background: url(/institutional/img/course_shadow_bg.gif) top right no-repeat;
}

div.courses div.courseOuter {
	width: 100%;
	float: left;
	overflow: hidden;
	border: 1px solid #8e8e8e;
}
div.courses div.courseInner {
	padding: 0.5em 1em;
}
div.courses table {
	width: 100%;
	clear: both;
	border-spacing: 0 0.25em;
}
div.courses table tr {
	padding: 0 1em;
}
div.courses table tr th {
	font-size: 70%;
	padding-left: 0.5em;
	text-align: left;
}
div.courses table tr th a {
	/*text-decoration: none;*/
	color: #333;
	padding-right: 15px;
}
div.courses table tr th a:hover {
	color: #800000;
}

div.courses table tr th a.cursort {
	background: url('/institutional/img/down_arrow.png') right 40% no-repeat;
}
div.courses table tr th a.cursort-desc {
	background: url('/institutional/img/up_arrow.png') right 40% no-repeat;
}
div.courses table tr td {
	font-size: 9pt;
	background: #e7f2ff;
	text-align: left;
}
div.courses .round {
	border: 0;
	padding: 0.3em 0;
	width: 100%;
}
div.courses .round a {
	margin-left: 0.5em;
}
div.courses .tl, div.courses .bl, div.courses .tr, div.courses .br {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: url(/institutional/img/corner.png) no-repeat;
}
div.courses .tl {
	top: -1px; left: -1px;
	background-position: bottom right;
}
div.courses .tr {
	top: -1px; right: -1px;
	background-position: bottom left;
}
div.courses .bl {
	bottom: -1px; left: -1px;
	background-position: top right;
}
div.courses .br {
	bottom: -1px; right: -1px;
	background-position: top left;
}

#head {
	/*margin-bottom: 0.5em;*/
}

div.book {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 1.5em;
}
div.book h3 {
	margin: 0;
	float: left;
	width: 60%;
}
div.book h3 em {
	padding-left: 0.5em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	line-height: 1.6em;
}
div.book h3 strong {
	padding-left: 1em;
	font-weight: normal;
	font-size: 90%;
	color: #800000;
	line-height: 1.6em;
	font-weight: bold;
}
div.book ul.info {
	max-width: 40%;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	list-style-type: none;
	clear: right;
	float: right;
	text-align: left;
}
div.book ul.info li b {
	padding-top: 5px;
	display: block;
}
div.supplements-required {
	color: #a60000;
	text-align: justify;
	font-size: 8pt;
}

div.book div.notify {
	float: left;
	width: 86%;
	text-align: left;
	clear: both;
	margin: 0 0 1em 7em;
}
div.book div.notify img {
	margin-right: 1em;
}
div.book div.notify p {
	margin-top: 0.3em;
	line-height: 1.4em;
}
div.book div.cover {
	float: left;
	margin: 0 1em 1em 0;
	width: 11%;
}

div.book div.cover img {
	max-width: 100%;
}

* html div.book div.cover img {
	width: 100%;
}

#booklist div.book .round.border {
	width: 85.5%;
	margin: 0 0 1em 0;
	padding: 0;
	float: left;
}
#booklist div.book .round.border .content {
	padding: 0.8em;
}

ul.conditions {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0.4em 0 0 0;
	border: 1px solid #c7e1ff;
	border-bottom: 0;
	position: relative;
	background: #e3effe;

}
ul.conditions li {
	margin-left: 0px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 0;
}
ul.conditions li strong {
	line-height: 28px;
	padding: 0 1em 0 0;
	font-size: 100%;
	font-weight: normal;
	display: block;
	overflow: hidden;
	font-size: 8pt;
}
ul.conditions li a strong {
	/*color: #214d67;*/
	color: #102532;
}
ul.conditions li a:hover strong {
	color: #800000;
}

ul.conditions li.bookmark {
	position: relative;
	top: 1px;
    margin-right: 5px;
}
ul.conditions li.bookmark a {
	display: block;
	overflow: hidden;
	padding-left: 1em;
	background: url(/institutional/img/bookmark_bg.gif) #e3effe top left no-repeat;
	text-decoration: none;
	color: #333;
	cursor: default;
}
ul.conditions li.bookmark a strong {
	background: url(/institutional/img/bookmark_bg.gif) #e3effe top right no-repeat;
}
ul.conditions li.bookmark a:hover strong {
	color: #333;
	
}

ul.conditions .tl, ul.conditions .tr {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: url(/institutional/img/corner.gif) no-repeat;
}
ul.conditions .tl {
	top: -1px; left: -1px;
	background-position: bottom right;
}
ul.conditions .tr {
	top: -1px; right: -1px;
	background-position: bottom left;
}

div.outerOffer {
	float: left;
	overflow: hidden;
	border: 1px solid #8b8b8b;
	width: 100%;
}
div.innerOffer {
	/*//width: 100%;*/
	overflow: hidden;
	padding: 0.5em 0.5em 0.1em 0.5em;
}

.checkboxes {
	width: 100%;
	text-align: left;
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 4pt;
	overflow: hidden;
}

.checkboxes label {
	cursor: pointer;
	font-weight: bold;
	color: #575757;
	float: right;
	margin-right: 0.5em;
}
.checkboxes label strong {
	text-transform: capitalize;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.checkboxes label:hover {
	color: #800000;
}

.checkboxes label.disabled:hover {
	color: #575757;
	cursor: default;
}

ul.offer {
	float: left;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
ul.offer li {
	width: 100%;
	*width: 98%;
	float: left;
	position: relative;
	overflow: hidden;
	background: #e7f2ff;
	margin-bottom: 0.4em;
	display: none;
}
ul.offer li.tbx {
	background-color: #ffecd9;
}

ul.offer li.visible {
	display: block;
}
ul.offer li.header {
	display: block;
	background: #f4f4f4;
}
ul.offer li.tbx {
	background: #ffecd9;
}
ul.offer .tl, ul.offer .bl, ul.offer .tr, ul.offer .br {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: url(/institutional/img/corner.png) no-repeat;
}
ul.offer .tl {
	top: 0; left: 0;
	background-position: bottom right;
}
ul.offer .tr {
	top: 0; right: 0;
	background-position: bottom left;
}
ul.offer .bl {
	bottom: 0; left: 0;
	background-position: top right;
}
ul.offer .br {
	bottom: 0; right: 0;
	background-position: top left;
}

ul.offer li table {
	width: 100%;
}
ul.offer li table td, ul.offer li table th {
	font-size: 10pt;
	padding: 0.4em;
	text-align: left;
	width: 20%;
}
ul.offer li table th {
	text-align: center;
}
ul.offer td.seller, ul.offer th.seller {
	text-align: center;
	width: 20%;
}
ul.offer td.seller div.scname {
	margin-bottom: 4px;
	color: #2E5C8B;
	color: #000;
	font: 10pt Tahoma;
}
ul.offer td.seller img {
	float: left;
	margin-left: 10px;
}

ul.offer td.condition, ul.offer th.condition {
	text-align: center;
	width: 11%;
}
ul.offer td.comment, ul.offer th.comment {
	width: 46%;
	text-align: center;
	line-height: 1.4em;
}
ul.offer td.comment {
	padding: 1em 1.5em 0.5em 0.5em;
}
ul.offer td.price, ul.offer th.price {
	width: 23%;
	margin: 0;
	padding: 0;
}

ul.offer td.price .priceline {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 30px;
	margin: 4px 0 4px 0;
}

ul.offer td.price .priceline .num {
	float: left;
	width: 35%;
}
ul.offer td.price .priceline .btn {
	float: left;
	width: 65%;
}

ul.offer td.buy, ul.offer th.buy {
	vertical-align: middle;
	width: 15%;
}
ul.offer td.price em {
	display: block;
	margin: 0.5em 10px 0.2em 0;
	color: #666;
	text-align: right;
	font-style: normal;
	font-size: 9pt;
}

div.offerShadow {
	clear: both;
	padding-left: 2em;
	position: relative;
	top: -1px;
	height: 4px;
	background: url(/institutional/img/course_shadow_bg.gif) top left no-repeat;
}
div.offerShadow div {
	height: 4px;
	background: url(/institutional/img/course_shadow_bg.gif) top right no-repeat;
}
a.button {
	float: left;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
a.button .round {
	padding: 0.4em 0.4em;
	background: #10e563 url(/institutional/img/grad.png) repeat-x;
}
a.button:hover .round {
	background: #00b22f url(/institutional/img/grad.png) repeat-x;
}
a.button .round .content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	line-height: 0.6em;
	padding: 0 0.5em;
	font-size: 90%;
}
a.cart, a.incart {
	float: none !important;
}
a.cart .round, a.incart .round {
	background-color: #93180f;
	float: none !important;
}
a.cart:hover .round {
	background-color: #a43c34;
}
a.incart {
	cursor: default;
	width: 100% !important;
}
a.incart .round {
	background-color: #999;
	width: 89% !important;
}
a.incart:hover .round {
	background-color: #999;
}
a.incartBook {
	display: none;
}
a.incartBook .round .content, a.expand .round .content {
	font-size: 10pt;
	padding: 0.2em !important;
}
a.incartBook .round {
	background-color: #93180f;
}
a.incartBook:hover .round {
	background-color: #a43c34;
}
a.expand {
	margin-right: 0.5em;
}
a.expand .round {
	background-color: #749dd2;
	padding: 0;

}
a.expand:hover .round {
	background-color: #92b6db;
}

.expandbtn {
	float: left;
	margin-left: 0.5em;
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
}

a.button .round {
	float: left;
	border: 0;
}
a.button .round .corner {
	position: absolute;
	float: left;
	overflow: hidden;
	width: 5px;
	height: 5px;
	background: url(/institutional/img/cart_button_corner.png);
}
a.button .round .corner.tl {
	top: 0; left: 0;
	background-position: bottom right;
}
a.button .round .corner.tr {
	top: 0; right: 0;
	background-position: bottom left;
}
a.button .round .corner.bl {
	bottom: 0; left: 0;
	background-position: top right;
}
a.button .round .corner.br {
	bottom: 0; right: 0;
	background-position: top left;
}
a.question {
	font-size: 80%;
	line-height: 2em;
}
.inline-block {
	display: inline;
	position: relative;
	zoom: 1;
	top: -15px\9;
	*top: 0;
}

.inline-block-ie9 {
    display: inline;
    position: relative;
    zoom: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .inline-block {top: 0;}
}

#sidebar .round.border {
	margin: 0 1.4em 1em 0;
	float: none;
}
#sidebar .round.border .content {
	margin: 0;
	padding: 6px;
	overflow: hidden;
}
#sidebar .round.back {
	float: none;
	border: 0;
	background: #d5e9ff url(/institutional/img/grad.png) repeat-x;
}
#sidebar .round.back .corner {
	background: url(/institutional/img/button_corner.png);
}
#sidebar .round.back .corner.tl, #sidebar .round.back .corner.tr {
	top: 0px;
}
#sidebar .round.back .corner.tl {
	left: 0;
	background-position: 4px 4px;
}
#sidebar .round.back .corner.tr {
	right: -1px;
	background-position: 0px 4px;
}
#sidebar .round.back .corner.bl, #sidebar .round.back .corner.br {
	width: 4px;
	height: 4px;
	bottom: 0px;
}
#sidebar .round.back .corner.bl {
	left: 0;
	background-position: 4px 0px;
}
#sidebar .round.back .corner.br {
	right: 0px;
	background-position: 0px 0px;
}
#sidebar .round.back .content {
	color: #666;
	overflow: hidden;
	padding: 1em 1em;
	font-size: 90%;
}
#sidebar .round.back .content strong {
	font-weight: normal;
	color: #333;
}
#sidebar .round.back.sponsor .content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#sidebar .round.back.sponsor .content img {
	margin-bottom: 0.2em;
}
#sidebar a.rental-information {
	float: left;
	display: block;
	overflow: hidden;
	width: 100%;
}
#sidebar a.rental-information img {
	position: relative;
	top: 1px;
}
#sidebar a.instructions, #sidebar a.suggestions {
	float: left;
	line-height: 2.2em;
	padding-left: 1.6em;
	font-size: 10pt;
	margin-left: 0.3em;
}
#sidebar a.instructions {
	background: url(/institutional/img/help.gif) 0 6px no-repeat;
}
#sidebar a.suggestions {
	background: url(/institutional/img/bulbsm.gif) 0 2px no-repeat;
}

div.autocomplete, .ui-autocomplete{
  position: absolute;
  background-color: white;
  margin: 0;
  padding: 0;
  z-index: 1;
 }
div.autocomplete ul, .ui-autocomplete {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.ui-autocomplete {
  border: 1px solid #888;
}
div.autocomplete ul li.selected, .ui-autocomplete li.selected{
	background-color: #f0f0f0;
}
div.autocomplete ul li, .ui-autocomplete li {
	text-align: left;
	line-height: 1.5em;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0.2em;
	cursor: pointer;
    text-decoration: underline;
}

.search-by-instructor-res .inst {
	background-color: #c0c0c0;
	cursor: text;
}

.search-by-instructor-res .inst small {
	font-size: 7pt;
	color: #252525;
	font-style: italic;
	line-height: 80%;
}
.search-by-instructor-res .inst.selected  {
	background-color: #c0c0c0 !important;
}

#indicator1, #indicator2 {
	display: none;
}
#grelBooks {
	z-index: 1;
	font-size: 12px;
	background: white;
	position:absolute;
	top:100px;
}
#lWait {
	z-index: 2;
	/*background:#3875B1;*/
	position:absolute;
	position:fixed;
	border:0px;
	top:40%;
	left:40%;
	display: none;
}

#lWait div {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

div.course-name {
	color: #000000;
	margin: 0.7em 2em 1.2em;
	text-align: center;
	font-size: 14pt;
}
#sidebar .round.input {
	border: 1px solid #898989;
	background-color: #fff;
	width: 100%;
	margin-top: 0.8em;
}
#sidebar .round.input .corner {
	width: 3px;
	height: 3px;
	background: url(/institutional/img/input_corner.gif);
}
#sidebar .round.input .content {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

#sidebar .round.input .corner.tl {
	background-position: 3px 3px;
	left: -1px;
	top: -1px;	
}
#sidebar .round.input .corner.tr {
	background-position: 0px 3px;
	right: -1px;
	top: -1px;
}
#sidebar .round.input .corner.bl {
	width: 3px;
	height: 3px;
	background-position: 3px 0px;
	left: -1px;
	bottom: -1px
}
#sidebar .round.input .corner.br {
	width: 3px;
	height: 3px;
	background-position: 0px 0px;
	right: -1px;
	bottom: -1px;
}
#sidebar input.inp {
	float: left;
	padding: 8px;
	margin: 0;
	color: #666;
	border: 0;
	font-size: 10pt;
	width: 140px;
}
#sidebar input.inp_nb {
	width: 100%;
	padding: 8px;
	margin: 0;
	color: #666;
	border: none;
	font-size: 10pt;
}
#sidebar input.btn {
	position: relative;
	right: 3px;
	top: 3px;
	float: right;
}
#sidebar ul.bookmarks {
	width: 100%;
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul.bookmarks li {
	float: left;
	width: 100%;
	line-height: 2em;
	text-align: left;
}
#sidebar a.saveTip {
	padding: 0 0.2em;
	cursor:help;
	text-decoration: none;
}

#sidebar a.saveTip strong{
	font-size: 105%;
	font-weight: 600 !important;
}

.total-savings .content center span{
	font-size: 90%;
}

#booklist .round.border {
	/*margin: 0 1.4em 1em 0;*/
	margin: 0 0 1em 0;
	width: 100%
}
#booklist .round.border .content {
	margin: 0;
	padding: 6px;
	overflow: hidden;
}
#booklist .round.info {
	float: none;
	border: 0;
	background: #f0f0f0 url(/institutional/img/grad.png) repeat-x;
}
#booklist .round.info .corner {
	background: url(/institutional/img/button_corner.png);
}
#booklist .round.info .corner.tl, #sidebar .round.info .corner.tr {
	top: 0px;
}
#booklist .round.info .corner.tl {
	left: 0;
	background-position: 4px 4px;
}
#booklist .round.info .corner.tr {
	right: -1px;
	background-position: 0px 4px;
}
#booklist .round.info .corner.bl, #booklist .round.info .corner.br {
	width: 4px;
	height: 4px;
	bottom: 0px;
}
#booklist .round.info .corner.bl {
	left: 0;
	background-position: 4px 0px;
}
#booklist .round.info .corner.br {
	right: 0px;
	background-position: 0px 0px;
}
#booklist .round.info .content {
	text-align: left;
	color: #333;
	overflow: hidden;
	padding: 0.5em;
	font-size: 90%;
}
div.tip {
	position: absolute;
	visibility: hidden;
	opacity: 0.9;
	bottom: 0;
	left: 0;
	border: 1px solid #3a3a3a;
}
#t1, #tl1, #tl2 {
	margin-top: 120px;
	height: 5em;
	z-index: 1;
	width: 20%;
	background: #fff;
	bottom: 0;
	line-height: 1.4em;
	color: #333;
	padding: 1em;
	font-size: 80%;
}

#tl2 {
	height: 8em;
}

div.merch {
	overflow: hidden;
	margin: 0 0 1.5em 0;
}


div.merch div.merchimage {
	float: left;
	width: 12%;
}

div.merch div.merchimage img {
	max-width: 90%;
}

* html div.merch div.merchimage img {
	width: 90%;
}

#booklist div.merch .round.border {
	width: 88.5%;
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
}
#booklist div.merch .round.border .content {
	padding: 0.8em;
}

.merchbody {
	width: 87% !important;
	float: left;
}

div.merch h3 {
	margin-top: 0;
	float: none !important;
	width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
div.merch ul.options {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.merch ul.options li {
	overflow: hidden;
	width: 100%;
	font-size: 9pt;
	text-align: right;
	margin-bottom: 0.4em;
	white-space: nowrap;
}
div.merch ul.options select {
	font-size: 10pt;
	width: 12em;
}
div.merch a.cart .round, div.merch a.incart .round {
	width: 50% !important;
	margin-top: 0.8em;
}
div.merch a.cart .round .content strong {
	font-weight: normal;
}
#booklist div.merch .round.border {
	width: 88.5%;
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
}
#booklist div.merch .round.border .content {
	padding: 0.8em;
}
#booklist div.merch a.button .round .content {
	padding: 0.6em 1em !important;
}
#booklist div.merch .exp {
	font-size: 90%;
}
#booklist div.sep {
	clear: both;
	margin-top: 0.5em;
}

#booklist div.notshown {
	height: 0;
	width: 0;
	overflow: hidden;
	clear: both;
}
#booklist ul.rental, #rentalOptions ul.rental {
	overflow: hidden;
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
}
#rentalOptions ul.rental {
	width: 130px;
}
#booklist ul.rental li, #rentalOptions ul.rental li  {
	float: left;
	clear: both;
	width: 100%;
	font-size: 11pt;
	margin: 0;
	text-align: center;
}
#booklist ul.rental li, #rentalOptions ul.rental li  {
	float: left;
	clear: both;
	width: 100%;
	font-size: 11pt;
	margin: 0;
	text-align: center;
}
#booklist ul.rental a.button:link .round, #rentalOptions ul.rental a.button:link .round {
	background: #666;
	float: none;
}
#booklist ul.rental a.button:hover .round, #rentalOptions ul.rental a.button:hover .round {
	background: #999 url(/institutional/img/grad.png) repeat-x;
}
#booklist ul.rental a.button, #rentalOptions ul.rental a.button {
	float: none;
	width: auto;
}
#booklist span.capt {
	text-transform: capitalize;
}
#featured strong {
	text-align: center;
	font-size: 10pt;
	margin: 1em 0 0.5em 0;
	display: block;
}

#booklist ul.documents {
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0.5em 0 1.5em 0.5em;
	list-style-type: none;
}
#booklist ul.documents li {
	width: 33%;
	height: 2.9em;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10pt;
}
#booklist ul.documents li a {
	position: relative;
	top: 2px;
}
#booklist ul.documents li img {
	margin-right: 0.4em;
	float: left;
}


#featured .round.info {
	float: none;
	border: 0;
	background: #f0f0f0 url(/institutional/img/grad.png) repeat-x;
}
#featured .round.info .corner {
	background: url(/institutional/img/button_corner.png);
}
#featured .round.info .corner.tl, #sidebar .round.info .corner.tr {
	top: 0px;
}
#featured .round.info .corner.tl {
	left: 0;
	background-position: 4px 4px;
}
#featured .round.info .corner.tr {
	right: -1px;
	background-position: 0px 4px;
}
#featured .round.info .corner.bl, #featured .round.info .corner.br {
	width: 4px;
	height: 4px;
	bottom: 0px;
}
#featured .round.info .corner.bl {
	left: 0;
	background-position: 4px 0px;
}
#featured .round.info .corner.br {
	right: 0px;
	background-position: 0px 0px;
}
ul.feature {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.feature li {
	width: 33%;
	float: left;
	min-height: 175px;
}
ul.feature li a {
	clear: both;
	display: block;
}
ul.feature li img {
	margin: 0.5em 0;
}
#rentalOptions {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
span.cartInfo {
	display: block;
	margin-bottom: 1em;
	font-size: 11pt;
	font-weight: normal;
}
span.cartInfo img {
	float: right;
	margin-left: 1em;
}
b.starBright, b.starDim {
	display: inline-block;
	height: 10px;
	width: 10px;
	padding: 0;
	background-position: center;
}

.bluetext {
	color: #2E5C8B;
}

.tooltip-icon {
	background: url('/institutional/img/help.gif') left top no-repeat;
	/*width: 14px;*/
	/*height: 14px;*/
	display: inline;
}

.tooltip-icon span {
	display: none;
}

#einfofade {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	opacity: .7;
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	background-color: #a3a3a3;
}

#einfodiv {
	text-align: left;
	position: fixed;
	z-index: 4;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 300px;
	background: #fff;
	overflow: hidden;
	display: none;
	border: 1px solid #424662;
}
#welcome .vie h3,
#welcome .vie h4,
#welcome .vie h4 strong{
    font-weight: normal;
}
#welcome .vie .content {
	background-color:#FCFCFC;
}
#welcome  .vie hr {
	border:none;
	color: #E7EDE3;
	background-color: #E7EDE3;
	height: 1px;
}
#welcome .vie h2 {
	padding:0;
	margin:0;
	color: #274D76;
	font-size:120%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #E7EDE3;	
}
#welcome .vie h3 {
    color:#2573CA;
    font-size:128%;
}
#welcome .vie  h3 strong {
    text-decoration: underline;
	font-weight: normal;
}
#welcome .vie h4 {
	padding:1em 0;
	margin:0;
	color:#696969;
}
#welcome .vie h4 span{
	padding-left:15px;
	background:url('/institutional/img/html_body/arrow_down.gif') right center no-repeat;
}
#welcome .vie .notice {
    color:#696969;
	font-weight:bold;
	text-align:left;
	font-size:76%;
}

#welcome .vie .searchbox fieldset.search {
	border: none;
	margin: 0 auto;
	padding:0;
}
#welcome .vie .searchbox .search input, .search button {
	border: none;
	float: left;
}
#welcome .vie  .searchbox .search input.box {
	color: #294D79;
	font-size: 1.2em;
	width: 651px;
	height: 41px;
	padding:0 0 0 5px;
	background: url('/institutional/img/html_body/search_input.png') left top no-repeat;
	margin-right: 5px;
}
#welcome .vie .searchbox .search input.box:focus {	
	outline: none;
}
#welcome .vie .searchbox .search button.btn {
	width: 73px;
	height: 41px;
	cursor: pointer;
	text-indent: -9999px;
	background: url('/institutional/img/html_body/search_input.png') no-repeat right top;
}
#welcome .vie .searchbox .search button.btn:hover {	
}

.button-blue .bo-body {
	width: 85px;
	text-align: center;
}

.left_block {
    float:left;
    width:60%;
    text-align: left;
}

.not_in_cart, .in_cart {
    display:none;
}

#fader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
#formLayer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 5%;
    z-index: 4;
}
#formLayer .editForm {
    width: 640px;

}
#formLayer .editForm .scroll {
    overflow-x: hidden;
    overflow-y: auto;
}
.editForm form div.row {
    /*clear: both;*/
    display: block;
    /*float: left;*/
    width: 100%;
    margin-bottom: 0.4em;
    line-height: 2.3em;
    overflow: hidden;
}

.editForm form p.info {
    display: block;
    clear: both;
    line-height: 1.5em;
    color: #666;
}
.editForm form em {
    color: #333;
    font-weight: bold;
    font-style: normal;
    width: 13em;
    display: block;
    float: left;
    line-height: 2.3em;
}
.editForm form em.short {
    width: 4.5em;
}
.editForm h2 {
    background: none;
    margin: 0 0 0.8em 0;
    padding: 0 0 0.2em 0;
    border-bottom: 1px dashed #ccc;
    color: #2376ba;
    text-transform: none;
    font-size: 18pt;
}
.editForm a.button {
    font-size: 11pt;
    margin: 1em 0 1em 0.8em;
    z-index: 10;
}
.editForm a.button.first {
}
.editForm a.button .round {
    padding: 0;
    margin: 0;
    height: 29px;
    overflow: hidden;
    background: #da5e10 url(/institutional/img/staff_button_bg.gif) repeat-x;
}
.editForm a.button:hover .round .content {
    color: #944000;
}
.editForm a.button .round .corner {
    z-index: 1;
    width: 6px;
    height: 6px;
    background-image: url(/institutional/img/staff_button_corner.gif);
}
.editForm a.button .round .content {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
    height: 29px;
    line-height: 28px;
    border-left: 1px solid #e9a329;
    border-right: 1px solid #e9a329;
    font-weight: bold;
    color: #783e18;
}
.editForm a.button .round .wraper {
    height: 29px;
    padding: 0 1em;
    border-left: 1px solid #ffc136;
    border-right: 1px solid #ffc136;
}
.editForm .round.input {
    border: 1px solid #898989;
    background-color: #fff;
    width: auto;
}
.editForm .round.input.wide {
    width: 100%;
}
.editForm .round.input .corner {
    width: 3px;
    height: 3px;
    background: url(/institutional/img/input_corner.gif);
}
.editForm .round.input .content {
    padding: 1px;
    margin: 0 !important;
}

.editForm .round.input .corner.tl {
    background-position: 3px 3px;
    left: -1px;
    top: -1px;
}
.editForm .round.input .corner.tr {
    background-position: 0px 3px;
    right: -1px;
    top: -1px;
}
.editForm .round.input .corner.bl {
    width: 3px;
    height: 3px;
    background-position: 3px 0px;
    left: -1px;
    bottom: -1px
}
.editForm .round.input .corner.br {
    width: 3px;
    height: 3px;
    background-position: 0px 0px;
    right: -1px;
    bottom: -1px;
}
.editForm .round.input .content input,
.editForm .round.input .content textarea,
.editForm .round.input .content select {
    float: left;
    padding: 4px;
    margin: 0;
    color: #414568;
    border: 0;
    font-size: 10pt;
}

.editForm .round.input .content input {
    width: 167px;
}

.editForm .round.input .content select {
    padding: 2px;
}

.shadowBorder {
    overflow: hidden;
    padding-bottom: 26px;
    position: relative;
    width:520px;
}
.shadowBorderMax {
	 width:520px !important;
 }
.shadowBorder .wrapper {
    overflow: hidden;
    padding-top: 26px;
    z-index: 2;
    width:520px;
}
.shadowBorder .crn {
    background: url(/institutional/img/shadowBorder.png) -26px -26px no-repeat;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 26px;
    right: 26px;
}
.shadowBorder .crn.rt {
    position: absolute;
    top: 0;
    bottom: 26px;
    width: 26px;
    right: 0;
    left: auto;
    background-position: 0 -26px;
}
.shadowBorder .crn.bt {
    top: auto;
    bottom:0;
    left:0;
    right:26px;
    position:absolute;
    width:auto;
    height:27px;
    background-position:-26px 0;
}
.shadowBorder .crn.bt.rt {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 27px;
    background-position: 0px 0px;
}
.shadowBorder .content {
    text-align: left;
    margin: -10px 0 0;
    padding: 0.4em 2em;
}

* html .shadowBorder,
* html .shadowBorder .wrapper {
    height: 1%;
}

* html .shadowBorder .crn {
    /*background: none;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/institutional/img/shadowBorder.png", sizingMethod="crop");*/
}
.shadowBorder > .wrapper > .content{
    position:relative;
}
.shadowBorder a.button {
     display:block;
 }
.shadowBorder a.button .round {
    float:none;
}

#booklist .course_notes a {
    color:#fff;
}

#all_books_container{
	background-color: #bfddff;

	margin: 20px 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}

.course_name_abc{
	width: 940px;
	margin: 20px 20px 10px 20px;
	font: 22px/22px sans-serif;
	color: #0d1218;
	text-align: left;
	font-family: "Arial";
}

.course_name_abc span{
	font: italic 17px/22px sans-serif;
	font-family: "Arial";
}

#course_fast_pass_image{
	width: 980px;
	overflow: hidden;
}

#course_fast_pass{
	width: 790px;
	background-color: #fff;
	float: left;
	overflow: hidden;
}

.fast_pass_label, .fast_pass_description,
.course_total_price_abc, .course_total_price_button{
	width: 770px;
	margin: 10px 0 10px 20px;
	font: bold 16px/16px sans-serif;
	color: #2e3e4e;
	text-align: left;
	float: left;
	overflow: hidden;
	font-family: "Arial";
}

.course_total_price_button{
	margin-bottom: 20px;
}

.fast_pass_description{
	font: italic 14px/14px sans-serif;
	margin: 0 0 10px 20px;
	font-family: "Arial";
}

.course_total_price_abc{
	font: 15px/15px sans-serif;
	width: auto;
	margin: 5px 20px 0 0;
	font-family: "Arial";
}

.course_total_price_abc span{
	font: bold 28px/28px sans-serif;
	font-family: "Arial";
}

#multi_cart_button{
	display: block;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #ef9300;
	float: left;	text-decoration: none;
	font: bold 14px/14px sans-serif;
	font-family: "Arial";
	text-transform: uppercase;
}

#multi_cart_button:hover{
	text-decoration: none;
	color: #fff;
	background-color: #ef6b00;
}

.course_shop_below{
	width: 980px;
	font: 15px/15px sans-serif;
	margin: 10px 0;
	color: #2e3e4e;
	font-family: "Arial";
}

#course_book_stack{
	width: 190px;
	height: 124px;
	overflow: hidden;
	float: left;
	background: url('/img/book_stack.png') 50% 0 no-repeat;
}
.fast_pass_text{
	font:  14px/14px "Arial";
	margin: 10px 0 10px 20px;
	text-align: left;
}
.fast_pass_label{
	width: 90px;
}
#multi_course_container{
	display: block;
	width: 670px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px 1px #000;
	box-shadow: 1px 1px 5px 1px #000;
	background: #fff;
	position: relative;
}

#mc_header{
	border-bottom: 1px solid #93bbe7;
	background-color: #c8e2ff;
	padding: 15px 30px;
}

#mch_title{
	color: #2f4f65;
	font: 16px/24px sans-serif, 'Source Sans Pro';
}

#mch_title span{
	color: #003e6a;
	font: bold 24px/24px sans-serif, 'Source Sans Pro';
}

#mc_content_block{
	padding: 15px 30px;
	overflow: auto;
    max-height: 400px;
}

#mcb_follow_course{
	color: #323232;
	font: 14px/16px sans-serif, 'Source Sans Pro';
	margin-bottom: 3px;
}

#mcb_course_edit_block{
	padding: 15px 20px;
	border-bottom: 3px solid #ebebeb;
	background-color: #f1f1f1;
	overflow: hidden;
	max-height: 400px;
	overflow-y: auto;
}

#mcb_course_edit-block .mcbceb_ul{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mcbceb_ul2{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mc_content_block .mcbceb_ul{
	list-style: none;
	padding: 0;
	text-align: left;
}
#mcb_search_box{
	margin-top: 20px;
}
#mcb_search{
	width: 308px;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	border: 1px solid #a6a6a6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #323232;
	font: italic 13px/20px sans-serif, 'Source Sans Pro';
}
#mcb_button{
    margin: 0 15px;
	border-top: 1px solid #f1f1f1;
}
.mcbceb_ul li.dep {
	float: left;
	width:183px;
}
.bottom_check{
	float: none;
	display: block;
	text-align: left;
}
.bottom_check .checkbox_mc label {
	margin-left: 15px;
}
.checkbox_mc div:first-child {
	height: 19px;
	width: 19px;
	float:left;
	background: url('/img/institutional_page/checkbox_white.png') no-repeat bottom left;
}
.checkbox_mc div.checked {
	background: url('/img/institutional_page/checkbox_white.png') no-repeat top left;
}
.checkbox_mc input {
	cursor: pointer;
	filter: alpha(opacity=0);
	float: left;
	height: 19px;
	margin: 0;
	width: 19px;
	opacity: 0;
	padding: 0;
}
.checkbox_mc label {
	cursor: pointer;
	text-align: left;
	font: 13px/20px sans-serif, 'Source Sans Pro';
}
.dep label{
	width: 150px;
	height: 40px;
	overflow: hidden;
	display: block;
	margin-left: 30px;
}
#mcb_button em.huge {
	width: 410px;
}
#mcb_course_edit_block .dep_title{
	clear: both;
	text-align: left;
	padding: 15px 0 0 0;
	text-transform: capitalize;
}
.mcbceb_ul li.online{
	color: #56751a;
	font: bold 13px/20px sans-serif, 'Source Sans Pro';
}
.no_active_deps {
    font-weight: bold;
    text-align: center;
    font-size: 90%;
}
#marketplace-tooltip, #question-tooltip{
	display: none;
}