@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:"Calluna-Regular";
	src:url("../fonts/calluna-regular/Calluna-Regular.eot?") format("eot"),
		url("../fonts/calluna-regular/Calluna-Regular.woff") format("woff"),
		url("../fonts/calluna-regular/Calluna-Regular.ttf") format("truetype"),
		url("../fonts/calluna-regular/Calluna-Regular.svg#Calluna-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
}


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebas-neue/BebasNeue-webfont.eot');
    src: url('../fonts/bebas-neue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas-neue/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/bebas-neue/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/bebas-neue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	overflow-y:scroll;
}
body {
	margin:0px;
	padding:0px;
	background:url("../images/background.jpg") no-repeat scroll center top #F0F0F0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
}

input, select, textarea{
	font-family:inherit;
	font-size:inherit;	
}

.flleft {
	float:left;
}
.flright {
	float:right!important;
}
.nofloat {float:none!important;}
p.clear {
	clear:both;
	font-size:1px;
	text-indent:-9999;
	margin:0px;
	padding:0px;
	line-height:0;
}
.header {
	padding:15px 0;
}
.content {
}
.main {
	width:910px;
	margin:0 auto;
}
.bg-wrap-left {
	background: url("../images/background_left.png") no-repeat scroll left 0 transparent;
	padding: 0 40px;
}
.bg-wrap-right {
	background: url("../images/background_right.png") no-repeat scroll right 0 transparent;
	margin-right: -40px;
	padding: 0 40px 0 0;
}
.menuarea {
	height:43px;
	padding-right:4px;
	margin-bottom:15px;
}
.menuarea ul.menu {
	height:43px;
	list-style:none;
	margin:0px;
	padding:0px;
}
.menuarea ul.menu li {
	display:block;
	float:left;
}
.menuarea ul.menu li span {
	display: block;
	height: 43px;
	line-height: 43px;
	/*padding: 0 20px;*/
	padding: 0 22px;
}
.menuarea ul.menu li span.last {
	background:none;
}
.menuarea ul.menu > li > a {
	color: #383838;
	font-size: 25px;
	/*font-weight: bold;*/
	line-height: 43px;
	text-transform: uppercase;
}
.menuarea ul.menu > li > a:hover {
	text-decoration:none;
}

.menuarea ul.menu li a:hover span {
	color:#FFF;
}

.menuarea ul.menu li.first{
	color:#FFF;
}

.menuarea ul.menu li.first a.active span {
	color:#FFF;
}
.menuarea ul.menu li.first a:hover span {
	color:#FFF;
}
.content .rightside {
	width:673px;
	float:right;
	min-height:500px;
}
.content .leftside {
	width:226px;
	float:left;
	min-height:500px;
	margin-right:11px;
}
/*
.content.bd .rightside {
	width:226px;
	float:right;
}
.content.bd .leftside {
	width:673px;
	float:left;
	margin-right:11px;
}
*/

.rightside.small-width{
	width:226px;
	float:right;
}
.leftside.large-width {
	width:673px;
	float:left;
	margin-right:11px;
}

.search-area {
	/*height: 32px;*/
	padding-left: 38px;
	margin-bottom:10px;
}
#searchword {
	height: 26px;
	margin-top: 2px;
	padding: 0 5px;
	width: 136px;
}
input#search_button {
	border: 1px solid #ABABAB;
	display: block;
	float: right;
	height: 28px;
	margin-top: 2px;
	padding: 0;
	text-indent: -999em;
	width: 28px;
	border-radius: 4px 4px 4px 4px;
	line-height:28px;
}
#search_button:hover {
	background-position: center top;
	border: 1px solid #4660A1;
}
.moduletable {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D5D5D5;
	line-height: 145%;
	margin:0px 0px 10px 0;
	padding: 0;
}
input[type="text"], input[type="password"], textarea {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #9B9B9B #D8D8D8 #D8D8D8 #9B9B9B;
	border-style: solid;
	border-width: 1px;
	color: #383838;
	height: 26px;
	padding: 0 5px;
}
input[type="text"], input[type="password"], textarea, #mod_search_searchword {
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 1px #BBBBBB inset;
}

textarea {
	height:auto!important;	
	padding-top:5px;
	padding-bottom:5px;
}
.moduletable > h3 {
	border-radius: 6px 6px 0 0;
}
.moduletable > h3 {
	background: url("../images/moduletable_header.png") repeat-x scroll 0 0 transparent;
	border-bottom: 1px solid #D5D5D5;
	color: #1F1F1F;
	/*font-size: 12px;
	font-weight: bold;*/
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	/*text-transform: uppercase;*/
}
.moduletable > h3 span {
	/*display: block;*/
	height: 32px;
	padding: 0 10px;
}

.moduletable > h3 span.small a{color:#fff!important; font-size: 12px; font-family:Tahoma, Arial, Helvetica, sans-serif;  }

.moduletable.login h3 span {
/*	background: url("../images/moduletable_icons.png") no-repeat scroll right -2px transparent;*/
}
.radius {
	border-radius: 6px 6px 6px 6px;
}
.mod_login label[for="modlgn_passwd"], .mod_login label[for="modlgn_username"] {
	float: left;
	font-size: 11px;
	line-height: 28px;
	width: 29%;
}

#subscribe-form label { float: left;
    font-size: 11px;
margin:0 0 10px 0;    
}     
#subscribe-form p {margin-bottom:9px;}

.moduletable_content {
	overflow: hidden;
	padding: 10px;
}
.mod_login span.modlgn_passwd, .mod_login span.modlgn_username {
	float: right;
	width: 70%;
}
.mod_login p {
	margin-bottom: 9px;
	overflow: hidden;
}
.mod_login span.modlgn_passwd input, .mod_login span.modlgn_username input {
	width: 87%; float:right;
}
.mod_login ul.user-links {
	/*background: none repeat scroll 0 0 #F9F9F9; */
	border-top: 1px solid #D9D9D9;
	padding: 7px 10px;
}
.moduletable.login .mod_login ul.user-links {
	/*margin: 0 -10px -10px; */
	margin: 0 -10px; 
}
.mod_login ul.user-links a {
	color: #777777;
	font-size: 11px;
	text-decoration:none;
}
.mod_login ul.user-links a:hover {
	text-decoration:underline;
}
.mod_login ul.user-links li {
	color: #CCCCCC;
	line-height: 125%;
	list-style: disc inside none;
	margin-left: 6px;
}
.mod_login ul.user-links li {
	color: #CCCCCC;
	line-height: 125%;
	list-style: disc inside none;
}
a.more {margin:5px 0px!important;}
a.readon, input[type="submit"], input[type="button"], a.more {
	border-radius: 4px 4px 4px 4px;
}
.mod_login input[type="submit"] {
	float: right;
}
.mod_login .button {
	margin: 0 0 6px;
}

a.readon, a.more {
	border: 1px solid #D1D1D1;
	color: #383838;
	/*display: block;
	float: left;
	padding: 0 8px;
	*/
	padding: 6px 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 0;
	
}

input[type="submit"], input[type="button"]  {
	border: 1px solid #D1D1D1;
	color: #383838;
	display: block;
	float: left;
	padding: 0 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 0;
	
}
.mod_login p.remember {
	float: left;
	margin-top: 6px;
}
.mod_login p.clear {
	margin:0px;
}
a.readon:hover,   input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
	background-position: 0 top;
	border-color: #466a11;
	color:#FFF;
	cursor:pointer;
}

a.more {font-weight:normal!important;}
a.more:hover {text-decoration:none!important;}

.mod_login label[for="modlgn_remember"] {
	font-size: 11px;
	font-weight: bold;
	color:#656565;
}
.moduletable {
	line-height: 145%;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.mainlevel, .sublevel {
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	line-height: 32px;
	margin: 0 -10px;
	padding: 0 10px 0 32px;
}
.mainlevel:first-child {
	margin-top: -10px;
}
/*
.nsp_top_interface .pagination li, .nsp_top_interface .pagination li.active {
	border: medium none !important;
	cursor: pointer;
	float: left;
	height: 11px;
	margin: 5px 0 0 3px;
	padding: 0 !important;
	text-indent: -999em !important;
	width: 12px;
}
.nsp .nsp_top_interface {
	position: absolute;
	right: 10px;
	top: 7px;
}
.nsp_top_interface {
	margin: 0 0 8px;
	overflow: hidden;
	width: auto;
}
.moduletable.nsp {
	position: relative;
}
.nsp_top_interface .pagination li, .nsp_top_interface .pagination li.active {
	border: medium none !important;
	cursor: pointer;
	float: left;
	height: 11px;
	margin: 5px 0 0 3px;
	padding: 0 !important;
	text-indent: -999em !important;
	width: 12px;
}
.nsp_top_interface .pagination li:hover, .nsp_top_interface .pagination li.active {
	background-position: 50% -11px !important;
	cursor: pointer;
}
.nsp_top_interface .next {
	border: medium none !important;
	cursor: pointer;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0 !important;
	text-indent: -999em;
	width: 20px;
}
.nsp_top_interface .next {
	background-position: 0 -22px;
}
.nsp_top_interface .prev {
	border: medium none !important;
	cursor: pointer;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0 !important;
	text-indent: -999em;
	width: 20px;
}
.nsp_top_interface {
	margin: 0 0 8px;
	overflow: hidden;
	width:85px;
}*/
h4.Btitle {
	margin:5px 0px;
}
.Bauthor {
	margin-bottom:5px;
}
.splash {
	padding:10px;
	color:#FFF;
	margin-bottom:10px;
}
.splash h2 {
	font-size:14px;
}
.splash h1 {
	font-size:18px;
}
.splash ul.booklist li {
	border-bottom:1px solid #fff;
	padding:5px;
}
.splash ul.booklist li a {
	font-size:12px;
	color:#FFF;
}
.splash .col1, .splash .col2, .splash .col3 {
	display:block;
	float:left;
}
.splash .col1 {
	width:259px;
	margin-right:12px;
}
.splash .col2 {
	width:180px;
	margin-right:12px;
}
.splash .col3 {
	width:190px;
}
.separator {
	height:1px;
	background-color:#CCCCCC;
	margin-bottom:10px;
	margin-top:10px;
}
.bookinfo {
	font-size:12px;
}
.bookinfo-list {
	margin:0px;
	padding:10px;
}
.bookinfo-list img {border:1px solid #999; }
.bookinfo-list img[src="images/no-preview.png"] { border:0px!important; }

.moduletable_content.paddless {
	padding:10px 0px;
}
.padd10 {
	padding:10px;
}

.padd20 { padding:20px; }
.bookinfo-list .col1 {
	padding-right:10px;
	width:430px;
}
.bookinfo-list .col2 {
	padding-left:10px;
/* 	border-left:1px solid #000; */
	float:right;
	font-size:11px;
	width:200px;
}
.bookinfo-list .col1 img {
	float:left;
	overflow:hidden;
	margin-right:10px;
}
a.green {
	display:block;
	text-align:center;
	margin:5px 0px;
	color:#FFF;
	padding:5px;
	font-weight:bold;
}
a.green:hover {
	text-decoration:none;
}
.bookinfo-list a.green {width:190px!important;}

.twocol-bookdetails a.green {margin-right:5px!important;}

.evenrow {
	background-color:#F2F2F3;
}
.bottomnumber {
	padding: 0 5px 0 0;
    text-align: right;
    width: 99%;
    font-weight:bold;
}
.bottomnumber a.green {
	display:inline-block;
}
.bottomnumber span:last-child{
	margin-right:5px;
}
	
img.flleft {
	margin-right:10px;
}
.smtext {
 	display: block;
  font-size: 11px;
  padding: 5px 0;
}
.small-list {
	padding:10px 10px;
}
.footercol .col1 {
	width:217px;
	margin-right:10px;
	float:left;
}
.footercol .col2 {
	width:217px;
	float:left;
	margin-right:10px;
}
.footercol .col3 {
	width:217px;
	float:left;
}
.footercol ul li, ul.bor-bottom  li {
	border-bottom:1px solid #B1B3B6;
	padding:5px 0px;
}
.footercol ul li:last-child, ul.bor-bottom li:last-child {
	border-bottom:0px!important;
}

.footer {
	padding:20px 0px;
	line-height:2;
	color:#555;
}
.moduletable_content h2 {
	margin:5px 0px;
	/*text-transform:uppercase;*/
}
.moduletable > h3.gr {
	color:#FFF;
}
.bookcol .col1 {
	width:200px;
	/*margin-right:20px;*/
	margin-right:15px;
	float:left;
}
.bookcol .col2 {
	width:200px;
	float:left;
	/*margin-right:20px;*/
	margin-right:15px;
}
.bookcol .col3 {
	width:200px;
	float:left;
}
h2 {
	font-size:16px;
}
.twocol .col1 {
	width:245px;
	float:left;
	margin-right:10px;
}
.twocol .col2 {
	float:right;
	width:396px;
}

.twocol-bookdetails .col1 {
	width:145px;
	float:left;
	margin-right:10px;
}
.twocol-bookdetails .col2 {
	float:right;
	width:496px;
}

.imgline img {
	vertical-align:middle;
}
.moduletable_content h1 {
	font-size:22px;
	margin:10px 0px;
}
.largetext {
	font-size:16px;
	line-height:2;
	margin:10px 0px;
}

.center {text-align:center;}
.hidden {display:none;}
.strong {font-weight:bold;}

.menu > li, .caption {
		font-family:"BebasNeueRegular", Tahoma, Arial, sans-serif!important;
		font-size: 1.5em;
    font-weight: normal!important;    }
    
.description {/* font-family:"Calluna-Regular" */ font-family:'PT Serif', Tahoma, Arial, sans-serif!important; font-size:14px; line-height:1.5;}
.description p {padding-top:10px!important;}

.arrow {vertical-align:middle;}

/*
.dropcap p:first-child:first-letter {
    float: left;
    font-size: 290%;
    font-weight: bold;
    padding: 5px 10px 0px 0px;
}    */

 li.equal {
    width: 200px;
    min-height: 275px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0px;
    zoom: 1;
    *display: inline;
    _height: 275px;
}

 li.equal-author {
    width: 200px;
    min-height: 225px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0px;
    zoom: 1;
    *display: inline;
    _height: 225px;
    overflow:hidden!important;
}


.smallcaps {font-variant:small-caps;}
.sort-on {padding:0 40px;}

div.cmstext {padding:10px 20px;	line-height:21px;}
div.cmstext p {padding:5px 0px;}
div.cmstext ul { list-style:disc!important; list-style-position:outside!important; margin:10px 0px 10px 20px; }
div.cmstext ul li { padding:1px 0px; }

.clear {clear: both;}

.author-image  {float:left; margin:0px 20px 10px 0px;}

.publisher-image {float:left; margin:0px 30px 10px 0px;}

.float_left {float:left; clear:left; margin:0px 60px 10px 0px;}
.float_right {float:right; clear:right;}

.overflow_hidden  {overflow:hidden;}

ul.pub-data li.pub-data-label {margin:10px 0px 0px 0px;}

ul.pub-genre li {
	margin:7px 0px;
	background: url("../images/li-bullet.png") no-repeat 0 .1em;
	padding:0 0 0 20px;
}
 
ul.pub-genre li:hover { background: url("../images/li-bullet-hover.png") no-repeat 0 .1em;}
 
#advanced_search_link {display: block; padding: 10px 0 5px;}  
 
.unvisible { height:1px; left:-10000px; overflow:hidden; position:absolute; top:auto; width:1px; }

div.book-critics {float:left; width:50%; }
div.book-samples {float:right; width:45%;}

.book-image {border:1px solid #999;}
.book-image[src="images/no-preview.png"] {border:0px!important;}



.row {padding:6px 0px!important; overflow:auto;}
.row > label { width: 200px;  font-weight: bold; float: left;  text-align:right;}
.field { /*width: 215px;*/ width:425px; float:right;}
.field input[type="text"], .field input[type="password"], .field textarea { width: 200px!important;}

/* Errors */
div.validation-error {
	width:95%;
	background-color: #FFE1E1;
	border: 1px solid #FF9595;
	color: #CC3300;
	font-size:12px;
	padding:10px;
	font-weight:bold;
}
div.validation-error ul{list-style:circle inside; padding:10px;}
div.validation-error ul li{ padding:2px 0px; }

label.PressSignupError {
	width: auto;
	display: block;
	padding-top:5px;
	font-style: italic;
	font-size:12px;
	color:#cc0000;
	padding-left:195px;
}

 
label.error {
	width: auto;
	display: block;
	padding-top:5px;
	font-size:12px;
	color:#ae1500;
}

input.error {
	border:1px solid #ae1500;
}

/* Errors */

.mandatoryWarning {font-weight:bold; color:#ae1500; padding:0px 0px 10px 0px;}
.mandatory {font-weight:bold; color:#ae1500;}
#recaptcha_widget_div{ float:left; }
#recaptcha_response_field {height:21px!important;}


p.multiaccounts{ padding:10px 0px; text-align:center; }



/* Book Store Drop down Menu */

.book-store-menu-container { float:right; width:76px; }

ul.book-store-menu { position:absolute; }

.book-store-dropdown{
	z-index:9999!important;
	/* margin:4px auto; */
	margin:0px auto; 
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
}

.book-store-menu ul li:hover .book-store-dropdown {
	left:-1px;
	top:auto;
}

.book-store-menu .col_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	border-right:1px solid #ccc;
}

.book-store-dropdown {width: 550px;}
.book-store-menu .col_1 { width:350px; }
.book-store-menu .col_2 { width:170px; float:right; }

.book-store-menu .menu_right{
	float:right;
	margin-right:0px;
}
.book-store-menu li .align_right  {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

.book-store-menu li:hover .align_right   {
	left:auto;
	right:-1px;
	top:auto;
}
 
.book-store-menu li ul li {
	padding:5px 0px;
}

/* Book Store Drop down Menu */

/* High Resolutions Menu */

ul.high-res-links .green {margin:0px!important;} 
ul.high-res {
	position:absolute; 	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    display:none; 
    padding:10px;
    border:1px solid #777777;
    border-top:none;
    z-index:9998;
}
ul.high-res-links li:hover .high-res{ display:block; }
ul.high-res li {padding:3px 4px;}

/* High Resolutions Menu */

.publisher-books { float:left; 	width:45%;}
.publisher-books ul { padding:10px 0px;}

.publisher-authors { float:right; width:45%;	background-color:#e3e4e6; text-align:center;}
.publisher-authors ul { padding:10px 0px;}

.publisher-books .separator:last-child, .publisher-authors .separator:last-child {background-color:transparent;}


#searchword_publisher {
	height: 26px;
	margin-top: 2px;
	padding: 0 5px;
	width: 300px;
}

#showbooks_season {  
 		height: 26px;
    margin-top: 2px;
    vertical-align: top;
    font-size:13px;
	padding:2px;
	float:right;
}
.show-in-publisher-data { line-height:28px;}


/* ---------------------------------------------------------------------------------
NOTIFICATIONS
--------------------------------------------------------------------------------- */
.success, .fail, .information, .attention {
	margin-top: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 10px 10px 10px 40px;
/* 	height: 20px; */
	height:auto;
	font-weight: bold;
	/* text-transform: uppercase; */
    font-size: 11px;
	line-height: 20px;
}
/* Succes Notification Box */
.success {
	background-color: #E3FFDF;
	border: 1px solid #97FF88;
	color: #009900;
	background-image: url(../images/accept.gif);
}
/* Failure Notification Box */
.fail {
	background-color: #FFE1E1;
	border: 1px solid #FF9595;
	color: #CC3300;
	background-image: url(../images/error.png);
}
/* Information Notification Box */
.information {
	background-color: #D7DFFF;
	border: 1px solid #93A8FF;
	color: #0033FF;
	background-image: url(../images/information.gif);
}
/* Attention Notification Box */
.attention {
	background-color: #FFFBCC;
	border: 1px solid #FFF35E;
	color: #C69E00;
	background-image: url(../images/error.gif);
}

/* ---------------------------------------------------------------------------------
END NOTIFICATIONS
--------------------------------------------------------------------------------- */


#shortname { width:195px!important; /*float:right; margin-right:133px;*/ } 


.more_padding {padding:30px 10px 10px 10px;}
.padd30_top {padding:30px 0px 0px 0px;}
.large-text {font-size:14px;}

#msg-bad-image p {line-height:2;}


.loading
{
	position: fixed;
	top: 48%;
	left: 48%;
	background: #fff;
	border: solid 1px #999;
	padding: 10px;
	font-size: 2em;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	opacity: 0.90;
	z-index:9999;
}

.highlight { background: #ff0; }



.gradient{
	background: #F5F5F5; /* Old browsers */
	background: -moz-linear-gradient(top, #F5F5F5 0%, #ECECEC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(100%,#ECECEC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F5F5F5 0%,#ECECEC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F5F5F5 0%,#ECECEC 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #F5F5F5 0%,#ECECEC 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#ECECEC',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #F5F5F5 0%,#ECECEC 100%); /* W3C */
}



.box-shadow {
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}



/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

#advanced-search-panel  {position:absolute; z-index:9998; padding:10px;}
#advanced-search-panel h1 { font-size: 1.6em; padding: 5px 0 10px; margin: 0; }
#advanced-search-panel p { margin: 5px 0; padding: 0; }
#advanced-search-panel a { text-decoration: none; }
#advanced-search-panel a:hover {text-decoration: underline; }
#advanced-search-panel .content {width: 100%; margin: 0 auto; padding-top: 15px; text-align: left;}
#advanced-search-panel .content .right { width: 100%; float: right; padding: 0 15px; }
#advanced-search-panel .content .left { width: 100%; float: left; padding: 0 15px; }
#advanced-search-panel .content form {margin: 0 0 10px 0;}
#advanced-search-panel .content label, #forgotpassword-form label {float: left; clear: both; width: 150px; height:25px; line-height:25px; padding:0px 10px 0px 0px; display: block;}
#advanced-search-panel .content input[type="text"] {width: 250px!important;}
#advanced-search-panel .content select {height: 25px; padding:2px}
#advanced-search-panel .content .bttnSearch{padding:5px; margin-top:5px; }

#forgotpassword-form label.error {padding:0 0 0 120px}

.fb_iframe_widget iframe {height:24px!important;}

.other-book-details {width:506px;}

.other-book-details{
    padding-left:58px;
    position:relative;
}
.other-book-details img.flleft{
    left:0px;
    top:0px;
    position:absolute;
} 

.colline2 {
	background-image:url(../images/col2.jpg); 
	background-repeat:  repeat-y;
	background-position: 67%; 
}



.search-load-more {
	  cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: normal !important;
    margin: 20px 0;
    padding: 10px 65px;
    text-align: left;
}

a.search-load-more:hover {text-decoration:none;} 
a.search-load-more img {vertical-align:middle;}  

.publisher-search-form {width:348px;}

.minheight100{
    height:auto !important;
height:100px;
min-height:100px;
    
}

.margin10 {margin:10px!important;}
.author-col {margin-right:9px!important;}
