/*
CSS Credit: http://www.templatemo.com/
*/
@font-face {
    font-family: 'kingthings_exeterregular';
    src: url('../fonts/Kingthings_Exeter-webfont.eot');
    src: url('../fonts/Kingthings_Exeter-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Kingthings_Exeter-webfont.woff') format('woff'),
         url('../fonts/Kingthings_Exeter-webfont.ttf') format('truetype'),
         url('../fonts/Kingthings_Exeter-webfont.svg#kingthings_exeterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #FFF;
	background: #4b4743;
	height: auto;
    overflow-y:scroll;
}

a:link, a:visited { color: #e6e154; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #e6e154; text-decoration: underline;}

a.seemoredesc {display:inline-block;}

.logged-in #templatemo_container {
    margin-top:33px;
}
p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_width {
	float: left;
	width: 20px;
	height: 30px;
	font-size: 1px;	
}

.buy_now_button a{
	clear: both;
	text-align: center;
	display: block;
	width: 140px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #927A20;
	border-radius: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
    text-transform:capitalize;
}

.preview_button {
	position:absolute;
	top:0;
	right:-170px;
}

.detail_button a{
	clear: both;
	text-align: center;
	display: block;
	width: 100px;
	padding: 4px 0 5px 0;
	margin-bottom: 10px; 
	background: url(../images/templatemo_btn_01.jpg) no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#templatemo_container{
	width: 960px;
	background: #1c1c1b url(../images/templatemo_bg.jpg) repeat-y;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


/* menu */

#templatemo_menu {
	clear: both;
	width: 960px;
	height: 45px;
	background: url(../images/templatemo_menu_bg.jpg) no-repeat;
	background-size: 100%;
}

#templatemo_menu ul {
	padding: 13px 0 0 0;
	margin: 0;
	list-style: none;
}

#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #969547;
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #fcf88e;
}

/* end of menu*/

/* ===================== GENRE NAV BAR ===================== */
#pba-genre-bar {
    clear: both;
    width: 960px;
    height: 38px;
    background: #3a3520;
    border-top: 2px solid #6b5e1e;
    border-bottom: 2px solid #6b5e1e;
    position: relative;
    z-index: 1000;
}

#pba-genre-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
}

#pba-genre-nav > li {
    position: relative;
}

#pba-genre-nav > li > a {
    display: block;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: bold;
    color: #cbc750;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

#pba-genre-nav > li > a:hover,
#pba-genre-nav > li.active > a {
    color: #fcf88e;
    background: #4d4218;
}

/* Dropdown */
#pba-genre-nav > li > ul.pba-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #2a2510;
    border: 1px solid #6b5e1e;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
}

#pba-genre-nav > li:hover > ul.pba-submenu {
    display: block;
}

#pba-genre-nav > li > ul.pba-submenu li a {
    display: block;
    padding: 8px 15px;
    font-size: 11px;
    color: #cbc750;
    text-decoration: none;
    border-bottom: 1px solid #3a3520;
}

#pba-genre-nav > li > ul.pba-submenu li a:hover {
    color: #fcf88e;
    background: #3a3520;
}

/* Sub-header section label (non-clickable heading inside dropdown) */
#pba-genre-nav .pba-subheader-label {
    display: block;
    padding: 8px 15px 3px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #d4a843;          /* gold — matches chalkboard palette */
    cursor: default;
    border-top: 1px solid #4d4218;
    margin-top: 4px;
}
#pba-genre-nav .pba-subheader-label:first-child {
    border-top: none;
    margin-top: 0;
}

/* Genre links indented under a sub-header */
#pba-genre-nav .pba-subheader-item a {
    padding-left: 24px;
    font-size: 12px;
}
#pba-genre-nav .pba-subheader-item.active a,
#pba-genre-nav .pba-subheader-item a:hover {
    color: #fcf88e;
    background: #3a3520;
}

/* Flat genre list fallback (no groups configured) */
#pba-genre-nav.flat-list > li > a {
    padding: 10px 12px;
    font-size: 11px;
}

/* ===================== END GENRE NAV BAR ===================== */


/* header */
#templatemo_header {
	clear: both;
	width: 100%;
	height: 285px;
	padding: 0;
	margin: 0;
	background: url(../images/templatemo_header_bg_blank.jpg) no-repeat;
	background-size: 100%;
    position:relative;
}

#templatemo_blog {
    position:absolute;
    top:80px;
    left:30px;
    width:480px;
    text-align:center;
}

#templatemo_title {
    font-size:40px;
    font-family: 'kingthings_exeterregular';
    color:#e7ee71;
    text-shadow:3px 3px 5px #000;
}

#templatemo_tagline {
    font-size:15px;
    color:#ff0000;
    letter-spacing: 2px;
    text-shadow:1px 1px 5px #000;
}

#templatemo_header a,a:hover {
	color: #ffffff;
	text-align:center;
}

#templatemo_header #templatemo_special_offers {
	position: absolute;
	font-size: 14px;
	top: 45px;
	left: 495px;
	width: 175px;
}

#templatemo_special_offers a {
	font-size: 12px;
}

#templatemo_special_offers  p {
	margin: 0 0 20px 0;
}
#templatemo_special_offers p span {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

#templatemo_header #templatemo_new_books {
	position: absolute;
	top: 45px;
	left: 712px;
	width: 215px;
}

#templatemo_new_books ul {
	 margin: 0 0 10px 0;
	 padding: 0 0 0 20px;
}

#templatemo_new_books li {
	 margin: 0;
	 padding: 0; 
}


/* end of header */


/* content */
#templatemo_content {
	clear: both;
	width: 960px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#templatemo_content #templatemo_content_left {
	float: left;
	width: 188px;
	padding: 10px;
	background-color: #171716;
	border: 1px solid #212120;
}

#templatemo_content #templatemo_content_right {
	float: left;
	width: 730px;
}


#templatemo_content_left .templatemo_content_left_section{
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #2b2b2a;
	margin-bottom: 20px;
}

.templatemo_content_left_section h1 , #pha_langlist h1{
	font-size: 14px;
	color: #cbc750;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #cbc750;
}


.templatemo_content_left_section ul , #pha_langlist ul{
	padding: 0;
	margin: 0;
}

.templatemo_content_left_section ul li, #pha_langlist ul li{
	padding: 0 0 3px 10px;	
	list-style: none;
}

.templatemo_content_left_section ul li a, #pha_langlist ul li a{
	font-weight: normal;
	text-decoration: none;
	color: #969547;
}

.templatemo_content_left_section li a:hover, 
.templatemo_content_left_section li .current,
#pha_langlist li a:hover, 
#pha_langlist li .current{
	color: #fcf88e;
}

#templatemo_content_right .templatemo_product_box {
	 border: 1px solid #333333;
    float: left;
    margin: 10px 0 0 8px;
    min-height: 500px;
    padding: 0 10px;
    width: 320px;
}

#templatemo_content_right h1 {
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 15px;
	color: #cbc750;
	background: url(../images/templatemo_h1_bg.jpg);
}

#templatemo_content_right h2 {
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #e6e154;
}

#templatemo_content_right h3 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #85391f;
}

#templatemo_content_right ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#templatemo_content_right li {
	padding: 0 0 3px 0;
}

#templatemo_content_right .image_panel {
	float: left;
	width: 100px;
	margin-right: 20px;
}

#templatemo_content_right p {
	text-align: left;
	padding: 0 0 10px 0;
}

.templatemo_product_box h1 span {
	font-weight: normal;
}

.templatemo_product_box img {
    float: left;
    margin: 0 20px 10px 0;
}

.templatemo_product_box .product_info {
	float: left;
	width: 325px;
}


/* end of content */

/* footer */
#templatemo_footer {
	clear: both;
	width: 960px;
	padding: 20px 0px 20px 0;
	text-align: center;
	border-top: 1px solid #25211e;
	color: #999;
	background-color: #111110;
	
}



#templatemo_footer a{
	color: #fff;
	font-weight: normal;
}
/* end of footer */
.templatemo-tabmain{float:left;width:710px; margin:0 10px; display:block; padding:0; }
.templatemo-tabmain .tab-link{float:left;width:710px; margin:0; padding:0; display:block;}
.templatemo-tabmain .tab-link ul{ margin:0; padding:0;}
.templatemo-tabmain .tab-link li{
	pointer:cursor;
	list-style:none; 
	float:left; 
	display:inline-block; 
	padding:0 6px 1px !important; 
	font-family:arial; 
	font-size:12px;
	margin: 2px 0px 5px 0;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}


.templatemo-tabmain .tab-link li:last-child {
    border: medium none;
}

.templatemo-tabmain .tab-link li:hover{ 
	color: #fff;
}

.templatemo-tabmain .tab-link li.active , .templatemo-tabmain .tab-link li.active a{ 
	color: #FCF88E;
}


.templatemo-tabmain .contab{display:none; width:100%; float:left;}
.templatemo-tabmain  .tab-content{ float:left; display:block; width:708px; margin:0; padding:0 0 10px; border:2px solid #282828;

background: #1a1b1f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhMWIxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDIxMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #1a1b1f 0%, #1d2124 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1b1f), color-stop(100%,#1d2124)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1a1b1f 0%,#1d2124 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1a1b1f 0%,#1d2124 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1a1b1f 0%,#1d2124 100%); /* IE10+ */
background: linear-gradient(to bottom, #1a1b1f 0%,#1d2124 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1b1f', endColorstr='#1d2124',GradientType=0 ); /* IE6-8 */
} 


.templatemo-tabmain .tab-link li a{text-decoration:none; color: #b3b4b6; text-shadow: 0px 0px 10px #000;}
.templatemo-tabmain .tab-link li a:hover{text-decoration:none; color:#e6ef72;text-shadow: 0px 0px 10px #24282e;}
.clrdiv{clear:both; margin:0; padding:0;}
.templatemo-tabmain .containter-inner-tabs {
	float: left;
	width:100%;
}

.templatemo-tabmain .cleaner_with_height {
	clear: both;
	width: 100%;
	height:20px;
	font-size: 1px;	}

.templatemo-tabmain .cleaner_with_width {float: left;width: 20px;height:20px;font-size: 1px;	}

@font-face {
    font-family: 'BradleyHandITCRegular';
    src: url('../fonts/bradhitc.eot');
    src: url('../fonts/bradhitc.eot') format('embedded-opentype'),
         url('../fonts/bradhitc.woff') format('woff'),
         url('../fonts/bradhitc.ttf') format('truetype'),
         url('../fonts/bradhitc.svg#BradleyHandITCRegular') format('svg');
}

#templatemo_header #templatemo_special_offers { margin-top: 0; }
#templatemo_header #templatemo_special_offers h3 { font-family: 'BradleyHandITCRegular'; font-size: 21px; margin-bottom: 16px; margin-top: 8px; }
#templatemo_header #templatemo_new_books { margin-top: 0; }
#templatemo_header #templatemo_new_books h3 { font-family: 'BradleyHandITCRegular'; font-size: 25px; margin-bottom: 0px; margin-top: 8px; }
.inner-for-box{ float:left; padding:0; margin:0 ;display:block; width:708px;}
.inner-for-group{ float:left; padding:0; margin:0 ;display:block; width:708px;}
.inner-for-box .templatemo_product_box {float: left;width: 320px;padding:0 10px;border:1px solid #333;min-height:500px !important;	margin:10px 0 0 8px; }
.inner-for-group h1 {padding:10px;margin:10px 0 0!important; font-size:15px;color:#cbc750;background:url(images/templatemo_h1_bg.jpg);}
.inner-for-group .templatemo_product_box {	float: left;	width: 320px;	padding:0 10px;	border: 1px solid #333;	min-height:500px !important;	margin:10px 0 0 8px; }a:hover, a:focus, a:visited{outline:none;}

/* CSS added by upendra */
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;

}

.promotional { margin:0px 0px 10px 0px !important; padding: 0 !important; }


#menu-footer li {
    border-right: 1px solid #CCCCCC;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 5px;
}

#sidebar-footer ul {
    padding: 0 !important;
}
#menu-footer {
    margin: 0 auto;
    width: 148px;
}
.templatemo_content_bottom_section {
    float: left;
    width: 100%;
}
.menu_last {
    border-right: 0 none !important;
}
.clear {
    clear: both;
}

.button-container{width:150px;position:relative;}

.bookDescP span, .product_info>span, .product_info>p>span, .product_info>p.MsoNormal>span {
    line-height: normal!important;
    font-family: Verdana, Arial, san-serif!important;
    font-size: 12px!important;
    color: #FFF!important;
}

p.MsoNormal {
    font-size:11px!important;
}

.product_info>img {
    width:144px;
    height:216px;
}

.bookDescP, .bookDescP span, .product_info {
    font-size:12px;	
}