* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	/*background: url("/images/header_bg.png") repeat-x scroll center top #FFFFFF;*/
	background: url("/images/header_bg.png") repeat-x scroll center top #f9f9fa;
	font: 16px/18px Tahoma, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

ul, li {
	list-style: none outside none;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 120px;
	/*border: 1px solid black;*/
}


.link_menu {
	/*float:right;*/
	padding-right:20px;
	/*border: 1px solid black;*/
}

.link_menu ul{
	padding-top:8px;
}

.link_menu li{
	float:left;
	padding-left:5px;
	font-weight:bold;
}

.link_menu li a{
	color: #000;
	text-decoration: none;
}

.link_menu li a:hover {
	text-decoration: underline;
}

.top_menu {
	float:right;
	/*border: 1px solid black;*/
}

.top_menu ul {
	padding-top:4px;
}

.top_menu li {
	float:left;
	padding-left:10px;
}

.search_box {
	width:998px;
	height:70px;
	border: 1px solid #a2a2a2;
	float:left;
	margin-top:5px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.logo {
	width:184px;
	height:57px;
	margin-top:7px;
	margin-left:15px;
	float:left;
	/*border: 1px solid #a2a2a2;*/
}

.logo h1{
	font: 36px Times New Roman, Arial, Verdana, sans-serif;
	color: #000083;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left:10px;
}

.logo span{
	font: 20px Times New Roman, Arial, Verdana, sans-serif;
	margin-left:10px;	
}

.search_bar {
	width:799px;
	float:left;
}

.search_form {
	width:595px;
	float:left;
}

.search_bar .search_input {
	width:500px;
	height:36px;
	margin-top:13px;
	padding-left:10px;
	font: 20px Tahoma, Arial, Verdana, sans-serif;
	border: 1px solid #a2a2a2;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px #D4D4D4 inset;
}

.search_input:focus {
	box-shadow: 0 0 3px #00a133 inset;	
}

::-moz-focus-inner { padding:0; border:0; }

.search_bar .submit_button {
	margin-top:13px;
	margin-left:4px;
	padding-left:3px;
	padding-top:-5px;
	height:38px;
	width:73px;
	font: 18px Tahoma, Arial, Verdana, sans-serif;
	color:#fff;
	background: url("/images/search_button_bg.png") repeat-x scroll center top #FFFFFF;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	 
}

.search_bar .submit_button:hover {
	background: url("/images/search_button_bg.png") repeat-x scroll center -38px #FFFFFF;
}

.social_buttons {
	float:left;
	margin-top:2px;
/*	margin-left: 5px;*/
}

.social_buttons td{
	padding-left:10px;
}

.social_buttons_item {
	padding-left: 25px;
	margin-top:5px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 40px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 205px;
}

.carusel {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	height:315px;
	width:773px;
/*	margin-bottom:5px;*/
	margin-bottom:5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right:10px;
	position:relative;
	float:left;
}

.title_carusel {
	font-size: 20px;
	color: #000083;
	font-weight:bold;
	background: url("/images/container-box-title-shadow.png") no-repeat scroll left bottom transparent;
	padding-bottom:12px;
	padding-left:15px;
}

.carusel_content {
	width:680px;
	margin-top:5px;
	margin-left:45px;
	overflow:hidden;
}

.carusel_list {
	width:1600px;
	position: relative;
}

.carusel_ebook {
	float:left;
	width:136px;
	height:274px;
	overflow:hidden;
}
.carusel_ebook_cover {
	width:136px;
	height:184px;
	background: url("/images/cover_background.png") no-repeat scroll left bottom transparent;
}

.carusel_ebook_cover img {
	margin-left:11px;
	margin-top:8px;
}

.carusel_ebook_title{
	font-size: 14px;
	color: #000083;
	font-weight:bold;
	text-align:center;
}

.carusel_ebook_title h2{
	font-size: 14px;
}

.carusel_ebook_title a {
	color: #000083;
	text-decoration: none;
}

.carusel_ebook_title a:hover {
	text-decoration: underline;
}

.carusel_ebook_author{
	font-size: 12px;
	color: #000;
	text-align:center;
}

.carusel_ebook_author a {
	color: #000;
	text-decoration: none;
}

.carusel_ebook_author a:hover {
	text-decoration: underline;
}

.carusel_left_arrow {
	top:110px;
	left:11px;
	position:absolute;
	height:36px;
	width:36px;
	background: url("/images/left-arrow.png") repeat-x scroll center 0px;
	cursor:pointer;
}

.carusel_left_arrow_disable {
	cursor:default;
	background: url("/images/left-arrow.png") repeat-x scroll center -37px;
}

.carusel_right_arrow {
	top:110px;
	left:745px;
	position:absolute;
	height:36px;
	width:36px;
	background: url("/images/right-arrow.png") repeat-x scroll center 0px;
	cursor:pointer;
}

.carusel_right_arrow_disable {
	cursor:default;
	background: url("/images/right-arrow.png") repeat-x scroll center -37px;
}

.horizontal_ads {
	background: #FFFFCC;
	width:763px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:30px;
	float:left;
}

.horizontal_ads_main {
	background: #FFFFFF;
	width:763px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:30px;
	float:left;
}

.site_description {
	font-size:10px;
	color:#555;
	background: #FFFFFF;
	width:753px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:20px;
	padding-right: 20px;
	float:left;	
}

.site_description p {
	margin-bottom:10px;
	text-indent: 10px;
}

.site_description ul {
	list-style:disc;
	margin-bottom:10px;
	margin-left:25px;
}

.site_description li {
	list-style:disc;
}

.box_ads {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	width:322px;
	height: 266px;
	padding-top:20px;
	padding-left:25px;
	padding-bottom:7px;
	margin-bottom:5px;
	float:left;	
}

.featured_ebook {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	height:288px;
	width:429px;
	margin-left:5px;
	padding-top: 5px;
	padding-left: 10px;	
	float:left;
	position:relative;
	margin-bottom:5px;
	overflow:hidden;
}

.title_featured_ebook {
	font-size: 20px;
	color: #000083;
	font-weight:bold;
	background: url("/images/container-box-title-shadow-small.png") no-repeat scroll left bottom transparent;
	padding-bottom:12px;
	padding-left:15px;	
}

.featured_ebook_content {
	top:36px;
	left:11px;
	width:425px;
	height:250px;
	position:absolute;
}

.featured_ebook_cover {
	width:136px;
	height:184px;
	background: url("/images/cover_background.png") no-repeat scroll left bottom transparent;
	float:left;
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
}

.featured_ebook_cover img {
	margin-left:11px;
	margin-top:8px;
}

.featured_ebook_title {
	font-size: 16px;
	color: #000083;
	font-weight:bold;
	margin-top:10px;
	width:265px;
	float:left;
}

.featured_ebook_title h2{
	font-size: 16px;
}

.featured_ebook_title a {
	color: #000083;
	text-decoration: none;
}

.featured_ebook_title a:hover {
	text-decoration: underline;
}

.featured_ebook_author {
	font-size: 12px;
	height:16px;
	color: #000;
	width:255px;
	float:left;
	overflow:hidden;
}

.featured_ebook_author a {
	color: #000;
	text-decoration: none;	
}

.featured_ebook_author a:hover {
	text-decoration: underline;
}

.featured_ebook_description {
	width:250px;
	float:left;
	font-size: 13px;
	height:170px;
	overflow:hidden;
/*	background:#fff;
	-moz-border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding-left:5px;
	padding-right:5px;*/
	text-indent:10px;		
}

.featured_ebook_description_title {
	font-weight: bold;
	font-size: 14px;
	padding-top:10px;
	float:left;
}

.featured_pics {
	position:relative;
	top:-63px;
	left:360px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	width:70px;
	height:25px;
}

.toggle-menu {
	display: inline-block;
	float: left;
    height: 13px;
    padding-top:7px;
    padding-left:6px;
}

.toggle-menu li {
	float:left;
	padding: 0 3px;
}

.toggle-menu li div {
	background: url("/images/toggle-button.png") no-repeat scroll left bottom transparent;
	height:13px;
	width:13px;
	cursor:pointer;
}

.toggle-menu li div.active {
	background-position: left top;
	cursor:default;
}

.disclaimer {
	margin-bottom:5px;
	padding:10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	float:left;
}

/* Ebook page
 ----------------------------------------------------------------------------*/

.ebook_content {
	margin-bottom:5px;
	padding:10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	float:left;
	width:773px;
}

.ebook_content h2 a {
	color:#000;
}

.title_ebook_content {
	background: url("/images/container-box-title-shadow.png") no-repeat scroll left bottom transparent;
	padding-bottom:15px;
	padding-left:25px;
	padding-right: 20px;
}

.title_ebook_content h1 { 
	font-size: 24px;
	color: #000083;
	margin-bottom:10px;
	line-height: 1.1;
}

.title_ebook_content h2 {
	font-size: 18px;
}

.ebook_cover {
	width:314px;
	height:441px;
	background: url("/images/cover_background_big.png") no-repeat scroll left bottom transparent;
	float:left;
	margin-top:5px;
	margin-left:15px;
	margin-right:10px;
}

.ebook_cover img {
	margin-left:18px;
	margin-top:16px;
}

.ebook_metadata {
	float:left;
	margin-top:10px;
	margin-left:20px;
	width:380px;
	height:180px;
}

.ebook_metadata table{
	width:380px;
}

.ebook_metadata th {
	text-align: left;
	width:90px;
	padding-bottom:5px;
	font-size:16px;
	color: #000083;	
}

.ebook_metadata td {
	width:150px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:16px;
}

.ebook_description {
	float:left;
	width:725px;
	padding-left:25px;
	padding-bottom:10px;
	margin-top:5px;
}

.ebook_description h3 {
    background: url("/images/menu_title.png") repeat-x scroll center bottom transparent;
    color: #000083;
    font-size: 18px;
    padding-bottom:10px;
}

.ebook_description_content {
	margin-top:10px;
/*	text-indent:20px;*/
	height:200px;
	overflow:hidden;
	padding-right:10px;
}

.ebook_description_content_body {
	overflow: hidden;
}

.ebook_description_content_body p{
	margin:0px;
}

.ebook_description_gradient {
	background: -moz-linear-gradient(center bottom , #FFF 15%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
    height: 50px;
    margin-top: -50px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ebook_categories {
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:391px;
	height:200px;	
}

.ebook_categories h3 {
    background: url("/images/menu_title.png") repeat-x scroll center bottom transparent;
    color: #000083;
    font-size: 18px;
    padding-bottom:10px;
}

.ebook_categories_content {
	margin-top:10px;
	font-size:18px;
}

.ebook_categories_content li{
	margin-bottom:6px;
}

.ebook_categories_content li a{
	color: #000083;
}

.ebook_categories_content li a:hover{
	color: #000;
}

.ebook_download {
	margin-bottom:5px;
	padding:10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	float:left;
	width: 773px;
}

.ebook_download h3 {
    background: url("/images/container-box-title-shadow.png") no-repeat scroll left bottom transparent;
    color: #000083;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-left: 15px;
}

.ebook_download_content {
	margin-top:10px;
	margin-left:17px;
	font-size:18px;
	float:left;
}

.ebook_download_content table {
	margin-bottom:10px;
}

.ebook_download_content img {
	margin-right:20px;
}

.ebook_download_content a{
	color: #000083
}

.ebook_download_content tr {
	color: #000083;
	height:25px;
}

.ebook_download_content th {
	padding-right:30px;
	font-size:16px;
}


.ebook_description_buttons {
	margin-top:10px;
}

.ebook_description_buttons a {
	color:#000083;
	font-weight:bold;
}

.dl_link {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 12px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding;
    background-clip: padding; /**/
    /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em; /* IE hacks */
    zoom: 1;
    *display: inline;
}

.dl_link:hover,
.dl_link:focus {
    border-color: #000083;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3C8DDE;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4343CF), to(#000083));
    background-image: -webkit-linear-gradient(#4343CF, #000083);
    background-image: -moz-linear-gradient(#4343CF, #000083);
    background-image: -o-linear-gradient(#4343CF, #000083);
    background-image: -ms-linear-gradient(#4343CF, #000083);
    background-image: linear-gradient(#4343CF, #000083);
}

.dl_link:active,
.dl_link.active {
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    border-color: #2a65a0;
    border-bottom-color: #3884CF;
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#23239e), to(#000059));
    background-image: -webkit-linear-gradient(#23239e, #000059);
    background-image: -moz-linear-gradient(#23239e, #000059);
    background-image: -o-linear-gradient(#23239e, #000059);
    background-image: -ms-linear-gradient(#23239e, #000059);
    background-image: linear-gradient(#23239e, #000059);
}

/* overrides extra padding on button elements in Firefox  */

.dl_link::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.admin_button {
	padding:3px;
	
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 12px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding;
    background-clip: padding; /**/
    /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em; /* IE hacks */

}

.admin_button:hover {
    border-color: #000083;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3C8DDE;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4343CF), to(#000083));
    background-image: -webkit-linear-gradient(#4343CF, #000083);
    background-image: -moz-linear-gradient(#4343CF, #000083);
    background-image: -o-linear-gradient(#4343CF, #000083);
    background-image: -ms-linear-gradient(#4343CF, #000083);
    background-image: linear-gradient(#4343CF, #000083);	
}

.request_button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 18px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding;
    background-clip: padding; /**/
    /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em; /* IE hacks */
    zoom: 1;
    *display: inline;
}

.request_button:hover,
.request_button:focus {
    border-color: #000083;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3C8DDE;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4343CF), to(#000083));
    background-image: -webkit-linear-gradient(#4343CF, #000083);
    background-image: -moz-linear-gradient(#4343CF, #000083);
    background-image: -o-linear-gradient(#4343CF, #000083);
    background-image: -ms-linear-gradient(#4343CF, #000083);
    background-image: linear-gradient(#4343CF, #000083);
}

.request_button:active,
.request_button.active {
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    border-color: #2a65a0;
    border-bottom-color: #3884CF;
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#23239e), to(#000059));
    background-image: -webkit-linear-gradient(#23239e, #000059);
    background-image: -moz-linear-gradient(#23239e, #000059);
    background-image: -o-linear-gradient(#23239e, #000059);
    background-image: -ms-linear-gradient(#23239e, #000059);
    background-image: linear-gradient(#23239e, #000059);
}

/* overrides extra padding on button elements in Firefox  */

.request_button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.ebook_admin {
    border-bottom: 1px solid grey;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.ebook_links_admin {
    border-bottom: 1px solid grey;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.sponsored {
	margin-bottom:5px;
	padding:10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	float:left;
	width: 773px;
}

.comments {
	margin-bottom:5px;
	padding:10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	float:left;
	width: 773px;
}


.sponsored h3 {
    background: url("/images/container-box-title-shadow.png") no-repeat scroll left bottom transparent;
    color: #000083;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-left: 15px;
}

.sponsored .sponitem {
    background: url("/images/sponitem.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #F0F0F0;
    margin: 7px 15px;
    padding: 0 0 7px 20px;
}

.sponsored .sponinfo {
    color: #464747;
    float: right;
    font-size: 11px;
    margin: 1px 0 0;
}

.sponsored a{
	color: #000083
}

.link_item {
	background: url('/images/linkitem.png') no-repeat scroll 0px 3px transparent;
	padding: 0px 0px 7px 30px;	
}


/*  List 
-----------------------------------------------------------------------------*/

.didnt_match {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding:15px;
	font-size:22px;
	margin-bottom:5px;
	color:#c33;
}

.list_header {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding:15px;
	font-size:20px;
	color: #000083;
	margin-bottom:5px;
	line-height: 1.1;
}

.list_header a{
	color: #000083;
}

.list_header img{
	vertical-align: -4px;
}

.category_rss {
	margin-left:5px;
}

.list_container {
	/*background: #f9f9fa;*/
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	margin-bottom:5px;
	padding:10px;
	float:left;
	width: 773px;
}

.navibar_title {
	float:left;
}

.list_navibar {
	float:left;
	width:770px;
	padding-bottom: 5px;
}

.list_navibar ul {
	float:left;
}

.list_navibar li {
	float:left;
	margin-left:12px;
}

.list_navibar li a {
	color: #000083;
}

.navibar_pages {
	width:500px;
	float:left;
}

.navibar_stat {
	float:right;
}

.active_page_list {
	font-weight:bold;
	font-size:22px;
}

.list_item {
	float:left;
	border-bottom: 1px solid #A2A2A2;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:770px;
}

.first{
	border-top: 1px solid #A2A2A2;
	padding-top:20px;
}

.list_item_cover {
	width:136px;
	height:184px;
	background: url("/images/cover_background.png") no-repeat scroll left bottom transparent;
	float:left;
	margin-left:10px;
	margin-right:20px;
}

.list_item_title {
    float:left;
    font-size: 16px;
    font-weight: bold;
    width:600px;
    height: 20px;	
    overflow:hidden;
}

.list_item_title h2 {
    font-size: 16px;
}


.list_item_title a {
    color: #000083;
    text-decoration: none;
}

.list_item_title a:hover {
	text-decoration: underline;
}

.list_item_cover img {
	margin-left:11px;
	margin-top:8px;
}

.list_item_author {
	float:left;
	font-size: 12px;
	overflow:hidden;
	width:600px;
}

.list_item_author a{
	color:#000;
}

.list_item_description {
	float:left;
	width:600px;
	margin-top:20px;
	max-height:110px;
	overflow:hidden;
	text-indent:15px;
}

.list_item_description a{
	color: #000083;
	
}

.list_item_isbn {
	float:left;
	font-size: 12px;
	overflow:hidden;
	width:600px;	
}

.list_item_categories {
	float:left;
	font-size: 12px;
	overflow:hidden;
	width:600px;	
}

.list_item_categories a {
	color: #000083;
}

.highlighted {
	font-weight:bold;
	color:#093;
}

.list_ebook_img {
	float:left;
	width:152px;
	padding-right:15px;	
}

.list_ebook_read_sample {
	text-align:center;
}

.list_sorter span {
	float:left;
}

.list_sorter {
    font-size: 14px;
}

.list_sorter ul li {
	float:left;
	padding-left:10px;
}

.list_sorter a{
	color: #000083;
}

.list_sorter .asc{
	color: #fff;
	padding-left: 5px;
	padding-right: 15px;
	border-radius: 3px 3px 3px 3px;
	background: #000083 url(/images/sort-asc.png) right 2px center no-repeat;
}

.list_sorter .desc{
	color: #fff;
	padding-left: 5px;
	padding-right: 15px;
	border-radius: 3px 3px 3px 3px;
	background: #000083 url(/images/sort-desc.png) right 2px center no-repeat;
}

/*  Page 404 
-----------------------------------------------------------------------------*/

.page_404 {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding:10px;
	margin-bottom:5px;
}

.page_404 h1 {
	color: #000083;
	font-size:24px;
	padding-bottom:18px;
	margin-bottom:15px;
	background: url("/images/container-box-title-shadow.png") no-repeat scroll left bottom transparent;
}

.page_404 p {
	font-size:20px;
	text-indent:20px;
	line-height:110%;
	margin:0;
}

.page_404 a {
	color: #000083;	
}

/*  DMCA Policy 
-----------------------------------------------------------------------------*/

.dmca_policy {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding:15px;
	text-align: justify;
	margin-bottom: 5px;
}

.dmca_policy h1 {
	color: #000083;
	font-size:24px;
	padding-bottom:18px;
	margin-bottom:15px;
	background: url("/images/container-box-title-shadow.png") no-repeat scroll left bottom transparent;
}

.dmca_policy ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.dmca_policy li {
	list-style: disc outside none;
    margin-left: 20px;
}

.dmca_policy p {
	text-indent:15px;
	/*line-height:100%;*/
}

.dmca_policy a {
	color: #000083;	
}

/* ---------------------------------- Login page ------------- */

.button {
    background: -moz-linear-gradient(center top , #F3F3E7, #E2E2E2) repeat scroll 0 0 transparent;
    border: 1px solid #A2A2A2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 3px #000;
    color: #222222;
    display: inline-block;
    font-family: arial,verdana,helvetica,sans-serif;
    font-weight: bold;
    line-height: 2;
    outline: 0 none;
    padding: 4px 8px;
    white-space: nowrap;
    margin: 4px;
    cursor:pointer;
}

.login-form-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A2A2A2;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    margin-bottom: 5px;
    padding: 15px;
}

.login-form {
    padding-left: 50px;
    padding-right: 50px;
    padding-top:0px;
    padding-bottom:10px;
}

.title_login {
    background: url("/images/menu_title.png") repeat-x scroll center bottom transparent;
    color: #000083;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    padding-bottom: 8px;	
}

.form-box-vert {
	margin-top:10px;
}

#LoginForm_username {
	background-color:#ccc;
}

#LoginForm_username:focus {
	background-color:#fff;
}

#sign-in-form-email-2, #sign-in-form-password-2 {
    background-color: #EDEDED;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px 0 #CCCCCC inset;
    font-size: 15px;
    font-weight: bold;
    outline: medium none;
    padding: 10px 4px;
    width: 250px;
}

#forgot-password-2 {
	color: #000;
	text-decoration:none;
	margin-left: 10px;
}

#forgot-password-2:hover {
	text-decoration: underline;
}

.flash-error {
    background-color: #FFF7C9;
    box-shadow: 0 1px 1px 0 #D0D0C8;
    color: #333333;
    display: inline-block;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
    padding: 7px 14px;	
}

div.breadcrumbs a
{
	color: #000;
}

/* ---------------------------------- Login page end----------- */
/* ---------------------------------- Signup page----------- */

.signup-form-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A2A2A2;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    margin-bottom: 5px;
    padding: 15px;
}

.signup-form {
    padding-left: 50px;
    padding-right: 50px;
    padding-top:0px;
    padding-bottom:20px;
}

.title_signup {
    background: url("/images/menu_title.png") repeat-x scroll center bottom transparent;
    color: #000083;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    padding-bottom: 8px;	
}

#signup-form-email, #signup-form-password, #signup-form-password-2, #signup-form-name {
    border-radius: 3px 3px 3px 3px;
    font-size: 15px;
    font-weight: bold;
    outline: medium none;
    padding: 10px 4px;
    width: 250px;
}

.valid-form {
    background-color: #EDEDED;
    border: 1px solid #CCCCCC;
    box-shadow: 0 2px 2px 0 #CCCCCC inset;    
}

.invalid-form {
    background-color: #ffd3d3;
    border: 1px solid red;
    box-shadow: 0 2px 2px 0 #ff7575 inset;       
}

.terms-notice {
    font-size: 12px;
    padding-top: 10px;
}

.terms-notice a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

.terms-notice a:hover{
	text-decoration: none;
}

/* ---------------------------------- Signup page end----------- */
/* ---------------------------------- Donate page----------- */

.donate-form-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A2A2A2;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    margin-bottom: 5px;
    padding: 15px;
}

.donate-form {
    padding-left: 50px;
    padding-right: 50px;
    padding-top:0px;
    padding-bottom:20px;
    font-size:16px;
}

.title_donate {
    background: url("/images/menu_title.png") repeat-x scroll center bottom transparent;
    color: #000083;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    padding-bottom: 8px;		
}

.donate-devider {
	padding-bottom:20px;	
}

.paypal-donate-amount {
    padding-bottom: 10px;
    padding-left: 260px;
}

.paypal-donate-button {
    padding-left: 230px;
}

/* ---------------------------------- Donate page end----------- */
/* ---------------------------------- Forbidden page----------- */

.forbidden-form-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A2A2A2;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    margin-bottom: 5px;
    padding: 15px;
}

.forbidden-form {
    padding-left: 50px;
    padding-right: 50px;
    padding-top:0px;
    padding-bottom:20px;
    font-size:16px;
}

.title_forbidden {
    background: url("/images/menu_title.png") repeat-x scroll center bottom transparent;
    color: #000083;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    padding-bottom: 8px;		
}

.forbidden-devider {
	padding-bottom:20px;	
}

.forbidden-form a {
	color: #000;
	text-decoration:underline;
}

.forbidden-form a:hover {
	text-decoration: none;
}

/* ---------------------------------- Forbidden page end----------- */



/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
}

.popular {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	margin-bottom:5px;
}

.title_menu {
	font-size: 20px;
	color: #000083;
	font-weight:bold;
	background: url("/images/menu_title.png") repeat-x scroll center bottom transparent;
	padding-bottom:8px;
	line-height:23px;
}

.popular_menu {
	padding-top:5px;
	padding-bottom:7px;
	font-size: 18px;
	color: #000083;	
}

.popular_menu li{
	margin-bottom:4px;
}

.popular_menu a {
	color: #000083; 
	text-decoration: none;
}

.popular_menu a:hover {
	text-decoration: underline;
	color: #000;
}

.popular_selected {
	color: #000;
}

.categories_menu {
	padding-top:5px;
	padding-bottom:7px;
	font-size: 14px;
	color: #000083;	
}

.categories_menu a {
	color: #000083;
	text-decoration: none;
}

.categories_menu a:hover {
	text-decoration: underline;
	color: #000;
}

.categories_count {
    font-size: 12px;
    padding-left: 5px;
    color:#3CA463;
}

.categories {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	margin-bottom:5px;
}

.categories h3 {
	margin-left:5px;
	margin-right:5px;
}

.categories li {
	padding-left:5px;
	margin-bottom:2px;
}

.categories_selected {
	background:#000083;
	color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer_bg {
	width: 100%;
	background: url("/images/header_bg.png") repeat-x scroll center top #FFFFFF;
	margin: -40px auto 0;
	height: 40px;
/*	background: #BFF08E;*/
	position: relative;
}

#footer {
	width: 1000px;
	margin: -40px auto 0;
	height: 40px;
	position: relative;
	text-align:center;
}

#copyright {
	padding-top:10px;
}

#copyright a {
	color: #000083;
}