@charset "UTF-8";


/************************  Layout  ***********************/


body  {
	color: #2d2d2d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5pt;
	letter-spacing: 0;
	line-height: 16pt;
	word-spacing: normal;
	margin: 0;
	padding: 0;
	text-align:center;
}

#header {
	height: 95px;
	padding: 0;
	margin-bottom: 0px;
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 

#headerContent {
	padding:0;
	width: 960px;
	position: relative;
	height: 87px;
	margin: 0 auto;
}

#mainContentContainer {
	margin: 0 auto;
	padding:0;
	width: 960px;
	text-align:left;
	position:relative;
}


#mainContent {
	padding-top:18px;
}

.content {
	position:relative;
}

#RightCol_MainContent {
	width:300px;
	float:right;
}

#LeftCol_MainContent {
	margin-right:315px;
	padding-right:15px;
	border-right:1px solid #CCCCCC;
}


#footer {
	padding:0;
	background-color: #000000;
	margin-top: 25px;
	border-bottom:20px solid #444444;
	clear:both;
} 

#footerContent {
	padding:0;
	width: 960px;
	text-align:left;
	margin: 0 auto;
	position:relative;
}

.region-sidebar-second {
	width:200px;
	float:right;
	margin:0;
	padding-top:18px;
}


#preload {
	display:none;
}



/* Ebook pop up text */


.inquirebook_popuptext {
	text-align:left;
}


/************************  Text Styles  ***********************/


h1 {
	font-family:"Lato", sans-serif;
	font-size: 24pt;
	font-style: normal;
	line-height: 27pt;
	font-weight: normal;
	color: #000000;
	margin:0px;
	margin: 20px 0 8px 0;
}

h2 {
	font-family:"Lato", sans-serif;
	font-size: 19pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: normal;
	color: #000000;
	margin:0px;
	padding:22px 0 4px 0;
}

h3 {
	font-family:"Lato", sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding: 13px 0 0 0;
}

h4 {
	font-family:"Lato", sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding: 13px 0 0 0;
}

p {
	color: #2d2d2d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5pt;
	letter-spacing: 0;
	line-height: 16pt;
	word-spacing: normal;
	margin: 4px 0 2px 0;
}

ul, .block ul, ol, .block ol {
	margin:2px 0 8px 0;
	padding:0 0 0 40px;
}

ul li {
	color: #2d2d2d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5pt;
	letter-spacing: 0;
	line-height: 16pt;
	word-spacing: normal;
	list-style-type: square;
	list-style-image: url(../images/TLbullet.gif);
}

ol li {
	color: #2d2d2d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5pt;
	letter-spacing: 0;
	line-height: 16pt;
	word-spacing: normal;
}

table {}

td {
	color: #2d2d2d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5pt;
	letter-spacing: 0;
	line-height: 16pt;
	word-spacing: normal;
	vertical-align:top;
}



a:link, a:visited {
	color: #4F83A9;
	text-decoration: none;
	border-bottom:1px dotted #4F83A9;
}

a:hover {
	color: #FFFFFF;
	background-color: #4F83A9;
	border: none;
}

a.imagelink:link, a.imagelink:hover {
	text-decoration:none;
	border:none;
	background-color:transparent;
}


sup {
	font-size:60%;
	vertical-align:text-top;
}

input.form-submit, input#submit, a.sidebar_linkbutton  {
	-moz-box-shadow:inset 0px 0px 0px 0px #fcfcfc;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fcfcfc;
	box-shadow:inset 0px 0px 0px 0px #fcfcfc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #cfcfcf) );
	background:-moz-linear-gradient( center top, #e1e1e1 5%, #cfcfcf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#cfcfcf');
	background-color:#f2f2bf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #5ec1ed;
	color:#3d3d3d;
	font-size:15px;
	font-weight:bold;
	padding:3px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}

input.form-submit:hover, input#submit:hover, a.sidebar_linkbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cfcfcf), color-stop(1, #e1e1e1) );
	background:-moz-linear-gradient( center top, #cfcfcf 5%, #e1e1e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#e1e1e1');
	background-color:#a0abbe;
}

a.sidebar_linkbutton {
    display: block;
    line-height: 13pt;
    padding: 3px 10px;
    text-align: center;
}




/************************  Drupal Admin Resets  ***********************/


#admin-menu ul {}

#admin-menu li {
	font-size:8pt;
	line-height:10pt;
}

li.statistics_counter {
	margin-top:20px;
	background-color:#FFFF99;
	padding:4px;
	color:#000000;
	font-weight:bold;
}

legend {
	font-weight:bold;
}

legend a:link, legend a:visited {
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	border:none;
	color:#000000;
}

legend a:hover {
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	border:none;
	color:#000000;
	background-color:transparent;
}

a.tabledrag-handle, a.tabledrag-handle:hover {
	border-bottom:none;
	background-color:transparent;
}

.block-region {
	font-family:impact;
	font-size:16pt;
	opacity:0.4;
	filter:alpha(opacity=40);
}

div.newchild {
	display:none;
}


div.view-Highrise-User-Export th, div.view-Highrise-User-Export td {
	padding:4px;
	font-size:9pt;
	line-height:10.5pt;
}

.tabs ul.tabs {
	padding-left:0;
}

.tabs ul.primary, .tabs ul.primary li a .tab, .tabs ul.primary li a:hover .tab {
	background:none;
}

.tabs ul.primary li {
	margin:3px 0 0 0;
}

.tabs ul.primary li a {
	margin:0 2px 0 2px;
	background:none #FFFFFF;
	border:1px solid #777777;
	height:20px;
}

.tabs ul.primary li a:hover {
	background:none #2ca5d1;
	color:#FFFFFF;
	border:1px solid #1d91bc;
}

.tabs ul.primary li a.active, .tabs ul.primary li.active a {
	background:none #2ca5d1;
	color:#FFFFFF;
	border:1px solid #1d91bc;
	text-shadow: .75px .75px 2px #666666;
}

.tabs ul.primary li a .tab {
	padding:1px 13px 0 6px;
}

.tabs ul.secondary {
	background:none #e6e6e6;
	margin:6px 0 0 0;
}


/************************  Drupal User Config  ***********************/

form#user-login, form#user-register, form#user-pass {
	width:600px;
}

form#user-login input#edit-name, form#user-login input#edit-pass, form#user-register input.form-text, form#user-pass input.form-text {
	width:300px;
	margin:2px 0 4px 0;
}

form#user-login input.form-submit, form#user-register input.form-submit, form#user-pass input.form-submit {
	margin-top:10px;
}

form#user-login input.form-submit:hover, form#user-register input.form-submit:hover, form#user-pass input.form-submit:hover {
}



/************************  Header Styles  ***********************/


#headerContent img{
	position: absolute;
	left: 0px;
	top: 15px;
}

#headerContent a:link img, #headerContent a img, #headerContent a img {
	border:none;
	background-color:transparent;
}

#menu {
	position: absolute;
	left: 0px;
	top: 61px;
	text-align: left;
}


/*******  Menu  *******/


#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border: none;
	padding:3px 10px 3px 10px;
	display:block;
}

#menu a.active:link, #menu a.active:visited, #menu li.active-trail a:link, #menu li.active-trail a:visited {
	background-image: url(../images/menu_activebkg.jpg);
	background-repeat: repeat-x;
	background-position: left -1px;
	color: #FFFFFF;
	font-weight: normal;
	padding:3px 10px 3px 10px;
	-moz-box-shadow: inset 0 0 7px #205270;
	-webkit-box-shadow: inset 0 0 7px #205270;
	box-shadow: inner 0 0 7px #205270;
	display:block;
}

#menu a:hover {
	background-image: url(../images/menu_activebkg.jpg);
	background-repeat: repeat-x;
	background-position: left -1px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#menu ul.links {
	margin:0;
}

#menu ul.links li {
	font-size:12pt;
	text-shadow: .75px .75px 2px #666666;
	line-height:20px;
	border-right:2px solid #7cd2ea;
	padding:0;
	float:left;
	line-height:20px;
}

#menu ul.links li.last {
	border-right:none;
}

#menu ul.links li.last a:link, #menu ul.links li.last a:visited {
	background-image: url(../images/store_menuitem.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
	padding-left:35px;
}

#menu ul.links li.last a.active:link, #menu ul.links li.last a.active:visited {
	background-image: url(../images/store_menuitem_active.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
}


#menu ul.links li.last a:hover {
	background-image: url(../images/store_menuitem_active.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
}




/*** This gets rid of a space that the div for the Inquire online button puts at the top of the header.  ***/


div.region-header div.block-block { 
	height:1px;
}





/* submitted styles */

div.meta {
	padding-bottom:6px;
}

div.meta span.submitted {
	background-image: url(../images/sumbitted_icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:10px;
	color:#666666;
	font-size:9pt;
	line-height:10pt;
}



/***** BreadCrumbs *******/


.breadcrumb {
	margin-bottom:6px;
	color:#999999;
}

.breadcrumb a {
	color:#999999;
	font-size:9pt;
	border-bottom:none;
	padding:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #ECECEC;
}

.breadcrumb a:hover {
	color:#999999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #CCCCCC;
}

/******************* Search Results Page ********************/

dl.search-results dt.title {
   font-size: 12pt;
    font-weight: bold;
    margin-bottom: 3px;
}

dl.search-results strong {
	padding:0 1px 0 1px;
	background-color:#FFFF66;
}


/******************* Pager List ********************/

ul.pager {}

ul.pager li {
}

ul.pager li.pager-current {
	padding:1px 6px 1px 6px;
	background-color:#4F83A9;
	color:#FFFFFF;
	font-weight:bold;
}


ul.pager li a{
	border:1px solid #4F83A9;
	padding:0 4px 0 4px;
}

ul.pager li a:hover{
	border:1px solid #4F83A9;
	background-color:#4F83A9;
	padding:0 4px 0 4px;
	color:#FFFFFF;
}




/*******  My Account / Logout button  *******/

#header_usersettings {
	position:absolute;
	top:2px;
	right:20px;
}

#header_usersettings p{
	font-size:9pt;
	color:#FFFFFF;
	padding:0;
	margin:0;
}


#header_usersettings a{
	font-size:9pt;
	color:#FFFFFF;
	border-bottom:none;
	padding:0 2px 0 2px;
}

#header_usersettings a:hover{
	font-size:9pt;
	color:#000000;
	border-bottom:none;
	background-color:#CCCCCC;
}


/******  Header View Cart Styles  *******/

.viewCartHeader {
	position:absolute;
	top:10px;
	right:20px;
	padding:0;
	margin:0;
}

.viewCartHeader a{
	font-size:9pt;
	color:#FFFFFF;
	border-bottom:none;
	padding:0 2px 0 2px;
}

.viewCartHeader a:hover{
	font-size:9pt;
	color:#000000;
	border-bottom:none;
	background-color:#CCCCCC;
}




/************************  Side Bar Styles  ***********************/

.region-right-column h2.title {
	color:#176289;
	font-size:14pt;
	line-height:16.5pt;
}

.region-right-column p {
	font-size: 9.5pt;
	line-height: 12.5pt;
}

.region-right-column h2.title a.frontpage_twitterfeedlink {
	font-size:11pt;
}

.region-right-column ul.menu, .region-right-column .views_view ul {
	padding:0 0 0 16px;
}

.region-right-column ul.menu li, .region-right-column .views_view ul li {
	font-size: 9.5pt;
    line-height: 12.5pt;
    margin: 0 0 2px;
	list-style:disc;
}

.region-right-column .views-field-field-articlesummary-value p, .region-right-column .more-link a {
	font-size: 8pt;
    font-style: italic;
    line-height: 10pt;
    margin: 4px 0;
}


/*Twitter widget
*/

div.twtr-hd, div.twtr-ft {
	display:none;
}

#twtr-search-widget .twtr-bd, #twtr-search-widget .twtr-timeline i a {
	background-color: #FFF !important;
	background-image: none !important;
}

.twtr-doc {
	border-radius:0px;
}

#twtr-search-widget .twtr-tweet a {
	border-bottom:none;
	color:#4F83A9 !important;
}

#twtr-search-widget .twtr-tweet a:hover {
	color:#FFFFFF;
}

#twtr-search-widget .twtr-tweet li a:hover {
	color:#000000 !important;
}

div.twtr-widget p {
	font-size:9pt;
}

div.twtr-avatar a img, div.twtr-avatar a:hover img {
	border-bottom:none;
	background-color:transparent;
}



/***  Social Sidebar List  *****/


div.stayconnected_list {
	font-size:10pt;
	list-style:none;
}

div.stayconnected_list div{
	padding:6px 0 0 30px;
	background-repeat: no-repeat;
	background-position: left 6px;
}

div.stayconnected_list a div.stayconnected_newsletter {
	background-image: url(../images/social_newsletter.jpg);
}

div.stayconnected_list a div.stayconnected_twitter {
	background-image: url(../images/social_twitter.jpg);
}

div.stayconnected_list a div.stayconnected_facebook {
	background-image: url(../images/social_facebook.jpg);
}

div.stayconnected_list a div.stayconnected_youtube {
	background-image: url(../images/social_youtube.jpg);
}

div.stayconnected_list a div.stayconnected_googleplus {
	background-image: url(../images/social_googleplus.jpg);
}

div.stayconnected_list a:hover {
	color:#333333;
}









/************************  Footer Styles  ***********************/


#footerContent p {
	color: #CCCCCC;
	line-height:14pt;
}

#footerContent a:link, #footerContent :visited {
	color:#CCCCCC;
	border-bottom-color:#CCCCCC;
}

#footerContent h3 {
	color: #CCCCCC;
}

#footerContent div.ContactUsBox {
	padding-bottom: 15px;
}

#footerContent #block-block-2 {
	float:left;
}


#footerNewsletter #header{
	display:none;
}


#footerContent #block-block-3 {
    bottom: -19px;
    left: 315px;
    margin: 0;
    padding: 0;
    position: absolute;
}

#footerContent #block-block-3 p{
    margin: 0;
    padding: 0;
	color:#888888;
	font-size:10pt;
}

/*Bug fix showed up twice when I installed a jQuery update
*/
#block-feedback-form {
	visibility:hidden;
}

#footerContent #block-feedback-form {
	position:absolute;
	top:6px;
	right:0;
	visibility:visible;
}

#footerContent #block-feedback-form .feedback-link {
	font-size:10pt;
	padding:0;
}

#footerContent #block-feedback-form .feedback-link * {
    font-size: 10pt;
    line-height: 0;
}


#footerContent #block-feedback-form h2.title {
    padding:0 6px 0 6px;
	font-family:"Lato", sans-serif;
	font-size: 13pt;
	line-height:14pt;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
}

#footerContent div.browserinfo {
	display:none;
}

#footerContent #block-feedback-form {
	bottom:auto;
}


#footerContent #block-feedback-form form {
	max-width:none;
	bottom:0;
	height:auto;
}
	
#footerContent #block-feedback-form div.form-item {
	margin-top:0;
	margin-bottom:0;
}

#footerContent #block-feedback-form label {
	font-size:10pt;
}

#footerContent #block-feedback-form .feedback-message {
	height:85px;
}

#footerContent #block-feedback-form div.grippie {
	display:none;
}

div.feedback-messages div.feedback-submitted {display:none;}

div.feedback-messages div.feedback-body {
	font-size:9pt;
	line-height:10pt;
}

#footerContent input.form-submit  {
	font-size:9pt;
	padding:1px 10px 1px 10px;
}



/************************  FrontPage Styles  ***********************/

.frontpage_Row {
	margin-bottom:20px;
}

.frontpage_RowColumns {
	background-image: url(../images/redesign/tl_3colbar.gif);
	background-repeat: repeat-y;
	background-position: 304px top;
}

.frontpage_Column {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 290px;
}

.frontpage_ColumnLast {
	margin-right:0;
	padding-right:0;
}

.tlzb_header {
	width:309px;
	height:121px;
	background-image: url(../images/redesign/tlzb_header.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 11pt;
    line-height: 16pt;
    padding-left: 365px;
    padding-right: 250px;
    padding-top: 105px;
}


ul.frontpage_horzBttnList {
	padding:0;
	margin:5px 0 0 0;
}

ul.frontpage_horzBttnList li {
	list-style:none;
	float:left;
	width:23%;
	text-align:center;
	margin-right:10px;
}

ul.frontpage_horzBttnList li a {
	background: #5fbbde; /* Old browsers */
	background: -moz-linear-gradient(top,  #5fbbde 0%, #59a0df 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fbbde), color-stop(100%,#59a0df)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5fbbde 0%,#59a0df 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5fbbde 0%,#59a0df 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5fbbde 0%,#59a0df 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5fbbde 0%,#59a0df 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbbde', endColorstr='#59a0df',GradientType=0 ); /* IE6-9 */

	padding:2px 0 2px 0;
	width:100%;
	display:block;
	color:#FFFFFF;
	border-bottom:none;
}

ul.frontpage_horzBttnList li a:hover {
	background: #59a0df; /* Old browsers */
	background: -moz-linear-gradient(top,  #59a0df 0%, #4c8dbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59a0df), color-stop(100%,#4c8dbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #59a0df 0%,#4c8dbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #59a0df 0%,#4c8dbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #59a0df 0%,#4c8dbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #59a0df 0%,#4c8dbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59a0df', endColorstr='#4c8dbf',GradientType=0 ); /* IE6-9 */
}

ul.frontpage_vertBttnList {
	padding:0;
	margin:5px 0 0 0;
}

ul.frontpage_vertBttnList li {
	list-style:none;
	width:100%;
	text-align:center;
	margin-bottom:6px;
}

ul.frontpage_vertBttnList li a, ul.frontpage_vertBttnList li div.inactivebttn {
	background: #5fbbde; /* Old browsers */
	background: -moz-linear-gradient(top,  #5fbbde 0%, #59a0df 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fbbde), color-stop(100%,#59a0df)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5fbbde 0%,#59a0df 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5fbbde 0%,#59a0df 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5fbbde 0%,#59a0df 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5fbbde 0%,#59a0df 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbbde', endColorstr='#59a0df',GradientType=0 ); /* IE6-9 */

	padding:2px 0 2px 0;
	width:100%;
	display:block;
	color:#FFFFFF;
	border-bottom:none;
	position:relative;
}

ul.frontpage_vertBttnList li a:hover {
	background: #59a0df; /* Old browsers */
	background: -moz-linear-gradient(top,  #59a0df 0%, #4c8dbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59a0df), color-stop(100%,#4c8dbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #59a0df 0%,#4c8dbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #59a0df 0%,#4c8dbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #59a0df 0%,#4c8dbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #59a0df 0%,#4c8dbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59a0df', endColorstr='#4c8dbf',GradientType=0 ); /* IE6-9 */
}

ul.frontpage_vertBttnList li a .comingsoon, ul.frontpage_vertBttnList li div.inactivebttn .comingsoon {
background-image: url(../images/redesign/bttnComingSoon.png);
    background-position: right center;
    background-repeat: no-repeat;
    bottom: -1px;
    height: 28px;
    left: 0;
    position: absolute;
    width: 70px;
}

span.frontpage_bttnGradeList {
	font-size:9pt;
}

h1.frontpage_ProductName {
	color:#176289;
	font-size:35pt;
	line-height:37pt;
	font-weight:bold;
	margin:0 0 0 0;
}

h3.frontpage_ProductTagline {
	font-weight:normal;
	color:#808081;
	font-size:14pt;
	line-height:16.5pt;
	margin:4px 0 10px 0;
	padding:0;
}

.frontpage_purchaseInfo {
	background-color:#ffce03;
	padding:8px 10px;
	line-height:11pt;
	margin:8px 0 6px 0;	
}

.frontpage_purchaseInfo a {
	color:#2d2d2d;
	border-bottom:none;
}

.frontpage_purchaseInfo a:hover {
	color:#2d2d2d;
	border-bottom:1px dotted #2d2d2d;
	background-color:transparent;
}	

a.frontpage_bttnPurchase {
	display:block;
	background-color: #58a458;
	background-image: url(../images/redesign/frontpage_cartbttn.png);
	padding: 6px 60px 6px 10px;
	color: #FFFFFF;
	font-size: 14pt;
	line-height: 16.5pt;
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
	background-position: 240px center;
	border-bottom:none;
}

a:hover.frontpage_bttnPurchase {
	background-color: #3D853B;
}

.frontpage_inquireaward {
	padding:6px;
	margin:10px 0 10px 0;
}

.frontpage_inquireaward p {
	font-weight:bold;
	font-size:10pt;
	line-height:12pt;
}

.frontpage_inquireaward img {
	float:left;
	margin:0 10px 0 0;
}

.frontpage_inquireaward a, .frontpage_inquireaward a:hover {
	border-bottom:none;
	background-color:transparent;
}

p.bookISBN {
	color: #999999;
    font-size: 9pt;
    line-height: 12pt;
}

.front #block-views-news_list-block_1 h2.title {
	font-size:28pt;
	line-height:30pt;
	padding-top:0;
}

.front p.ZBexplanation_Teaser {
	text-align:left;
	margin-top: -15px;
	margin-bottom: 18px;
}


.region-left-column h2.title, .region-center-column h2.title {
	color:#176289;
	font-size:14pt;
	line-height:16.5pt;
}

.region-left-column h2.title a.frontpage_twitterfeedlink, .region-center-column h2.title a.frontpage_twitterfeedlink {
	font-size:11pt;
}







/************ Styles for the image rotator  *****************/

/***** Rotator container  ******/

.rotatorContainer {
	position:relative;
}

.rotatorShadow {
	background-image: url(../images/redesign/sliderShadow.jpg);
	width: 928px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	left:0px;
	bottom:-20px;
}

.rotatorBox {
	background-color:#FFF;
	width:928px;
	border:1px solid #999999;
}

/**** Coda styles  *******/

.coda-slider-wrapper {
	padding: 0;
	position:relative;
	width:928px !important;
}
.coda-slider-wrapper body {
	line-height: 1;
}
.coda-slider-wrapper ol, .coda-slider-wrapper ul {
	list-style: none;
}
.coda-slider-wrapper blockquote, .coda-slider-wrapper q {
	quotes: none;
}
.coda-slider-wrapper blockquote:before, .coda-slider-wrapper blockquote:after, .coda-slider-wrapper q:before, .coda-slider-wrapper q:after {
	content: '';
	content: none;
}
.coda-slider-wrapper .coda-slider {
	width: 928px;
	background-color: #FFFFFF;
}
.coda-slider-wrapper .coda-slider .panel {
	width: 908px;
	padding:10px 10px 0 10px;
}
.coda-slider-wrapper .coda-slider .panel .panel-wrapper {
	padding: 0px;
}
.coda-slider-wrapper .coda-nav {
}
.coda-slider-wrapper .coda-nav .current {
	background: #f6e337;
	color:#f6e337;
}
.coda-slider-wrapper .coda-nav a {
	background: #FFFFFF;
	color: #FFFFFF;
	padding: 0;
	width: 6px;
	height: 6px;
	margin: 4px;
	overflow: hidden;
	border:none;
}
.coda-slider-wrapper .coda-nav a:hover {
	background: #f6e337;
	color: #f6e337;
	text-shadow: none;
}
.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
}
.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px;
}
.coda-slider-wrapper .coda-nav-left-arrow {
	width: 22px;
	height: 80px;
	background: url(../images/rotator/rotator_left.jpg) no-repeat top left;
	margin-top: 0px;
	position:absolute;
	top:30%;
	left:0px;
	z-index:10;
	
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}
.coda-slider-wrapper .coda-nav-left-arrow:hover {
}
.coda-slider-wrapper .coda-nav-right-arrow {
	width: 22px;
	height: 80px;
	background: url(../images/rotator/rotator_right.jpg) no-repeat top right;
	margin-top: 0px;
	position:absolute;
	top:30%;
	right:0px;
	z-index:11;
	
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}
.coda-slider-wrapper .coda-nav-right-arrow:hover {
}
.coda-slider-wrapper .coda-nav-left-arrow:active, .coda-slider-wrapper .coda-nav-right-arrow:active {
	margin-top: 0px;
}
.coda-slider-wrapper .loading {
	height: 100%;
	padding: 20px;
	text-align: center;
}
.arrows .coda-slider {
	margin: 0px;
}

.coda-slider-wrapper {
	clear: both;
	overflow: auto;
}
.coda-slider-wrapper .coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}
.coda-slider-wrapper .coda-slider .panel-container {
	position: relative;
}
.coda-slider-wrapper .coda-slider .panel-container .panel {
	display: block;
	float: left;
}
.coda-slider-wrapper .coda-nav {
}
.coda-slider-wrapper .coda-nav ul {
	clear: both;
	display: block;
	margin: 0px;
	overflow: hidden;
	background-color: #81b7de;
	width: 928px !important;
	padding: 0;
}
.coda-slider-wrapper .coda-nav ul li {
	display: inline;
	float:right;
}
.coda-slider-wrapper .coda-nav ul li a {
	display: block;
	float: left;
	text-decoration: none;
}
.coda-slider-wrapper .coda-nav-left-arrow, .coda-slider-wrapper .coda-nav-right-arrow {
	cursor: pointer;
	float: left;
}
.coda-slider-wrapper .coda-nav-left-arrow a, .coda-slider-wrapper .coda-nav-right-arrow a {
	display: block;
}
.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
	float: left;
}
.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-left-arrow {
	clear: both;
}

/*End of Coda styles*/


.rotatorContainer h2 {
    color: #176289;
    font-size: 26pt;
    line-height: 30pt;
    padding: 0 30px 0 0;
}

.rotatorContainer p {
	font-size: 13pt;
    line-height: 19pt;
	margin:8px 30px 10px 0;
}

.rotatorContainer img {
	float: left;
    margin: 0 30px 0 10px;
}

.rotatorContainer img.rotatorZBlogo {
	float:none;
	margin:0px;
}



/************ Styles for the popup  *****************/

/*	Reveal Modals   */		

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
	
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 0;
	width: 520px;
	background-color: #eee;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
} 

.reveal-modal a.close-reveal-modal, .reveal-modal a.close-reveal-modal:hover {
	background-color:transparent;
	border:none;
}

.popupComingSoon {
	background-color: #FFEA00;
	color: white;
	font-size: 18pt;
	padding: 6px;
	text-shadow: 1px 1px 2px black;
	font-weight: bold;
}

/************************  About Us Styles  *************************/

.aboutus_yellowbox {
	background-color:#eeede4;
	padding:6px 12px 12px 12px;
	margin:200px 0 4px 0;
	position:relative;
	z-index:100;
}

.aboutus_books {
	background:url(../images/aboutus_books.jpg) no-repeat left top;
	width:658px;
	height:246px;
	position:absolute;
	top:230px;
	left:-20px;
	z-index:90;
}


/************************  About Inquire Page Styles  ***********************/

.SEbook_cover {
	background:url(../images/inquire_cover.png) no-repeat left top;
	width:260px;
	height:329px;
	position:absolute;
	top:-30px;
	right:0;
	z-index:100;
}

.SEgroup_1 {
	background:url(../images/SEgroup_1.jpg) no-repeat left bottom;
	width:595px;
	height:590px;
	margin-bottom:30px;
	position:relative;
	z-index:90;
}

.SEgroup_2 {
	background:url(../images/SEgroup_2.jpg) no-repeat left bottom;
	width:595px;
	height:565px;
	margin-bottom:30px;
	position:relative;
}

.SEgroup_3 {
	background:url(../images/SEgroup_3.jpg) no-repeat left bottom;
	width:595px;
	height:440px;
	margin-bottom:30px;
	position:relative;
}

.SEgroup_4 {
	background:url(../images/SEgroup_4.jpg) no-repeat left bottom;
	width:595px;
	height:460px;
	margin-bottom:20px;
	position:relative;
}

.TGbook_cover {
	background:url(../images/inquireTG_cover.png) no-repeat left top;
	width:260px;
	height:314px;
	position:absolute;
	top:-30px;
	right:0;
}

.TGgroup_1 {
	background:url(../images/TEgroup_1.jpg) no-repeat left bottom;
	width:595px;
	height:420px;
	margin-bottom:30px;
}

.TGgroup_2 {
	background:url(../images/TEgroup_2.jpg) no-repeat left bottom;
	width:595px;
	height:495px;
	margin-bottom:30px;
}

.TGgroup_3 {
	background:url(../images/TEgroup_3.jpg) no-repeat left bottom;
	width:595px;
	height:365px;
	margin-bottom:30px;
}

.SEgroup_2 table, .SEgroup_3 table, .SEgroup_4 table {
	margin:10px 0 0 0;
}

.inquiretitlebox h1 {
	margin-top:0;
	padding-top:0;
}

.inquiretitlebox h2.moreabout_subheading {
	padding:0 0 4px 0;
	font-size:15pt;
	line-height:18pt;
}

.InquireCloserLook {
	position:relative;
}

.InquireCloserLook p {
	margin-right:200px;
}

.InquireOnline_Cover {
	background:url(../images/teacherandstudent.png) no-repeat left top;
	width:314px;
	height:292px;
	position:absolute;
	top:-50px;
	right:0;
	z-index:100;
}

.moreInquireSE_1 {
	background:url(../images/moreInquireSE_1.png) no-repeat left top;
	width:186px;
	height:316px;
	position:absolute;
	top:-20px;
	right:-115px;
}

.moreInquireSE_2 {
	background:url(../images/moreInquireSE_2.png) no-repeat left top;
	width:262px;
	height:594px;
	position:absolute;
	top:-90px;
	right:-200px;
}

.moreInquireSE_3 {
	background:url(../images/moreInquireSE_3.png) no-repeat left top;
	width:368px;
	height:559px;
	position:absolute;
	bottom:-159px;
	right:-205px;
	z-index:100;
}

.moreInquireSE_4 {
	background:url(../images/moreInquireSE_4.png) no-repeat left top;
	width:417px;
	height:193px;
	position:absolute;
	bottom:-144px;
	right:-180px;
	z-index:90;
}

.InquireOnline_SScallout {
	background:url(../images/InquireOnline_SScallout.jpg) no-repeat left top;
	width:585px;
	padding-top:455px;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
}

.InquireOnline_TGcallout {
	background:url(../images/InquireOnline_TGcallout.jpg) no-repeat left top;
	width:585px;
	padding-top:455px;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
}

.InquireOnline_BLcallout {
	background:url(../images/InquireOnline_BLcallout.jpg) no-repeat left top;
	width:585px;
	padding-top:455px;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
}


.moreInquireOnline_1 {
	background:url(../images/moreInquireOnline_1.png) no-repeat left top;
	width:242px;
	height:419px;
	position:absolute;
	top:290px;
	right:-182px;
}

.moreInquireOnline_2 {
	background:url(../images/moreInquireOnline_2.png) no-repeat left top;
	width:178px;
	height:389px;
	position:absolute;
	top:0;
	right:-200px;
}


.moreInquireOnline_3 {
	background:url(../images/moreInquireOnline_3.png) no-repeat left top;
	width:266px;
	height:1047px;
	position:absolute;
	bottom:-210px;
	right:-180px;
}

p.arrow1, p.arrow2, p.arrow3, p.arrow4, p.arrow5, p.arrow6, p.arrow7, p.arrow8, .InquireOnline_TGcallout p, .InquireOnline_BLcallout p {
	padding-left:47px;
	margin-left:38px;
	padding-right:15px;
	margin-bottom:3px;
}

p.arrow1 {
	background:url(../images/callout_numbers.png) no-repeat 0px 0px;
}

p.arrow2 {
	background:url(../images/callout_numbers.png) no-repeat 0px -36px;
}

p.arrow3 {
	background:url(../images/callout_numbers.png) no-repeat 0px -72px;
}

p.arrow4 {
	background:url(../images/callout_numbers.png) no-repeat 0px -108px;
}

p.arrow5 {
	background:url(../images/callout_numbers.png) no-repeat 0px -144px;
}

p.arrow6 {
	background:url(../images/callout_numbers.png) no-repeat 0px -180px;
}

p.arrow7 {
	background:url(../images/callout_numbers.png) no-repeat 0px -216px;
}

p.arrow8 {
	background:url(../images/callout_numbers.png) no-repeat 0px -252px;
}


/************************  About InFocus Page Styles  ***********************/

.infocus_screenshots {
	position:relative;
	height:215px;
	width:600px;
	margin:22px 0 20px 0;
}

.infocus_screenshots img.screenshot1, .infocus_screenshots img.screenshot2, .infocus_screenshots img.screenshot3, .infocus_screenshots img.screenshot4 {
	position:absolute;
	box-shadow:2px 2px 4px #999999;
}

.infocus_screenshots img.screenshot1 {
	top:2px;
	left:15px;
	transform:rotate(-10deg);
	-ms-transform:rotate(-10deg); /* IE 9 */
	-moz-transform:rotate(-10deg); /* Firefox */
	-webkit-transform:rotate(-10deg); /* Safari and Chrome */
	-o-transform:rotate(-10deg); /* Opera */
}

.infocus_screenshots img.screenshot2 {
	top:0;
	left:145px;
	transform:rotate(-4deg);
	-ms-transform:rotate(-4deg); /* IE 9 */
	-moz-transform:rotate(-4deg); /* Firefox */
	-webkit-transform:rotate(-4deg); /* Safari and Chrome */
	-o-transform:rotate(-4deg); /* Opera */
}

.infocus_screenshots img.screenshot3 {
	top:0;
	left:275px;
	transform:rotate(4deg);
	-ms-transform:rotate(4deg); /* IE 9 */
	-moz-transform:rotate(4deg); /* Firefox */
	-webkit-transform:rotate(4deg); /* Safari and Chrome */
	-o-transform:rotate(4deg); /* Opera */
}

.infocus_screenshots img.screenshot4 {
	top:2px;
	left:405px;
	transform:rotate(10deg);
	-ms-transform:rotate(10deg); /* IE 9 */
	-moz-transform:rotate(10deg); /* Firefox */
	-webkit-transform:rotate(10deg); /* Safari and Chrome */
	-o-transform:rotate(10deg); /* Opera */
}




/************************  Inquire Resource Styles  ***********************/

.view-additional-resources-list-EL .views-row{
	overflow:hidden;
	margin-top:20px;
}


.view-additional-resources-list .views-row, .view-additional-resources-list-MSte .views-row, .view-additional-resources-list-HS .views-row, .view-additional-resources-list-HSte .views-row, .view-additional-resources-list-EL.views-row, .view-additional-resources-list-ELte .views-row {
	margin-top:20px;
	overflow:hidden;
}

.view-additional-resources-list .views-field-body, .view-additional-resources-list .views-field-field-includedfiles-fid{
	margin-left:76px;
}

.view-additional-resources-list-MSte .views-field-body, .view-additional-resources-list-MSte .views-field-field-includedfiles-fid, .view-additional-resources-list-HS .views-field-body, .view-additional-resources-list-HS .views-field-field-includedfiles-fid, .view-additional-resources-list-HSte .views-field-body, .view-additional-resources-list-HSte .views-field-field-includedfiles-fid, .view-additional-resources-list-EL .views-field-body, .view-additional-resources-list-EL .views-field-field-includedfiles-fid, .view-additional-resources-list-ELte .views-field-body, .view-additional-resources-list-ELte .views-field-field-includedfiles-fid {
	margin-left:86px;
}

.view-additional-resources-list .views-field-name, .view-additional-resources-list-HS .views-field-name, .view-additional-resources-list-EL .views-field-name {
	background-color:#73b1e6;
	color:#FFFFFF;
	font-size:12pt;
	padding:2px 4px 2px 4px;
	text-align:center;
	width:48px;
	float:left;
	line-height:8pt;
}
.view-additional-resources-list-MSte .views-field-name, .view-additional-resources-list-HS .views-field-name, .view-additional-resources-list-EL .views-field-name, .view-additional-resources-list-HSte .views-field-name, .view-additional-resources-list-ELte .views-field-name {
	background-color:#73b1e6;
	color:#FFFFFF;
	font-size:8pt;
	padding:2px 4px 2px 4px;
	text-align:center;
	width:58px;
	float:left;
	line-height:8pt;
}

.view-additional-resources-list .views-field-name span.field-content, .view-additional-resources-list-MSte .views-field-name span.field-content, .view-additional-resources-list-HS .views-field-name span.field-content, .view-additional-resources-list-EL .views-field-name span.field-content, .view-additional-resources-list-HSte .views-field-name span.field-content, .view-additional-resources-list-ELte .views-field-name span.field-content {
	display:block;
	padding:4px;
}

.view-additional-resources-list .views-field-name .views-label-name, .view-additional-resources-list-MSte .views-field-name .views-label-name, .view-additional-resources-list-HS .views-field-name .views-label-name, .view-additional-resources-list-EL .views-field-name .views-label-name, .view-additional-resources-list-HSte .views-field-name .views-label-name, .view-additional-resources-list-ELte .views-field-name .views-label-name {
	font-size:8pt;
}

.InquireDownload_Instruction {
	position:fixed;
	top:320px;
	width:250px;
}


/************************  Blog Styles  ***********************/

.view-Blog {}

.view-Blog .views-row, .view-Blog-category .views-row, .view-Blog-date .views-row {
	position:relative;
}

.view-Blog h2.title, .view-Blog-category h2.title,  .view-Blog-date h2.title {
	color: #000000;
	margin:0px;
	padding:35px 0 2px 0;
	border-bottom:1px solid #74b2e7;
}

.view-Blog h2.title a, .view-Blog-category h2.title a, .view-Blog-date h2.title a {
	color:#000000;
	border-bottom:none;
}

.view-Blog h2.title a:hover, .view-Blog-category h2.title a:hover, .view-Blog-date h2.title a:hover {
	color:#4F83A9;
	background-color:transparent;
}

.view-Blog .views-field-created, .view-Blog-category .views-field-created, .view-Blog-date .views-field-created {
	color:#666666;
	font-size:9pt;
	line-height:10pt;
	text-align:right;
	margin:3px 0 10px 0;
}

.view-Blog img.imagecache-blogpost_teaser, .view-Blog-category img.imagecache-blogpost_teaser, .view-Blog-date img.imagecache-blogpost_teaser {
	float:left;
	margin:0 15px 15px 0;
}

.view-Blog a.imagecache-blogpost_teaser, .view-Blog-category a.imagecache-blogpost_teaser, .view-Blog-date a.imagecache-blogpost_teaser {
	border-bottom:none;
}

.view-Blog a.imagecache-blogpost_teaser:hover, .view-Blog-category a.imagecache-blogpost_teaser:hover, .view-Blog-date a.imagecache-blogpost_teaser:hover {
	background-color:transparent;
}

.view-Blog .views-field-path {
	font-size:9pt;
	line-height:9pt;
	text-align:right;
}

.view-Blog ul.links.inline {
	margin:10px 0 20px 0;
	display:block;
	text-align: right;
}

.view-Blog ul.links li.service-links-facebook-like {
	padding:0 3px 0 3px;
}

.view-Blog ul.links li.service-links-google-plus-one, .view-Blog li.service-links-twitter-widget, .view-Blog li.service-links-linkedin-share-button {
	padding:0 3px 2px 3px;
}

.view-Blog ul.links li.node_read_more, .view-Blog-category ul.links li.node_read_more, .view-Blog-date ul.links li.node_read_more {	
	display:none;
}

a.blogpost_readmore {
	font-size:9pt;
	line-height:10pt;
	color:#990000;
	border-bottom-color:#990000;
}

a.blogpost_readmore:hover {
	background-color:#990000;
	color:#FFFFFF;
}

.blogpost_full_imageblock {
	float:left;
	margin:0 15px 15px 0;
}

img.imagecache-blogpost_full {
	margin: 0;
}

.blogpost_full_imageblock p {
	font-size:8pt;
	line-height:9pt;
	margin:0;
}

p.blog_rss {
	font-weight:bold;
	font-size:12pt;
	padding-left:45px;
	background:url(../images/rss_button.jpg) no-repeat left top;
	height:40px;
}

#block-views-Blog-block_4 ul, #block-views-Blog-block_3 ul, #block-views-Blog-block_2 ul, #block-views-Blog-block_1 ul {
	padding:0;
}

#block-views-Blog-block_4 ul li, #block-views-Blog-block_3 ul li, #block-views-Blog-block_2 ul li, #block-views-Blog-block_1 ul li {
    color: #666666;
    font-size: 10pt;
    line-height: 13pt;
    list-style: disc outside none;
    margin-bottom: 4px;
    margin-left: 20px;
}


.view-id-Blog .item-list li, .view-Blog-date .item-list li {
	list-style:none;
}

form.fivestar-widget {
	margin-top:20px;
}



/**************  Print HTML button Styles  ***************/

span.print_html {
    float: right;
    font-size: 9pt;
    margin-left: 1em;
}

span.print_html a:link, span.print_html a:visited{
	padding:3px;
	background-color:#CCCCCC;
	color:#333333;
	border:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

span.print_html a:hover{
	padding:3px;
	background-color:#666666;
	color:#FFFFFF;
}
	

/************************  Node Link Styles  ***********************/


ul.links li {
		vertical-align:bottom;
}

ul.links.inline {
	margin:10px 0 20px 0;
	display:block;
}

ul.links .fb_share_count_wrapper {
	float:none;
	display:inline-block;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

ul.links .fb_share_count_top {
	font-size:11.5pt;
	line-height:23pt;
}

ul.links .fb_share_count_nub_top {
	top:32px;
}

ul.links .FBConnectButton {
	margin-bottom:6px;
}

ul.links li.service-links-facebook-like {
	padding:0 3px 0 3px;
}

ul.links li.service-links-facebook-like iframe {
	margin-bottom:-3px;
}


ul.links li.service-links-google-plus-one, ul.links li.service-links-twitter-widget {
	padding:0 3px 2px 3px;
}



/************************  LightBox Styles  ***********************/

#lightbox {}

#lightbox a:link, #lightbox a:visited {
	border-bottom:none;
}

#lightbox a:hover {
	background-color:transparent;
}

#imageData #caption {
	font-weight:normal;
	font-size:9pt;
}

#imageData #numberDisplay {
	color:#8D9CAA;
	padding-top:10px;
}



/************************  Comments Styles  ***********************/


ul.links li.first {
	padding-left:0;
}

ul.links li.comment_add a, ul.links li.comment_comments a{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-image: url(../images/addcomment_icon.jpg);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-color:#ECECEC;
	border-bottom:none;
	color:#666666;
	font-size:9pt;
	padding:2px 4px 2px 22px;
}

ul.links li.comment_add a:hover, ul.links li.comment_comments a:hover{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#CCCCCC;
	color:#666666;
}


#comments {
	border-top:1px solid #999999;
}


#comments h2.title {
	padding:10px 0 6px 0;
}

#comments .box h2 {
	font-family:"Lato", sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding: 13px 0 0 0;
}

div.submitted {
	background-image: url(../images/sumbitted_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:9pt;
	padding-left:14px;
	margin:4px 0 4px 0;
	color:#999999;
}

#comments ul.links {
	margin:6px 0 6px 0;
}

#comments ul.links li {
	padding:0 2px 0 2px;
}

#comments ul.links li.first {
	padding:0 2px 0 0px;
}


#comments ul.links li a{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#ECECEC;
	border-bottom:none;
	color:#666666;
	font-size:9pt;
	padding:2px 4px 2px 4px;
}

#comments ul.links li a:hover{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#CCCCCC;
	color:#666666;
}


.commentQuestion {
	background-color:#FCEFBC;
	padding:8px;
	margin-top:30px;
	margin-bottom:4px;
}

.commentQuestion p:first-child {
	margin:0;
}

form#comment-form {
	background-color:#edeeee;
	padding:10px;
	border: 1px solid #CCCCCC;
    margin-top: 10px;
}

form#comment-form #edit-name-wrapper, form#comment-form #edit-mail-wrapper {
	float: left;
    margin: 0 30px 0 0;
    width: 240px;
}

form#comment-form #edit-subject-wrapper {
	clear:both;
}

form#comment-form #edit-mail-wrapper .description {
	font-size:9pt;
	line-height:11pt;
	margin-top:2px;
}

form#comment-form input#edit-subject {
	width:89%;
} 

form#comment-form input#edit-name, form#comment-form input#edit-mail {
    width: 240px;
}

form#comment-form #edit-homepage-wrapper, form#comment-form .wysiwyg .tips {
	display:none;
}

/************************  Flordia Standard pages  ***********************/


#FLStandard {}

#FLStandard table { 
	padding:0;
	margin:6px 0 16px 0;
}

#FLStandard td {
	padding:8px;
	border:1px solid #999999;
}

#FLStandard tr.FLStandard_titlerow {
	background-color:#F7F6D3;
}

#FLStandard td.FLStandard_title {
	width:120px;
}

#FLStandard td.FLStandard_explain {
	width:325px;
}

#FLStandard td.FLStandard_pages {}

#FLStandard tr.FLStandard_studentswill td {
	font-weight:bold;
	color:#666666;
	font-size:10pt;
	line-height:10pt;
	padding:26px 4px 4px 4px;
}


/*************** WYSIWYG resets ***************/

body.mceContentBody   {
	text-align:left;
	background-color: #FFFFFF;
	padding:4px;
}



/**********  Store Front Styles  **********/


.view-store-front h3, #ZBproductlist h3 {
    background-color: #eeede4;
    color: #333333;
    margin-top: 36px;
    padding: 4px 0 4px 4px;
	font-size:18pt;
}

h3 span.storesubhead {
	font-weight:normal;
	font-size:13pt;
}

.view-store-front h2.title, #ZBproductlist h2.teaserproductTitle {	
	margin:20px 0 0 0;
	padding: 0 0 3px 0;
	text-align:left;
	font-size:18pt;
	line-height:22pt;
}

.view-store-front h2.title a, #ZBproductlist h2.teaserproductTitle a {
	border-bottom:none;
}

.view-store-front tr.row-1 h2.title {	
	margin:0px;
}

.view-store-front .storefront_productTeaser, #ZBproductlist .teaserproduct_description p {
	margin-left:125px;
}

.view-store-front p.storefront_productISBN {
	font-size:9pt;
	color:#888888;
	margin:0 0 0 125px;
}

.view-store-front a.imagecache-uc_thumbnail_linked, #ZBproductlist .teaserproduct_imageholder {
	text-align:right;
	float:left;
	width:110px;
}


.view-store-front a.imagecache-uc_thumbnail_linked, .view-store-front a.imagecache-uc_thumbnail_linked:hover, #ZBproductlist {
	border-bottom:none;
	background-color:transparent;
}

.view-store-front .productprice_Teaser {
	font-size:13pt;
	float:left;
	margin:0;
}

.view-store-front .productTeaser_sellbox {
	margin-top:12px;
	padding-bottom:18px;
	border-bottom:1px solid #CCC;
}

.view-store-front tr.row-last .productTeaser_sellbox {
	border-bottom:none;
}

.view-store-front span.uc-price-sell {
	font-size:14pt;
	font-weight:bold;
	padding:0 0 0 3px;
}

.view-store-front .sell {
	display:inline;
}

.view-store-front .add-to-cart {
	float:right;
	margin:0 0 0 0;
	text-align:left;
}

.view-store-front .add-to-cart .form-item {
	margin-bottom:8px;
	display:inline;
}

.view-store-front .add-to-cart .form-item label {
	display:inline;
}


.view-store-front .add-to-cart .form-submit {
	font-size:10pt;
	padding:2px 10px 2px 10px;
	display:inline;
	margin-left:10px;
}

.view-store-front .attributes {
	margin-bottom: 20px;
	background-color: #eee;
	padding: 8px;
}

#jumpMenu {
	width: 260px !important;
	background-color: #eeede4;
	padding: 10px;
	margin-top:20px;
}

#jumpMenu h2.title {
	padding-top:0px;
}


/****  ZB productteaser Styles  ****/

h2.teaserproductTitle_first {	
	margin:20px 0 0 0 !important;
}

#ZBproductlist .teaserproduct_description {
	margin-top:6px;
}

.teaserproduct_linkgroup {
	margin:15px 0 0 0;
}

.teaserproduct_linkgroup ul {
	padding:0 0 0 18px;
}

.teaserproduct_linkgroup li {
	font-size:9pt;
	line-height:12pt;
	margin-bottom:4px;
}

.teaserproduct_linkgroup span.teaserISBN {
	font-size:7pt;
}

.teaserproduct_ZBlinkgroup {
	width:180px;
	float:right;
	padding-left:20px;
	margin-left:20px;
	border-left:1px solid #CCCCCC;
}

p.ZBexplanation_Teaser {
	padding: 4px 0 0 0;
	color: #999;
	line-height: 10pt;
	clear: both;
	font-size: 8pt;
	text-align: right;
	margin: 0;
}

p.ZBexplanation_Teaser a {
	color: #666666;
	border-bottom: none;
}

p.ZBexplanation_Teaser a:hover {
	color:#666666;
	border-bottom:1px dotted #666666;
	background-color:transparent;
}	

a.store_zbpurchase_Teaser {
    background-color: #58A458;
    border-bottom: medium none;
    border-radius: 3px;
    color: white;
    display: block;
    float: right;
    font-size: 12pt;
    line-height: 15pt;
    margin: 0 0 1px;
    padding: 2px 8px;
}


a:hover.store_zbpurchase_Teaser {
	background-color: #3D853B;
}


/**********  Product Styles  **********/

#content-area .node-type-product {
	padding-top:25px;
}

.meta div.terms {
	display:none;
}

.product_leftcol {
	float:left;
	margin:0;
	padding:0;
	width:235px;
}

.product-image {
	margin-left:0;
	padding-left:0;
}

.product_extraInfo {
	margin-top:25px;
}

.product_leftcol #inquireDownloads { /* Inquire Downlowad Box reset */
	position:static;
}

.ProductInformationField {
	margin-left:260px;
}

.node-type-product h1.title {
	margin-bottom:35px;
}

.product-image a:link, product-image a:visited {
	border-bottom:none;
}

.product-image a:hover {
	background-color:transparent;
}

.more-product-images a {
	padding-right:6px;
}

span.uc-price-sell, span.uc-price-list {
	font-size:16pt;
	font-weight:bold;
	background-color:trasparent;
	padding-top:5px;
}

.Product_Retailpricebar, .Product_Schoolpricebar {
	display:block;
	font-weight:normal;
	font-size:12pt;
	background-color:#eeede4;
	width:210px;
	padding:1px 0px 1px 4px;
	margin-bottom:4px;
}

.Product_Schoolpricebar {
	margin-top:18px;
}

span.uc-price-sell span.price-prefixes, span.uc-price-list span.price-prefixes {
	display:none;
}

p.discountTitle {
	margin-top:15px;
	background-color:#cfe6ff;
	width:210px;
	padding:1px 0px 1px 4px;
}

table.discountList {
	margin:2px 0 4px 10px
}

table.discountList td {
	text-align:right;
	font-size:10pt;
	line-height:12pt;
	padding-right:2px;
}

table.discountList td.discountPercent {
	text-align:left;
	font-weight:bold;
}

p.discountExplanation, .form-item .description p {
	color:#555555;
	font-size:10pt;
	line-height:12pt;
	margin-top:6px;
}

div.add-to-cart {
	margin-top:12px;
}

div.ProductInformationField input.form-submit {
    display: inline;
    font-size: 10pt;
    padding: 2px 10px;
    width: 130px;
}

div.add-to-cart div.form-item {
    display: inline;
    margin-right: 12px;
    margin-top: 0;
}

div.add-to-cart .form-item label {
	padding-bottom:3px;
	display:inline;
}

div.add-to-cart .attributes {
	margin-bottom: 20px;
	background-color: #eee;
	padding: 8px;
}

.product-body {
	margin-top:30px;
}

/*****  ZB productfull Styles  *****/

p.ZBexplanation_Full {
    color: #999999;
    font-size: 8pt;
    line-height: 10pt;
    margin: 0;
    padding: 4px 0 0;
}


p.ZBexplanation_Full a {
	color:#666666;
	border-bottom:none;
}

p.ZBexplanation_Full a:hover {
	color:#666666;
	border-bottom:1px dotted #666666;
	background-color:transparent;
}	

a.store_zbpurchase_Full {
	background-color: #58a458;
    padding: 2px 8px;
	color: #FFFFFF;
	font-size: 12pt;
	line-height: 16.5pt;
	margin: 12px 0 0 0;
	border-bottom:none;
	border-radius:3px;
	display:inline-block;
}


a:hover.store_zbpurchase_Full {
	background-color: #3D853B;
}






/**********  Cart Styles  **********/

#cart-form-products {
	margin-top:30px;
}

#cart-form-products table {
	margin:0;
}

#cart-form-products thead.tableHeader-processed {
	background-color:#CFE6FF;
}

#cart-form-products thead.tableHeader-processed th {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12pt;
	padding:4px;
}

#cart-form-products tbody tr {
	background-color:#FFFFFF;
}

#cart-form-products tbody td {
	padding:4px;
}

#cart-form-products ul.product-description {
	margin:0;
}

#cart-form-products table input.form-submit {
	padding:0 4px;
	font-size:9pt;
}

.uc-discounts-cart-pane-container {
	margin-top:15px;
	border:none;
}

.uc-discounts-cart-pane-container tbody, .uc-discounts-cart-pane-container tbody tr {
	border:none;
	background-color:#FFFFFF;
}

.uc-discounts-cart-pane-container tbody tr:last-child {
	border-top:1px solid #CCCCCC;
}

.uc-discounts-cart-pane-container tbody tr:last-child td.uc-discounts-cart-pane-table-cell {
	font-size:16pt;
	padding-top:8px;
}

table.uc-discounts-cart-pane-table {
	margin:0;
}

#cart-form-buttons {
	padding-top:15px;
	border:none;
}

/**********  Cart Styles  **********/

#cart-pane {}

#cart-pane .item-list ul {
	margin:0;
}

#cart-pane thead.tableHeader-processed {
	background-color:#CFE6FF;
}

#cart-pane thead.tableHeader-processed th {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12pt;
	padding:4px;
}

#checkout-form-bottom {
	border:none;
}

/******************  Recent News Styles  **********************/

.newsListPage .views-field-title {
	font-size: 14pt;
	font-style: normal;
	line-height: 18pt;
	margin: 20px 0 0 0;
}

.newsListPage .views-field-field-articlesummary-value {
	font-style:italic;
}

.newsListPage .views-field-field-articlesummary-value p {
	color:#999;
	margin:4px 0 14px 0;
	font-style:normal;
}

.newsarticle_summary p {
	color:#999;
	margin:6px 0 20px 0;
}


/******************  In Focus Download List  **********************/

ul.InFocusDownloadList {
	list-style-type:none;
	width:100%;
}

li.InFocusDownloadItem {
	margin:20px 0 20px 0;
	list-style-image:none;
	list-style-type:none;
}

li.InFocusDownloadItem a {
	font-size: 14pt;
	border-bottom: none;
	color: #000;
	background-color: #FFEABC;
	width: 70%;
	display: block;
	padding: 10px 0 10px 10px;
}
	
li.InFocusDownloadItem a:hover {
	background-color: #FFC074;
}

.InFocusDownload_Instruction {
	position:fixed;
	top:535px;
	width:200px;
}

	
/******************  UWP Manual Pages  **********************/

.ManualsPreview_companyblock {
	margin:0 0 30px 0;
}

img.ManualsPreview_company {
	float:right;
	margin:0 0 0 40px;
}


img.ManualsPreview_header {
	width:100%;
	margin:0 0 20px 0;
}

.ManualsPreview_clear {
	clear:both;
	overflow:hidden;
}

.ManualsPreview_block {
	margin:10px 0 20px 0;
	min-height: 300px;
}

.ManualsPreview_block p {
	margin:0 0 0 230px;
}

img.ManualsPreview_image{
	float:left;
}
	
.ManualsPreview_list {
}

.ManualsPreview_foot {
	margin: 40px 0 0 0;
	padding: 10px;
	background-color: lightblue;
}


/******************  Common Core Newsletter Mini Store  **********************/

.CommonCoreMiniStore {
	clear:both;
	overflow:hidden;
	margin:20px 0 40px 0;
}

.CommonCoreMiniStore .views-field-title {
	font-family:"Lato", sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: bold;
	color: #000000;
	width:470px;
	margin:0 0 15px 0;
}

.CommonCoreMiniStore .views-field-field-image-cache-fid {
	float:left;
	margin:5px 30px 0 0;
}

.CommonCoreMiniStore a.imagecache-uc_thumbnail:link, .CommonCoreMiniStore a.imagecache-uc_thumbnail:hover {
	text-decoration:none;
	border:none;
	background-color:transparent;
}

.CommonCoreMiniStore .views-field-addtocartlink {
}

.CommonCoreMiniStore .views-field-markup {
	clear:both;
	overflow:hidden;
}

/************************  Writers Express Info  ***********************/

.WritersExpressProductPrice {
	background-color:#eeede4;
	padding:8px;
}

.WritersExpressProductPrice p {
	font-weight: bold;
}

.WritersExpressProductPrice .WritersExpressISBN {
	font-size: 8pt;
	color: gray;
}

.WritersExpressProductPrice .WritersExpressPrice {
	padding-left:20px;
	color:green;
}