/*---------------------------------------------------------
# BT Education - Joomla! Template
# ---------------------------------------------------------
# For Joomla! 2.5
# Copyright (C) 2007-2013 BonusThemes.com. All rights reserved.
# License: GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html
# Demo: http://www.bonusthemes.com/demo/?template=education
# Website: http://www.bonusthemes.com
# Support: support@bonusthemes.com
----------------------------------------------------------- */
/*---------------------------------------------------------
# BT Education - Joomla! Template
# ---------------------------------------------------------
# For Joomla! 2.5
# Copyright (C) 2013 Bonusthemes.com. All rights reserved.
# @license Copyrighted Commercial Software
# Demo: http://www.bonusthemes.com/demo/?template=education
# Website: http://www.bonusthemes.com
# Support: support@bonusthemes.com
----------------------------------------------------------- */
/***** BEGIN: typography.css *****/
/* --- Paragraph, Headings --- */
p { }
h1 {  
     color: #81C505;
}
h2 { 
     color: #EA4C63;
}
h3 { 
     color: #81C505;
}
h4 { 
     color: #D9D900;
}
h5 { 
     color: #D9D900;
}
h6 { 
     color: #D9D900;
}
/* --- Table, Links, Image --- */
table { }
img { }
img.brdr { 
     border-color: #CCC;
}
a:link, a:active, a:visited { 
     color: #81C505;
}
a:hover, a:focus { }
a.button, a.button:visited { 
     color: #FFF;
}
/* --- Forms --- */
form { }
input.text, input, textarea, select, radio, checkbox, button { }
textarea:focus, input:focus { }
label { }
fieldset.bt_fieldset-1, fieldset.bt_fieldset-2 { 
     border-color: #CCC;
}
fieldset.bt_fieldset-1 legend, fieldset.bt_fieldset-2 legend { }
fieldset.bt_fieldset-1 p, fieldset.bt_fieldset-2 p { }
fieldset.bt_fieldset-1 legend { 
     color: #848484;
     background-image: none;
}
fieldset.bt_fieldset-2 legend { 
     color: #FFF;
     background-color: #81C505;
     border-left-color: #D9D900;
}
input[type="text"], input[type="password"], input[type="email"], input[type="name"], input[type="first"] { 
     color: #000;
     background-color: #FFF;
     border: 2px solid #B1CF89;
     border-radius: 6px;
     font-size:	12px;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="email"]:hover, input[type="email"]:focus { 
     color: #000;
     background-color: #FFF;
     border: 2px solid #B1CF89;
     border-radius: 6px;
     font-size:	12px;
}
textarea { 
     color: #848484;
     /*background-color: #FFF;*/
     border-color: #CCC;
}
textarea:hover, textarea:focus { 
     color: #848484;
     /*background-color: #F5F5F5;*/
     /*border-color: #81C505;*/
	 border:1px solid #8bab58 !important;
}
button, input.button, .button, input[type="submit"], input[type="button"], input[type="reset"] { 
     color: #FFF;
     /* background-color: #81C505;*/
     /* background: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/addtocart_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */
     background-color: #78A141;
     border-radius: 6px;
     border: 2px solid #fff;
     box-shadow: 2px 2px 3px rgba(0,0,0, 0.5);
     padding: 4px 10px;
}
button:hover, input.button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { 
     /* background-color: #848484; */
     /* background: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/addtocart_button_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) */
     background-color: #5F5E5E;
}

button:active, input.button:active, .button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active { 
     background-color: #D9D900;
}
/* --- List styles --- */
ul { }
ol { }
ul li { 
     /* background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/typography/bt_list_quad_icon-1.png"); */
}
ol li { }
ul.bt_ul { }
ol.bt_ol { }
ul.bt_dl { }
ul.bt_dl li { }
ul.bt_arrow_list-1, ul.bt_circle_list-1, ul.bt_quad_list-1, ul.bt_check_list-1 { }
ul.bt_arrow_list-1 li { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/typography/bt_list_arrow_icon-1.png");
}
ul.bt_circle_list-1 li { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/typography/bt_list_circle_icon-1.png");
}
ul.bt_quad_list-1 li { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/typography/bt_list_quad_icon-1.png");
}
ul.bt_check_list-1 li { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/typography/bt_list_check_icon-1.png");
}
/* --- Tables --- */
table.bt_typo_table { }
table.bt_typo_table thead th { 
     color: #848484;
     border-bottom-color: #81C505;
}
table.bt_typo_table td { 
     color: #848484;
     background-color: #F5F5F5;
     border-bottom-color: #FFF;
}
table.bt_typo_table td.bt_dark_td { 
     color: #FFF;
     background-color: #D9D900;
     border-right-color: #FFF;
}
table.bt_typo_table td:hover { 
     color: #FFF;
     background-color: #CCC;
}
table.bt_typo_table td.bt_dark_td:hover { 
     color: #FFF;
     background-color: #848484;
}
/* --- Block Numbers --- */
div.bt_block_number span { 
     color: #FFF;
     background-color: #81C505;
}
/* --- Blockquote --- */
blockquote { }
blockquote p { }
blockquote.bt_blockquote-1 p.bt_blockquote_left { 
     color: #848484;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/typography/bt_blockquote_2_icon-1.png");
}
blockquote.bt_blockquote-1 p.bt_blockquote_right { 
     color: #848484;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/typography/bt_blockquote_2_icon-1.png");
}
blockquote.bt_blockquote-2 { 
     color: #848484;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/typography/bt_blockquote_2_icon-1.png");
}
blockquote.bt_blockquote-2 p { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/typography/bt_blockquote_2_icon-1.png");
}
/* --- Dropcaps --- */
div.bt_dropcap-2 span { 
     color: #848484;
     border-bottom-color: #81C505;
}
div.bt_dropcap-2 p { }
/* --- Highlights --- */
p.bt_highlight { }
span.bt_highlight-1, span.bt_highlight-2, span.bt_highlight-3 { }
span.bt_highlight-1 { 
     color: #848484;
     background-color: #F5F5F5;
}
span.bt_highlight-2 { 
     color: #FFF;
     background-color: #D9D900;
}
span.bt_highlight-3 { 
     color: #FFF;
     background-color: #81C505;
}
/* --- Codes --- */
div.bt_code-1 { 
     color: #848484;
     background-color: #F5F5F5;
     border-left-color: #81C505;
}
/* --- Typography Page (only for demo & quickstart) --- */
.bt_typo_title { 
     color: #848484;
     border-bottom-color: #CCC;
}
.bt_typo_title span.bt_title { }
.bt_typo_lbl { }
/***** END: typography.css *****/
/***** BEGIN: mstyles.css *****/
/* --- Default Style --- */
.moduletable { }
.moduletable h3 { }
.moduletable h3 span.title_arrow { 
     color: #968F87;
}
.moduletable h3 span.first-word { 
     color: #FF9800;
}
.moduletable h3.bt { }
.moduletable h3.bt span.title_arrow { }
.moduletable h3.bt span.first-word { }
.moduletable div.module_content { }
.moduletable div.module_content div { }
/* --- list styles --- */
.moduletable div.module_content ul li { }
/* --- headings --- */
.moduletable div.module_content h1, .moduletable div.module_content h2, .moduletable div.module_content h3, .moduletable div.module_content h4, .moduletable div.module_content h5, .moduletable div.module_content h6 { }
/* --- form --- */
.moduletable div.module_content input[type="text"], .moduletable div.module_content input[type="password"], .moduletable div.module_content input[type="email"] { }
.moduletable div.module_content input[type="text"]:hover, .moduletable div.module_content input[type="text"]:focus, .moduletable div.module_content input[type="password"]:hover, .moduletable div.module_content input[type="password"]:focus, .moduletable div.module_content input[type="email"]:hover, .moduletable div.module_content input[type="email"]:focus { }
.moduletable div.module_content textarea { }
.moduletable div.module_content textarea:hover, .moduletable div.module_content textarea:focus { }
.moduletable div.module_content button, .moduletable div.module_content input.button, .moduletable div.module_content .button, .moduletable div.module_content input[type="submit"], .moduletable div.module_content input[type="button"], .moduletable div.module_content input[type="reset"] { }
.moduletable div.module_content button:hover, .moduletable div.module_content input.button:hover, .moduletable div.module_content .button:hover, .moduletable div.module_content input[type="submit"]:hover, .moduletable div.module_content input[type="button"]:hover, .moduletable div.module_content input[type="reset"]:hover { }
.moduletable div.module_content button:active, .moduletable div.module_content input.button:active, .moduletable div.module_content .button:active, .moduletable div.module_content input[type="submit"]:active, .moduletable div.module_content input[type="button"]:active, .moduletable div.module_content input[type="reset"]:active { }
/* --- links --- */
.moduletable div.module_content a:link, .moduletable div.module_content a:active, .moduletable div.module_content a:visited { }
.moduletable div.module_content a:hover, .moduletable div.module_content a:focus { }
/* --- Style1 (_btmstyle1) --- */
.moduletable_btmstyle1 { }
.moduletable_btmstyle1 div.icon_a { }
.moduletable_btmstyle1 div.icon_b { }
.moduletable_btmstyle1 h3 { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/mstyles/btmstyle_arrow.png");
}
.moduletable_btmstyle1 h3 span.btmstyle { 
     background-color: #AEC08E;
}
.moduletable_btmstyle1 h3 span.title_arrow { 
     color: #FFF;
}
.moduletable_btmstyle1 h3 span.first-word { 
     color: #497002;
}
.moduletable_btmstyle1 h3.bt { }
.moduletable_btmstyle1 h3.bt span.btmstyle { }
.moduletable_btmstyle1 h3.bt span.title_arrow { }
.moduletable_btmstyle1 h3.bt span.first-word { }
.moduletable_btmstyle1 div.module_content { }
.moduletable_btmstyle1 div.module_content div { }
/* --- list styles --- */
.moduletable_btmstyle1 div.module_content ul li { }
/* --- headings --- */
.moduletable_btmstyle1 div.module_content h1, .moduletable_btmstyle1 div.module_content h2, .moduletable_btmstyle1 div.module_content h3, .moduletable_btmstyle1 div.module_content h4, .moduletable_btmstyle1 div.module_content h5, .moduletable_btmstyle1 div.module_content h6 { }
/* --- form --- */
.moduletable_btmstyle1 div.module_content input[type="text"], .moduletable_btmstyle1 div.module_content input[type="password"], .moduletable_btmstyle1 div.module_content input[type="email"] { }
.moduletable_btmstyle1 div.module_content input[type="text"]:hover, .moduletable_btmstyle1 div.module_content input[type="text"]:focus, .moduletable_btmstyle1 div.module_content input[type="password"]:hover, .moduletable_btmstyle1 div.module_content input[type="password"]:focus, .moduletable_btmstyle1 div.module_content input[type="email"]:hover, .moduletable_btmstyle1 div.module_content input[type="email"]:focus { }
.moduletable_btmstyle1 div.module_content textarea { }
.moduletable_btmstyle1 div.module_content textarea:hover, .moduletable_btmstyle1 div.module_content textarea:focus { }
.moduletable_btmstyle1 div.module_content button, .moduletable_btmstyle1 div.module_content input.button, .moduletable_btmstyle1 div.module_content .button, .moduletable_btmstyle1 div.module_content input[type="submit"], .moduletable_btmstyle1 div.module_content input[type="button"], .moduletable_btmstyle1 div.module_content input[type="reset"] { }
.moduletable_btmstyle1 div.module_content button:hover, .moduletable_btmstyle1 div.module_content input.button:hover, .moduletable_btmstyle1 div.module_content .button:hover, .moduletable_btmstyle1 div.module_content input[type="submit"]:hover, .moduletable_btmstyle1 div.module_content input[type="button"]:hover, .moduletable_btmstyle1 div.module_content input[type="reset"]:hover { }
.moduletable_btmstyle1 div.module_content button:active, .moduletable_btmstyle1 div.module_content input.button:active, .moduletable_btmstyle1 div.module_content .button:active, .moduletable_btmstyle1 div.module_content input[type="submit"]:active, .moduletable_btmstyle1 div.module_content input[type="button"]:active, .moduletable_btmstyle1 div.module_content input[type="reset"]:active { }
/* --- links --- */
.moduletable_btmstyle1 div.module_content a:link, .moduletable_btmstyle1 div.module_content a:active, .moduletable_btmstyle1 div.module_content a:visited { }
.moduletable_btmstyle1 div.module_content a:hover, .moduletable_btmstyle1 div.module_content a:focus { }
/* --- Style2 (_btmstyle2) --- */
.moduletable_btmstyle2 { }
.moduletable_btmstyle2 div.icon_a { }
.moduletable_btmstyle2 div.icon_b { }
.moduletable_btmstyle2 h3 { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/mstyles/btmstyle_arrow.png");
}
.moduletable_btmstyle2 h3 span.btmstyle { 
     background-color: #AEC08E;
}
.moduletable_btmstyle2 h3 span.title_arrow { 
     color: #FFF;
}
.moduletable_btmstyle2 h3 span.first-word { 
     color: #497002;
}
.moduletable_btmstyle2 h3.bt { }
.moduletable_btmstyle2 h3.bt span.btmstyle { }
.moduletable_btmstyle2 h3.bt span.title_arrow { }
.moduletable_btmstyle2 h3.bt span.first-word { }
.moduletable_btmstyle2 div.module_content { 
     border-color: #B6C797 #B6C797 #B6C797 #B6C797;
}
.moduletable_btmstyle2 div.module_content div { }
/* --- list styles --- */
.moduletable_btmstyle2 div.module_content ul li { }
/* --- headings --- */
.moduletable_btmstyle2 div.module_content h1, .moduletable_btmstyle2 div.module_content h2, .moduletable_btmstyle2 div.module_content h3, .moduletable_btmstyle2 div.module_content h4, .moduletable_btmstyle2 div.module_content h5, .moduletable_btmstyle2 div.module_content h6 { }
/* --- form --- */
.moduletable_btmstyle2 div.module_content input[type="text"], .moduletable_btmstyle2 div.module_content input[type="password"], .moduletable_btmstyle2 div.module_content input[type="email"] { }
.moduletable_btmstyle2 div.module_content input[type="text"]:hover, .moduletable_btmstyle2 div.module_content input[type="text"]:focus, .moduletable_btmstyle2 div.module_content input[type="password"]:hover, .moduletable_btmstyle2 div.module_content input[type="password"]:focus, .moduletable_btmstyle2 div.module_content input[type="email"]:hover, .moduletable_btmstyle2 div.module_content input[type="email"]:focus { }
.moduletable_btmstyle2 div.module_content textarea { }
.moduletable_btmstyle2 div.module_content textarea:hover, .moduletable_btmstyle2 div.module_content textarea:focus { }
.moduletable_btmstyle2 div.module_content button, .moduletable_btmstyle2 div.module_content input.button, .moduletable_btmstyle2 div.module_content .button, .moduletable_btmstyle2 div.module_content input[type="submit"], .moduletable_btmstyle2 div.module_content input[type="button"], .moduletable_btmstyle2 div.module_content input[type="reset"] { }
.moduletable_btmstyle2 div.module_content button:hover, .moduletable_btmstyle2 div.module_content input.button:hover, .moduletable_btmstyle2 div.module_content .button:hover, .moduletable_btmstyle2 div.module_content input[type="submit"]:hover, .moduletable_btmstyle2 div.module_content input[type="button"]:hover, .moduletable_btmstyle2 div.module_content input[type="reset"]:hover { }
.moduletable_btmstyle2 div.module_content button:active, .moduletable_btmstyle2 div.module_content input.button:active, .moduletable_btmstyle2 div.module_content .button:active, .moduletable_btmstyle2 div.module_content input[type="submit"]:active, .moduletable_btmstyle2 div.module_content input[type="button"]:active, .moduletable_btmstyle2 div.module_content input[type="reset"]:active { }
/* --- links --- */
.moduletable_btmstyle2 div.module_content a:link, .moduletable_btmstyle2 div.module_content a:active, .moduletable_btmstyle2 div.module_content a:visited { }
.moduletable_btmstyle2 div.module_content a:hover, .moduletable_btmstyle2 div.module_content a:focus { }
/* --- Style3 (_btmstyle3) --- */
.moduletable_btmstyle3 { }
.moduletable_btmstyle3 div.icon_a { }
.moduletable_btmstyle3 div.icon_b { }
.moduletable_btmstyle3 h3 { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/mstyles/btmstyle_arrow.png");
}
.moduletable_btmstyle3 h3 span.btmstyle { 
     background-color: #EEFDD1;
}
.moduletable_btmstyle3 h3 span.title_arrow { 
     color: #81C505;
}
.moduletable_btmstyle3 h3 span.first-word { 
     color: #679D04;
}
.moduletable_btmstyle3 h3.bt { }
.moduletable_btmstyle3 h3.bt span.btmstyle { }
.moduletable_btmstyle3 h3.bt span.title_arrow { }
.moduletable_btmstyle3 h3.bt span.first-word { }
.moduletable_btmstyle3 div.module_content { }
.moduletable_btmstyle3 div.module_content div { }
/* --- list styles --- */
.moduletable_btmstyle3 div.module_content ul li { }
/* --- headings --- */
.moduletable_btmstyle3 div.module_content h1, .moduletable_btmstyle3 div.module_content h2, .moduletable_btmstyle3 div.module_content h3, .moduletable_btmstyle3 div.module_content h4, .moduletable_btmstyle3 div.module_content h5, .moduletable_btmstyle3 div.module_content h6 { }
/* --- form --- */
.moduletable_btmstyle3 div.module_content input[type="text"], .moduletable_btmstyle3 div.module_content input[type="password"], .moduletable_btmstyle3 div.module_content input[type="email"] { }
.moduletable_btmstyle3 div.module_content input[type="text"]:hover, .moduletable_btmstyle3 div.module_content input[type="text"]:focus, .moduletable_btmstyle3 div.module_content input[type="password"]:hover, .moduletable_btmstyle3 div.module_content input[type="password"]:focus, .moduletable_btmstyle3 div.module_content input[type="email"]:hover, .moduletable_btmstyle3 div.module_content input[type="email"]:focus { }
.moduletable_btmstyle3 div.module_content textarea { }
.moduletable_btmstyle3 div.module_content textarea:hover, .moduletable_btmstyle3 div.module_content textarea:focus { }
.moduletable_btmstyle3 div.module_content button, .moduletable_btmstyle3 div.module_content input.button, .moduletable_btmstyle3 div.module_content .button, .moduletable_btmstyle3 div.module_content input[type="submit"], .moduletable_btmstyle3 div.module_content input[type="button"], .moduletable_btmstyle3 div.module_content input[type="reset"] { }
.moduletable_btmstyle3 div.module_content button:hover, .moduletable_btmstyle3 div.module_content input.button:hover, .moduletable_btmstyle3 div.module_content .button:hover, .moduletable_btmstyle3 div.module_content input[type="submit"]:hover, .moduletable_btmstyle3 div.module_content input[type="button"]:hover, .moduletable_btmstyle3 div.module_content input[type="reset"]:hover { }
.moduletable_btmstyle3 div.module_content button:active, .moduletable_btmstyle3 div.module_content input.button:active, .moduletable_btmstyle3 div.module_content .button:active, .moduletable_btmstyle3 div.module_content input[type="submit"]:active, .moduletable_btmstyle3 div.module_content input[type="button"]:active, .moduletable_btmstyle3 div.module_content input[type="reset"]:active { }
/* --- links --- */
.moduletable_btmstyle3 div.module_content a:link, .moduletable_btmstyle3 div.module_content a:active, .moduletable_btmstyle3 div.module_content a:visited { }
.moduletable_btmstyle3 div.module_content a:hover, .moduletable_btmstyle3 div.module_content a:focus { }
/* --- Style4 (_btmstyle4) --- */
.moduletable_btmstyle4 { }
.moduletable_btmstyle4 div.icon_a { }
.moduletable_btmstyle4 div.icon_b { }
.moduletable_btmstyle4 h3 { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/mstyles/btmstyle_arrow.png");
}
.moduletable_btmstyle4 h3 span.btmstyle { 
     background-color: #EEE;
}
.moduletable_btmstyle4 h3 span.title_arrow { 
     color: #81C505;
}
.moduletable_btmstyle4 h3 span.first-word { 
     color: #666666;
}
.moduletable_btmstyle4 h3.bt { }
.moduletable_btmstyle4 h3.bt span.btmstyle { }
.moduletable_btmstyle4 h3.bt span.title_arrow { }
.moduletable_btmstyle4 h3.bt span.first-word { }
.moduletable_btmstyle4 div.module_content { 
     border-color: #DDD #DDD #DDD #DDD;
}
.moduletable_btmstyle4 div.module_content div { }
/* --- list styles --- */
.moduletable_btmstyle4 div.module_content ul li { }
/* --- headings --- */
.moduletable_btmstyle4 div.module_content h1, .moduletable_btmstyle4 div.module_content h2, .moduletable_btmstyle4 div.module_content h3, .moduletable_btmstyle4 div.module_content h4, .moduletable_btmstyle4 div.module_content h5, .moduletable_btmstyle4 div.module_content h6 { }
/* --- form --- */
.moduletable_btmstyle4 div.module_content input[type="text"], .moduletable_btmstyle4 div.module_content input[type="password"], .moduletable_btmstyle4 div.module_content input[type="email"] { }
.moduletable_btmstyle4 div.module_content input[type="text"]:hover, .moduletable_btmstyle4 div.module_content input[type="text"]:focus, .moduletable_btmstyle4 div.module_content input[type="password"]:hover, .moduletable_btmstyle4 div.module_content input[type="password"]:focus, .moduletable_btmstyle4 div.module_content input[type="email"]:hover, .moduletable_btmstyle4 div.module_content input[type="email"]:focus { }
.moduletable_btmstyle4 div.module_content textarea { }
.moduletable_btmstyle4 div.module_content textarea:hover, .moduletable_btmstyle4 div.module_content textarea:focus { }
.moduletable_btmstyle4 div.module_content button, .moduletable_btmstyle4 div.module_content input.button, .moduletable_btmstyle4 div.module_content .button, .moduletable_btmstyle4 div.module_content input[type="submit"], .moduletable_btmstyle4 div.module_content input[type="button"], .moduletable_btmstyle4 div.module_content input[type="reset"] { }
.moduletable_btmstyle4 div.module_content button:hover, .moduletable_btmstyle4 div.module_content input.button:hover, .moduletable_btmstyle4 div.module_content .button:hover, .moduletable_btmstyle4 div.module_content input[type="submit"]:hover, .moduletable_btmstyle4 div.module_content input[type="button"]:hover, .moduletable_btmstyle4 div.module_content input[type="reset"]:hover { }
.moduletable_btmstyle4 div.module_content button:active, .moduletable_btmstyle4 div.module_content input.button:active, .moduletable_btmstyle4 div.module_content .button:active, .moduletable_btmstyle4 div.module_content input[type="submit"]:active, .moduletable_btmstyle4 div.module_content input[type="button"]:active, .moduletable_btmstyle4 div.module_content input[type="reset"]:active { }
/* --- links --- */
.moduletable_btmstyle4 div.module_content a:link, .moduletable_btmstyle4 div.module_content a:active, .moduletable_btmstyle4 div.module_content a:visited { }
.moduletable_btmstyle4 div.module_content a:hover, .moduletable_btmstyle4 div.module_content a:focus { }
/* --- Style5 (_btmstyle5) --- */
.moduletable_btmstyle5 { 
     color: #FFF;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/mstyles/social_left_bg.png");
}
.moduletable_btmstyle5 div.icon_a { }
.moduletable_btmstyle5 div.icon_b { }
.moduletable_btmstyle5 h3 { }
.moduletable_btmstyle5 h3 span.btmstyle { }
.moduletable_btmstyle5 h3 span.title_arrow { }
.moduletable_btmstyle5 h3 span.first-word { }
.moduletable_btmstyle5 h3.bt { }
.moduletable_btmstyle5 h3.bt span.btmstyle { }
.moduletable_btmstyle5 h3.bt span.title_arrow { }
.moduletable_btmstyle5 h3.bt span.first-word { }
.moduletable_btmstyle5 div.module_content { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/mstyles/social_right_bg.png");
}
.moduletable_btmstyle5 div.module_content div { 
     background-color: #81C505;
}
/* --- list styles --- */
.moduletable_btmstyle5 div.module_content ul li { }
/* --- headings --- */
.moduletable_btmstyle5 div.module_content h1, .moduletable_btmstyle5 div.module_content h2, .moduletable_btmstyle5 div.module_content h3, .moduletable_btmstyle5 div.module_content h4, .moduletable_btmstyle5 div.module_content h5, .moduletable_btmstyle5 div.module_content h6 { }
/* --- form --- */
.moduletable_btmstyle5 div.module_content input[type="text"], .moduletable_btmstyle5 div.module_content input[type="password"], .moduletable_btmstyle5 div.module_content input[type="email"] { }
.moduletable_btmstyle5 div.module_content input[type="text"]:hover, .moduletable_btmstyle5 div.module_content input[type="text"]:focus, .moduletable_btmstyle5 div.module_content input[type="password"]:hover, .moduletable_btmstyle5 div.module_content input[type="password"]:focus, .moduletable_btmstyle5 div.module_content input[type="email"]:hover, .moduletable_btmstyle5 div.module_content input[type="email"]:focus { }
.moduletable_btmstyle5 div.module_content textarea { }
.moduletable_btmstyle5 div.module_content textarea:hover, .moduletable_btmstyle5 div.module_content textarea:focus { }
.moduletable_btmstyle5 div.module_content button, .moduletable_btmstyle5 div.module_content input.button, .moduletable_btmstyle5 div.module_content .button, .moduletable_btmstyle5 div.module_content input[type="submit"], .moduletable_btmstyle5 div.module_content input[type="button"], .moduletable_btmstyle5 div.module_content input[type="reset"] { }
.moduletable_btmstyle5 div.module_content button:hover, .moduletable_btmstyle5 div.module_content input.button:hover, .moduletable_btmstyle5 div.module_content .button:hover, .moduletable_btmstyle5 div.module_content input[type="submit"]:hover, .moduletable_btmstyle5 div.module_content input[type="button"]:hover, .moduletable_btmstyle5 div.module_content input[type="reset"]:hover { }
.moduletable_btmstyle5 div.module_content button:active, .moduletable_btmstyle5 div.module_content input.button:active, .moduletable_btmstyle5 div.module_content .button:active, .moduletable_btmstyle5 div.module_content input[type="submit"]:active, .moduletable_btmstyle5 div.module_content input[type="button"]:active, .moduletable_btmstyle5 div.module_content input[type="reset"]:active { }
/* --- links --- */
.moduletable_btmstyle5 div.module_content a:link, .moduletable_btmstyle5 div.module_content a:active, .moduletable_btmstyle5 div.module_content a:visited { }
.moduletable_btmstyle5 div.module_content a:hover, .moduletable_btmstyle5 div.module_content a:focus { }
/* --- Style6 (_btmstyle6) --- */
.moduletable_btmstyle6 { }
.moduletable_btmstyle6 div.icon_a { }
.moduletable_btmstyle6 div.icon_b { }
.moduletable_btmstyle6 h3 { }
.moduletable_btmstyle6 h3 span.btmstyle { }
.moduletable_btmstyle6 h3 span.title_arrow { 
     color: #F9FEEF;
}
.moduletable_btmstyle6 h3 span.first-word { 
     color: #4D7603;
}
.moduletable_btmstyle6 h3.bt { }
.moduletable_btmstyle6 h3.bt span.btmstyle { }
.moduletable_btmstyle6 h3.bt span.title_arrow { }
.moduletable_btmstyle6 h3.bt span.first-word { }
.moduletable_btmstyle6 div.module_content { }
.moduletable_btmstyle6 div.module_content div { }
/* --- list styles --- */
.moduletable_btmstyle6 div.module_content ul li { }
/* --- headings --- */
.moduletable_btmstyle6 div.module_content h1, .moduletable_btmstyle6 div.module_content h2, .moduletable_btmstyle6 div.module_content h3, .moduletable_btmstyle6 div.module_content h4, .moduletable_btmstyle6 div.module_content h5, .moduletable_btmstyle6 div.module_content h6 { 
     color: #FFF;
}
/* --- form --- */
.moduletable_btmstyle6 div.module_content input[type="text"], .moduletable_btmstyle6 div.module_content input[type="password"], .moduletable_btmstyle6 div.module_content input[type="email"] { }
.moduletable_btmstyle6 div.module_content input[type="text"]:hover, .moduletable_btmstyle6 div.module_content input[type="text"]:focus, .moduletable_btmstyle6 div.module_content input[type="password"]:hover, .moduletable_btmstyle6 div.module_content input[type="password"]:focus, .moduletable_btmstyle6 div.module_content input[type="email"]:hover, .moduletable_btmstyle6 div.module_content input[type="email"]:focus { }
.moduletable_btmstyle6 div.module_content textarea { }
.moduletable_btmstyle6 div.module_content textarea:hover, .moduletable_btmstyle6 div.module_content textarea:focus { }
.moduletable_btmstyle6 div.module_content button, .moduletable_btmstyle6 div.module_content input.button, .moduletable_btmstyle6 div.module_content .button, .moduletable_btmstyle6 div.module_content input[type="submit"], .moduletable_btmstyle6 div.module_content input[type="button"], .moduletable_btmstyle6 div.module_content input[type="reset"] { }
.moduletable_btmstyle6 div.module_content button:hover, .moduletable_btmstyle6 div.module_content input.button:hover, .moduletable_btmstyle6 div.module_content .button:hover, .moduletable_btmstyle6 div.module_content input[type="submit"]:hover, .moduletable_btmstyle6 div.module_content input[type="button"]:hover, .moduletable_btmstyle6 div.module_content input[type="reset"]:hover { }
.moduletable_btmstyle6 div.module_content button:active, .moduletable_btmstyle6 div.module_content input.button:active, .moduletable_btmstyle6 div.module_content .button:active, .moduletable_btmstyle6 div.module_content input[type="submit"]:active, .moduletable_btmstyle6 div.module_content input[type="button"]:active, .moduletable_btmstyle6 div.module_content input[type="reset"]:active { }
/* --- links --- */
.moduletable_btmstyle6 div.module_content a:link, .moduletable_btmstyle6 div.module_content a:active, .moduletable_btmstyle6 div.module_content a:visited { 
     color: #FF9;
}
.moduletable_btmstyle6 div.module_content a:hover, .moduletable_btmstyle6 div.module_content a:focus { 
     color: #FF9;
}
/***** END: mstyles.css *****/
/***** BEGIN: joomla.css *****/
/* --- pagination --- */
ul.pagination { }
ul.pagination li { 
     background-image: none;
}
ul.pagination li.inactive a { 
     color: #848484;
     border-color: #81C505;
}
ul.pagination li.inactive a:hover { 
     color: #FFF!important;
     background-color: #848484;
     border-color: #848484;
}
ul.pagination li.active { 
     color: #FFF;
     background-color: #81C505;
     border-color: #81C505;
}
ul.pagination li.active:hover { 
     color: #FFF!important;
     background-color: #848484;
     border-color: #848484;
}
.limit, .counter, .page_links, #navigation { }
div#navigation span ul.pagination { }
.pagenav { }
.pagenav li { 
     background-image: none;
}
/* --- Popup Login (based on: http://www.queness.com/post/77/simple-jquery-modal-window-tutorial) --- */
#bt_popup { }
#bt_popup .mask { 
     background-color: #848484;
}
#bt_popup .boxes .window { 
     background-color: #F5F5F5;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/bt_login_left_bg.png");
}
#bt_popup .boxes #bt_login_window { 
     border-color: #848484;
}
#bt_popup .boxes #bt_login_window #bt_login_window_brdr { }
#bt_login_window_inner { }
#bt_popup .bt_close { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/bt_login_close_button.png");
}
#bt_popup .bt_login_form { 
     color: #848484;
}
#bt_popup .bt_login_form #bt_login_title { 
     color: #81C505;
}
#bt_popup .bt_login_form input[type="text"], #bt_popup .bt_login_form input[type="password"] { 
     color: #848484;
     background-color: #FFF;
     border-color: #81C505;
}
#bt_popup .bt_login_form input#username { 
     background-color: #FFF;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/bt_login_user.png");
}
#bt_popup .bt_login_form input#password { 
     background-color: #FFF;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/bt_login_password.png");
}
#bt_popup .bt_login_form .bt_button_line { }
#bt_popup .bt_login_form .bt_button_line .bt_remember_line { }
#bt_popup .bt_login_form .bt_button_line .bt_remember_line label { }
#bt_popup .bt_login_form .bt_button_line .bt_button_l { }
#bt_popup .bt_login_form .bt_button_line .bt_button_l input.button { }
#bt_popup .bt_login_form .bt_button_line .bt_button_l input.button:hover { }
#bt_popup .bt_login_form ul { }
#bt_popup .bt_separator { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/bt_login_separator.png");
}
/* --- Joomla! Defaults --- */
.tip-top, .tip-bottom { 
     border-color: #CCC;
}
.tip { 
     background-color: #FFF;
}
.componentheading { }
.item-title { }
.contentpane { }
/* --- com_content --- */
.item-page_top_bg, .blog_top_bg  { 
     /* background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/content_item_top_bg.png"); */
}
.item-page, .items-leading, .item, .cat-children { 
     background-color: #FFF;
}
.article-info-term { }
dl.article-info { 
     color: #848484;
     border-top-color: #CCC;
     border-bottom-color: #CCC;
}
dl.article-info dd { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/bt_list_quad_icon-1.png");
}
p.readmore { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/arrow.png");
}
/* --- Archived Articles --- */
ul#archive-items { }
ul#archive-items li { 
     background-image: none;
     border-color: #CCC;
}
ul#archive-items li:hover { 
     background-color: #F5F5F5;
}
ul#archive-items div.intro { }
div.archive div.filter-search select { }
div.archive div.filter-search button { }
/* --- com_contact --- */
dl dt { }
dl dd { }
dl dt label#jform_contact_email_copy-lbl { }
dl dd input#jform_contact_email_copy { }
.contact-address { }
.jicons-icons { }
.jicons-icons img { }
form#selectForm { }
form#selectForm select.inputbox { }
/* --- com_user --- */
div.login-description, div.logout-description { }
div.login div.login-fields { }
div.login label { }
div.login label#remember-lbl { }
div.login button { }
div.login fieldset, div.reset fieldset, div.remind fieldset { }
/* --- k2 --- */
div.k2AccountPage th { 
     background-image: none !important;
}
div.k2AccountPage td { 
     background-image: none !important;
}
div.k2AccountPage tr { }
div.k2AccountPage label { }
div.k2AccountPage div.k2AccountPageUpdate { }
div.k2AccountPage .k2AccountPageNotice { }
/* --- Login Form --- */
div.profile dl { }
div.profile dl dt { }
div.profile dl dd { }
/* --- com_newsfeeds, com_weblinks --- */
dl.newsfeed-count dt, dl.weblink-count dt { }
dl.newsfeed-count dd, dl.weblink-count dd { }
div.newsfeed div.feed-description { }
div.newsfeed img { }
div.newsfeed ol { }
div.newsfeed ol li { 
     border-color: #CCC;
}
div.newsfeed ol li a { }
div.newsfeed ol li div.feed-item-description { }
/* --- com_search --- */
div.search fieldset.word { }
div.search fieldset.word label { }
div.search fieldset.word button { }
div.search fieldset.word button, div.search .button, form#mod-finder-searchform button.finder, div#search-form .button { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/search_button.png");
     border: none !important;
     height: 32px !important;
     width: 107px !important;
     box-shadow: 0 0 0;
}
div.search fieldset.word button:hover, div.search .button:hover, form#mod-finder-searchform button.finder:hover, div#search-form .button:hover { }
div.search fieldset.word button, div.search .button, form#mod-finder-searchform button, div#search-form .button { }
div.search fieldset.word button:hover, div.search .button:hover, form#mod-finder-searchform button:hover, div#search-form .button:hover { }
div.search fieldset.phrases { 
     border-top-color: #CCC;
     border-right-color: #CCC;
     border-bottom-color: #CCC;
}
div.search fieldset.phrases legend { }
div.search fieldset.phrases div.phrases-box { }
div.search fieldset.phrases div.ordering-box { }
div.search fieldset.phrases div.ordering-box label { }
div.search fieldset.only { 
     border-bottom-color: #CCC;
}
div.search fieldset.phrases label, div.search fieldset.only label { }
div.search fieldset.only legend { }
div.search fieldset.only div.phrases-box { }
div.search fieldset.only div.ordering-box { }
div.search div.form-limit { }
div.search div.form-limit label { }
div.search dt.result-title { }
div.search dd.result-category { }
div.search dd.result-created { }
div.search p.counter { }
div.search div.pagination { }
/* --- com_finder --- */
div.finder div#search-form { }
div.finder div#search-form fieldset.word { }
div.finder div#search-form fieldset.word label { }
div.finder div#search-form a#advanced-search-toggle { }
div.finder div#search-form li.filter-branch { }
div.finder div#search-form li.filter-branch label { }
div.finder div#search-results dl.search-results { }
div.finder div#search-results dl.search-results dt.result-title { 
     background-color: yellow;
}
div.finder div#search-results dl.search-results dd.result-text { }
div.finder div#search-results dl.search-results dd.result-url { }
div.finder div#search-results div.search-pages-counter { }
div.finder #finder-filter-window { }
div.finder #finder-filter-window .calendar { 
     color: transparent;
}
.calendar .button { }
div.finder ul#finder-filter-select-dates { }
div.finder ul#finder-filter-select-dates li.filter-date { }
div.finder ul#finder-filter-select-dates li.filter-date select.filter-date-operator { }
/* --- mod_stats --- */
dl.stats-module { }
dl.stats-module dt { 
     color: #FFF;
     background-color: #81C505;
}
dl.stats-module dd { 
     color: #FFF;
     background-color: #D9D900;
}
/* --- mod_random_image --- */
div.random-image { }
/* --- default table --- */
fieldset.filters { }
fieldset.filters legend { }
fieldset.filters .display-limit { }
table.category { 
     color: #D9D900;
     border-right-color: #CCC;
}
table.category thead, table.category thead a { 
     color: #FFF!important;
}
table.category thead { 
     background-color: #81C505;
     border-right-color: #CCC;
     border-left-color: #D9D900;
}
table.category thead tr th, table.category thead tr th, table.category thead tr th { }
table.category thead tr th img { }
table.category tbody tr { 
     border-bottom-color: #CCC;
}
table.category tbody tr td { 
     border-bottom-color: #CCC;
}
table.category tbody tr td.item-num-art { }
table.category tbody tr td.list-title { }
/* --- mod_login --- */
fieldset.input { }
/* --- mod_footer --- */
.footer1, .footer2 { }
/* --- mod_articles_category --- */
a.mod-articles-category-title { }
p.mod-articles-category-readmore a.mod-articles-category-title { }
/* --- Print, Email buttons --- */
ul.actions { }
ul.actions li { 
     background-image: none;
}
ul.actions li.email-icon { }
ul.actions li.email-icon a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/emailButton.png");
}
ul.actions li.email-icon img { }
ul.actions li.print-icon { }
ul.actions li.print-icon a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/printButton.png");
}
ul.actions li.print-icon img { }
/* --- Joomla! 3.0.x --- */
div.page-header h2 { }
div.btn-group.pull-right { }
div.article-info.muted { }
div.page-header h1 { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/content_item_top_bg.png");
}
div.categories-list h3.item-title a, div.blog div.cat-children h3.item-title a, div.category-list h3.item-title a { }
div.categories-list span.tip, div.blog div.cat-children span.tip, div.category-list span.tip { }
div.blog-featured div.items-leading, div.blog-featured div.span6, div.blog div.items-leading, div.blog div.span6 { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/content_item_top_bg.png");
}
div.contact h1 { }
div.contact div.page-header h2 span.contact-name { }
div.contact h3 { }
div.contact-form legend { }
div.search form#searchForm input[type="radio"], div.search form#searchForm input[type="checkbox"] { }
div.search form#searchForm div.btn-toolbar button { }
ul.dropdown-menu { }
ul.dropdown-menu li { 
     background-image: none;
}
ul.dropdown-menu li.email-icon { }
ul.dropdown-menu li.email-icon a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/emailButton.png");
}
ul.dropdown-menu li.email-icon img { }
ul.dropdown-menu li.print-icon { }
ul.dropdown-menu li.print-icon a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/printButton.png");
}
ul.dropdown-menu li.print-icon img { }
/***** END: joomla.css *****/
/***** BEGIN: sliders.css *****/
/* ---------- Sliders & jQuery Effects ---------- */
/* ---------- jQuery Nivo Slider (http://nivo.dev7studios.com) ---------- */
/* --- The Nivo Slider styles --- */
.nivoSlider { }
.nivoSlider img { }
.nivo-main-image { }
/* --- If an image is wrapped in a link --- */
.nivoSlider a.nivo-imageLink { 
     background-color: #FFF;
     filter: alpha(opacity=0);
}
/* --- The slices and boxes in the Slider --- */
.nivo-slice { }
.nivo-box { }
.nivo-box img { }
/* --- Caption styles --- */
.nivo-caption { 
     color: #FFF;
     background-color: color_F;
     filter: alpha(opacity=8);
}
.nivo-caption p { }
.nivo-caption a { }
.nivo-html-caption { }
/* --- Direction nav styles (e.g. Next & Prev) --- */
.nivo-directionNav a { }
.nivo-prevNav { }
.nivo-nextNav { }
/* --- Control nav styles (e.g. 1,2,3...) --- */
.nivo-controlNav { }
.nivo-controlNav a { }
.nivo-controlNav a.active { }
/* --- Nivo Slider Default Theme --- */
.theme-default .nivoSlider { 
     background-color: #FFF;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/sliders/loading.gif");
}
.theme-default .nivoSlider img { }
.theme-default .nivoSlider a { }
.theme-default .nivo-controlNav { }
.theme-default .nivo-controlNav a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/sliders/bullets.png");
}
.theme-default .nivo-controlNav a.active, .theme-default .nivo-controlNav a:hover { }
.theme-default .nivo-directionNav a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/sliders/arrows.png");
}
.theme-default:hover .nivo-directionNav a { }
.theme-default a.nivo-nextNav { }
.theme-default a.nivo-prevNav { }
.theme-default .nivo-caption { }
.theme-default .nivo-caption a { 
     color: #FFF;
     border-bottom-color: #FFF;
}
.theme-default .nivo-caption a:hover { 
     color: #FFF;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled { }
.theme-default .nivo-controlNav.nivo-thumbs-enabled a { 
     background-color: transparent;
     background-image: none;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img { }
/***** END: sliders.css *****/
/***** BEGIN: system.css *****/
/* --- OpenID icon style --- */
input.system-openid, input.com-system-openid { 
     color: #848484;
     background-color: #FFF;
}
/* --- Unpublished --- */
.system-unpublished { 
     background-color: #F5F5F5;
     border-top-color: #CCC;
     border-bottom-color: #CCC;
}
/* --- System Messages --- */
#system-message { }
#system-message dt { }
#system-message dd { }
#system-message dd ul { }
#system-message ul li { 
     background-color: none;
}
/* --- Default --- */
#system-message dt.message { }
#system-message dd.message { }
#system-message dd.message ul { 
     color: #FFF;
     background-color: #D9D900!important;
     background-image: -o-linear-gradient(bottom, #4a780f 0%, #6fac21 100%);
     background-image: -moz-linear-gradient(bottom, #4a780f 0%, #6fac21 100%);
     background-image: -webkit-linear-gradient(bottom, #4a780f 0%, #6fac21 100%);
     background-image: -ms-linear-gradient(bottom, #4a780f 0%, #6fac21 100%);
     background-image: linear-gradient(bottom, #4a780f 0%, #6fac21 100%);
     border-color: #35550b #35550b #35550b #35550b;
}
#system-message dd.message ul li { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/system/system_message_default_icon.png");
}
/* --- Notice --- */
#system-message dt.notice { }
#system-message dd.notice ul { 
     color: #fff;
     background-color: #ffe9ad;
     background-image: -o-linear-gradient(bottom, #d69d05 0%, #e5b125 100%);
     background-image: -moz-linear-gradient(bottom, #d69d05 0%, #e5b125 100%);
     background-image: -webkit-linear-gradient(bottom, #d69d05 0%, #e5b125 100%);
     background-image: -ms-linear-gradient(bottom, #d69d05 0%, #e5b125 100%);
     background-image: linear-gradient(bottom, #d69d05 0%, #e5b125 100%);
     border-color: #7f5e03 #7f5e03 #7f5e03 #7f5e03;
}
#system-message dd.notice ul li { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/system/system_message_warning_icon.png");
}
/* --- Error --- */
#system-message dt.error { }
#system-message dd.error ul { 
     color: #fff;
     background-color: #deeefa;
     background-image: -o-linear-gradient(bottom, #b50d29 0%, #cc1634 100%);
     background-image: -moz-linear-gradient(bottom, #b50d29 0%, #cc1634 100%);
     background-image: -webkit-linear-gradient(bottom, #b50d29 0%, #cc1634 100%);
     background-image: -ms-linear-gradient(bottom, #b50d29 0%, #cc1634 100%);
     background-image: linear-gradient(bottom, #b50d29 0%, #cc1634 100%);
     border-color: #7f0c1f #7f0c1f #7f0c1f #7f0c1f;
}
#system-message dd.error ul li { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/system/system_message_error_icon.png.png");
}
/***** END: system.css *****/
/***** BEGIN: system/mailto.css *****/
body.bt_mailto_body { 
     background-color: #FFF!important;
     background-image: none;
}
.bt_mailto { }
.bt_mailto #mailto-window form { }
.bt_mailto #mailto-window h2 { }
.bt_mailto #mailto-window .mailto-close { }
.bt_mailto a { }
.bt_mailto a:hover, .bt_mailto a:active, .bt_mailto a:focus { }
.bt_mailto form div label { }
.bt_mailto form div input { }
.bt_mailto #mailtoForm p button { }
/***** END: system/mailto.css *****/
/***** BEGIN: system/print.css *****/
body.bt_print_body { 
     background-color: #FFF!important;
     background-image: none;
}
.bt_print div.item-page_top_bg { 
     background-color: #FFF!important;
     background-image: none !important;
}
/***** END: system/print.css *****/
/***** BEGIN: menu/css.css *****/
/* ------- Son of Suckerfish Dropdowns, Originally developed by Patrick Griffiths and Dan Webb (http://www.htmldog.com/articles/suckerfish/dropdowns/) ------- */
ul#bt_nav_menu, ul#bt_nav_menu ul { }
ul#bt_nav_menu a, ul#bt_nav_menu span.separator { 
     color: #7D8A65;
}
ul#bt_nav_menu a li:hover, ul#bt_nav_menu span.separator li:hover { 
     color: #FFFF99!important;
}
ul#bt_nav_menu a:hover, ul#bt_nav_menu span.separator:hover { 
     color: #FFFF99;
}
ul#bt_nav_menu li li a, ul#bt_nav_menu li li span.separator { 
     color: #FFF;
     background-color: #FFA200;
}
ul#bt_nav_menu li li a:hover, ul#bt_nav_menu li li span.separator:hover { 
     color: #FFFF99;
     background-color: #FFA200;
}
ul#bt_nav_menu li { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/menu/menu_item_separator.png");
}
ul#bt_nav_menu li ul { }
ul#bt_nav_menu li ul ul { }
ul#bt_nav_menu li:hover ul ul { }
ul#bt_nav_menu li:hover ul, ul#bt_nav_menu li li:hover ul { }
div.bt_sub_menu { }
/* ------- 4 levels ------- */
ul#bt_nav_menu li:hover ul ul, ul#bt_nav_menu li:hover ul ul ul, ul#bt_nav_menu li:hover ul ul ul ul { }
ul#bt_nav_menu li:hover ul, ul#bt_nav_menu li li:hover ul, ul#bt_nav_menu li li li:hover ul, ul#bt_nav_menu li li li li:hover ul { }
/* ------- Defaults for ALL Levels ------- */
ul#bt_nav_menu li img { }
ul#bt_nav_menu li li img { }
ul#bt_nav_menu li a { }
/* ------- TOP Level ------- */
ul#bt_nav_menu li.yt_top_last { 
     background-image: none;
}
/* -- no childs -- */
ul#bt_nav_menu li a, ul#bt_nav_menu li span.separator { }
ul#bt_nav_menu li:hover a, ul#bt_nav_menu li:hover span.separator { 
     background-color: #FFA200;
}
/* -- no childs & active -- */
ul#bt_nav_menu li.active a, ul#bt_nav_menu li.active span.separator { 
     color: #FFF;
     background-color: #FE5406;
}
/* -- no childs & active & hover -- */
ul#bt_nav_menu li.active a:hover, ul#bt_nav_menu li.active span.separator:hover { 
     color: #fff;
     background-color: menu_color_h;
}
/* -- has childs -- */
ul#bt_nav_menu li.parent a, ul#bt_nav_menu li.parent span.separator { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/menu/top_level_parent.png");
}
ul#bt_nav_menu li.parent:hover a, ul#bt_nav_menu li.parent:hover span.separator { 
     background-color: #FFA200;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/menu/top_level_parent_hover.png");
}
/* -- has childs & active -- */
ul#bt_nav_menu li.parent.active a, ul#bt_nav_menu li.parent.active span.separator { 
     background-color: #FFA200;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/menu/top_level_parent_hover.png");
}
/* -- has childs & active & hover -- */
ul#bt_nav_menu li.parent.active a:hover, ul#bt_nav_menu li.parent.active span.separator:hover { 
     background-color: menu_color_h;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/menu/top_level_parent_hover.png");
}
/* -- active parent on sub levels hover -- */
ul#bt_nav_menu .sfHover a, ul#bt_nav_menu .sfHover span.separator { 
     color: #FFFF99;
}
/* ------- SUB Levels ------- */
ul#bt_nav_menu li ul li { 
     background-image: none;
}
ul#bt_nav_menu li.parent ul { 
     background-color: #FFA200;
}
/* -- the parent is active but not childs -- */
ul#bt_nav_menu li.parent.active li a:hover, ul#bt_nav_menu li.parent.active li span.separator:hover { 
     color: #FFFF99;
     background-color: #FFA200;
}
/* -- no childs -- */
ul#bt_nav_menu li.parent ul li a, ul#bt_nav_menu li.parent ul li span.separator, ul#bt_nav_menu li.parent ul li.parent ul li a, ul#bt_nav_menu li.parent ul li.parent ul li span.separator, ul#bt_nav_menu li.parent ul li.parent.active ul li a, ul#bt_nav_menu li.parent ul li.parent.active ul li span.separator { 
     color: #FFF;
     background-image: none !important;
}
/* -- separator -- */
ul#bt_nav_menu li.parent ul li.yt_sub_default_item a, ul#bt_nav_menu li.parent ul li.yt_sub_default_item span.separator { 
     color: #FFF;
     background-color: #FFA200;
}
ul#bt_nav_menu li li.yt_sub_default_item a, ul#bt_nav_menu li li.yt_sub_default_item span.separator { 
     border-bottom-color: #FFC35B;
}
ul#bt_nav_menu li li.yt_sub_last_item a, ul#bt_nav_menu li li.yt_sub_last_item span.separator { }
ul#bt_nav_menu li.parent ul li.yt_sub_last_item a, ul#bt_nav_menu li.parent ul li.yt_sub_last_item span.separator { 
     color: #FFF;
     background-color: #FFA200;
}
ul#bt_nav_menu li.parent ul li:hover a, ul#bt_nav_menu li.parent ul li:hover span.separator, ul#bt_nav_menu li.parent ul li.parent ul li:hover a, ul#bt_nav_menu li.parent ul li.parent ul li:hover span.separator, ul#bt_nav_menu li.parent ul li.parent.active ul li:hover a, ul#bt_nav_menu li.parent ul li.parent.active ul li:hover span.separator { 
     color: #FFFF99;
     background-color: #FFA200;
}
/* -- no childs & active -- */
ul#bt_nav_menu li.parent ul li.active a, ul#bt_nav_menu li.parent ul li.active span.separator, ul#bt_nav_menu li.parent ul li.parent ul li.active a, ul#bt_nav_menu li.parent ul li.parent ul li.active span.separator { 
     color: #742400;
     background-color: #FFA200!important;
}
ul#bt_nav_menu li.parent ul li.active a:hover, ul#bt_nav_menu li.parent ul li.active span.separator:hover, ul#bt_nav_menu li.parent ul li.parent ul li.active a:hover, ul#bt_nav_menu li.parent ul li.parent ul li.active span.separator:hover { 
     color: #FFF;
     background-color: #FFA200!important;
}
/* -- has childs -- */
ul#bt_nav_menu li.parent ul li.parent a, ul#bt_nav_menu li.parent ul li.parent span.separator { 
     color: #FFF;
     background-color: #FFA200;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/menu/sub_level_parent.png") !important;
}
ul#bt_nav_menu li.parent ul li.parent a:hover, ul#bt_nav_menu li.parent ul li.parent span.separator:hover { 
     color: #FFFF99;
     background-color: #FFA200;
}
/* -- has childs & active -- */
ul#bt_nav_menu li.parent ul li.parent.active a, ul#bt_nav_menu li.parent ul li.parent.active span.separator { 
     color: #FFF;
     background-color: #FFA200!important;
}
ul#bt_nav_menu li.parent ul li.parent.active a:hover, ul#bt_nav_menu li.parent ul li.parent.active span.separator:hover { 
     color: #FFF;
     background-color: #FFA200!important;
}
ul#bt_nav_menu li.parent ul li.parent.active li a, ul#bt_nav_menu li.parent ul li.parent.active li span.separator { 
     color: #FFF;
     background-color: #FFA200!important;
}
/***** END: menu/css.css *****/
/***** BEGIN: virtuemart.css *****/
/* -------- VM Defaults -------- */
.body-overlayed { }
.horizontal-separator { }
.spacer { 
     background-color: #FFF;
}
img.medium-image { }
.browse-view h1 { }
.vmicon, .vmiconFE { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/vm2-sprite.png");
}
.vm2-shipto-icon { }
.vm2-billto-icon { }
.vm2-termsofservice-icon { }
.vm2-normalstock { }
.vm2-nostock { }
.ratingbox { 
     background-color: transparent!important;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/color-stars.png");
}
.ratingbox span { }
.orderlistcontainer div.activeOrder { 
     background-color: #FFF;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/arrow_down.png");
}
.manufacturer, .manufacturer-details-view { }
.email-weblink, .manufacturer-details-view .description { }
.back-to-category { }
.ask-a-question-view { }
.ask-a-question { }
.ask-a-question-view .product-summary div.width70 { }
.ask-a-question-view .product-summary div.width30 { }
.ask-a-question-view input.counter, .ask-a-question-view input#email { 
     background-color: #FFF;
     background-image: none;
}
span.custom-variant-inputbox input.custom-attribute:hover, span.quantity-box input.quantity-input:hover, input.vm-default:hover, span.quantity-box input.quantity-input:hover, .ask-a-question-view input.counter:hover, .ask-a-question-view input#email:hover, table.user-details input:hover, a.ask-a-question:hover, a.details:hover, div.details:hover, a.product-details:hover, button.default:hover { 
     background-color: #FFF;
     background-image: none;
}
.ask-a-question-view .form-field textarea.field { 
     background-color: #FFF;
     background-image: none;
}
.ask-a-question-view .form-field textarea.field:hover { 
     background-color: #FFF;
     background-image: none;
}
.ask-a-question-view .form-field label { }
.output-billto span.values, .output-shipto span.values, .floatleft, span.floatleft { }
.ask-a-question-view, .manufacturer-details-view .spacer { 
     background-color: #FFF;
}
/* -- button -- */
input.notify-button, input.highlight-button, span.details-button input.details-button, .vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited, button.vm-button-correct, button.vm-button-correct:link, button.vm-button-correct:visited, .control-buttons button.vm-button-correct, .control-buttons button.default, .general-bg, input.custom-attribute, input.quantity-input, .manufacturer-product-link a, a.ask-a-question, a.product-details, a.details, div.details, button.default, a.notify, .buttonBar-right button.button { 
     /* color: #FFF!important;
     background-color: #81C505;
     background-image: none; 
     padding: 2px 5px; 
     min-width: 100px; */
    background: #78A141;
    box-shadow: 2px 2px 3px #9b9b9b;
    color: #FFF !important;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #fff;
}

/* BEGIN Customized Add to Cart Button */

span.addtocart-button input.addtocart-button, span.addtocart-button {
     /* background: url(/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/addtocart_button.png) no-repeat;
     width: 116px;
     height: 37px; */
     }
     
span.addtocart-button input.addtocart-button:hover, span.addtocart-button {
     /*background: url(/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/addtocart_button_hover.png) no-repeat;*/
     }

/* END Customized Add to Cart Button */
          
input.notify-button:hover, input.highlight-button:hover, span.details-button input.details-button:hover, .vm-button-correct:hover, button.vm-button-correct:hover, .control-buttons button.vm-button-correct:hover, .control-buttons button.default:hover, .general-bg:hover, input.custom-attribute:hover, input.quantity-input:hover, .manufacturer-product-link a:hover, a.ask-a-question:hover, a.product-details:hover, a.details:hover, div.details:hover, button.default:hover, a.notify:hover, .buttonBar-right button.button:hover { 
     color: #FFF;
     background-color: #848484;
     background-image: none;
}
/* -------- VM Front page -------- */
/* -- heading -- */
.category-view h4, .featured-view h4, .latest-view h4, .topten-view h4, .recent-view h4 { 
     color: #848484;
     background-color: #F5F5F5;
     border-color: #CCC;
}
/* -- item -- */
.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer, .manufacturer-view-default .row .manufacturer .spacer { }
/* -- title, img -- */
.category-view .row .category .spacer h2 a, .manufacturer-view-default .row .manufacturer .spacer h2 a { }
.category-view .row .category .spacer h2 a img, .manufacturer-view-default .row .manufacturer .spacer h2 a img { }
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .row .product .spacer h2 { }
.main-image img.product-image, .featured-view .spacer img, .latest-view .spacer img, .topten-view .spacer img, .recent-view .spacer img { }
/* -- hide prices in category and frontpage layout -- */
.browse-view .product-price .PricevariantModification, .browse-view .product-price .PricebasePriceWithTax, .browse-view .product-price .PricediscountedPriceWithoutTax, .browse-view .product-price .PricepriceWithoutTax, .browse-view .product-price .PricediscountAmount, .browse-view .product-price .PricetaxAmount, .browse-view .product-price .PriceunitPrice, .featured-view .product-price .PricevariantModification, .featured-view .product-price .PricebasePriceWithTax, .featured-view .product-price .PricediscountedPriceWithoutTax, .featured-view .product-price .PricepriceWithoutTax, .featured-view .product-price .PricediscountAmount, .featured-view .product-price .PricetaxAmount, .featured-view .product-price .PriceunitPrice, .featured-view .product-price .PricevariantModification, .featured-view .product-price .PricebasePriceWithTax, .latest-view .product-price .PricediscountedPriceWithoutTax, .latest-view .product-price .PricepriceWithoutTax, .latest-view .product-price .PricediscountAmount, .latest-view .product-price .PricetaxAmount, .latest-view .product-price .PriceunitPrice, .latest-view .product-price .PricevariantModification, .latest-view .product-price .PricebasePriceWithTax, .topten-view .product-price .PricediscountedPriceWithoutTax, .topten-view .product-price .PricepriceWithoutTax, .topten-view .product-price .PricediscountAmount, .topten-view .product-price .PricetaxAmount, .topten-view .product-price .PriceunitPrice, .topten-view .product-price .PricevariantModification, .topten-view .product-price .PricebasePriceWithTax, .recent-view .product-price .PricediscountedPriceWithoutTax, .recent-view .product-price .PricepriceWithoutTax, .recent-view .product-price .PricediscountAmount, .recent-view .product-price .PricetaxAmount, .recent-view .product-price .PriceunitPrice, .recent-view .product-price .PricebasePriceWithTax { }
/* -- display only sales price -- */
.browse-view .product-price .PricesalesPrice, .featured-view .product-price .PricesalesPrice, .latest-view .product-price .PricesalesPrice, .topten-view .product-price .PricesalesPrice, .recent-view .product-price .PricesalesPrice { }
.browse-view .product-price .PricesalesPrice span.PricesalesPrice, .featured-view .product-price .PricesalesPrice span.PricesalesPrice, .latest-view .product-price .PricesalesPrice span.PricesalesPrice, .topten-view .product-price .PricesalesPrice span.PricesalesPrice, .recent-view .product-price .PricesalesPrice span.PricesalesPrice { }
/* -------- VM Category -------- */
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img { }
.browse-view .row .product .spacer h2, .browse-view .row .product p, .browse-view .row .product .product-price { }
.browse-view .row .product .product-price span.PricesalesPrice { 
     color: #848484;
}
.browse-view .row .product .vmicon { }
.browse-view .vm-pagination { 
     border-top-color: #CCC;
}
.browse-view .orderlistcontainer .title { }
.browse-view .orderby-displaynumber .display-number { }
.browse-view .orderby-displaynumber .display-number select { }
/* -------- VM Product Details -------- */
.productdetails-view { }
.productdetails-view .category-view { }
/* -- next, prev icons -- */
.product-neighbours a.next-page { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/next_16x16.png");
}
.product-neighbours a.previous-page { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/previous_16x16.png");
}
/* -- title -- */
.productdetails-view h1 { }
.icons a { }
/* -- images -- */
.productdetails-view .main-image { }
.productdetails-view .main-image img { 
     background-color: #FFF;
     border-color: #FFF;
}
.productdetails-view .additional-images { }
.productdetails-view .additional-images img { 
     background-color: #F5F5F5;
     border-color: #FFF;
}
.productdetails-view .additional-images img:hover { 
     background-color: #81C505;
}
/* -- add to cart -- */
.productdetails-view .addtocart-bar { }
span.quantity-box { }
span.quantity-controls input.quantity-plus { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/quantity-controls.png");
}
span.quantity-controls input.quantity-minus { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/quantity-controls.png");
}
input.quantity-input { 
     /* color: #848484!important;
     background-color: #FFF!important;
     background-image: none !important;
     border-color: #CCC!important; */
    background-color: #FFFFFF;
    border: 2px solid #B1CF89 !important;
    border-radius: 6px 6px 6px 6px !important;
    color: #000000 !important;
    font-size: 12px;
    height: 18px !important;
}
span.quantity-controls { }
span.quantity-controls input.quantity-controls { }
span.addtocart-button { }
/* -- prices -- */
.productdetails-view .product-price { }
.productdetails-view .product-price .PricesalesPrice { }
.productdetails-view .product-price .PricesalesPrice span.PricesalesPrice { }
/* -- other titles -- */
.productdetails-view h4, .productdetails-view span.title { 
     color: #848484;
     border-bottom-color: #CCC;
}
/* -- desc -- */
.productdetails-view .product-description, .product-fields { }
/* -- other -- */
.availability { }
/* -- related -- */
.product-related-products, .product-related-categories { }
.product-related-products .product-field, .product-related-categories .product-field { 
     background-color: #FFF;
}
.product-related-products .product-field a, .product-related-categories .product-field a { }
.product-field-display a img { }
/* -- custom fields -- */
.product-fields { 
     border-top-color: #CCC;
     border-bottom-color: #CCC;
}
.product-fields .product-field { }
.product-fields .product-field .product-fields-title-wrapper { }
.product-fields .product-field span.product-fields-title { }
.product-fields .product-field span.hasTip { }
.product-fields .product-field span.product-field-display { }
.product-fields .product-field input[type="radio"] { }
.product-fields .product-field label.other-customfield { }
/* -- reviews -- */
.write-reviews span.step { }
textarea.virtuemart, input.vm-default { 
     color: #848484!important;
     background-color: #FFF!important;
     border-color: #CCC!important;
}
input.highlight-button { }
.list-reviews .normal { }
.list-reviews .highlight { }
.list-reviews span.date { }
/* -------- VM Shopping Cart -------- */
#com-form-login-remember { }
.cart-view .billto-shipto { 
     
}
.cart-view fieldset { }
.cart-view hr { }
/* -- table -- */
table.cart-summary { }
table.cart-summary tbody { 
     background-color: #F5F5F5;
}
table.cart-summary tr th { 
     background-color: #F5F5F5;
}
table.cart-summary tr td { }
/* -- img -- */
span.cart-images img { }
.product-field-type-B, .product-field-type-S, .product-field-type-I { }
/* -- icons -- */
table.cart-summary input.inputbox { }
table.cart-summary input[type="submit"].vmicon { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/vm2-sprite.png");
}
input[type="submit"].vm2-add_quantity_cart { 
     background-color: transparent;
}
.vm2-remove_from_cart { }
/* -- coupon -- */
.cart-view input.coupon { 
     color: #848484;
     background-color: #FFF;
     border-color: #CCC;
}
span.details-button input.details-button { }
/* -- payment, shipment -- */
.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost { font-weight:normal !important; }
.vmpayment_description, .vmshipment_description { 
     color: #848484;
}
/* -- comments & checkout button -- */
.customer-comment { 
     border-top-color: #CCC;
}
textarea.customer-comment { }
.checkout-button-top { 
     /*border-top-color: #CCC;*/
}
a.vm-button-correct { }
.checkout-button-top input.terms-of-service { }
/* -- prices -- */
.priceColor2 { 
     color: #81C505;
}
.cart-view .PricebillTotal { 
     color: #81C505;
}
.cart-view .PricesalesPrice, .cart-view .PricesalesPriceShipment, .cart-view .PricesalesPricePayment { 
     color: #81C505;
}
.cart-view .PricesalesPricePayment { color:white !important; }
/* -------- VM Billing Address Information -------- */
.display-number { }
.userfields_info { }
table.user-details input.invalid, table.user-details input { 
     color: #848484;
     background-color: #FFF;
     background-image: none;
     border-color: #CCC;
}
table.user-details input[type="checkbox"], table.user-details input[type="radio"] { }
table.user-details input.invalid { 
     border-color: #81C505;
}
.user-details select, #userForm select, .width80 { }
.buttonBar-right { }
form.form-validate h1 { }
.checkoutStep { }
.vmpayment_cost, .vmshipment_cost { }
div#com-form-order-submit { }
/* -------- VM Orders -------- */
div.order-view h1, form[name="com-login"] h2 { }
form[name="com-login"] { 
    /* border-top-color: #CCC;*/
}
label[for="remember"] { }
form#form-login { }
form#form-login input.button { }
table.vmorder-done { }
table.vmorder-done td { }
/* -------- VM Account Maintenance -------- */
#ui-tabs ul#tabs { 
     border-bottom-color: #CCC;
}
#ui-tabs .tabs { }
#ui-tabs ul#tabs li { 
     color: #848484;
     background-color: #FFF;
}
#ui-tabs ul#tabs li.current { 
     color: #848484;
     background-color: #CCC;
}
#ui-tabs table th { 
     color: #FFF;
     background-color: #848484;
}
#ui-tabs table td { }
div#editcell { }
div#editcell table.adminlist { 
     background-image: none;
}
div#editcell table.adminlist thead { 
     color: #FFF;
    
}
div#editcell table.adminlist thead th { padding:0px !important; background: none repeat scroll 0 0 #7BA241 !important; border-radius: 3px; color: #FFFFFF;  margin: 0 0 0 2px;
    padding: 3px; }
div#editcell table.adminlist tbody { 
     /*background-color: #CCC;*/
}
div#editcell table.adminlist tbody td { }
/* -- order -- */
div.spaceStyle { }
div.spaceStyle table { 
     background-image: none;
	 border-spacing:3px !important;
}
div.spaceStyle tbody { 
     background-color: #CCC;
}
div.spaceStyle td { }
div.spaceStyle td td { }
div.spaceStyle td.orders-key { 
     color: #FFF;
     background-color: #848484;
}
div.spaceStyle #ui-tabs { }
/* -------- VM Popup Add to Cart -------- */
#facebox { }
#facebox .popup { 
     border-color: #848484;
}
#facebox .content { 
     background-color: #FFF;
}
#facebox .content div a.continue { }
#facebox .content div a.continue, #facebox .content div a.showcart { }
#facebox .content div a.floatright { }
#facebox .content div div { 
     border-top-color: #CCC;
}
#facebox .content h4 { 
     color: #FFF;
     background-color: #848484;
}
#facebox .content > p:first-child { }
#facebox .content > p:last-child { }
#facebox .close { 
     background-color: #FFF;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/closelabel.png");
}
#facebox .loading { }
#facebox .image { }
#facebox img { }
#facebox_overlay { }
.facebox_hide { }
.facebox_overlayBG { 
     background-color: #848484;
}
/* -------- VM Manufacter -------- */
.manufacturer-details-view h1 { }
.manufacturer-details-view .spacer { }
.manufacturer-description { }
/* -------- VM Vendor -------- */
.vendor-details-view h1 { }
.vendor-details-view .vendor-image { }
.vendor-details-view h3 { }
.vendor-details-view form#askform label { }
.vendor-details-view form#askform label input[type="text"] { }
.vendor-details-view form#askform label input[type="text"]#name { }
.vendor-details-view div.submit { }
.vendor-details-view div.submit input.highlight-button { }
.vendor-details-view div.submit div { }
.vendor-details-view a { }
.vendor-details-view input#counter { }
/* -------- MOD VirtueMart Currency Selector -------- */
input#mod_virtuemart_search { 
     /* background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/search_icon.png"); */
}
select#virtuemart_currency_id { }
/* -------- MOD VirtueMart Manufacturers -------- */
div.vmgroup_btmstyle1 { }
div.vmgroup_btmstyle1 div { }
div.vmgroup_btmstyle1 div div { }
div.bt_vm_manufacter_mod { }
div.bt_vm_manufacter_mod h3 { }
div.bt_vm_manufacter_mod div { }
div.bt_vm_manufacter_mod div div { }
div.bt_vm_manufacter_mod div div:hover { }
/* -------- MOD VirtueMart Categories -------- */
/* -- top level -- */
ul.VMmenu { }
ul.VMmenu span.VmArrowdown { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/virtuemart/vm_categories_arrow.png");
}
ul.VMmenu span.VmArrowdown:hover, ul.VMmenu li.VmOpen span.VmArrowdown { }
ul.VMmenu li { }
ul.VMmenu li div { }
ul.VMmenu li div a { }
/* -- level 1 -- */
ul.VMmenu li.VmOpen ul.menu, ul.VMmenu li.VmOpen ul.menu { }
ul.VMmenu li.VmOpen ul.menu li, ul.VMmenu li.VmOpen ul.menu li { }
ul.VMmenu li.VmOpen ul.menu li div, ul.VMmenu li.VmOpen ul.menu li div { }
ul.VMmenu li.VmOpen ul.menu li div a, ul.VMmenu li.VmOpen ul.menu li div a { }
/* -- top level open -- */
ul.VMmenu li.VmOpen { }
ul.VMmenu li.VmOpen div { }
ul.VMmenu li.VmOpen div a { }
/* -- top level close -- */
ul.VMmenu li.VmClose { }
ul.VMmenu li.VmClose div { }
ul.VMmenu li.VmClose div a { }
ul.VMmenu li li { }
/* -------- MOD VirtueMart Featured Products -------- */
div.vmgroup div.vmheader { }
div.vmgroup div div div.spacer { }
div.vmgroup div div div.spacer span.PricesalesPrice { }
div.vmgroup div div div.spacer a { }
/***** END: virtuemart.css *****/
/***** BEGIN: k2_style.css *****/
/* -------- Common Elements -------- */
div#k2Container { }
/* ---------- Common Elements ---------- */
.even { 
     background-color: #F5F5F5;
     border-color: #CCC;
}
.odd { }
div.k2FeedIcon a, div.k2FeedIcon a:hover { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/feed_icon.png");
}
div.itemRatingForm .formLogLoading { }
.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/transparent_star.png");
}
.itemRatingList li { }
.itemRatingList a, .itemRatingList .itemCurrentRating { }
.recaptchatable .recaptcha_image_cell, #recaptcha_table { }
#recaptcha_table { }
#recaptcha_response_field { }
.lastItem { }
.k2Avatar img { }
div.k2Pagination { }
div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/feautered_item.png");
}
/* ---------- Component: Item view ---------- */
a.itemPrintThisPage { }
a.itemPrintThisPage:hover { }
div.itemView { }
span.itemEditLink a { }
span.itemEditLink a:hover { }
div.itemHeader span.itemDateCreated { 
     color: #848484;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/created_day_icon.png");
}
div.itemHeader h2.itemTitle { }
div.itemHeader h2.itemTitle span sup { }
div.itemHeader span.itemAuthor { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/written_icon.png");
}
div.itemHeader span.itemAuthor a { }
div.itemHeader span.itemAuthor a:hover { }
div.itemToolbar { 
     background-color: #F5F5F5;
     border-color: #CCC;
}
div.itemToolbar ul li { }
div.itemToolbar ul > li:first-child { }
div.itemToolbar ul li a#fontDecrease img { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/font_decrease.png");
}
div.itemToolbar ul li a#fontIncrease img { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/font_increase.png");
}
div.itemRatingBlock span { }
div.itemImageBlock { }
span.itemImage img { 
     border-bottom-color: #CCC;
}
span.itemImageCaption { }
span.itemImageCredits { }
div.itemIntroText { }
div.itemExtraFields { }
div.itemContentFooter { 
     border-bottom-color: #CCC!important;
}
div.itemCategory { 
     border-bottom-color: #CCC;
}
div.itemCategory span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/publishin_icon.png");
}
div.itemTagsBlock { 
     border-bottom-color: #CCC;
}
div.itemTagsBlock span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/tag_icon.png");
}
div.itemTagsBlock ul.itemTags { }
div.itemTagsBlock ul.itemTags li, div.catItemTagsBlock ul.catItemTags li, div.userItemTagsBlock ul.userItemTags li, div.latestItemTagsBlock ul.latestItemTags li { 
     background-color: #F5F5F5;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/tag_large_icon.png");
     border-color: #CCC;
}
div.itemTagsBlock ul.itemTags li a, div.catItemTagsBlock ul.catItemTags li a, div.userItemTagsBlock ul.userItemTags li a, div.latestItemTagsBlock ul.latestItemTags li a { }
div.itemTagsBlock ul.itemTags li a:hover { }
div.itemAttachmentsBlock { }
div.itemAttachmentsBlock span { }
div.itemAttachmentsBlock ul.itemAttachments li span { }
div.itemAuthorBlock { 
     background-color: #F5F5F5;
     border-color: #CCC;
}
div.itemAuthorBlock img.itemAuthorAvatar { 
     background-color: #FFF;
     border-bottom-color: #CCC;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/www_icon.png");
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail { }
div.itemAuthorLatest { }
div.itemAuthorLatest h3 { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/latest_icon.png");
}
div.itemAuthorLatest ul { }
div.itemAuthorLatest ul li { }
div.itemAuthorLatest ul li a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/arrow_icon.png");
}
div.itemAuthorLatest ul li a:hover { }
div.itemRelated { }
div.itemRelated h3 { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/related_icon.png");
}
div.itemRelated ul { }
div.itemRelated ul li { }
div.itemRelated ul li.k2ScrollerElement { }
div.itemRelated ul li.k2ScrollerElement { }
div.itemRelated ul li.clr { }
a.itemRelTitle { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/arrow_icon.png");
}
div.itemRelCat { }
div.itemRelCat a { }
div.itemRelAuthor { }
div.itemRelAuthor a { }
img.itemRelImg { }
div.itemRelIntrotext { }
div.itemRelFulltext { }
div.itemRelMedia { }
div.itemRelImageGallery { }
div.itemVideoBlock { }
div.itemVideoBlock span.itemVideoCaption { }
div.itemVideoBlock span.itemVideoCredits { }
div.itemNavigation { 
     background-color: #F5F5F5;
     border-color: #CCC;
}
div.itemNavigation span.itemNavigationTitle { }
div.itemComments { 
     background-color: #F5F5F5;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/comment_bg.png");
     border-color: #CCC;
}
div.itemComments ul.itemCommentsList li { }
div.itemComments ul.itemCommentsList li.authorResponse { }
div.itemComments ul.itemCommentsList li.unpublishedComment { }
div.itemComments ul.itemCommentsList li img { 
     border-bottom-color: #CCC;
}
div.itemComments ul.itemCommentsList li span.commentDate { }
div.itemComments ul.itemCommentsList li span.commentLink a { }
div.itemComments ul.itemCommentsList li span.commentLink a:hover { }
div.itemComments ul.itemCommentsList li span.commentToolbar a { }
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover { }
div.itemComments ul.itemCommentsList li span.commentToolbarLoading { }
div.itemComments ul.itemCommentsList li.even { 
     background-color: transparent;
}
div.itemComments ul.itemCommentsList li.odd { }
div.itemCommentsForm p.itemCommentsFormNotes { 
     border-top-color: #CCC;
}
div.itemCommentsForm form input#submitCommentButton { 
     background-color: #CCC;
     border-color: #CCC;
}
div.itemCommentsForm form input#submitCommentButton:hover { 
     background-color: #848484;
     border-color: #848484;
}
div.itemCommentsForm form span#formLog { }
div.itemCommentsForm form .formLogLoading { }
div.k2ReportCommentFormContainer blockquote { }
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft { }
div.k2ReportCommentFormContainer blockquote span.quoteIconRight { }
div.k2ReportCommentFormContainer blockquote span.theComment { }
div.k2ReportCommentFormContainer form input, div.k2ReportCommentFormContainer form textarea { }
div.k2ReportCommentFormContainer form span#formLog { }
div.k2ReportCommentFormContainer form .formLogLoading { }
/* ---------- Component: Itemlist view (category) ---------- */
div.itemListCategory { 
     background-color: #F5F5F5;
     border-color: #CCC;
}
span.catItemAddLink { }
span.catItemAddLink a { }
span.catItemAddLink a:hover { }
div.itemListCategory img { 
     border-bottom-color: #CCC;
}
div.itemListSubCategories { }
div.subCategory { 
     background-color: #F5F5F5;
     border-color: #CCC;
}
div.subCategory a.subCategoryImage img, div.subCategory a.subCategoryImage:hover img { 
     border-bottom-color: #CCC;
}
div#itemListLinks { }
div.catItemView { }
span.catItemEditLink a { }
span.catItemEditLink a:hover { }
div.catItemHeader span.catItemDateCreated { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/created_day_icon.png");
}
div.catItemHeader h3.catItemTitle span sup { }
div.catItemHeader span.catItemAuthor { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/written_icon.png");
}
div.catItemHeader span.catItemAuthor a { }
div.catItemHeader span.catItemAuthor a:hover { }
div.catItemRatingBlock span { }
span.catItemImage img { 
     border-bottom-color: 5;
}
div.catItemExtraFields, div.genericItemExtraFields { }
div.catItemHitsBlock { }
div.catItemCategory { 
     border-bottom-color: #CCC;
}
div.catItemCategory span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/publishin_icon.png");
}
div.catItemTagsBlock { 
     border-bottom-color: #CCC;
}
div.catItemTagsBlock span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/tag_icon.png");
}
div.catItemAttachmentsBlock { }
div.catItemAttachmentsBlock span { }
div.catItemAttachmentsBlock ul.catItemAttachments li span { }
div.catItemVideoBlock { }
div.catItemCommentsLink { }
span.catItemDateModified { }
/* ---------- Component: Itemlist view (user) ---------- */
div.userBlock { 
     background-color: #F5F5F5;
     border-color: #CCC;
}
span.userItemAddLink { }
span.userItemAddLink a { }
span.userItemAddLink a:hover { }
div.userBlock img { 
     border-bottom-color: #CCC;
}
span.userURL { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/www_icon.png");
}
span.userEmail { }
div.userItemView { }
div.userItemViewUnpublished { }
span.userItemEditLink a { }
span.userItemEditLink a:hover { }
div.userItemHeader span.userItemDateCreated { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/created_day_icon.png");
}
div.userItemHeader h3.userItemTitle span sup { }
div.userItemImageBlock { }
span.userItemImage img { 
     border-bottom-color: #CCC;
}
div.userItemCategory { 
     border-top-color: #CCC;
     border-bottom-color: #CCC;
}
div.userItemCategory span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/publishin_icon.png");
}
div.userItemTagsBlock { 
     border-bottom-color: #CCC;
}
div.userItemTagsBlock span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/tag_icon.png");
}
div.userItemCommentsLink { }
/* ---------- Component: Itemlist view (tag) ---------- */
div.tagItemView { 
     border-bottom-color: #CCC;
}
div.tagItemHeader span.tagItemDateCreated { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/created_day_icon.png");
}
span.tagItemImage img { 
     border-bottom-color: #CCC;
}
div.tagItemCategory { }
div.tagItemCategory span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/publishin_icon.png");
}
/* ---------- Component: Itemlist view (generic) ---------- */
div.genericItemView { 
     border-bottom-color: #CCC;
}
div.genericItemHeader span.genericItemDateCreated { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/created_day_icon.png");
}
span.genericItemImage img { 
     border-bottom-color: #CCC;
}
div.genericItemCategory { }
div.genericItemCategory span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/publishin_icon.png");
}
/* ---------- Component: Latest view ---------- */
div.latestItemsCategory { 
     background-color: #F5F5F5;
     border-color: #CCC;
}
div.latestItemsCategoryImage img { 
     border-bottom-color: #CCC;
}
div.latestItemsUser { }
div.latestItemsUser img { }
span.latestItemsUserURL { }
span.latestItemsUserEmail { }
div.latestItemView { }
span.latestItemDateCreated { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/created_day_icon.png");
}
span.latestItemImage img { 
     border-bottom-color: #CCC;
}
div.latestItemCategory { 
     border-bottom-color: #CCC;
}
div.latestItemCategory span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/publishin_icon.png");
}
div.latestItemTagsBlock { 
     border-bottom-color: #CCC;
}
div.latestItemTagsBlock span { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/tag_icon.png");
}
div.latestItemVideoBlock { }
div.latestItemCommentsLink { }
h2.latestItemTitleList { }
/* ---------- Component: Register and profile page views (register.php and profile.php) ---------- */
img.k2AccountPageImage { }
.k2AccountPage div.k2AccountPageUpdate { }
.k2AccountPage th.k2ProfileHeading { }
.k2AccountPage table.admintable td.key, .k2AccountPage table.admintable td.paramlist_key { }
/* ---------- Modules: mod_k2_comments ---------- */
div.k2LatestCommentsBlock ul li.even { }
div.k2LatestCommentsBlock ul li.odd { }
div.k2LatestCommentsBlock ul li a.lcAvatar img { 
     border-bottom-color: #CCC;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate { }
div.k2TopCommentersBlock ul li span.tcLatestCommentDate { }
/* ---------- Modules: mod_k2_content ---------- */
div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img { 
     border-bottom-color: #CCC;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext { }
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img { }
div.k2ItemsBlock ul li a.moduleItemComments { }
div.k2ItemsBlock ul li span.moduleItemHits { }
/* ---------- Modules: mod_k2_user (mod_k2_login will be removed in v2.6) ---------- */
div.k2UserBlock p.ubGreeting { }
/* ---------- Modules: mod_k2_tools ---------- */
div.k2BreadcrumbsBlock span.bcTitle { }
div.k2CalendarLoader { }
table.calendar { 
     background-color: transparent;
}
table.calendar tr td { 
     background-color: transparent;
}
table.calendar tr td.calendarNavMonthPrev { 
     background-color: transparent;
}
table.calendar tr td.calendarCurrentMonth { 
     background-color: transparent;
}
table.calendar tr td.calendarNavMonthNext { 
     background-color: transparent;
}
table.calendar tr td.calendarDayName { 
     background-color: #E5E0DA;
}
table.calendar tr td.calendarDateEmpty { 
     background-color: transparent;
}
table.calendar tr td.calendarDateLinked a { }
table.calendar tr td.calendarDateLinked a:hover { }
table.calendar tr td.calendarToday { 
     background-color: #81C505;
}
table.calendar tr td.calendarTodayLinked { }
table.calendar tr td.calendarTodayLinked a { }
table.calendar tr td.calendarTodayLinked a:hover { }
div.k2SearchBlock form input.k2SearchLoading { }
div.k2SearchBlock div.k2LiveSearchResults { }
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a { }
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover { }
div.k2TagCloudBlock a:hover { }
/* ---------- Modules: mod_k2_users ---------- */
div.k2UsersBlock ul li a.ubUserAvatar img { 
     border-bottom-color: #CCC;
}
a.ubUserFeedIcon, a.ubUserFeedIcon:hover { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/feed_icon.png");
}
a.ubUserURL,a.ubUserURL:hover { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/k2/www_icon.png");
}
span.ubUserEmail { }
/* ---------- Modules: mod_k2_comments ---------- */
div.k2LatestCommentsBlock ul li { 
     background-color: transparent;
}
/***** END: k2_style.css *****/
/***** BEGIN: system/offline.css *****/
body#bt_offline { 
     color: #848484;
     background-color: #F4F7ED;
}
#bt_offline_outer { }
div.offline_img { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/system/offline.png");
}
#bt_offline_area { }
#bt_offline_form { }
#bt_offline_form_area { }
#bt_offline_form form div#bt_offline_form_user label, #bt_offline_form form div#bt_offline_form_pass label { 
     color: #fff;
     background-color: #bacc8f;
}
#bt_offline_form form div#bt_offline_form_user { }
#bt_offline_form form div#bt_offline_form_pass { }
#bt_offline_form form div#bt_offline_form_user input[type="text"], #bt_offline_form form div#bt_offline_form_pass input[type="password"] { 
     color: #848484;
     border-color: #CCC;
}
#bt_offline_form form div#bt_offline_form_user input { 
     background-color: #FFF;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/system/bt_offline_user_input.png");
}
#bt_offline_form form div#bt_offline_form_pass input { 
     background-color: #FFF;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/system/bt_offline_pass_input.png");
}
#bt_offline_form form div#bt_offline_form_remember { }
#bt_offline_form form div#bt_offline_form_remember label { }
#bt_offline_form form div#bt_offline_form_button { }
#bt_offline_form form div#bt_offline_form_button input.button { }
#bt_offline_form form div#bt_offline_form_button input.button:hover { }
#bt_offline_message { 
     color: #848484;
}
/***** END: system/offline.css *****/
/***** BEGIN: template.css *****/
/* ---------- Default, Background ---------- */
/* --- Background --- */
* { }
* html body { }
html { }
body { 
     color: #000;
     background-color: #FFF;
     /* background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/bg.png");*/
}
.clearfix { }
* html .clearfix { }
/* --- offline page --- */
.bt_offline_image { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/offline_page.png");
}
/* --- logo --- */
div.bt_fade_logo.bt_fade_img { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/logo.png");
}
div.bt_fade_logo.bt_fade_img a { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/logo.png");
}
/* --- Popup Login (based on: http://www.queness.com/post/77/simple-jquery-modal-window-tutorial) --- */
#bt_popup .bt_popup_links { }
#bt_popup .bt_popup_links p { }
#bt_popup .bt_popup_links span { }
#bt_popup .bt_login_form a:link, #bt_popup .bt_login_form a:active, #bt_popup .bt_login_form a:visited { }
#bt_popup .bt_login_form a:hover, #bt_popup .bt_login_form a:focus { }
#bt_popup .bt_login_form ul li { }
#bt_popup .bt_popup_links a { }
#bt_popup .bt_popup_links a:hover { }
#bt_popup .bt_login_sign_in, #bt_popup .bt_login_logout { }
#bt_popup .bt_login_sign_in:hover, #bt_popup .bt_login_logout:hover { }
#bt_popup .bt_login_register { }
/* --- mod_search --- */
div.module_content div.search { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/search_bg.png");
}
div.module_content label[for="mod-search-searchword"] { }
div.module_content input#mod-search-searchword { 
     background-color: transparent;
     background-image: none;
}
div.module_content input#mod-finder-searchword { }
/* --- mod_breadcrumbs --- */
.bt_sub_pathway { 
     background-color: #fff;
}
.bt_sub_pathway .breadcrumbs { }
.bt_sub_pathway .bt_breadcrumbs_img { }
.bt_sub_pathway .bt_breadcrumbs_img a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/breadcrumbs_icon.png");
}
.bt_sub_pathway span.showHere { 
     background-image: none;
}
.bt_sub_pathway img { }
.bt_sub_pathway a, .bt_sub_pathway span { }
.bt_sub_pathway a { }
/* --- Social Icons --- */
.bt_social_icons { }
.bt_social_icon { }
.bt_social_icon_bg { }
.bt_social_icon_bg:hover { }
#social_icon_facebook { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/facebook.png");
}
#social_icon_email { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/email.png");
}
#social_icon_rss { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/rss.png");
}
#social_icon_twitter { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/twitter.png");
}
#social_icon_google { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/google.png");
}
/* --- Go Top (based on http://briancray.com/2009/10/06/scroll-to-top-link-jquery-css) --- */
.bt_go_top_button_img a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/gotop_button.png");
}
.bt_go_top_button_img a:hover { }
#bt_gotop_message a { }
/* --- Powered by BonusThemes.com (small logo) --- */
div.bt_powered_by_logo.bt_fade_img { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/bt_powered_by_logo.png");
}
div.bt_powered_by_logo.bt_fade_img a { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/template/bt_powered_by_logo.png");
}
/***** END: template.css *****/
/***** BEGIN: system/error.css *****/
body#bt_error { 
     color: #848484;
     background-color: #F4F7ED;
}
#bt_error_outer { }
#bt_error_left_col { }
div.error_img { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/system/bt_error_img.png");
}
p.error_message { 
     color: #848484;
}
#bt_error_message { }
#bt_error_message #bt_error_notice_text { 
     color: #81C505;
}
#bt_error_message #bt_error_notice_text p { }
#bt_error_message #bt_error_details { 
     color: #848484;
}
#bt_error_message #bt_error_details ul li { }
#bt_error_message #bt_error_details ul li a { }
#bt_error_message #bt_error_info { }
/***** END: system/error.css *****/
/***** BEGIN: layout.css *****/
/* All Module Positions
------------------------------------------------------------- */
.bt_logo { }
.bt_sub_logo { }
.bt_top { }
.bt_sub_top { }
.bt_social { }
.bt_sub_social { }
.bt_menu { }
.bt_sub_menu { }
.bt_slideshow { }
.bt_sub_slideshow { }
.bt_header1 { }
.bt_sub_header1 { }
.bt_header2 { }
.bt_sub_header2 { }
.bt_header3 { }
.bt_sub_header3 { }
.bt_left { }
.bt_sub_left { }
.bt_newsflash { }
.bt_sub_newsflash { }
.bt_news1 { }
.bt_sub_news1 { }
.bt_news2 { }
.bt_sub_news2 { }
.bt_news3 { }
.bt_sub_news3 { }
.bt_pathway { }
.bt_sub_pathway { }
.bt_notice1 { }
.bt_sub_notice1 { }
.bt_notice2 { }
.bt_sub_notice2 { }
.bt_notice3 { }
.bt_sub_notice3 { }
.bt_banner { }
.bt_sub_banner { }
.bt_right { }
.bt_sub_right { }
.bt_bottom1 { }
.bt_sub_bottom1 { }
.bt_bottom2 { }
.bt_sub_bottom2 { }
.bt_bottom3 { }
.bt_sub_bottom3 { }
.bt_footer1 { }
.bt_sub_footer1 { }
.bt_footer2 { }
.bt_sub_footer2 { }
.bt_footer3 { }
.bt_sub_footer3 { }
.bt_mainbody { }
.bt_sub_mainbody { }
/* ---------- Top Divs ---------- */
#bt_logo_top_social_div { 
     background-color: #FFF;
}
#bt_menu_div { }
#bt_slideshow_div { }
#bt_header1_header2_header3_div { 
     color: #FFF;
}
#bt_bottom1_bottom2_bottom3_div { 
     color: #34280C;
}
#bt_footer1_footer2_footer3_div { 
     color: #34280C;
}
#bt_newsflash_div { }
#bt_news1_news2_news3_div { }
#bt_pathway_div { }
#bt_mainbody_div { }
#bt_notice1_notice2_notice3_div { }
#bt_banner_div { }
#bt_left_div { 
     color: #6F795C;
}
#bt_right_div { 
     color: #6F795C;
}
/* ---------- Custom Classes and Ids from index.php ---------- */
#bt_left_up_div { }
#bt_left_down_div { }
#bt_right_up_div { }
#bt_right_down_div { }
#bottom_line_bg { 
     border-bottom-color: #FF9800;
}
#header_with_slideshow .bt_sub_header1 { }
#only_header .bt_sub_header1 { }
#header_with_slideshow .bt_sub_header2 { }
#only_header .bt_sub_header2 { }
#header_with_slideshow .bt_sub_header3 { }
#only_header .bt_sub_header3 { }
.left_top_right_top_rounded_corners { }
.full_rounded_corners { }
.left_rounded_corners { }
.right_rounded_corners { }
.topleft_rounded_corners { }
.topright_rounded_corners { }
.left_brdr { 
     border-left-color: #B0C982;
}
.right_brdr { 
     border-right-color: #FFF;
}
.no_brdr { }
#main table#main_table td.edu:first-child { }
#main table#main_table td.edu:last-child { }
#main table#main_table td.edu:only-child { }
#main table#main_table td.edu_full:only-child { }
#main a:link, #main a:active, #main a:visited { 
     color: #000;
}
#main a:hover, #main a:focus { }
.clearfix { }
.change_skin_icon { }
#outer { 
     background-color: #FFF;
     /* background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/layout/inner_bg.png"); */
}
#inner { }
#bt_slideshow_div_rounded_corners { 
     background-color: #FFF;
}
#header_with_slideshow { 
     background-color: #81C505;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/layout/top_header_bg.png");
}
#only_header { 
     background-color: #81C505;
}
#main { 
     background-color: transparent!important;
     background-image: none !important;
}
#main_table { 
     background-color: transparent;
     background-image: none;
}
#left_col { 
     background-color: #FFF;
}
#main_col { 
     background-color: #FFF;
}
#body { 
     background-color: transparent!important;
     background-image: none !important;
}
#right_col { 
     background-color: #DCE7C9;
}
#bt_footer_area { 
     border-top-color: #fff;
}
#bt_btlogo_div { }
#bt_copyright_message { }
#bt_skin_switcher { }
#change-skin-orange { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/layout/skin1_icon.png");
}
#change-skin-blue { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/layout/skin2_icon.png");
}
#change-skin-green { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/layout/skin3_icon.png");
}
#change-skin-red { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/layout/skin4_icon.png");
}
#change-skin-violet { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/layout/skin5_icon.png");
}
#change-skin-brown { 
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/layout/skin6_icon.png");
}
/* ---------- #bt_left_div ---------- */
#bt_left_div h1, #bt_left_div h2, #bt_left_div h3, #bt_left_div h4, #bt_left_div h5, #bt_left_div h6 { }
#bt_left_div ul li { }
#bt_left_div a:link, #bt_left_div a:active, #bt_left_div a:visited { }
#bt_left_div a:hover, #bt_left_div a:focus { }
#bt_left_div input[type="text"], #bt_left_div input[type="password"], #bt_left_div input[type="email"] { }
#bt_left_div input[type="text"]:hover, #bt_left_div input[type="password"]:hover, #bt_left_div input[type="email"]:hover { }
#bt_left_div textarea { }
#bt_left_div textarea:hover, #bt_left_div textarea:focus { }
#bt_left_div button, #bt_left_div input.button, #bt_left_div .button, #bt_left_div input[type="submit"], #bt_left_div input[type="button"], #bt_left_div input[type="reset"] { }
#bt_left_div button:hover, #bt_left_div input.button:hover, #bt_left_div .button:hover, #bt_left_div input[type="submit"]:hover, #bt_left_div input[type="button"]:hover, #bt_left_div input[type="reset"]:hover { }
#bt_left_div button:active, #bt_left_div input.button:active, #bt_left_div .button:active, #bt_left_div input[type="submit"]:active, #bt_left_div input[type="button"]:active, #bt_left_div input[type="reset"]:active { }
#bt_left_div .moduletable h3 span.title_arrow { }
#bt_left_div .moduletable h3 span.first-word { }
/* ---------- #bt_right_div ---------- */
#bt_right_div h1, #bt_right_div h2, #bt_right_div h3, #bt_right_div h4, #bt_right_div h5, #bt_right_div h6 { }
#bt_right_div ul li { }
#bt_right_div a:link, #bt_right_div a:active, #bt_right_div a:visited { }
#bt_right_div a:hover, #bt_right_div a:focus { }
#bt_right_div input[type="text"], #bt_right_div input[type="password"], #bt_right_div input[type="email"] { }
#bt_right_div input[type="text"]:hover, #bt_right_div input[type="password"]:hover, #bt_right_div input[type="email"]:hover { }
#bt_right_div textarea { }
#bt_right_div textarea:hover, #bt_right_div textarea:focus { }
#bt_right_div button, #bt_right_div input.button, #bt_right_div .button, #bt_right_div input[type="submit"], #bt_right_div input[type="button"], #bt_right_div input[type="reset"] { }
#bt_right_div button:hover, #bt_right_div input.button:hover, #bt_right_div .button:hover, #bt_right_div input[type="submit"]:hover, #bt_right_div input[type="button"]:hover, #bt_right_div input[type="reset"]:hover { }
#bt_right_div button:active, #bt_right_div input.button:active, #bt_right_div .button:active, #bt_right_div input[type="submit"]:active, #bt_right_div input[type="button"]:active, #bt_right_div input[type="reset"]:active { }
#bt_right_div .moduletable h3 span.title_arrow { }
#bt_right_div .moduletable h3 span.first-word { }
/* ---------- #bt_logo_top_social_div ---------- */
#bt_logo_top_social_div h1, #bt_logo_top_social_div h2, #bt_logo_top_social_div h3, #bt_logo_top_social_div h4, #bt_logo_top_social_div h5, #bt_logo_top_social_div h6 { }
#bt_logo_top_social_div ul li { }
#bt_logo_top_social_div a:link, #bt_logo_top_social_div a:active, #bt_logo_top_social_div a:visited { }
#bt_logo_top_social_div a:hover, #bt_logo_top_social_div a:focus { }
#bt_logo_top_social_div input[type="text"], #bt_logo_top_social_div input[type="password"], #bt_logo_top_social_div input[type="email"] { }
#bt_logo_top_social_div input[type="text"]:hover, #bt_logo_top_social_div input[type="password"]:hover, #bt_logo_top_social_div input[type="email"]:hover { }
#bt_logo_top_social_div textarea { }
#bt_logo_top_social_div textarea:hover, #bt_logo_top_social_div textarea:focus { }
#bt_logo_top_social_div button, #bt_logo_top_social_div input.button, #bt_logo_top_social_div .button, #bt_logo_top_social_div input[type="submit"], #bt_logo_top_social_div input[type="button"], #bt_logo_top_social_div input[type="reset"] { }
#bt_logo_top_social_div button:hover, #bt_logo_top_social_div input.button:hover, #bt_logo_top_social_div .button:hover, #bt_logo_top_social_div input[type="submit"]:hover, #bt_logo_top_social_div input[type="button"]:hover, #bt_logo_top_social_div input[type="reset"]:hover { }
#bt_logo_top_social_div button:active, #bt_logo_top_social_div input.button:active, #bt_logo_top_social_div .button:active, #bt_logo_top_social_div input[type="submit"]:active, #bt_logo_top_social_div input[type="button"]:active, #bt_logo_top_social_div input[type="reset"]:active { }
#bt_logo_top_social_div .moduletable h3 span.title_arrow { }
#bt_logo_top_social_div .moduletable h3 span.first-word { }
/* ---------- #bt_menu_div ---------- */
#bt_menu_div h1, #bt_menu_div h2, #bt_menu_div h3, #bt_menu_div h4, #bt_menu_div h5, #bt_menu_div h6 { }
#bt_menu_div ul li { }
#bt_menu_div a:link, #bt_menu_div a:active, #bt_menu_div a:visited { }
#bt_menu_div a:hover, #bt_menu_div a:focus { }
#bt_menu_div input[type="text"], #bt_menu_div input[type="password"], #bt_menu_div input[type="email"] { }
#bt_menu_div input[type="text"]:hover, #bt_menu_div input[type="password"]:hover, #bt_menu_div input[type="email"]:hover { }
#bt_menu_div textarea { }
#bt_menu_div textarea:hover, #bt_menu_div textarea:focus { }
#bt_menu_div button, #bt_menu_div input.button, #bt_menu_div .button, #bt_menu_div input[type="submit"], #bt_menu_div input[type="button"], #bt_menu_div input[type="reset"] { }
#bt_menu_div button:hover, #bt_menu_div input.button:hover, #bt_menu_div .button:hover, #bt_menu_div input[type="submit"]:hover, #bt_menu_div input[type="button"]:hover, #bt_menu_div input[type="reset"]:hover { }
#bt_menu_div button:active, #bt_menu_div input.button:active, #bt_menu_div .button:active, #bt_menu_div input[type="submit"]:active, #bt_menu_div input[type="button"]:active, #bt_menu_div input[type="reset"]:active { }
#bt_menu_div .moduletable h3 span.title_arrow { }
#bt_menu_div .moduletable h3 span.first-word { }
/* ---------- #bt_slideshow_div ---------- */
#bt_slideshow_div h1, #bt_slideshow_div h2, #bt_slideshow_div h3, #bt_slideshow_div h4, #bt_slideshow_div h5, #bt_slideshow_div h6 { }
#bt_slideshow_div ul li { }
#bt_slideshow_div a:link, #bt_slideshow_div a:active, #bt_slideshow_div a:visited { }
#bt_slideshow_div a:hover, #bt_slideshow_div a:focus { }
#bt_slideshow_div input[type="text"], #bt_slideshow_div input[type="password"], #bt_slideshow_div input[type="email"] { }
#bt_slideshow_div input[type="text"]:hover, #bt_slideshow_div input[type="password"]:hover, #bt_slideshow_div input[type="email"]:hover { }
#bt_slideshow_div textarea { }
#bt_slideshow_div textarea:hover, #bt_slideshow_div textarea:focus { }
#bt_slideshow_div button, #bt_slideshow_div input.button, #bt_slideshow_div .button, #bt_slideshow_div input[type="submit"], #bt_slideshow_div input[type="button"], #bt_slideshow_div input[type="reset"] { }
#bt_slideshow_div button:hover, #bt_slideshow_div input.button:hover, #bt_slideshow_div .button:hover, #bt_slideshow_div input[type="submit"]:hover, #bt_slideshow_div input[type="button"]:hover, #bt_slideshow_div input[type="reset"]:hover { }
#bt_slideshow_div button:active, #bt_slideshow_div input.button:active, #bt_slideshow_div .button:active, #bt_slideshow_div input[type="submit"]:active, #bt_slideshow_div input[type="button"]:active, #bt_slideshow_div input[type="reset"]:active { }
#bt_slideshow_div .moduletable h3 span.title_arrow { }
#bt_slideshow_div .moduletable h3 span.first-word { }
/* ---------- #bt_header1_header2_header3_div ---------- */
#bt_header1_header2_header3_div h1, #bt_header1_header2_header3_div h2, #bt_header1_header2_header3_div h3, #bt_header1_header2_header3_div h4, #bt_header1_header2_header3_div h5, #bt_header1_header2_header3_div h6 { 
     color: #fff;
}
#bt_header1_header2_header3_div ul li { }
#bt_header1_header2_header3_div a:link, #bt_header1_header2_header3_div a:active, #bt_header1_header2_header3_div a:visited { 
     color: #FFFF99;
}
#bt_header1_header2_header3_div a:hover, #bt_header1_header2_header3_div a:focus { }
#bt_header1_header2_header3_div input[type="text"], #bt_header1_header2_header3_div input[type="password"], #bt_header1_header2_header3_div input[type="email"] { }
#bt_header1_header2_header3_div input[type="text"]:hover, #bt_header1_header2_header3_div input[type="password"]:hover, #bt_header1_header2_header3_div input[type="email"]:hover { }
#bt_header1_header2_header3_div textarea { }
#bt_header1_header2_header3_div textarea:hover, #bt_header1_header2_header3_div textarea:focus { }
#bt_header1_header2_header3_div button, #bt_header1_header2_header3_div input.button, #bt_header1_header2_header3_div .button, #bt_header1_header2_header3_div input[type="submit"], #bt_header1_header2_header3_div input[type="button"], #bt_header1_header2_header3_div input[type="reset"] { 
     background-color: #FE5406;
}
#bt_header1_header2_header3_div button:hover, #bt_header1_header2_header3_div input.button:hover, #bt_header1_header2_header3_div .button:hover, #bt_header1_header2_header3_div input[type="submit"]:hover, #bt_header1_header2_header3_div input[type="button"]:hover, #bt_header1_header2_header3_div input[type="reset"]:hover { 
     background-color: #848484;
}
#bt_header1_header2_header3_div button:active, #bt_header1_header2_header3_div input.button:active, #bt_header1_header2_header3_div .button:active, #bt_header1_header2_header3_div input[type="submit"]:active, #bt_header1_header2_header3_div input[type="button"]:active, #bt_header1_header2_header3_div input[type="reset"]:active { }
#bt_header1_header2_header3_div .moduletable h3 span.title_arrow { 
     color: #FEEACC;
}
#bt_header1_header2_header3_div .moduletable h3 span.first-word { 
     color: #855309;
}
/* ---------- #bt_left_main_right_div ---------- */
#bt_left_main_right_div h1, #bt_left_main_right_div h2, #bt_left_main_right_div h3, #bt_left_main_right_div h4, #bt_left_main_right_div h5, #bt_left_main_right_div h6 { }
#bt_left_main_right_div ul li { }
#bt_left_main_right_div a:link, #bt_left_main_right_div a:active, #bt_left_main_right_div a:visited { }
#bt_left_main_right_div a:hover, #bt_left_main_right_div a:focus { }
#bt_left_main_right_div input[type="text"], #bt_left_main_right_div input[type="password"], #bt_left_main_right_div input[type="email"] { }
#bt_left_main_right_div input[type="text"]:hover, #bt_left_main_right_div input[type="password"]:hover, #bt_left_main_right_div input[type="email"]:hover { }
#bt_left_main_right_div textarea { }
#bt_left_main_right_div textarea:hover, #bt_left_main_right_div textarea:focus { }
#bt_left_main_right_div button, #bt_left_main_right_div input.button, #bt_left_main_right_div .button, #bt_left_main_right_div input[type="submit"], #bt_left_main_right_div input[type="button"], #bt_left_main_right_div input[type="reset"] { }
#bt_left_main_right_div button:hover, #bt_left_main_right_div input.button:hover, #bt_left_main_right_div .button:hover, #bt_left_main_right_div input[type="submit"]:hover, #bt_left_main_right_div input[type="button"]:hover, #bt_left_main_right_div input[type="reset"]:hover { }
#bt_left_main_right_div button:active, #bt_left_main_right_div input.button:active, #bt_left_main_right_div .button:active, #bt_left_main_right_div input[type="submit"]:active, #bt_left_main_right_div input[type="button"]:active, #bt_left_main_right_div input[type="reset"]:active { }
#bt_left_main_right_div .moduletable h3 span.title_arrow { }
#bt_left_main_right_div .moduletable h3 span.first-word { }
/* ---------- #bt_bottom1_bottom2_bottom3_div ---------- */
#bt_bottom1_bottom2_bottom3_div h1, #bt_bottom1_bottom2_bottom3_div h2, #bt_bottom1_bottom2_bottom3_div h3, #bt_bottom1_bottom2_bottom3_div h4, #bt_bottom1_bottom2_bottom3_div h5, #bt_bottom1_bottom2_bottom3_div h6 { }
#bt_bottom1_bottom2_bottom3_div ul li { }
#bt_bottom1_bottom2_bottom3_div a:link, #bt_bottom1_bottom2_bottom3_div a:active, #bt_bottom1_bottom2_bottom3_div a:visited { 
     color: #FE5406;
}
#bt_bottom1_bottom2_bottom3_div a:hover, #bt_bottom1_bottom2_bottom3_div a:focus { }
#bt_bottom1_bottom2_bottom3_div input[type="text"], #bt_bottom1_bottom2_bottom3_div input[type="password"], #bt_bottom1_bottom2_bottom3_div input[type="email"] { }
#bt_bottom1_bottom2_bottom3_div input[type="text"]:hover, #bt_bottom1_bottom2_bottom3_div input[type="password"]:hover, #bt_bottom1_bottom2_bottom3_div input[type="email"]:hover { }
#bt_bottom1_bottom2_bottom3_div textarea { }
#bt_bottom1_bottom2_bottom3_div textarea:hover, #bt_bottom1_bottom2_bottom3_div textarea:focus { }
#bt_bottom1_bottom2_bottom3_div button, #bt_bottom1_bottom2_bottom3_div input.button, #bt_bottom1_bottom2_bottom3_div .button, #bt_bottom1_bottom2_bottom3_div input[type="submit"], #bt_bottom1_bottom2_bottom3_div input[type="button"], #bt_bottom1_bottom2_bottom3_div input[type="reset"] { }
#bt_bottom1_bottom2_bottom3_div button:hover, #bt_bottom1_bottom2_bottom3_div input.button:hover, #bt_bottom1_bottom2_bottom3_div .button:hover, #bt_bottom1_bottom2_bottom3_div input[type="submit"]:hover, #bt_bottom1_bottom2_bottom3_div input[type="button"]:hover, #bt_bottom1_bottom2_bottom3_div input[type="reset"]:hover { }
#bt_bottom1_bottom2_bottom3_div button:active, #bt_bottom1_bottom2_bottom3_div input.button:active, #bt_bottom1_bottom2_bottom3_div .button:active, #bt_bottom1_bottom2_bottom3_div input[type="submit"]:active, #bt_bottom1_bottom2_bottom3_div input[type="button"]:active, #bt_bottom1_bottom2_bottom3_div input[type="reset"]:active { }
#bt_bottom1_bottom2_bottom3_div .moduletable h3 span.title_arrow { }
#bt_bottom1_bottom2_bottom3_div .moduletable h3 span.first-word { }
/* ---------- #bt_footer1_footer2_footer3_div ---------- */
#bt_footer1_footer2_footer3_div h1, #bt_footer1_footer2_footer3_div h2, #bt_footer1_footer2_footer3_div h3, #bt_footer1_footer2_footer3_div h4, #bt_footer1_footer2_footer3_div h5, #bt_footer1_footer2_footer3_div h6 { }
#bt_footer1_footer2_footer3_div ul li { }
#bt_footer1_footer2_footer3_div a:link, #bt_footer1_footer2_footer3_div a:active, #bt_footer1_footer2_footer3_div a:visited { 
     color: #FE5406;
}
#bt_footer1_footer2_footer3_div a:hover, #bt_footer1_footer2_footer3_div a:focus { }
#bt_footer1_footer2_footer3_div input[type="text"], #bt_footer1_footer2_footer3_div input[type="password"], #bt_footer1_footer2_footer3_div input[type="email"] { }
#bt_footer1_footer2_footer3_div input[type="text"]:hover, #bt_footer1_footer2_footer3_div input[type="password"]:hover, #bt_footer1_footer2_footer3_div input[type="email"]:hover { }
#bt_footer1_footer2_footer3_div textarea { }
#bt_footer1_footer2_footer3_div textarea:hover, #bt_footer1_footer2_footer3_div textarea:focus { }
#bt_footer1_footer2_footer3_div button, #bt_footer1_footer2_footer3_div input.button, #bt_footer1_footer2_footer3_div .button, #bt_footer1_footer2_footer3_div input[type="submit"], #bt_footer1_footer2_footer3_div input[type="button"], #bt_footer1_footer2_footer3_div input[type="reset"] { }
#bt_footer1_footer2_footer3_div button:hover, #bt_footer1_footer2_footer3_div input.button:hover, #bt_footer1_footer2_footer3_div .button:hover, #bt_footer1_footer2_footer3_div input[type="submit"]:hover, #bt_footer1_footer2_footer3_div input[type="button"]:hover, #bt_footer1_footer2_footer3_div input[type="reset"]:hover { }
#bt_footer1_footer2_footer3_div button:active, #bt_footer1_footer2_footer3_div input.button:active, #bt_footer1_footer2_footer3_div .button:active, #bt_footer1_footer2_footer3_div input[type="submit"]:active, #bt_footer1_footer2_footer3_div input[type="button"]:active, #bt_footer1_footer2_footer3_div input[type="reset"]:active { }
#bt_footer1_footer2_footer3_div .moduletable h3 span.title_arrow { }
#bt_footer1_footer2_footer3_div .moduletable h3 span.first-word { }
/* ---------- #bt_newsflash_div ---------- */
#bt_newsflash_div h1, #bt_newsflash_div h2, #bt_newsflash_div h3, #bt_newsflash_div h4, #bt_newsflash_div h5, #bt_newsflash_div h6 { }
#bt_newsflash_div ul li { }
#bt_newsflash_div a:link, #bt_newsflash_div a:active, #bt_newsflash_div a:visited { }
#bt_newsflash_div a:hover, #bt_newsflash_div a:focus { }
#bt_newsflash_div input[type="text"], #bt_newsflash_div input[type="password"], #bt_newsflash_div input[type="email"] { }
#bt_newsflash_div input[type="text"]:hover, #bt_newsflash_div input[type="password"]:hover, #bt_newsflash_div input[type="email"]:hover { }
#bt_newsflash_div textarea { }
#bt_newsflash_div textarea:hover, #bt_newsflash_div textarea:focus { }
#bt_newsflash_div button, #bt_newsflash_div input.button, #bt_newsflash_div .button, #bt_newsflash_div input[type="submit"], #bt_newsflash_div input[type="button"], #bt_newsflash_div input[type="reset"] { }
#bt_newsflash_div button:hover, #bt_newsflash_div input.button:hover, #bt_newsflash_div .button:hover, #bt_newsflash_div input[type="submit"]:hover, #bt_newsflash_div input[type="button"]:hover, #bt_newsflash_div input[type="reset"]:hover { }
#bt_newsflash_div button:active, #bt_newsflash_div input.button:active, #bt_newsflash_div .button:active, #bt_newsflash_div input[type="submit"]:active, #bt_newsflash_div input[type="button"]:active, #bt_newsflash_div input[type="reset"]:active { }
#bt_newsflash_div .moduletable h3 span.title_arrow { }
#bt_newsflash_div .moduletable h3 span.first-word { }
/* ---------- #bt_news1_news2_news3_div ---------- */
#bt_news1_news2_news3_div h1, #bt_news1_news2_news3_div h2, #bt_news1_news2_news3_div h3, #bt_news1_news2_news3_div h4, #bt_news1_news2_news3_div h5, #bt_news1_news2_news3_div h6 { }
#bt_news1_news2_news3_div ul li { }
#bt_news1_news2_news3_div a:link, #bt_news1_news2_news3_div a:active, #bt_news1_news2_news3_div a:visited { }
#bt_news1_news2_news3_div a:hover, #bt_news1_news2_news3_div a:focus { }
#bt_news1_news2_news3_div input[type="text"], #bt_news1_news2_news3_div input[type="password"], #bt_news1_news2_news3_div input[type="email"] { }
#bt_news1_news2_news3_div input[type="text"]:hover, #bt_news1_news2_news3_div input[type="password"]:hover, #bt_news1_news2_news3_div input[type="email"]:hover { }
#bt_news1_news2_news3_div textarea { }
#bt_news1_news2_news3_div textarea:hover, #bt_news1_news2_news3_div textarea:focus { }
#bt_news1_news2_news3_div button, #bt_news1_news2_news3_div input.button, #bt_news1_news2_news3_div .button, #bt_news1_news2_news3_div input[type="submit"], #bt_news1_news2_news3_div input[type="button"], #bt_news1_news2_news3_div input[type="reset"] { }
#bt_news1_news2_news3_div button:hover, #bt_news1_news2_news3_div input.button:hover, #bt_news1_news2_news3_div .button:hover, #bt_news1_news2_news3_div input[type="submit"]:hover, #bt_news1_news2_news3_div input[type="button"]:hover, #bt_news1_news2_news3_div input[type="reset"]:hover { }
#bt_news1_news2_news3_div button:active, #bt_news1_news2_news3_div input.button:active, #bt_news1_news2_news3_div .button:active, #bt_news1_news2_news3_div input[type="submit"]:active, #bt_news1_news2_news3_div input[type="button"]:active, #bt_news1_news2_news3_div input[type="reset"]:active { }
#bt_news1_news2_news3_div .moduletable h3 span.title_arrow { }
#bt_news1_news2_news3_div .moduletable h3 span.first-word { }
/* ---------- #bt_pathway_div ---------- */
#bt_pathway_div h1, #bt_pathway_div h2, #bt_pathway_div h3, #bt_pathway_div h4, #bt_pathway_div h5, #bt_pathway_div h6 { }
#bt_pathway_div ul li { }
#bt_pathway_div a:link, #bt_pathway_div a:active, #bt_pathway_div a:visited { }
#bt_pathway_div a:hover, #bt_pathway_div a:focus { }
#bt_pathway_div input[type="text"], #bt_pathway_div input[type="password"], #bt_pathway_div input[type="email"] { }
#bt_pathway_div input[type="text"]:hover, #bt_pathway_div input[type="password"]:hover, #bt_pathway_div input[type="email"]:hover { }
#bt_pathway_div textarea { }
#bt_pathway_div textarea:hover, #bt_pathway_div textarea:focus { }
#bt_pathway_div button, #bt_pathway_div input.button, #bt_pathway_div .button, #bt_pathway_div input[type="submit"], #bt_pathway_div input[type="button"], #bt_pathway_div input[type="reset"] { }
#bt_pathway_div button:hover, #bt_pathway_div input.button:hover, #bt_pathway_div .button:hover, #bt_pathway_div input[type="submit"]:hover, #bt_pathway_div input[type="button"]:hover, #bt_pathway_div input[type="reset"]:hover { }
#bt_pathway_div button:active, #bt_pathway_div input.button:active, #bt_pathway_div .button:active, #bt_pathway_div input[type="submit"]:active, #bt_pathway_div input[type="button"]:active, #bt_pathway_div input[type="reset"]:active { }
#bt_pathway_div .moduletable h3 span.title_arrow { }
#bt_pathway_div .moduletable h3 span.first-word { }
/* ---------- #bt_mainbody_div ---------- */
#bt_mainbody_div h1, #bt_mainbody_div h2, #bt_mainbody_div h3, #bt_mainbody_div h4, #bt_mainbody_div h5, #bt_mainbody_div h6 { }
#bt_mainbody_div ul li { }
#bt_mainbody_div a:link, #bt_mainbody_div a:active, #bt_mainbody_div a:visited { }
#bt_mainbody_div a:hover, #bt_mainbody_div a:focus { }
#bt_mainbody_div input[type="text"], #bt_mainbody_div input[type="password"], #bt_mainbody_div input[type="email"] { }
#bt_mainbody_div input[type="text"]:hover, #bt_mainbody_div input[type="password"]:hover, #bt_mainbody_div input[type="email"]:hover { }
#bt_mainbody_div textarea { }
#bt_mainbody_div textarea:hover, #bt_mainbody_div textarea:focus { }
#bt_mainbody_div button, #bt_mainbody_div input.button, #bt_mainbody_div .button, #bt_mainbody_div input[type="submit"], #bt_mainbody_div input[type="button"], #bt_mainbody_div input[type="reset"] { }
#bt_mainbody_div button:hover, #bt_mainbody_div input.button:hover, #bt_mainbody_div .button:hover, #bt_mainbody_div input[type="submit"]:hover, #bt_mainbody_div input[type="button"]:hover, #bt_mainbody_div input[type="reset"]:hover { }
#bt_mainbody_div button:active, #bt_mainbody_div input.button:active, #bt_mainbody_div .button:active, #bt_mainbody_div input[type="submit"]:active, #bt_mainbody_div input[type="button"]:active, #bt_mainbody_div input[type="reset"]:active { }
#bt_mainbody_div .moduletable h3 span.title_arrow { }
#bt_mainbody_div .moduletable h3 span.first-word { }
/* ---------- #bt_notice1_notice2_notice3_div ---------- */
#bt_notice1_notice2_notice3_div h1, #bt_notice1_notice2_notice3_div h2, #bt_notice1_notice2_notice3_div h3, #bt_notice1_notice2_notice3_div h4, #bt_notice1_notice2_notice3_div h5, #bt_notice1_notice2_notice3_div h6 { }
#bt_notice1_notice2_notice3_div ul li { }
#bt_notice1_notice2_notice3_div a:link, #bt_notice1_notice2_notice3_div a:active, #bt_notice1_notice2_notice3_div a:visited { }
#bt_notice1_notice2_notice3_div a:hover, #bt_notice1_notice2_notice3_div a:focus { }
#bt_notice1_notice2_notice3_div input[type="text"], #bt_notice1_notice2_notice3_div input[type="password"], #bt_notice1_notice2_notice3_div input[type="email"] { }
#bt_notice1_notice2_notice3_div input[type="text"]:hover, #bt_notice1_notice2_notice3_div input[type="password"]:hover, #bt_notice1_notice2_notice3_div input[type="email"]:hover { }
#bt_notice1_notice2_notice3_div textarea { }
#bt_notice1_notice2_notice3_div textarea:hover, #bt_notice1_notice2_notice3_div textarea:focus { }
#bt_notice1_notice2_notice3_div button, #bt_notice1_notice2_notice3_div input.button, #bt_notice1_notice2_notice3_div .button, #bt_notice1_notice2_notice3_div input[type="submit"], #bt_notice1_notice2_notice3_div input[type="button"], #bt_notice1_notice2_notice3_div input[type="reset"] { }
#bt_notice1_notice2_notice3_div button:hover, #bt_notice1_notice2_notice3_div input.button:hover, #bt_notice1_notice2_notice3_div .button:hover, #bt_notice1_notice2_notice3_div input[type="submit"]:hover, #bt_notice1_notice2_notice3_div input[type="button"]:hover, #bt_notice1_notice2_notice3_div input[type="reset"]:hover { }
#bt_notice1_notice2_notice3_div button:active, #bt_notice1_notice2_notice3_div input.button:active, #bt_notice1_notice2_notice3_div .button:active, #bt_notice1_notice2_notice3_div input[type="submit"]:active, #bt_notice1_notice2_notice3_div input[type="button"]:active, #bt_notice1_notice2_notice3_div input[type="reset"]:active { }
#bt_notice1_notice2_notice3_div .moduletable h3 span.title_arrow { }
#bt_notice1_notice2_notice3_div .moduletable h3 span.first-word { }
/* ---------- #bt_banner_div ---------- */
#bt_banner_div h1, #bt_banner_div h2, #bt_banner_div h3, #bt_banner_div h4, #bt_banner_div h5, #bt_banner_div h6 { }
#bt_banner_div ul li { }
#bt_banner_div a:link, #bt_banner_div a:active, #bt_banner_div a:visited { }
#bt_banner_div a:hover, #bt_banner_div a:focus { }
#bt_banner_div input[type="text"], #bt_banner_div input[type="password"], #bt_banner_div input[type="email"] { }
#bt_banner_div input[type="text"]:hover, #bt_banner_div input[type="password"]:hover, #bt_banner_div input[type="email"]:hover { }
#bt_banner_div textarea { }
#bt_banner_div textarea:hover, #bt_banner_div textarea:focus { }
#bt_banner_div button, #bt_banner_div input.button, #bt_banner_div .button, #bt_banner_div input[type="submit"], #bt_banner_div input[type="button"], #bt_banner_div input[type="reset"] { }
#bt_banner_div button:hover, #bt_banner_div input.button:hover, #bt_banner_div .button:hover, #bt_banner_div input[type="submit"]:hover, #bt_banner_div input[type="button"]:hover, #bt_banner_div input[type="reset"]:hover { }
#bt_banner_div button:active, #bt_banner_div input.button:active, #bt_banner_div .button:active, #bt_banner_div input[type="submit"]:active, #bt_banner_div input[type="button"]:active, #bt_banner_div input[type="reset"]:active { }
#bt_banner_div .moduletable h3 span.title_arrow { }
#bt_banner_div .moduletable h3 span.first-word { }
/* ---------- #bt_copyright_message ---------- */
#bt_copyright_message { }
#bt_copyright_message a:link, #bt_copyright_message a:active, #bt_copyright_message a:visited { 
     color: #FE5406;
}
#bt_copyright_message a:hover, #bt_copyright_message a:focus { }
/***** END: layout.css *****/

.psku { width:65px !important; font-weight: bold !important;}

.pquan { width:22px !important;}

.pname { width:260px !important; float: left; background:none !important; border:none !important; display:none !important;  }

.pname_link {  width:260px !important; float: left; background:none !important; border:none !important; text-decoration:none !important;  font-size: 12px;  font-weight: normal;
    /*margin: 8px;*/ margin: 0px 5px 5px 0px; padding: 5px 5px 4px 5px; font-weight:bold;}
.pprice { font-weight:bold; }
.ptotal { font-weight:bold; }	

.pprice { width:60px; float: left; background:none !important; border:none !important; text-align:right; }

.ptotal {width:75px; float: left; background:none !important; border:none !important; text-align:right;}

.Exodd { background-color:#fff;}

.Exeven { background-color:#ecf4dd;} 

#subtotal { border:none !important; width:90px; margin:0 0 5px; font-weight: bold;}

#subtotal1 { border:none !important; width:90px; margin:0 0 5px; font-weight: bold;}

/* Phase 3 functionality css */
.cart-head1 { background:#7ba241; border-radius:3px; padding:3px; float:left; width:97%; margin:0 0 0 4px; color:#fff; text-align:center; margin:0 0 0 3px;}
.cart-head2 { background:#7ba241; border-radius:3px; padding:3px; float:left; width:92%;  margin:0 0 0 4px; color:#fff;}
.cart-head3 { background:#7ba241; border-radius:3px; padding:3px; float:left; width:87%; margin:0 0 0 4px; color:#fff;}
.cart-head4 { background:#7ba241; border-radius:3px; padding:3px; float:left; width:98%; color:#fff;}
.cartch-price { position:relative; top:6px; text-align:center;}
.cartch-price .PricediscountedPriceWithoutTax { float: left;margin: 5px 0 0 !important;text-align: right;  width: 100%; color:#000 !important;}
.cartch-price .PricesalesPrice { color:#000 !important; font-size: 1.05em !important; margin:4px 0px 0px 0px !important;}
.cartch-price .line-through { float:left; width:100%; text-align:center; margin:5px 0 0 0;}
.cartch-price-update { float:left; margin: 5px 0px 0px 20px; width:100% !important; text-align:center !important; padding:0px 0px 0px 20px;}
.order_done_qnty { margin:5px 0px 0px 0px !important; padding:0px !important; }
.cartch-price-update input { float:left; margin:5px;}
.cartch-price-update .quantity-input { height:12px !important; width:27px !important;}
.cartch-price-update .vmicon vm2-remove_from_cart { float:left; margin:5px 0 0 0 !important;}
.cartch-subtotal { float:right; /*margin:5px 0 0 0;*/ font-size:18px;}
.cartch-subtotalnum .PricebillTotal{ color: #FF0000; /*float: right !important;*/ font-size: 1.05em !important; font-weight: bold; margin: 4px 0px 0px 0px; text-align:right;}
.cartch-subtotalnum1 .PricesalesPrice{ color: #FF0000; float: right !important; font-size: 1.05em !important; font-weight: bold; margin: 4px 0 0; min-width: 56px !important;}
.cartch-split { border: 1px solid #b8c0a7; float: left; margin: 13px 0 0 3px;width: 100%;}
.cartch_button input{ float:right; margin:4px;}
.cartch_button .continue_link{ float:right; margin:4px;  background-color: #fff;border: 2px solid #78A141; border-radius: 6px; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;  padding: 3px 6px; text-decoration:none;}
.continue .continue_link{float:right; margin:4px;  background-color: #fff;border: 2px solid #78A141; border-radius: 6px; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;  padding: 3px 6px; text-decoration:none;}
.continue { margin:-15px 0px 15px 0px; }	
.cartch_text{ float:left; width:39%; font-size:12px; position:relative; bottom:25px; text-align:justify; font-style:italic;}
.add_to_fav { float:right !important; margin:4px 0px 0px 30px!important;  background-color: #78A141 !important; border:none !important; border-radius: 3px !important; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) !important; color: #FFFFFF !important;padding: 3px 6px !important; text-decoration:none !important;}
.cartch_custN { float: left; margin:10px 0 0 0; line-height: 15px; text-align: left;  width: 40%;}
.cartch_cust { float: left;line-height: 15px;text-align: left;width: 75%;}
.cartch_custd { float: left;line-height: 15px;text-align: left;width: 100%;}
.cartch-price .cart-images { margin:0 20px 0 0;}
.cartch_list { border-style:solid ; border-color:#84A555;
border-bottom-width:2px ; float:right; width:100%; margin:0 !important;}
.cartch_list li { float:right; font-weight:bold; /*width:110px;*/ margin-left:40px; }
.cartch_list li a{ color:#000; text-decoration:none; font-weight:bold;}
.cartch_list .active a{ color:#84A555 !important; font-weight:bold;}
.default_back{ background: none repeat scroll 0 0 #fff; border: 2px solid #78A141; border-radius: 5px; box-shadow: 2px 2px 3px #9B9B9B;  color: #78A141 !important;
    font-weight: bold;  text-align: center;  margin: 4px 0 0 15px; float:left;}
.default_backbt{ background: none repeat scroll 0 0 #fff; border: 2px solid #78A141; border-radius: 5px; box-shadow: 2px 2px 3px #9B9B9B;  color: #78A141 !important;
    font-weight: bold;  text-align: center;  margin: 4px 0 0 3px; float:left;}
.cartch_ship { position:relative; bottom:15px; color:#000 !important;}
.cartch_require { position:relative; bottom:10px;}
.cart-head0 { background:#7ba241; border-radius:3px; padding:3px; float:left; width:87%; margin:0 0 0 2px; color:#fff; text-align:left; margin:0 0 0 3px;}
.cart-headd0 { background:#7ba241; border-radius:3px; padding:3px; float:left; width:88% !important; margin:0 0 0 0px; color:#fff; text-align:center; margin:0 0 0 0px;}
.cartch-price-sku{ float: left; font-weight: bold; margin: 5px 0px 0px 7px !important; width:100% !important; text-align:left !important; }
.cartch-price-details{ float: left; margin: 5px 0px 0px 7px !important; width:100% !important; text-align:left !important;}
.cartch-subtotalnum .PricesalesPriceShipment { color: #000; /*float: right !important;*/ font-size: 1.05em !important; font-weight: bold;  margin: 4px 0px 0 0px; /*width:100% !important;*/ text-align:right; }
.cartch-subtotal span { float: right;font-size: 13px; margin: 3px 0 0;}
.default_save{ background: none repeat scroll 0 0 #78A141; float:left; margin:3px 0 0 0;border: 2px solid #FFFFFF;  border-radius: 5px;  box-shadow: 2px 2px 3px #9B9B9B;
    color: #FFFFFF !important;    font-weight: bold;  text-align: center;}
.cartch-price-delivery{ float:left; width:100%;}
.cartch-subtotalnum .PricesalesPrice{  color: #000000;  float: right !important; font-size: 1.05em !important; font-weight: bold; margin: 0px 0 0 0px;  }
.cartch-subtotalnum .PricetaxAmount { color: #000000; font-size: 1.05em !important; font-weight: bold; margin: 4px 0 0 0px; text-align:right !important;  }
#cc_expire_month_2 {  width: 20% !important;}
#cc_expire_year_2{ width:20% !important; }
#cc_type_2 { width:40% !important;}
.vmpayment_cardinfo label { float:left; padding:7px;}
.cart-head-history1 { }
#editcell .row0, #editcell .row1{ border-bottom:1px solid #859363;}
.cartch-subtotald{ /*float: left; padding: 0 10px; width: 100%;*/}
.cartch-subtotalnum .PricebillTotald { color: #FF0000; font-size: 1.05em !important;font-weight: bold; margin: 0px 0 0; /*width:100% !important; text-align:right;*//*float: right !important;*/}
.PricesalesPrice { float:right !important; margin:0px 0px 0px 0px !important; width:100% !important; text-align:right; }

.PricepriceWithoutTax{
 /*float: right !important;*/
    font-size: 1.05em !important;
    font-weight: bold !important;
    margin: 4px 0 0;
	text-align:right;
	 }

.PricediscountedPriceWithoutTax {
margin:0px 0px 0px 5px !important;
color:#FF0000 !important;
float:right !important;

}	

.pddetails .PricediscountedPriceWithoutTax { margin:0px !important; width: 235px; float:left;}

.f1 fieldset{ float:left; width:55% !important; margin:0px;}
.bt_mainbody span.last_name { width:46.5% !important; }
.bt_mainbody span.city { width:38% !important; }
.bt_mainbody span.zip { width:38% !important; }
.bt_mainbody label.phone_1 { width:220% !important; }
.bt_mainbody span.fax { margin-left:-54px !important; }
.bt_mainbody span.tax_exe { margin-left:2px !important; width:100%; }
.control-buttons { float:left; width:50% !important; }
.bt_mainbody label.tax_exe { width:90% !important; }

.fax { position:absolute; overflow:hidden; clip:rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.fax1 { position:absolute; overflow:hidden; clip:rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.fax2 { position:absolute; overflow:hidden; clip:rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }

.shipto_fax { position:absolute; overflow:hidden; clip:rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.shipto_fax1 { position:absolute; overflow:hidden; clip:rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.shipto_fax2 { position:absolute; overflow:hidden; clip:rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }

#virtuemart_state_id { width:55% !important; }
#virtuemart_country_id { width:55% !important; }
.bt_mainbody span.first_name { width:30% !important; }
#last_name_field { float:right !important; margin:0px; width:70% !important;}
.bt_mainbody label.last_name { float:right !important; width:75% !important;}
.bt_mainbody span.shipto_first_name { width:30% !important; } 
.bt_mainbody span.shipto_last_name { width:46.5% !important; }
#shipto_last_name_field { float:right !important; margin:0px !important; width:70% !important;  }
.bt_mainbody label.shipto_last_name { float:right !important; width:75% !important; }
.bt_mainbody span.shipto_city { float:left; width:38% !important; }
.bt_mainbody span.shipto_zip { width:38% !important; }
.bt_mainbody label.shipto_phone_1 { width:220% !important; }
.bt_mainbody span.shipto_fax { margin-left:-49px !important; }
.bt_mainbody span.phone_1 { margin:5px 12px 5px 0px !important;   }
.bt_mainbody span.phone_2 { margin:26px 13px 0 0 !important; }
#bt_mainbody_div .bt_mainbody span.phone_3 { width:10% !important; }
.star{ color:red; }
#paymentForm h3 { margin:0px 0px 15px 0px !important; }
.checkout_now { text-transform:none; }
.search_button { 
     background-color: transparent;
     background-image: url("/National_Library/20160930123623oe_/http://www.innovative-educators.com/templates/bt_education/images/green/joomla/search_button.png");
     border: none !important;
     height: 32px !important;
     width: 107px !important;
     box-shadow: 0 0 0;
}