/* ***************************
  Site - MidPoint Frontend
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* ***************************
   $1 GLOBAL Styles
   ***************************/
html { overflow-y: scroll; }
* { margin: 0; padding: 0; }
a { color:#bf1e2e; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
img { border:0; vertical-align:middle; }
fieldset { border:none; }
.clear { clear:both; height:0; font-size:0; }
ul li { list-style:none; }
input { font-size:12px; font-family:Arial, Helvetica, sans-serif; border:0; vertical-align:middle; }
/* ***************************
   $2 Website Structure Styles
   ***************************/
body { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; background:#fff url(/images/bg_body.png) left top repeat-x; }
#container { width:100%; }
.fwidth { width:930px; margin:0 auto; }
/* ***************************
   $3 Header Styles
   ***************************/
#header { width:965px; height:156px; position:relative; margin:0 auto 23px; overflow:hidden; }
#logo { position:absolute; left:0; top:24px; }
.login_form { position:absolute; float:right; right:0; top:45px; }
.login_form.s { position:relative; float:none; left:0; top:0; }
.login_form input, .login_form label { float:left; margin:0 5px 0 0; display:inline; }
.login_form label { font-size:17px; background:url(/images/icon_arrow.png) right center no-repeat; padding:0 10px 0 0; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; margin:0 10px 0 0; }
.login_form .input_text { background:url(/images/bg_input_header.png) left top no-repeat; width:123px; padding:4px 0 4px 5px; height:15px; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; color:#909090; line-height:15px; }
.login_form .input_button { color:#fff; text-transform:uppercase; font-size:12px; padding:3px 8px; background:#bf1e2e; cursor:pointer; }
.input_button_hover { color:#fff; text-transform:uppercase; font-size:12px; padding:3px 8px; cursor:pointer; background:#000; }
.loginbox { clear:both; height:30px; }
.loginbox label { width:110px; }
#mainnav { width:760px; overflow:hidden; position:absolute; left:0; top:128px; }
#mainnav li { float:left; padding:0 37px 0 0; }
#mainnav li a { font-size:14px; font-weight:bold; color:#fff; text-transform:uppercase; }
#mainnav li a:hover { text-decoration:underline; }
.search_form { width:235px; position:absolute; right:0; top:121px; padding:0 0 0 9px; height:30px; border-left:1px solid #d81010; }
.search_form .input_text { background:url(/images/bg_search_text.png) left top no-repeat; width:123px; padding:4px 0 4px 5px; height:15px; line-height:15px; color:#333; }
.search_form .input_search { background:url(/images/bg_search.png) 0 0 no-repeat; width:100px; height:24px; cursor:pointer; }
.search_form .input_search_hover { background:url(/images/bg_search.png) 0 -24px no-repeat; width:100px; height:24px; cursor:pointer; }
#topinfo{float:right;position:absolute;right:0;top:30px;}
#topinfo p{font-size:19px;font-family:Georgia, "Times New Roman", Times, serif;text-transform:uppercase;float:right;padding:0 0px 5px 0;
  width:auto;
}
#topinfo ul{clear:both;float:right; width:auto; }
#topinfo li{float:left;font-size:10px;padding:3px 8px;border-right:#bf1e2e solid 1px;}
#topinfo li a{font-size:11px;color:#666666;}
#topinfo li.logout{border:0 none;}
#topinfo li.logout a{color:#990033;font-weight:bold;}
#topinfo p a { color:black;}
/* ***************************
   $4 Content Styles
   ***************************/
.breadcrumb { width:965px; margin:-12px auto 9px; overflow:hidden; }
.breadcrumb li { float:left; color:#241f20; padding:0 4px 0 0; font-size:10px; }
.breadcrumb li a { color:#241f20; margin:0 2px 0 0; }
.breadcrumb li a:hover { color:#bf1e2e; }
.heading { background:url(/images/bg_heading.png) center top no-repeat; width:100%; }
.heading h1 { font-size:29px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-style:normal; width:965px; line-height:67px; margin:0 auto 19px; text-transform:uppercase; letter-spacing:5px; }
.heading h1.bg_book { width:925px; background:none left center no-repeat; padding:0 0 0 0px; }
.heading h1.bh { background:url(/images/bg-bhimg.png) no-repeat; line-height:106px; padding:0 0 0 100px; width:865px; }
.heading h1.bh span { color:#bf1e2e; }
#content { width:965px; overflow:hidden; margin:0 auto 50px; }
.heading h1 em {
	font-size:70%;
	text-transform: lowercase;
}
/*************************
    public css
************************/
a.link_more { font-size:10px; text-transform:uppercase; font-weight:bold; background:url(/images/icon_arrow.png) right center no-repeat; padding:0 12px 0 0; color: #BF1E2E; text-decoration:none; }
a.link_more:hover { color:#000; text-decoration:none; }
#content .bg_red, .bg_red { font-size:12px; text-transform:uppercase; background:#bf1e2e; line-height:22px; color:#fff; letter-spacing:1px; }
.img_left { float:left; }
#container .selectbox { height:20px; position:absolute; display:block; }
#container select { _margin-top:4px; }
#container select.styled { padding-top:2px; padding-left:12px; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#666; }
#container span.select { position: absolute; height: 17px; padding:3px 26px 0 8px; _background:none; overflow: hidden; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#666666; }
/* ***************************
   home Styles
   ***************************/
#banner { width:965px; height:277px; background:url(/images/bg_banner.png) left top repeat-x; position:relative; margin:0 auto 20px; overflow:hidden; }
.three_col_block { width:965px; margin:0 auto 15px; overflow:hidden; }
.three_col_block ul { width:100%; overflow:hidden; clear:both; }
.three_col_block h3 { font-weight:bold; font-style:normal; }
.left_block { width:236px; float:left; padding:0 20px 0 0; background:url(/images/bg_home_rule.png) right top no-repeat; }
.left_block h3 { float:left; padding:0 41px 0 8px; margin:0 0 14px; }
.left_block ul li { width:100%; float:left; margin:0 0 22px; }
.left_block ul li a { background:url(/images/icon_arrow.png) right center no-repeat; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; padding:0 15px 0 0; line-height:16px; float:left; margin:0 0 8px; text-transform:uppercase; }
.left_block ul li p { width:100%; font-size:14px; line-height:17px; clear:both; }
.middle_block { width:211px; float:left; margin:0 0 0 23px; display:block; padding:0 39px 0 0; display:inline; background:url(/images/bg_home_rule.png) right top no-repeat; }
.middle_block h3 { text-align:center; margin:0 0 10px; }
.middle_block ul { width:203px; margin:0 auto; overflow:hidden; }
.middle_block ul li { width:100%; height:auto; float:left; margin:0 0 14px; overflow:hidden; text-align:center; }
.middle_block ul li img { height:64px; width:auto; }
.middle_block ul li a {
	font-size:12px;
	font-weight:bold;
	background:url(/images/icon_arrow.png) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 0 0 50px; }

.middle_block.pubs ul li a {
	border:1px solid #DDD;
	display:block;
	text-align:center;
	margin:0;
	padding:6px 0;
	background:none; }

.middle_block.pubs ul li.more a {
	display:inline;
	border:none;
	text-align: left;
	padding-right:10px;
	background:url(/images/icon_arrow.png) right center no-repeat;
	padding:0 15px 0 0;
}

.right_block { width:400px; float:left; margin:0 0 0 27px; display:inline; }
.right_block h3 { float:left; padding:0 46px 0 10px; margin:0 0 15px; }
.right_block ul li { width:100%; float:left; margin:0 0 13px; }
.right_block ul li h2 { font-size:14px; font-weight:normal; font-style:normal; font-family:Georgia, "Times New Roman", Times, serif; margin:0 0 3px; }
.right_block ul li p { font-size:12px; line-height:15px; }
.right_block p { width:100%; overflow:hidden; }
.right_block p span { float:left; padding:0 20px 0 0; font-weight:bold; line-height:12px; }
.right_block p span a { font-size:12px; background:url(/images/icon_arrow.png) right center no-repeat; padding:0 10px 0 0; text-transform:none; }
#bookshelf { width:1000px; margin:0 auto 19px; overflow:hidden; background:url(/images/bg_bookshelf.png) left top no-repeat; height:300px; position:relative; z-index:16; padding:36px 0 0; }
#bookshelf .pagination { display:none; }
#bookshelf a.prev, #bookshelf a.next { width:35px; height:35px; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em; position:absolute; top:140px; outline:none; }
#bookshelf a.prev { left:0; background:url(/images/bg_control_arrow.png) 0 0 no-repeat; }
#bookshelf a.prev:hover { background:url(/images/bg_control_arrow.png) -35px 0 no-repeat; }
#bookshelf a.next { right:0; background:url(/images/bg_control_arrow.png) 0 -35px no-repeat; }
#bookshelf a.next:hover { background:url(/images/bg_control_arrow.png) -35px -35px no-repeat; }
.slides_container { width:893px; height:255px; margin:0 auto; }
.widget_side .slides_container { width:300px; height:170px; display:block; }
.widget_side .slides_container div {
    width:300px;
    height:170px;
    display:block;
  }
/* .slides_container div { width:893px; height:250px; overflow:hidden; } */
.slides_container div .col_left { width:420px; position:absolute; z-index:1; top:0; left:0; height:250px; }
.slides_container div .img_left { width:161px; }
.slides_container img { vertical-align:bottom; }
.slides_container div .intro_text { width:235px; float:right; font-size:11px; background:white; }
.slides_container div .intro_text h2 { font-size:14px; font-weight:bold; color:#333; margin:0 0 10px; }
.slides_container div .intro_text span { display:block; margin:0 0 12px; }
.slides_container div .intro_text p { line-height:14px; margin:0 0 6px; }
.slides_container div .intro_text a { background:url(/images/icon_arrow.png) right center no-repeat; padding:0 10px 0 0; font-size:10px; font-weight:bold; text-transform:uppercase; line-height:12px; }
.slides_container div .col_right { width:440px; height:249px; float:right; padding:0 0 0 14px; background:url(/images/bg_bookshelf_rule.png) left top no-repeat; }
.slides_container div .col_right h3 { float:left; padding:0 20px; margin:0 0 20px 100px; display:inline; }
/* .slides_container div .col_right ul { width:100%; overflow:hidden; } */
.slides_container div .col_right ul li { float:left; margin:0 0 0 18px; display:inline; cursor:pointer; }

.home-blogs h2 a { color:black; }
/*****************************
   $sidebar
*****************************/
.sidebar { width:235px; float:left; }
.search_wrapper { width:100%; overflow:hidden; background:url(/images/bg_sidebar_search.png) left top no-repeat; padding:18px 0 0; margin:0 0 15px; }
.search_wrapper .input_key { background:url(/images/bg_keyword.png) left top no-repeat;
			width:142px; padding:2px 0 2px 4px;
			height:21px; font-size:11px; line-height:1em; color:#666; }
.search_wrapper .search_btn { background:url(/images/bg-search.png) 0 0 no-repeat; width:61px; height:24px; cursor:pointer; }
.search_wrapper .search_btn_hover { background:url(/images/bg-search.png) 0 -24px no-repeat; width:61px; height:24px; cursor:pointer; }
.sidebar ul { width:100%; }
.sidebar ul.select_lists li { width:100%; position:relative; height:20px; margin:0 0 18px; }
.sidebar ul li .selectbox { width:214px; top:0; left:0; }
.sidebar ul li select.styled { width:214px !important; }
.sidebar ul li span.select { width:180px; background:url(/images/bg_select_long.png) left top no-repeat; }
.side_bottom { width:225px; color:#666; background:url(/images/bg_side_bottom.png) left top no-repeat; padding:10px 0 13px 9px; }
.side_bottom p { font-size:11px; line-height:11px; margin:0 0 3px; }
.side_bottom .date_wrapper { overflow:hidden; width:100%; font-size:11px; }
.side_bottom .date_wrapper span { float:left; line-height:24px; padding:0 5px 0 0; }
.side_bottom .date_wrapper a { line-height:24px; margin:0px 5px 0 3px; *margin:7px 5px 0 3px; display:inline; outline:none; float:left; }
.side_bottom .date_wrapper a.link_apply { background:url(/images/bg_apply.png) 0 0 no-repeat; width:53px; height:24px; overflow:hidden; text-indent:-9999em; float:left; margin:0 0 0 3px; }
.side_bottom .date_wrapper a.link_apply:hover { background:url(/images/bg_apply.png) 0 -24px no-repeat; }
#content .arrow { background:url(/images/icon_arrow.png) left center no-repeat; padding:0 0 0 18px; margin:0 0 5px; }
#content .arrow.open { background:url(/images/icon_arrow_bottom.png) left center no-repeat; }
.left_nav { padding:12px 0 0; background:url(/images/bg_sidebar_search.png) center top no-repeat; margin:0 0 28px; }
.left_nav li { margin:0 0 9px; padding:0 0 0 18px; }
.left_nav li a { font-size:12px; color:#333; line-height:15px; font-weight:bold; }
.left_nav li a:hover,
.left_nav li.active a
{ color:#BF1E2E; }
.grey_bottom { width:100%; background:url(/images/bg_sidebar_bottom.png) center top no-repeat; padding:31px 0 0; }
.widget .logo_lists a { display:block; text-align:center; }
/****************************
   $title_template
****************************/
#content h3 { font-size:12px; text-transform:uppercase; letter-spacing:1px; color:#bf1e2e; font-weight:bold; font-style:normal; margin:0 0 8px; }
.maincontent { width:720px; float:right; }
.browsing_by { width:100%; border-bottom:1px solid #e7e7e7; overflow:hidden; margin:0 0 15px; }
.browsing_by h3 { float:left; padding:0 10px 0 0;}
.browsing_by ul { float:left;margin:0 0 8px;}
.browsing_by ul li { float:left;}
.browsing_by ul li a {float:left;color:#666666; font-size:11px; background:url(/images/icon_x.png) right center no-repeat; line-height:11px; padding:0 15px 0 0; margin:0 8px 0 0; }
.browsing_by ul li a:hover { color:#bf1e2e; }
.pagenav_wrapper { width:720px; border-bottom:1px solid #e7e7e7; padding:0 0 6px; overflow:hidden; margin:0 auto 19px; }
.sort { width:335px; float:left; position:relative; }
.sort label { line-height:20px; }
.sort .selectbox { width:135px; top:0; left:50px; }
.sort select.styled { width:135px !important; }
.sort span.select { width:101px; background:url(/images/bg_select_middle.png) left top no-repeat; }
.show_page { width:175px; float:left; position:relative; }
.show_page .selectbox { width:120px; top:0; left:40px; }
.show_page label{vertical-align:-3px;_vertical-align:-6px;}
.show_page .selectbox label{vertical-align:3px;}
.show_page select.styled { width:50px !important; }
.show_page span.select { width:16px; background:url(/images/bg_select_short.png) left top no-repeat; }
.pagenav_wrapper ul { width:207px; float:left; }
.pagenav_wrapper ul li { float:left; color:#000000; }
.pagenav_wrapper ul li a { color:#5f5f5f; padding: 0 2px; }
.pagenav_wrapper ul li a:hover { color:#bf1e2e; }
.pagenav_wrapper ul li a.prev { background:url(/images/icon_arrow_left.png) left center no-repeat; padding:0 7px 0 12px; color:#000000; text-decoration:underline; }
.pagenav_wrapper ul li a.next { background:url(/images/icon_arrow.png) right center no-repeat; padding:0 12px 0 7px; color:#000000; text-decoration:underline; }
.pagenav_wrapper ul li a.prev:hover, .pagenav_wrapper ul li a.next:hover { color:#bf1e2e; }
.book_recommend { width:100%; overflow:hidden; margin: 0 0 24px; border-bottom:1px solid #d8d8d8; }
.book_recommend .img_left { width:156px; margin:0 0 18px; }
.book_recommend .info_text { width:542px; float:right; background:url(/images/bg_info.png) 0 30px no-repeat; }
.book_recommend .info_text h1 { font-size:18px; font-weight:normal; font-style:normal; line-height:18px; margin:0 0 22px; }
.book_recommend .info_text p { font-size:14px; line-height:18px; color:#333; margin:0 0 20px; }
.book_lists { width:720px; overflow:hidden; padding:0 0 10px; border-bottom:1px solid #d8d8d8; margin:0 0 32px; }
.book_lists.last { border-bottom:0; }
.book_lists li { width:165px; float:left; overflow:hidden; margin:0 18px 0 0; display:inline; color:#333; }
.book_img { text-align:left; vertical-align:top; margin:0 0 20px; }
.book_info { width:100%; }
.book_lists li h2 { font-size:14px; font-weight:bold; line-height:18px; font-style:normal; margin:0 0 8px; }
.book_lists li p { font-size:11px; line-height:14px; margin:0 0 5px; }
.book_lists li p a { color:#333; text-decoration:underline; }
.book_lists li p a:hover { text-decoration:none; }
.book_lists li p a.link_more { color: #BF1E2E; text-decoration:none; }
.book_lists li p a.link_more:hover { text-decoration:underline; }
.book_lists li.last { margin:0; }
.pagenav_wrapper.bottom { border-top:1px solid #E7E7E7; border-bottom:0; width:965px; clear:both; padding:20px 0; }
.pagenav_wrapper.bottom .show_page { margin:0 0 0 573px; display:inline; }
/**************************
    text templates
****************************/
.middle { width:365px; float:left; background:url(/images/bg_middle.png) center 21px no-repeat; margin:0 0 0 25px; display:inline; }
.middle.full_width { width:auto; }

.maincontent.full_width { width:964px;}
.full_width .middle { margin-left:0px; width:605px;}
.maincontent.full_width .middle.full_width { width:auto; }
.middle h1, .middle h2, .middle h3, .middle h4, .middle h5 { font-family:Georgia, "Times New Roman", Times, serif; font-style:normal; font-weight:normal; margin:0 0 10px; }
.middle h1 { font-size:18px; }
.middle p, .middle div, .middle li { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; line-height:17px; }
.middle p {  margin:0 0 15px; }
.right { width:300px; float:right; }
.widget { width:100%; margin:0 0 20px; }
.widget h3 { text-align:center; margin:0 0 13px !important; }
.widget p { line-height:18px; margin:0 0 10px; font-size:14px; }
.widget ul.logo_lists { width:100%; overflow:hidden; }
.widget ul.logo_lists li { width:145px; float:left; }
.widget ul.logo_lists li.last { float:right; }
#bookshelf.widget_side { width:300px; background:url(/images/bg_bookshelf_short.png) left bottom no-repeat; height:170px; padding:0; }
#bookshelf.widget_side .slides_container { margin:2px auto 0; }
#bookshelf.widget_side .slides_container div { width:220px !important; left:25px !important; height:119px; overflow:hidden; }
#bookshelf.widget_side a.prev, #bookshelf.widget_side a.next { width:35px; height:35px; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em; position:absolute; top:34px; outline:none; }
#bookshelf.widget_side .slides_container div ul { width:100%; overflow:hidden; }
#bookshelf.widget_side .slides_container div ul li { width:80px; float:left; padding:0 10px; }
.pub-toolbox { float:right; margin:4px 4px 0 0; }
/*****************************
    $Publisher Landing page
*****************************/
.book_slider { width:965px; margin:0 auto 33px; overflow:hidden; background:url(/images/bg_banner_inner.png) left bottom no-repeat; padding:7px 0 28px; }
.info_box { width:205px; float:left; }
.info_box span { display:block; margin:0 0 10px; text-align:center; }
.info_box h2 { text-align:center; margin:0 0 10px; }
.info_box p { font-size:11px; line-height:15px; }
.info_box p a { font-weight:bold; }
.book_slider #bookshelf { width:720px; float:right; height:160px; margin:0; padding:0; background:url(/images/bg_rule.png) left bottom no-repeat; }
.book_slider #bookshelf .slides_container { width:600px; overflow:hidden; }
.book_slider #bookshelf .slides_container div { width:600px; overflow:hidden; height:160px; }
.book_slider #bookshelf .slides_container div ul { width:600px; overflow:hidden; }
.book_slider #bookshelf .slides_container div ul li { width:100px; float:left; margin:0 25px; display:inline; }
.book_slider #bookshelf a.prev, .book_slider #bookshelf a.next { top:32px; }
.book_slider #bookshelf a.prev { left:10px; }
.book_slider #bookshelf a.next { right:10px; }
.book_wrapper { width:972px; margin:0 auto; overflow:hidden; padding-top:10px; }
.book_wrapper li { width:203px; float:left; margin:0 20px 23px 20px; display:inline; }
.book_wrapper li span { display:block; margin:0 0 11px;  }
.book_wrapper li .pic2 { text-align:center; width:203px; height:83px; overflow:hidden; border:1px solid #DDDEEE; }
.book_wrapper li .pic { width:203px; height:83px; display:table-cell; vertical-align:middle; }
.book_wrapper li .pic img {  }
.book_wrapper li h2, .info_box h2 { font-size:14px; font-weight:bold; font-style:normal; margin:0 0 5px; }
.book_wrapper li p { font-size:11px; line-height:14px; margin:0 0 6px; }
.publisher_bottom { width:972px; margin:14px auto 0; background:url(/images/bg_publisher.png) center top no-repeat;
				   position:relative; padding:55px 0 20px; overflow:hidden; }
.control_display { position:absolute; left:450px; top:0; text-transform:uppercase; font-size:10px; padding:2px 15px 7px; border:1px solid #e4e4e4; border-top:0; background:#fff; }
.publisher_bottom ul { width:203px; margin:0 20px; float:left; display:inline; color:#cc0000; }
.publisher_bottom ul li { font-size:12px; line-height:18px; padding-left:0.2in; text-indent:-0.2in; }
.publisher_bottom ul li a { color:#000; }
.publisher_bottom ul li a:hover { color:#cc0000; }
.link_wrap { width:965px; margin:0 auto; vertical-align:middle; overflow:hidden; }
.link_wrap a { float:left; margin:0 5px 0 0; display:inline; }
a.print { color:#666666; font-size:12px; font-weight:bold; background:url(/images/bg_print.png) left center no-repeat; text-transform:uppercase; line-height:21px; padding:0 0 0 30px; }
a.print:hover { color:#cc0000; }
.publisher_bottom .maincontent { float:left; }
.publisher_bottom h2 { font-size:12px; font-weight:bold; color:#cc0000; font-style:normal; margin: 0 0 13px; text-transform:uppercase; }
.publisher_bottom .maincontent p { font-size:14px; line-height:18px; margin:0 0 15px; font-family:Georgia, "Times New Roman", Times, serif; }
.publisher_bottom .maincontent .grey_bottom { background:url(/images/bg_grey_rule.png) center top no-repeat; margin:64px 0 0; padding:50px 0 0; }
.publisher_bottom .maincontent .grey_bottom h3 { font-size:13px; font-weight:bold; font-style:normal; }
.publisher_bottom .maincontent .grey_bottom p span { display:block; font-family:Arial, Helvetica, sans-serif; }
.publisher_bottom .sidebar { float:right; }
.publisher_bottom .sidebar h2 { margin:0 0 5px; }
.publisher_bottom .sidebar a { color:#091ef1; text-decoration:underline; }
.publisher_bottom .sidebar a:hover { color:#091ef1; text-decoration:none; }
.publisher_bottom .sidebar ul { margin:0 0 20px; }
.publisher_bottom .sidebar ul li { margin: 0 0 8px; padding-left:0; text-indent:0; }
.publisher_bottom .sidebar p { margin:0 0 10px; }
.publisher_bottom .sidebar p span { display:block; width:100%; overflow:hidden; color:#262626; }
.publisher_bottom .sidebar p span a { float:left; margin:10px 0 0; }
.link_twitter { display:block; background:url(/images/bg_icon.png) 0 0 no-repeat; line-height:16px; padding:0 0 0 20px; }
.link_youtobe { background:url(/images/bg_icon.png) 0 -25px no-repeat; line-height:16px; display:block; padding: 0 0 0 20px; }
.two_col_wrapper { width:965px; margin:0 auto; overflow:hidden; padding:15px 0 0; }
.two_col_wrapper .left_box { width:657px; float:left; }
.two_col_wrapper .right_box { width:308px; float:right; position:relative; }
.red_arrow { position:absolute; right:0; top:-15px; }
.leading a { color:#333; text-decoration:underline; }
.leading a:hover { color:#cc0000; }
.two_col_wrapper .left_box .link_wrap { width:auto; }
.two_col_wrapper .right_box span { display:block; margin:0 0 20px; }
.two_col_wrapper .right_box h2 { font-size:14px; text-transform:uppercase; color:#cc0000; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-style:normal; margin:0 0 8px; }
.two_col_wrapper .right_box ul li { width:280px; padding:8px 13px 9px; overflow:hidden; margin:0; border:1px solid #ccc; }
.two_col_wrapper .right_box ul li span { float:left; margin:0; }
.two_col_wrapper .right_box ul li a.link_buy { float:right; padding:5px 12px; letter-spacing:1px; background:#bf1e2e; font-size:11px; color:#fff; text-transform:uppercase; }
.two_col_wrapper .right_box ul li a.link_buy:hover { background:#000; }
.two_col_wrapper h2 { color:#bf1e2e; font-size:14px; font-weight:bold; font-style:normal; text-transform:uppercase; margin:0 0 20px; }
.blue { color:#0e21e1; font-size:14px; font-weight:normal; text-transform:none; }
.red { color:#bf1e2e; font-size:15px; font-weight:normal; text-transform:none; }
.two_col_wrapper p { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; line-height:20px; margin:0 0 20px; padding:0 50px 0 0; }
.two_col_wrapper p.small { font-size:13px; line-height:18px; }
.leading { background:url(/images/bg_grey_bottom.png) center top no-repeat; width:100%; overflow:hidden; padding:25px 0 30px; }
.leading h1 { font-size:30px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-style:normal; }
.link_wrap { padding:0 0 17px; margin:0 auto; background:url(/images/bg_line.png) center bottom no-repeat; }
.left_box .link_wrap { margin:0 0 10px; }
.link_wrap a { vertical-align:middle; line-height:33px; margin:0 15px 0 0; }
.link_wrap .addthis_toolbox {
	float:right;
}
.link_wrap .addthis_toolbox a {
	margin-right:2px;
}
.leading .link_wrap { margin:0; padding:0; background:none; }
.leading .link_wrap a { line-height:20px; }
a.request { background:url(/images/bg_request.png) left center no-repeat; padding:0 0 0 30px; color:#666666; font-size:12px; font-weight:bold; text-transform:uppercase; }
a.request:hover { color:#cc0000; }

.pub-contact {}
.pub-contact p { margin-bottom:10px; }
.pub-contact input[type=text] {
	border:1px solid #777;
	font-size:14px;
	padding:6px;
}
.pub-contact textarea {
	width:100%;
	height:75px;
}
.css3-button {
	padding:4px;
	border:1px solid #777;
	-moz-border-radius: 6px; /* FF1-3.6 */
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 6px;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #FFFFFF, #CCCCCC); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFFFFF, #CCCCCC); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFFFFF, #CCCCCC); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #FFFFFF, #CCCCCC);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#CCCCCC'); /* IE6–IE9 */
	color:red;
	font-family:Georgia, serif;
	cursor:pointer;
}
.css3-button:active {
	color:black;
	background:#FFF;
}

/********detail********/
.panel-wrapper h2 { font-size:0; font-style:normal; line-height:0; text-indent:-9999em; }
.panel-wrapper .detail_top { width:100%; overflow:hidden; }
.panel-wrapper .detail_top .info_left { width:60%; float:left; }
.panel-wrapper .detail_top .info_left p { width:100%; overflow:hidden; margin:0 0 20px; }
.panel-wrapper .detail_top .info_left strong { float:left; font-size:11px; color:#333333; margin:0 5px 0 0; text-transform:uppercase; }
.panel-wrapper .detail_top .info_left .navigation { width:100%; overflow:hidden; margin:0 0 10px; color:#bf1e2e; }
.panel-wrapper .detail_top .info_left .navigation strong { color:#333333; }
.panel-wrapper .detail_top .info_left .navigation span { margin:0 5px 0 0; }
.panel-wrapper .detail_top .info_left .navigation a { color:#051bf4; text-decoration:none; margin:0 5px 0 0; }
.panel-wrapper .detail_top .info_left .navigation a:hover { text-decoration:underline; }
.panel-wrapper .detail_top .info_left p span { float:left; margin:0 40px 0 0; display:inline; }
.panel-wrapper .detail_top .info_left p a { color:#0842d4; }
.panel-wrapper .detail_top .info_left p a:hover { text-decoration:underline; }
.panel-wrapper table { width:100%; border:1px solid #f1efef; }
.panel-wrapper table th, .panel-wrapper table td { color:#333; text-align:left; padding:0 0 0 5px; border:1px solid #f1efef; border-left:0; border-right:0; }
.panel-wrapper table th { text-transform:uppercase; font-size:11px; background:#e7e5e5; line-height:20px; font-weight:bold; }
.panel-wrapper table td { line-height:34px; color:#666666; }
.panel-wrapper table td.red { font-size:12px; font-weight:bold; color:#cc0000; }
.tabc { width:100%; overflow:hidden; }
.tabc-left { width:390px; float:left; }
.tabc h4 { font-size:12px; padding:0 0 5px; color:#bf1e2e; text-transform:uppercase; }
.tabc-left ul.connect { font-size:15px; font-family:Georgia, "Times New Roman", Times, serif; padding:0 0 10px; }
.tabc-left ul.connect li { position:relative; padding:5px 0 5px 38px; }
.tabc-left ul.connect img { position:absolute; top:50%; left:0; margin:-16px 0 0; }
.tabc-media { width:290px; padding:5px 5px 5px 0px; position:relative; }
.tabc-media img { /*position:absolute; left:0; top:5px; */}
.tabc h5 { font-size:15px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:400; padding:0 0 5px; }
.tabc h5 a { color:#000; }
.tabc p { padding:3px 0; color:#333333; line-height:1.2; }
.tabc p a.more { padding:0 10px 0 0; background:url(/images/icon_arrow.png) no-repeat right center; color:#cc0000; font-size:11px; font-weight:bold; }
.tabc-right { width:415px; padding:0 100px 0 0; float:right; }
.tabc-right li { padding:0 0 10px; }
/*blog*/
#maincontent { border-right:#F3F2F2 solid 1px; width:704px; padding:0 30px 0 0; float:left; }
#maincontent .entry { margin:0 0 40px; }
#maincontent h2 { color:#b10818; font-weight:400; font-size:24px; padding:0 0 10px; }
#maincontent h2 a { color:#b10818; }
#maincontent h2 a:hover { color:#b10818; text-decoration:underline; }
.postmetadata { width:100%; padding:8px 0; overflow:hidden; font-size:14px; border:#ECEAEA solid; border-width:1px 0; }
.postmetadata span { float:left; }
.postmetadata span span { float:none; }
.postmetadata span.share { float:right; }
.entry-author a { color:#0843ef; }
.entry-date, .entry-comment { background:url(/images/icon-dot.png) no-repeat 8px 50%; padding:0 10px 0 25px; }
.entry-date span { color:#666; }
.entry-comment { color:#b10818; }
.entry-comment a { margin:0 5px 0 0; }
.entry-content { width:100%; overflow:hidden; padding:15px 0 0; }
.entry .bookimg { float:right; width:200px; padding:10px 0 20px 20px; }
.entry p { line-height:1.2; font-size:15px; padding:0 0 20px; }
.entry .bookimg p, .entry .video p { font-size:10px; padding:10px 0; }
.entry-utility { color:#393939; font-size:12px; border-bottom:1px solid #ECEAEA; padding:0 0 8px; }
.entry .video { text-align:center; width:640px; margin:10px auto; }
.navigation { margin:-30px 0 0; width:100%; overflow:hidden; padding:0 0 15px; }
.navigation .nav-next { float:right; text-transform:uppercase; }
.navigation .nav-prev { float:left; text-transform:uppercase; }
.navigation a { font-size:10px; padding:0 12px; color:#cc0000; }
.navigation a:hover { color:#000; }
.nav-next a { background:url(/images/icon_arrow.png) no-repeat right center; }
.nav-prev a { background:url(/images/icon_arrow_left.png) no-repeat 0 50%; }
#comments { width:100%; }
#comments h4 { color:#bf1e2e; text-transform:uppercase; border-top:#ccc solid 1px; padding:14px 0; }
#comments h4 span.disqus { float:right; }
.comment-form-comment textarea { width:690px; height:70px; overflow:hidden; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999999; border:1px solid #ccc; }
.form-submit { text-align:right; padding:10px 0 15px; }
.form-submit .btn { width:82px; height:25px; background:url(/images/btn-postas.png) no-repeat; border:0 none; }
.commentlist { border-top:#ccc solid 1px; width:100%; }
.commentlist li { width:100%; vertical-align:middle; }
.commentlist .commentmetadata { background:#F6F6F7; height:35px; }
.commentmetadata img { float:left; }
.commentmetadata cite { font-style:normal; float:left; padding:10px 10px 0; font-size:13px; font-weight:bold; color:#d11c1c; }
.commentmetadata cite a { color:#d11c1c; }
.commentmetadata span { float:left; padding:10px 10px 0; }
.commentmetadata .via { float:right; padding:10px 10px 0; }
.commentmetadata .via a { margin:0 5px; color:#3366ff; }
.comment-body { padding:10px 0; }
.comment-body p { line-height:1.2; color:#333; padding:0 0 10px; }
#sidebar { width:215px; float:right; padding:0 0 0 15px; background:url(/images/bg-sidebg.png) repeat-y; }
#sidebar h3 { color:#bf1e2e; font-size:12px; text-transform:uppercase; text-align:center; }
#sidebar .subscribe { width:192px; height:80px; background:url(/images/bg-bhsubcribe.png) no-repeat; padding:17px 10px 0; margin:0 0 20px; }
#sidebar .subscribe h3 { float:left; padding:4px 0 0; height:18px; text-align:left; margin:0; }
#sidebar .subscribe .snsicon { float:right; height:23px; }
#sidebar .subscribe .snsicon a { margin:0 0 0 8px; }
#sidebar .subscribe .subemail { clear:both; height:30px; padding:12px 0 0; }
.subemail .ipt { width:94px; padding:3px 5px 2px; font-size:14px; color:#909090; font-family:Arial, Helvetica, sans-serif; background:none; border:0 none; }
.subemail .btn { width:82px; height:21px; border:0 none; background:none; cursor:pointer; color:#bf1e2e; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; }
.subemail .btn:hover { color:#000000; }
#sidebar .searchblog { margin:0 0 20px; }
#sidebar .search_wrapper { background-position:center top; }
#sidebar ul.select_lists, #sidebar ul.recent { background: url("/images/bg_sidebar_search.png") no-repeat scroll center top; padding:10px 0 0; margin:0 0 20px; }
#sidebar ul.select_lists li { height:20px; margin:0 0 18px; position:relative; width:100%; }
#sidebar ul li span.select { background: url("/images/bg_select_long.png") no-repeat scroll left top transparent; width:180px; }
#sidebar ul li select.styled { width:214px !important; }
#sidebar ul li span.select { width:180px; background:url(/images/bg_select_long.png) left top no-repeat; }
#sidebar ul.recent li { padding:0 0 15px; line-height:1.1; }
#sidebar ul.recent a { color:#2558ef; }
#sidebar ul.recent a:hover { color:#2558ef; text-decoration:underline; }

/* ***************************
   $6 Footer Styles
   ***************************/
.footer { width:930px; margin:0 auto; padding:20px; height:100px; background:url(/images/bg-footer.png) no-repeat; color:#333333; }
.footer .ftwidget { float:left; padding:0 20px; }
.footer .ftwidget p { padding:5px 0 10px; }
.footer h5 { font-size:10px; font-weight:bold; text-transform:uppercase; }
.footer li { line-height:14px; font-size:11px; }
.footer a { color:#333333; }
.footer p.copyright { width:400px; float:left; padding:0 0 0 20px; line-height:1.4; font-size:12px; }


/*
*********************************************************
** POPUP BOX
*********************************************************
*/
#popupbg{width:100%;height:100%;position:fixed;top:0px;left:0px;display:none;background-color:#000000;z-index:100;}
table.popup{width:100%;height:100%;position:fixed;top:0px;left:0px;display:none;z-index:200;margin-left:auto;margin-right:auto;}
table.popup td{vertical-align:middle;padding:0px;}
table.popup_boxx{width:600px;margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto;background-color:#ffffff;border-style:solid;border-width:2px;border-color:#46a00e;}
table.popup_boxx td{padding:0px;}
table.popup_box2{margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto;}
table.popup_box2 td{padding:0px;}

.middle ul { margin-bottom:0.15in; }
.middle ul li { list-style:disc; margin-left:0.5in; }

/* Homepage book slider */
.ul-wrap {
	position:absolute;
	overflow:hidden;
	width:598px;
	height:206px;
	top:41px;
	right:0px;
}

.book-ul {
	width:5000px;
	position:relative;
	margin-left:143px;
}

.book-ul li:last-child { visibility:hidden; }
.col_left .book { position:absolute; top:0; left:0; width:100%; height:100%; }


/*
*********************************************************
** CUSTOM STYLES
*********************************************************
*/
#request-sample-form .input_text {padding:5px;width:395px;margin:0 5px 0 0;color:#666666;background:#FFF url(/images/bg-ipt.png) repeat-x;border:#ccc solid 1px;font-size:14px;font-family:Arial, Helvetica, sans-serif;}
#request-sample-form .label {font-size:14px; padding:0 10px 0 0; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; margin:0 10px 0 0;}

#request-sample-form a.link_buy {padding:5px 12px; letter-spacing:1px; background:#bf1e2e; font-size:11px; color:#fff; text-transform:uppercase; }
#request-sample-form a.link_buy:hover { background:#000; }

#buy-now-button-div a.link_buy {padding:5px 12px; letter-spacing:1px; background:#bf1e2e; font-size:11px; color:#fff; text-transform:uppercase; }
#buy-now-button-div a.link_buy:hover { background:#000; }


#affiliates-popup ul li { width:277px; padding:8px 13px 9px; overflow:hidden; background-color:white;margin:0; border:1px solid #ccc; }
#affiliates-popup ul li span { float:left; margin:0; }
#affiliates-popup ul li a.link_buy { float:right; padding:5px 12px; letter-spacing:1px; background:#bf1e2e; font-size:11px; color:#fff; text-transform:uppercase; }
#affiliates-popup ul li a.link_buy:hover { background:#000; }

#contact-form {}
#contact-form .website_url { display:none; }
#contact-form p label { width:100px; float:left; margin-right:8px; }
#contact-form p input[type=text] { padding:3px; border:1px solid #CCC; }
#contact-form textarea { width:200px; height:50px; }

.filter-select {cursor:pointer;padding-left:4px;color:#666666;margin-bottom:20px;font-size:12px;width:211px;height:20px;background-image:url('/images/bg_select_long.png');}


#filter-special-div {margin-bottom:15px;}
#filter-special-div input.filter-special {margin-right:5px;height:11px;}
#filter-special-div span {color:#BF1E2E;font-size:11px;}
#filter-special-div label {color:#666666;font-size:11px;cursor:pointer;}