@charset "utf-8";


/* main container begins here */
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E5E5E5;
}

/* main container ends here */

/* Top heading Container */
#topcontainer {
	width: 960px;
	height: 203px;
}
.container_top {
	width: 960px;
	height: 203px;
}
.topLeftContainer {
	height: 150px;
	width: 450px;
	float: left;
	clear: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../images/HFP_top.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.topRightContainer {
	height: 120px;
	width: 436px;
	float: right;
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 30px;
	text-align: left;
}
.getMore {
	height: 43px;
	width: 940px;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.getMoreLeftpanel {
	height: 43px;
	width: 360px;
	float: left;
	background-image: url(../images/HFP_botom.png);
	background-repeat: no-repeat;
	background-position: 0px top;
}
.getMoreRightpanel {
	background-color: #FFF;
	height: 43px;
	width: 570px;
	float: right;
}

/* Top container ends here */

/* main section begins here */
#section_menu {
	height: 35px;
	width: 940px;
	background-color: #E5E5E5;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	float: left;
}
/* main section ends here */


/* issuu container begins here */
#issuu_container {
	height: 443px;
	width: 940px;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
/* issue container ends here */

/*carasoul starts here*/

.infiniteCarousel {
	width:940px;
	height:443px;
	position:relative;
	overflow: hidden;
}
.infiniteCarousel .wrapper {
	width:851px;
	overflow:auto;
	position:absolute;
	top:-1px;
	overflow:hidden;
	height: 445px;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
}
.infiniteCarousel .wrapper ul {
	width:9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:2px;
	overflow: hidden;
	height: 145px;
	left: 1px;
}
.infiniteCarousel ul li {
	display:block;
	float:left;
	height:145px;
	width:116px;
	padding: 3px;
}
.infiniteCarousel ul li a img {
	display:block;
}
.infiniteCarousel ul li a.bookCover {
	display:block;
	padding-left:10px;
	text-decoration: none;
}
.infiniteCarousel ul li a.bookTitle {
	display:block;
	width:auto;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
.infiniteCarousel .arrow {
	display:block;
	height:36px;
	width:37px;
	text-indent:-9999px;
	position:absolute;
	top:202px;
	cursor:pointer;
	background-image: url(../images/itemBtnArrow1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.infiniteCarousel .forward {
	background-position:0 0;
	right:0;
}
.infiniteCarousel .back {
	background-position:0 -72px;
	left:0;
}
.infiniteCarousel .forward:hover {
	background-position:0 -36px;
}
.infiniteCarousel .back:hover {
	background-position:0 -108px;
}
/*carousel ends here*/


/* bottom menu begins here */
#bottom_menu {
	height: 20px;
	width: 930px;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}

.menu_botLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	width: 300px;
	vertical-align: bottom;
	height: 20px;
	display: block;
	float: left;
	background-color: transparent;
	background-image: url(../images/botom_cap.gif);
	background-repeat: no-repeat;
}

.menu_botRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: right;
	width: 550px;
	height: 20px;
	float: right;
}

.menu_botRight ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: right;
	display: inline;
}
.menu_botRight ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-align: right;
	display: inline;
	margin-left: 30px;
}

.menu_botRight ul li a {
	color: #333;

}
.menu_botRight ul li a:hoover {
	text-decoration:underline;
}

/* bottom menu ends here */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#404040;
	text-align:center;
}

.column {
	float:left;
}
.narrow {
	width:600px;
}
.withPopular {
	width:830px;
}
.standard {
	width:800px;
}
.full {
	width:970px;
}
img.bookThumb {
	width:100px;
	height:135px;
}
img.shadow {
	padding:0 4px 3px 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/bookShadow.png);
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color: #333;
}
h1, h2, h3, h4, h5 {
	margin:0 0 10px 0;
}
h1 {
	font-size:19px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
p {
	margin:5px 0 10px 0;
}
ul.regular, ol.regular {
	list-style:disc;
	margin-left:20px;
}
ol.regular {
	list-style-type:decimal;
}
.underline {
	border-bottom:1px solid #EFEFEF;
	margin-bottom:9px;
}
.title {
	color:#800000;
}
.bold {
	font-weight:bold;
}
.quiet {
	color:#999;
	font-size:10px;
	text-align: right;
	margin-top: 20px;
	margin-right: 15px;
	display: block;
}
.clearfix {
	clear:both;
}
#betaSign {
	position:absolute;
	top:8px;
	left:351px;
	width:69px;
	height:73px;
	z-index:999;
}

.fanzyForm label {
	text-align:right;
	width:100px;
	padding-right:5px;
	display:inline-block;
}
.fanzyForm input.title {
	color:#333;
}
#errMsg {
	float:right;
	width:300px;
	-moz-border-radius:10px;
	margin-right:150px;
}
#done {
	width:400px;
	margin:0 auto;
	text-align:center;
	-moz-border-radius:10px;
	padding:50px;
}
ul.errorList li {
	padding-bottom:5px;
}
.tale {
	width:auto;
	padding:15px;
	margin-bottom:10px;
	border-top:1px solid #EEE;
}
.alternating {
	background-color:#EEE;
}
.tale span {
	font-size:11px;
}
.itemBook {
	width:470px;
	float:left;
	margin:0 10px 10px 0;
}
.itemBook a.bookCover {
	display:block;
	float:left;
	width:85px;
}
.itemBook a.bookTitle {
	display:block;
}

.itempanel1 {
	width:9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	overflow: hidden;
	height: 125px;
	left: 1px;
}
.itempanel2 {
	width:9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:148px;
	overflow: hidden;
	height: 145px;
	left: 1px;
}
.itempanel3 {
	width:9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:295px;
	overflow: hidden;
	height: 145px;
	left: 1px;
}

	
/*div#paginationBar {
	border-top:1px solid #E5E5E5;
	width:auto;
	margin:10px;
	padding:10px;
	text-align:center;
}
div#paginationBar div.left {
	float:left;
	line-height:35px;
}
div#paginationBar div.right {
	float:right;
	line-height:35px;
}*/
a.button, button {
	display:block;
	float:left;
	margin:.7em .5em .7em 0;
	padding:5px 10px 5px 7px;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	background-color:#f5f5f5;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
}
button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;
}
button[type] {
	padding:4px 10px 4px 7px;
	line-height:17px;
}
*:first-child+html button[type] {
	padding:4px 10px 3px 7px;
}
button img, a.button img {
	margin:0 3px -3px 0!important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
	float:none;
}
button:hover, a.button:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#369;
}
a.button:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}
body .positive {
	color:#529214;
}
a.positive:hover, button.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}
body .negative {
	color:#d12f19;
}
a.negative:hover, button.negative:hover {
	background-color:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
a.negative:active {
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}

