@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
}
img {border: 0;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
}
a img {
	border: none;
}

#mhr_wrapper {
	width: 960px;
	margin-left: -480px;
	position: relative;
	left: 50%;
	height:auto !important; /* real browsers */
}
#mhr_header {
	background-image: url(/web_images/mcgrawhill_ryerson_header_1.png);
	background-repeat: no-repeat;
	height: 110px;
}
#body_column_left {
	width: 200px;
	position: absolute;
	top: 210px;
	z-index: 10;
	height:auto;
}
#corp_body_column_left {
	width: 200px;
	position: absolute;
	z-index: 10;
	height:auto;
}
#sch_body_column_left {
	width: 200px;
	z-index: 10;
	float: left;
	margin-top: 100px;
}
#pro_body_column_left {
	width: 200px;
	z-index: 10;
	float: left;
	margin-top: 100px;
}
#corp_body_column_left {
	width: 200px;
	z-index: 10;
	float: left;
	margin-top: 100px;
}
#wp_body_column_left {
	width: 200px;
	z-index: 10;
	float: left;
	margin-top: 91px;
}

#lc_body_column_left {
	width: 200px;
	z-index: 10;
	float: left;
	margin-top: 100px;
}
#body_content {
	position:relative;
	width:760px;
	min-height: 500px;
	right: 0px;
	float: right;
	clear: both;
}
#lc_body_content {
	position: relative;
	width:760px;
	min-height: 500px;
	right: 0px;
	float: right;
	clear: right;
}
#sch_body_content {
	width:760px;
	min-height: 500px;
	float: right;
	clear: right;
	position: relative;
	right: 0px;
}
#pro_body_content {
	width:760px;
	min-height: 500px;
	float: right;
	clear: right;
	position: relative;
	right: 0px;
}
#corp_body_content {
	width:760px;
	min-height: 500px;
	float: right;
	clear: right;
	position: relative;
	right: 0px;
}
#wp_body_content {
	width:760px;
	min-height: 500px;
	float: right;
	clear: right;
	position: relative;
	right: 0px;
}
#mhr_footer {
	height: 130px;
	background-color: #333;
	width: 960px; /* stick to bottom */
	background-image: url(/web_images/mcgrawhill_ryerson_footer_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
}
#header_top_nav {
	height: 23px;
	width: 745px;
	position: absolute;
	right: 0px;
	padding-top: 10px;
	padding-left: 15px;
}
#header_top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
#header_top_nav a:link {
	text-decoration:none;
	color:#ccc;
}
#header_top_nav a:active {
	text-decoration:none;
	color:#ccc;
}
#header_top_nav a:visited {
	text-decoration:none;
	color:#ccc;
}
#header_top_nav a:hover {
	text-decoration:underline;
	color:#ccc;
}

#header_logo {
	height: 72px;
	width: 180px;
	position: absolute;
	top: 30px;
}
#header_search {
	position: absolute;
	right: 0px;
	width: 725px;
	top: 47px;
	background-image: url(/web_images/mcgrawhill_ryerson_search.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
}
.field_search {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	
	margin-left: 115px;
	margin-top: 6px;
	font-size: 22px;
	color: #000;
	width: 490px;
}
.digi_search {
	font-size: 22px;
	color: #CCC;
	width: 560px;
}
.button_search {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	margin-left: 15px;
	margin-top: 2px;
}
#header_advanced_search {
	position: absolute;
	right: 0px;
	width: 600px;
	top: 90px;
}
.advanced_search {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
#content_nav_wrapper {
	background-image: url(/web_images/mcgrawhill_ryerson_header_2.png);
	height: 80px;
}
#nav_division_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 15px;
	text-transform: uppercase;
	left: 40px;
}


/*CORP*/
#CORP_nav_items {
	position: absolute;
	top: 44px;
	left: 15px;
}
#CORP_nav_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#CORP_nav_items ul {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	/* fixes Firefox 0.9.3 */
}

#CORP_nav_items ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#CORP_nav_items ul li a {
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ccc;
	text-decoration: none;
}
#CORP_nav_items ul li a:hover {
	background-image: url(/web_images/nav_bg.png);
	background-repeat: repeat-x;
	color: #fff;
}
.CORP_nav_items_active {
	background-color: #cc0000;
	background-image: url(/web_images/nav_bg.png);
	background-repeat: repeat-x;
}

#CORP_nav_items ul li a.CORP_nav_items_active {
	color: #FFFFFF;
}

/*Annual report page CSS - Corporate web site */

.annual_report_container {

    float: left;

    height: 260px;

    width: 190px;

}

.annual_year {

    font-size: 9px;

    text-align: center;

    text-transform: uppercase;

}

.annual_report_cover {

    background-position: -1px -2px;

    background-repeat: no-repeat;

    border: 5px solid #E6E6E6;

    height: 160px;

    margin-left: auto;

    margin-right: auto;

    overflow: hidden;

    width: 138px;

}

.annual_download {

    margin-top: 10px;

    text-align: center;

}


/*Corp homepage*******************************/
#more_bar {
	height:120px;	
	background-color:#666;
	color:#fff;
}
#more_tab {
	cursor:pointer;	
}
#more_tab img {
    margin-left: 10px;
}
#more_bar ul {
    display: inline-block;
    float: right;
    margin-top: 30px;
    width: 300px;
}
#more_bar ul li {
    float: left;
	padding:0px;
    width: 50%;
	margin-bottom:10px;
}

#more_bar ul li a {
	text-decoration:none;
	color:#fff;
	
}
#more_bar_close {
    padding: 7px;
    right: 0;
    text-align: right;
	cursor:pointer;
    position: absolute;
}

.event_content {
	min-height: 65px;	
}
.event_time {
    float: left;
    font-size: 18px;
    width:50px;
    margin-right: 10px;
    text-align: center;
}
.event_month {
    color: #666666;
    font-family: Arial,trebuchet MS,sans-serif;
    font-weight: bold;
	font-size:23px;
}
.event_date {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    padding: 8px;
}
.event_date_red {
    background-color: #CC0000;	
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    padding: 8px;
}
.event_text {
	margin:0px 0px 0px 60px;
	padding-top: 3px;	
}

#corp_more_news {
    clear: both;
    font-family: Arial,trebuchet MS,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
}
#corp_more_news a {
    color: #cc0000;	
}
#more_events {
    clear: both;
    font-family: Arial,trebuchet MS,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#more_news {
    clear: both;
    font-family: Arial,trebuchet MS,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
}
#more_events a, #more_news a, #rss_share_table a{
	color:#666;
	text-decoration:none;
	font-size:12px;
    font-family: Arial,trebuchet MS,sans-serif;
    font-weight: bold;	

}

.panel_1_nav li a.continue_reading{
	color:#cc0000;	
}

.panel_1_nav li.event_content  {
	padding-left:0px;
	padding-bottom:20px;
	font-family:Arial,trebuchet MS,sans-serif;
	position:relative;
	width:238px;
}
.panel_1_nav li.news_content  {
	padding-left:0px;
	padding-bottom:10px;
	font-family:Arial,trebuchet MS,sans-serif;
	position:relative;
}

/********************************************/




/* HED */

#HED_nav_items {
	position: absolute;
	top: 44px;
	left: 15px;
}
#HED_nav_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#HED_nav_items ul {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	/* fixes Firefox 0.9.3 */
}

#HED_nav_items ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#HED_nav_items ul li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ccc;
	text-decoration: none;
}
#HED_nav_items ul li a:hover {
	background-color: #cc0000;
	color: #fff;
}
.HED_nav_items_active {
	background-color: #cc0000;
	color: #fff;
}


/* SCHOOl */


#SCH_nav_items {
	position: absolute;
	top: 44px;
	left: 15px;
}
#SCH_nav_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#SCH_nav_items ul {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	/* fixes Firefox 0.9.3 */
}

#SCH_nav_items ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#SCH_nav_items ul li a {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ccc;
	text-decoration: none;
}
#SCH_nav_items ul li a:hover {
	background-image: url(/web_images/nav_bg.png);
	background-repeat: repeat-x;
	color: #fff;
}
.SCH_nav_items_active {
	background-color: #cc0000;
	background-image: url(/web_images/nav_bg.png);
	background-repeat: repeat-x;
}

#SCH_nav_items ul li a.SCH_nav_items_active {
	color: #FFFFFF;
}


/* CORP */

#CORP_nav_items {
	position: absolute;
	top: 44px;
	left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#CORP_nav_items ul {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	/* fixes Firefox 0.9.3 */
}

#CORP_nav_items ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#CORP_nav_items ul li a {
	padding:5px 36px;
	color: #ccc;
	text-decoration: none;
}
#CORP_nav_items ul li a:hover {
	background-image: url(/web_images/nav_bg.png);
	background-repeat: repeat-x;
	color: #fff;
}
.CORP_nav_items_active {
	background-color: #cc0000;
	background-image: url(/web_images/nav_bg.png);
	background-repeat: repeat-x;
}
#CORP_nav_items ul li a.SCH_nav_items_active {
	color: #FFFFFF;
}

/* PROFESSIONAL */


#PRO_nav_items {
	position: absolute;
	top: 44px;
	left: 15px;
}
#PRO_nav_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#PRO_nav_items ul {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	/* fixes Firefox 0.9.3 */
}

#PRO_nav_items ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#PRO_nav_items ul li a {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ccc;
	text-decoration: none;
}
#PRO_nav_items ul li a:hover {
	background-image: url(/web_images/nav_bg.png);
	background-repeat: repeat-x;
	color: #fff;
}
.PRO_nav_items_active {
	background-color: #cc0000;
	background-image: url(/web_images/nav_bg.png);
	background-repeat: repeat-x;
}
#PRO_nav_items ul li a.SCH_nav_items_active {
	color: #FFFFFF;
}







.column_panel_1 {
	width: 180px;
}

.column_panel_r { /*For wordpress content_right_container*/
	width: 200px;
}

.column_panel_2 {
	width: 180px;
	margin-left: 20px;
}
.column_panel_3 {
	width: 190px;
	position: absolute;
	right: 10px;
	top: 100px;
}


.sch_estore_container {
	width:530px;
}



.panel_1_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	height: 22px;
	text-transform: uppercase;
	line-height: 22px;
	padding-left: 10px;
}








/*
	tie into wp
*/

.panel_1_nav {
	padding-left: 0;
	margin-left: 0;
}

ul.panel_1_nav  {
	margin-top: 0;
	margin-left: 0;
	/* fixes Firefox 0.9.3 */
}

.panel_1_nav li {
	list-style: none;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.panel_1_nav li a {
	text-decoration: none;
	color: #000;
}

.panel_1_nav li a:hover {
	text-decoration: none;
	color: #ff0000;
}


/*
	learning centre list
*/
#lc_site_menu ul  {
	padding-left: 0;
	margin-left: 0;
	list-style:none;
}

#lc_site_menu li {
	font-size: 11px;
	color: #000;
	padding-left:18px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#lc_site_menu li.lc_quiz {
	background-image: url('/web_scripts/icons/quiz.png');
	background-repeat: no-repeat;
	background-position:-1px;
}
#lc_site_menu li.lc_resource {
	background-image: url('/web_scripts/icons/page_white_text.png');
	background-repeat: no-repeat;
	background-position:-1px;
}
#lc_site_menu li.lc_restricted {
	background-image: url('/web_scripts/icons/user_suit.png');
	background-repeat: no-repeat;
	background-position:-1px;
}



.footer_copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #CCC;
}
.footer_copy {
	margin-right: 10px;
	padding-top: 35px;


}


.footer_copy a:link {
	color:#CCC;
	text-decoration:none;	
}
.footer_copy a:active {
	color:#CCC;
	text-decoration:none;	
}
.footer_copy a:visited {
	color:#CCC;
	text-decoration:none;	
}
.footer_copy a:hover {
	color:#FFF;
	text-decoration:underline;
}

.footer_copyright {
	color: #999;
}
.footer_size {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.footer_size {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-top: 30px;
	margin-left: 10px;
	width: 150px;
	position: absolute;
}

.footer_size a:link {
	color:#CCC;
	text-decoration:none;
}
.footer_size a:visited {
	color:#CCC;
	text-decoration:none;
}
.footer_size a:active {
	color:#CCC;
	text-decoration:none;
}
.footer_size a:hover {
	color:#000;
	text-decoration:none;
	background-color: #CCC;
}

.size_level_1 {
	font-size: 10px;
}
.size_level_2 {
	font-size: 14px;
}
.size_level_3 {
	font-size: 16px;
}
#body_search_container {
	width: 760px;
}
.560_container {
	width:560px;
}

.search_cover_container {
	width: 190px;
	float: left;
	height: 260px;
}
.pro_es_cover_container, .pro_cover_container {
	float: left;
	text-align:center;
	width:148px;
	margin:15px;
	overflow:hidden;
}

.pro_ms_cover_container {
	float: left;
	text-align:center;
	height:100%;
	width:148px;
	margin:15px;
	overflow:hidden;
}
.pro_sub_cat_cover_container {
	width: 180px;
	float: left;
	height: 230px;
}
.search_author_name {
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}



.search_cover_container_list {
	height: 200px;
}
.lc_product_cover_container_list {
	height: 175px;
}

.search_product_info {
	margin-top: 10px;
	text-align: center;
}
.search_product_info_list {
	margin-left: 160px;
}

.product_title {
	font-family: Georgia;
	font-size: 16px;
	color: #000;
}
.product_title_list {

	font-family: Georgia;
	font-size: 20px;
	color: #000;
}
.black_link a:link {
	color: #000;
	text-decoration:none;
}
.black_link a:active {
	color: #000;
	text-decoration:none;
}
.black_link a:visited {
	color: #000;
	text-decoration:none;
}
.black_link a:hover {
	color: #000;
	text-decoration:underline;
}

.white_link a:link {
	color: #FFF;
	text-decoration:none;
}
.white_link a:active {
	color: #FFF;
	text-decoration:none;
}
.white_link a:visited {
	color: #FFF;
	text-decoration:none;
}
.white_link a:hover {
	color: #FFF;
	text-decoration:underline;
}


.red_link a:link {
	color: #cc0000;
	text-decoration:none;
}
.red_link a:active {
	color: #cc0000;
	text-decoration:none;
}
.red_link a:visited {
	color: #cc0000;
	text-decoration:none;
}
.red_link a:hover {
	color: #cc0000;
	text-decoration:underline;
}


.product_meta {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #cc0000;
}
.product_meta_list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


/* SEARCH SPECIFIC */

.product_cover {
	border: 5px solid #e6e6e6;
	width: 138px;
	height: 160px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: -1px -2px;
}
.lc_product_cover {
	border: 5px solid #e6e6e6;
	width: 138px;
	height: 160px;
	overflow: hidden;
	margin-right: auto;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: center -1px;
	float:left;
}
.product_cover_list {
	border: 5px solid #e6e6e6;
	width: 138px;
	height: 160px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center -1px;
	position: absolute;
	left: 0px;
}

#body_search_options {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.body_content_container {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}


.results_found {
	font-size: 20px;
	color: #cc0000;
	font-weight: normal;
	font-style: normal;
	display: inline;
}
.results_found_author {
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

.results_found_match {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display: inline;
	background-color: #FF0;
}

#search_discipline {
	margin-top: 15px;
	margin-bottom: 15px;
}
#search_view {
	position: absolute;
	right: 10px;
}
#sch_search_view {
	float:right;
	padding-top: 4px;
}
#pro_search_view {
	float:right;
	padding-top: 4px;
}
#corp_search_view {
	float:right;
	padding-top: 4px;
}
a:link, #search_sort #search_view {
	text-decoration:underline;
	color:#CC0000;	
}
a:active, #search_sort #search_view {
	text-decoration:underline;
	color:#CC0000;	
}
a:visited, #search_sort #search_view {
	text-decoration:underline;
	color:#CC0000;	
}

a:hover, #search_sort #search_view {
	text-decoration:none;
	color:#CC0000;	
}

#search_sort {
	position: absolute;
}

#sch_search_sort {
	float:left;
}

#pro_search_sort {
	float:left;
}

#corp_search_sort {
	float:left;
}
#search_filter {
	position: absolute;
	right: 10px;
}

#search_paginate {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 25px;
}
.paginate_copy {
	font-size: 20px;
	line-height: 30px;
}
.paginate_current {
	font-size: 20px;
	color: #000;
}

#body_search_loading_container {
	position: absolute;
	width: 760px;
	background-image: url(/web_images/white_alpha_85.png);
	z-index: 10;
}
#lc_loading_container {
	position: absolute;
	width: 760px;
	background-image: url(/web_images/white_alpha_85.png);
	z-index: 10;
}

.search_result_per_page {
	position: absolute;
	right: 10px;
}

#loading {
	background-image: url(/web_images/progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 220px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50%;
}
form {
	display: inline;
}

.top_nav_bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
.top_nav_bread_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase;
}
.search_overlay {
	position: absolute;
	width: 180px;
	height: 520px;
	background-image: url(/web_images/search_overlay_bg.png);
	margin-top: -10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	clear: left;
	text-align: center;
	z-index: 9;
}
.sch_search_overlay {
	position: absolute;
	width: 180px;
	height: 520px;
	background-image: url(/web_images/sch_search_overlay_bg.png);
	margin-top: -10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	clear: left;
	text-align: center;
	z-index: 9;
}
.pro_search_overlay {
	position: absolute;
	width: 180px;
	height: 520px;
	background-image: url(/web_images/pro_search_overlay_bg.png);
	margin-top: -10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	clear: left;
	text-align: center;
	z-index: 9;
}
.corp_search_overlay {
	position: absolute;
	width: 180px;
	height: 520px;
	background-image: url(/web_images/pro_search_overlay_bg.png);
	margin-top: -10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	clear: left;
	text-align: center;
	z-index: 9;
}
/*
[if IE] .search_overlay {
z-index:100;
} 
*/
#body_bookinfo_container {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	min-height: 450px;
}
#bookinfo_container {
	width: 530px;
}
#sch_bookinfo_container {
	width:530px;
	
}
#pro_bookinfo_container {

}
#options_container {
	width: 200px;
	position: absolute;
	right: 10px;
	top: 100px;
}
#sch_produnct_info_quicklinks_container {
	width: 190px;
	position: absolute;
	right: 10px;
	top: 100px;
}
#pro_produnct_info_quicklinks_container {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 100px;
}
.bookinfo_options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #cc0000;
	height: 19px;
	width: 200px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
}
.hed_links_masthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	height: 19px;
	width: 200px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
}
.bookinfo_title {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display: inline;
}
.bookinfo_sub_title {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display: inline;
}


.bookinfo_cover {
	border: 5px solid #e6e6e6;
	width: 138px;
	height: 160px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center -1px;
	float: left;
}
.carousel_cover_1 {
	width: 137px;
	height: 160px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -2px -2px;
	border: solid #fff 10px;
}
.bookinfo_cover_container {
	width: 148px;
	overflow: hidden;
	float: left;
	text-align: center;
}

#bookinfo_meta_container {
	margin-left: 160px;
}

.bookinfo_sorry {
	font-size: 20px;
	color: #cc0000;
	font-weight: normal;
	font-style: normal;
	display: inline;
}
.bookinfo_meta_copy {
	font-size: 13px;
	color: #999;
}
#bookinfo_tabs_container {
	margin-top: 10px;
	margin-left: -10px;
}
#body_adv_search {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
}
#tabs div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#tabs div > h1 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display:block;
}
#tabs div > h2 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display:block;
}
#tabs div > h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display:block;
}
.splash_caption {
	height: 70px;
	position: absolute;
	width: 745px;
	color: #CCC;
	top: 319px;
	background-image: url(/web_images/black_alpha_70.png);
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.splash_caption_2 {
	height: 40px;
	position: absolute;
	color: #CCC;
	top: 349px;
	background-image: url(/web_images/black_alpha_70.png);
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 745px;
}

.splash_image_container {
	position: absolute;
	height: 400px;
	width: 760px;
	top: 90px;
}
.splash_image_container_300 {
	height: 300px;
	width: 760px;
	margin-top: 10px;
	overflow:hidden;	
}

h1 {
	font-size: 20px;
	color: #cc0000;
	font-weight: normal;
	font-style: normal;
	display: inline;
}
h2 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display: inline;
}
h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display: inline;
}

.body_box_container {
	height: auto;
}

.content_box_4c {
	float: left;
	width: 175px;
	margin-right: 5px;
	margin-left: 5px;
}
#body_container_1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
}

#loading_container {
	position: absolute;
	width: 740px;
	background-image: url(/web_images/white_alpha_85.png);
	z-index: 10;
}

.subjects_search {

}
.txt12 {
	font-size: 12px;
}

.txt10 {
	font-size: 10px;
}
.bookinfo_backtosearch {
	text-align: left;
	margin-bottom: 15px;
}
.bookinfo_option_container {
	background-color: #eaeaea;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
}
.estore_signup {
	background-color: #eaeaea;
}

#header_top_nav_options {
	width: 200px;
	position: absolute;
	top: 8px;
	right: 10px;
}
.estore_promo {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 500px;
}
.textfield_w155 {
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}


.splash {
	margin-top: 20px;
}
#header_region {
	width: 26px;
	position: absolute;
	left: 0px;
	top: 2px;
}
#header_shopping {
	position: absolute;
	right: 0px;
	width: 150px;
	text-align: right;
	color: #CCC;
	font-size: 12px;
}
.product_buy_now {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.layout_1_logo {
	width: 250px;
	padding: 10px;
	border: 5px solid #eaeaea;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 50px;
}
.layout_1_content {
}
.img_border_1 {
	border: 5px solid #eaeaea;
}


#feedback a:link {
	background-image: url(/web_images/feedback.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 30px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 10001;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
}
#feedback a:hover {
	background-image: url(/web_images/feedback.gif);
	background-position: -30px;
}
#mhr_wrapper_2 {
	padding: 15px;
}
.heading1 {
	color: #cc0000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading2 {
	color: #cc0000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.options_num {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	background-color: #C00;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
/* rotator in-page placement */
div#rotator {
	position: absolute;
	height: 400px;
	width: 760px;
	top: 90px;
}
/* rotator css */
div#rotator ul li {
	position:absolute;
	list-style: none;
	left: 0px;
	top: 0px;
}
/* rotator image style */	
div#rotator ul li img {
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}
div#hed-home-legend {
	position: absolute;
	z-index: 600;
	bottom: 25px;
	right: 15px;
}
div#hed-home-legend ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	height: 21px;
	width: 25px;
	text-align: center;
	padding-top: 4px;
	float: left;
	margin-right: 2px;
}
div#hed-home-legend ul li:hover {
	background-color: #C00;
}
div#hed-home-legend a {
	color:#FFF;
	text-decoration:none;	
}
.opacity-75 {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
.panel_2_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #cc0000;
	height: 19px;
	width: 180px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
}
.panel_3_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #000000;
	height: 19px;
	width: 180px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
}
.sch_filter_by_container {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	margin-top: 1px;	/*background-color: #eaeaea;*/
}
#SCH_pe_tab {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#SCH_pe_tab ul {
	text-align: left;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;	/* fixes Firefox 0.9.3 */
}
#SCH_pe_tab ul li {
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
}
#SCH_pe_tab ul li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}
#SCH_pe_tab ul li a:hover {
	background-color: #000;
	color: #fff;
}
#SCH_pe_tab ul li a:active {
	background-color: #000;	
	color: #fff;
	padding-bottom:10px;
}
.buy {
	background-image: url(/web_images/buy_now.png);
	height: 20px;
	width: 66px;
	cursor: hand;
}
.call_for_price {
	background-image: url(/web_images/call_for_price.png);
	height: 20px;
	width: 66px;
	cursor: hand;
}

.lbl-program {
	font-size: 8px;
	color: #FFF;
	background-color: #cc0000;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#show_price_individual {
	position: absolute;
	text-align: right;
	right: 25px;
	top: 12px;
}
.margin-right-10 {
	margin-right: 10px;
}
.sch_grade_slider {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #eaeaea;
	border:0;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}
.sch_grade_slider_ui {
	border: 1px solid #CCC;
}
._separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.pincode_container {
	padding: 5px;
	margin-bottom: 10px;
}

.pincode_border {
	border: 5px solid #e6e6e6;
}
#content_left_container {
	float: left;
	width: 560px;
}
#body_content_wrapper {
	margin-top: 10px;
}
#content_right_container {
	width: 200px;
	float: right;
	clear:right;
}
.sch_rss_feed_1 {
	font-size: 10px;
	padding-bottom: 6px;
	text-align:right;
}
.ac_product_cover {
	border: 5px solid #e6e6e6;
	width: 73px;
	height: 90px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center -1px;
	margin-bottom: 25px;
}
.ac_product_info {
	padding-top:10px;
}
.ac_cover_container {
	width: 83px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	float: left;
	margin-right:10px;
}

.ac_resource_button {
	float: right;
	width: 110px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.ac_resource_button img {
	margin-bottom: 2px;
	border: 5px solid #e6e6e6;
}
#ac_container {
	margin-top: 15px;
	height: 370px;
	overflow-x:hidden;
	overflow-y:auto;
	padding-right: 10px;
	padding-left: 10px;
}
.ac_product_container {
	margin-bottom: 15px;
}
#ac_ui {
	border: 1px solid #999;
	padding: 5px;
}


.clear {
	clear:both;
}
#ac_digi_search {
	position: relative;
}
#ac_spinny {
	background-image: url(/web_images/ajax_spinny_1.gif);
	height: 16px;
	width: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#search_toolbar {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	height: 30px;
}
#lc_teacher_centre_toolbar {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	height: 30px;
	margin-top:10px;
	margin-bottom:10px;
}
#bookinfo_resource_container {
	margin-top: 10px;
	margin-left: -10px;
	padding-left: 10px;
}

.sch_blog_img {
	border: 5px solid #e6e6e6;
	width: 180px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
.sch_blog_content {

}
#digital_resource_type {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	height: 30px;
}
.y-scroll {
	overflow-y:auto;
	overflow-x:hidden;
	height:280px;
}
#sch_lc_zoomer {
	margin-top: 10px;
}
#sch_home_flash {
	margin-top: 10px;
	background-color: #000;
}
#lc_home_image {
	margin-top: 10px;
}
#lc_subject_title {
	text-transform: capitalize;
}

.lc_student_image {
	background-image: url(/web_resources/sch/lc_student_centre.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 760px;
}
.lc_cover_art {
	height: 300px;
	width: 400px;
	position: absolute;
	background-position: center -1px;
}
.lc_teacher_image {
	background-image: url(/web_resources/sch/lc_teacher_centre.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 760px;
}
.sch_product_digital_resources {
	margin: 0;
  padding: 0;
  list-style-type: none;
}
.sch_product_digital_resources li {
	margin-top: 4px;
}
.sch_product_digital_resources li img {
	border: 5px solid #e6e6e6;
}

#sch_subject_accord label {
	font-size:12px;
}
#sch_subject_accord h2 {
	background-image: url(/web_images/school/product_accordion_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sch_slider_range {
	margin-right: 4px;
}
.lc_products_digi {
	padding: 10px;
	border: 1px solid #999;
}
#lc_site_menu {
	width:180px;
}
.bold {
	font-weight:bold;
}
.lc_site_menu_top_padding {
	margin-top:300px;
}

/*
	LC HOME AVAILABLE COURSE LIST
*/
.lc_home_product_container {
	height:110px;
	clear:both;
}
.lc_home_product_cover {
	border: 5px solid #e6e6e6;
	width: 73px;
	height: 90px;
	overflow: hidden;
	margin-right: auto;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: center -1px;
	float:left;	
}
.lc_home_product_info_container {
	margin-left: 103px;
	
}.lc_home_product_title {
	font-size: 20px;
	color: #000;
}#elearning_home_splash {
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/web_resources/sch/elearning_connect_splash.jpg);
	background-repeat: no-repeat;
}
#sch_fltr_grades_load {
	text-align: center;
	background-image: url(/web_images/white_alpha_85.png);
	position: absolute;
	width: 160px;
	z-index: 10;
	height: 26px;
	padding-top: 10px;
}
#sch_fltr_format_load {
	text-align: center;
	background-image: url(/web_images/white_alpha_85.png);
	position: absolute;
	width: 160px;
	z-index: 10;
	height: 22px;
	padding-top: 4px;
}
#sch_fltr_province_load {
	text-align: center;
	background-image: url(/web_images/white_alpha_85.png);
	position: absolute;
	width: 160px;
	z-index: 10;
	margin-top: 42px;
}
.notice {
	background-color: #e6e6e6;
	padding: 10px;
	border: 2px solid #C20000;
	font-weight: bold;
	color: #000;
}
#sch_error_box_1 {
	border: 5px solid #e6e6e6;
	padding: 15px;
}
#sch_error_new_icon {
	height: 100px;
	width: 100px;
	background-image: url(../web_images/new-red.png);
	background-repeat: no-repeat;
	position: absolute;
	right: -10px;
	margin-top: -70px;
}
#ecomm_alert {
	background-color: #FF9;
	position: absolute;
	border: 5px solid #C60001;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	z-index: 100;
	padding: 10px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 100px;
}













.panel_1_nav_sub li a:hover {
    background-color: #e6e6e6;
}

.panel_1_nav_sub-hover {
    background-color: #e6e6e6;
}


.panel_1_nav_sub a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
}

.panel_1_nav_sub li {
	background-image: url(/web_images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 170px;
}



#pro_cat_menu {
	position: absolute;
	width: 180px;
	z-index: 1000;
}









.pro_cat_menu_wrapper {
	margin-top:0;
	padding:0;
	margin-bottom:10px;
}

.pro_cat_menu_wrapper ul {
	width: 600px;  /* number of columns (width) */
	list-style:none;
	list-style-type:none;
	margin-left: 0;
	padding: 0;
}

.pro_cat_menu_wrapper ul li {
  float: left;
  width: 200px; /* width of column */
}

.pro_cat_menu_wrapper ul li a {
  display: block;
  width:190px;
  text-decoration: none;
  padding:2px;
}

.pro_cat_menu_wrapper ul li a:hover {
  background-color: #cfcfcf;
}












  /* ---- The holy rules - add these to your style sheet ------------------- */
  /* http://www.ruzee.com/blog/2007/05/align-list-items-horizontally-with-css */
  .ib-fix li { display:-moz-inline-box; -moz-box-orient:vertical;
               display:inline-block; vertical-align:top; word-wrap:break-word; }
  * html .ib-fix li { display:inline; }
  * + html .ib-fix li { display:inline; }
  .ib-fix li > * { display:block; table-layout:fixed; overflow:hidden; }
  
  /* Set your specific width via a second class and rules similar to the
     following ones */
  * html .pro_cat_main li { width:165px; }   /* for IE 6 */
  .pro_cat_main li > * { width:165px; }      /* for all other browser */

  .pro_cat_main li p { padding:0; margin:0 0 5px 0; }

  .pro_cat_main ul {
	margin:0;
	padding: 0;
  }
  .pro_cat_main ul li {
	list-style:none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0;
}
	.pro_cat_main_inner ul li {
		margin:0;
		padding:0;
	}


/*Professional Mod - Wordpress Media Room*/

#content_left_container.media_room {

            float: left;

            width: 150px;

}

#content_right_container.media_room {

            float:right;

            width:600px;

}

#bookinfo_meta_container.media_room {

            margin-left: 0;

            float:left;

            text-align:center;

}

.media_room .bookinfo_cover_container {

            margin-bottom:10px;

}

 

#bookinfo_meta_container.media_room .bookinfo_title, #bookinfo_meta_container.media_room .bookinfo_meta_copy {

            font-size:12px;

}

 

/* */

 

/*Partnership Mod */

#splash_image_container_300 {

    height: 300px;

    margin-top: 10px;

    width: 760px;

}

 

 

.partnership_categories {

            float:left;

            width:760px;

            margin:10px;     

}

 

.partnership_categories h2 {

            color:#CC0000;

}

#pro_meta_cover_container {
	width: 550px;
	margin-bottom: 25px;
}

#social_media.panel_1_nav {
		margin-bottom:5px;	
	}
	#social_media .social_media_icons {
		text-align:center;
		margin-top:5px;
	}
	
	#social_media .social_media_icons li {
		padding-left:0px;
	}
	
	#social_media h3 {
		display:block;
	}
	
	#social_media_left #facebook_channel, #social_media_left #youtube_channel {
		margin:40px 0;
	}
	
	#youtube_channel {
		border:1px solid #aaaaaa;
		padding:5px
	}
	#youtube_channel table{
		margin:0 auto;	
	}
	
	#twitter_channel {
		background-color:#000;
		color:#FFF;
		padding:0px;
		font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important
	}
	
	#twitter_channel #twitter_heading{
		background-color:#666;
		overflow:hidden;
	}	

	#twitter_channel #twitter_heading img{
		float:left;
	}		
	#twitter_channel #twitter_heading h3, 	#twitter_channel #twitter_heading h4 {
		margin:0px;
		color:#FFF;
	}
	
	#twitter_channel #twitter_heading h3 {
		font-family: 'Lucida Grande',sans-serif;
		font-size: 12px !important;		
		float:left;
		margin-left:3px;
	}
	
	#twitter_channel #twitter_heading h4 {
		font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important;
		font-size: 13px !important;
		float:left;
		margin-left:3px;
	}	
	
	#twitter_box {
		padding:5px 0px;
	}

	#twitter_channel #twitter_content {
		padding:10px;
		font-size:11px;
		text-align:left;
	}

	#twitter_channel #twitter_content a {
		text-decoration:none;

	}

	#twitter_channel #twitter_content a.twitter_info {
		font-size:9px;
	}

	#twitter_channel #twitter_heading{
		padding:10px;
		text-align:left;
	}
		
	#twitter_channel #twitter_footer{
		background-color:#333;
		padding:10px;
		font-size:12px;
		text-align:right;
	}
	
	#twitter_channel #twitter_footer a{
		color:#fff;
	}
		
	#twitter_channel #twitter_footer img {
		float:left	
	}
	#pro_ms_body_container {
		width:560px;
		/*overflow:hidden;
		height:100%;*/
	}
		.pro_ms_category_name {
		font-size: 9px;
		text-align: center;
		text-transform: uppercase;
		height:25px;
	}
		#pro_es_product_listing {
		float:left;
		text-align:right;
	}

	.pro_es_original_price {
	    font-size: 18px;
    	text-transform: uppercase;
		text-decoration:line-through;
	}
	
	.pro_es_discount {
		text-decoration:none;
		font-size:18px;
		color:#cc0000;	
	}

	.pro_es_original_price.pro_es_discount a:visited {
		color: #CC0000;
	}

	/* Carousel ***************/
	
	.jcarousel-skin-mhr2 .jcarousel-clip-horizontal {
		height: auto;
	}	
	.jcarousel-skin-mhr2 {
		clear:left;
		margin-top:10px;
	}
	.jcarousel-clip.jcarousel-clip-horizontal {
	   		width: 460px;	
	}	
	.jcarousel-skin-mhr2 .jcarousel-container-horizontal {
		width:460px;
	}
	
	.jcarousel-skin-mhr2 .jcarousel-item {
		height:auto	
	}
	/**************************/

#stage {
			top: 90px;
			left: 0px;
			z-index: 100;
		}
		.stage {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			max-width: 760px;
			height: 338px;
			overflow: hidden;
		}
		#bar  {
			background: transparent url(/web_images/professional/homepage/bar.png) repeat;			
			positiion:relative;
			height:auto;
			width:760px;
			display:block;
			top:302px;
		}
		#bar ul {
			padding:0px;
			margin:0px;
		}
		#bar li {
			color:#CCC;
			float:left;
			list-style:none;
			padding: 10px 20px;
			font-size:14px;
			/*border:3px solid #fff;*/
		}
		#bar li a {
			color:#CCC;
			font-family:Arial,Helvetica,sans-serif;
			font-weight:bold;
			text-decoration:none;
		}
		#background_buildings {
			background: transparent url(/web_images/professional/homepage/background_buildings.png);
			background-size:2100px 300px;
		}		
		#buildings {
			background: transparent url(/web_images/professional/homepage/buildings2.png) repeat-x;
			background-size:2100px 300px;			
		}
		#sign1 {
			background: transparent url(/web_images/professional/homepage/business_exit.png) no-repeat;
			position:relative;
			top:172px;
			left:130px;
			display:none;		
		}
		#sign2 {
			background: transparent url(/web_images/professional/homepage/computer_exit.png) no-repeat;
			position:relative;
			top:172px;
			left:130px;
			display:none;	
		}	
		#sign3 {
			background: transparent url(/web_images/professional/homepage/medical_exit.png) no-repeat;
			position:relative;
			top:172px;
			left:130px;
			display:none;	
		}	
		#sign4 {
			background: transparent url(/web_images/professional/homepage/engineer_exit.png) no-repeat;
			position:relative;
			top:172px;
			left:130px;
			display:none;	
		}	
		#sign5 {
			background: transparent url(/web_images/professional/homepage/study_exit.png) no-repeat;
			position:relative;
			top:172px;
			left:130px;
			display:none;	
		}	
		#sign6 {
			background: transparent url(/web_images/professional/homepage/language_exit.png) no-repeat;
			position:relative;
			top:172px;
			left:130px;
			display:none;	
		}													
		#clouds {
			background: transparent url(/web_images/professional/homepage/clouds.png);
			background-size:2100px 300px;			
		}
		#sky {
			background: transparent url(/web_images/professional/homepage/sky.png) repeat-x;
			background-size:2100px 300px;			
		}
		#helicopter {
			background: transparent url(/web_images/professional/homepage/helicopter.png) 0 0 no-repeat;
			position: absolute;
			top: 150px;
			left: 65px;
			width: 84px;
			height: 26px;
			z-index: 1000;
			cursor: pointer;
		}
		#car1 {
			background: transparent url(/web_images/professional/homepage/car1.png) 0 0 no-repeat;
			position:absolute;
			top:275px;
			left:1000px;
		}
		#car2 {
			background: transparent url(/web_images/professional/homepage/car2.png) 0 0 no-repeat;
			position:absolute;
			top:265px;	
			left:1200px;					
		}
		#school_bus {
			background: transparent url(/web_images/professional/homepage/school_bus.png) 0 0 no-repeat;
			position:absolute;
			top:220px;
			left:500px;			
		}		
		#van1 {
			background: transparent url(/web_images/professional/homepage/van1.png) 0 0 no-repeat;
			position:absolute;
			top:245px;			
			left:2000px;			
		}
		#van2 {
			background: transparent url(/web_images/professional/homepage/van2.png) 0 0 no-repeat;
			position:absolute;
			top:240px;			
			left:100px;	
		}
		#blackboard {
			background: transparent url(/web_images/professional/homepage/blackboard.png) 0 0 repeat-x;
			filter: Alpha(Opacity=90);
			opacity:0.9;
			display:none;
			color:#FFF;
			width:760px;	
		}
		#blackboard > a{
			position:relative;
			top:130px;	
			color:#fff;
		}
		#sub_topics {
			font-size:22px;
			position:relative;
			left:390px;
			bottom:10px;
			list-style:none;
			line-height:40px;
			width:280px;
		}
		#sub_topics #left_topics{
			float:left;
			margin-right:10px;
		}		
		#sub_topics #right_topics{
			float:right;
		}
		#other_functions{
			float:right;
			margin:20px 25px;
		}
		#blackboard #close_board{
			background-color: #999999;
			color: #FFFFFF;
			cursor: pointer;
			float: right;
			left: 61px;
			padding: 1px 10px;
			position: relative;
			top: 0;
			text-decoration:none;
		}
		
		#blackboard .view_all_products {
			float:left;
			left:30px;
			clear:left;
			top:140px;
			display:none;
		}
		#more_board{
			position:relative;
			bottom:40px;
			cursor:pointer;
		}
   .roundabout-holder {
	   margin:0 auto;
	   list-style: none;
	}
   .roundabout-moveable-item {
	cursor: pointer;
	!padding: 105px 70px; /*IE7 padding*/
	/*Adujusted to show the book*/
	width:140px;
	/*border:5px solid #f60;*/
   }
   .roundabout-in-focus {
	   cursor: auto;
	}	   
	#myRoundabout_business_scene, #myRoundabout_computing_scene, #myRoundabout_medical_scene, #myRoundabout_engineering_scene, #myRoundabout_study_scene, #myRoundabout_language_scene {
		width:360px;
		height: 276px;
		position:absolute;
		bottom:115px;
		right:15px;
	}
	#myRoundabout_business_scene li img, #myRoundabout_computing_scene li img, #myRoundabout_medical_scene li img, #myRoundabout_engineering_scene li img, #myRoundabout_study_scene li img, #myRoundabout_language_scene li img {
	   position:absolute;
	   top:0px;
	   left:0px;		
	}
	
			#pro_home_widg_next {
			float:right;
			right:30px;			
		}
		#pro_home_widg_previous {
			float:left;
			left:30px;
		}		


.pro_similar_product {
				position: relative;
				background-color:#e6e6e6;
				margin: 0;
				width:684px;
				margin-left:auto;
				margin-right:auto;
			}
			.pro_similar_product ul {
				margin: 0;
				margin-left: 0;
				padding: 0;
				list-style:none;
				list-style-type:none;
				display: block;
			}
			
			.pro_similar_product li {
				text-align:center;
	border: 1px solid #ccc;
	
	height: 180px;
	padding: 0;
	margin:6px;
	display: block;
	float: left;
			}

			.clearfix {
				float: none;
				clear: both;
			}
			
			
			
			
			
a.pro_similar_prod_prev, a.pro_similar_prod_next {
	background: url(/web_images/arrow_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.pro_similar_prod_prev {			left: -47px;
					background-position: 0 0; }
a.pro_similar_prod_prev:hover {		background-position: 0 -50px; }
a.pro_similar_prod_next {			right: -44px;
					background-position: -50px 0; }
a.pro_similar_prod_next:hover {		background-position: -50px -50px; }

a.pro_similar_prod_prev span, a.pro_similar_prod_next span {
	display: none;
}			
			
			
			
			
			
			
			.pro_similar_prod_pager {
				text-align: center;
				padding-bottom:10px;
			}
			.pro_similar_prod_pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pro_similar_prod_pager a.selected {
				text-decoration: underline;
			}
			
			.pro_prod_price {
				font-size:16px;
				color:#000;
				font-weight:bold;
			}
			
			.cart-price-change {
	color: #FFF;
	background-color: #cc0000;
	letter-spacing:normal;
	padding: 1px;
}

