body{
	font-size:12px;
	font-family:arial, tahoma, verdana;
	color:#333;
	background:#9BCBE1;
	background-image:url('img/background.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:fixed;
	background-size:100% 100%;
}
input[type="checkbox"] {
	cursor:pointer;
}
a{
	text-decoration:none;
	color:#6995A9;
}
a:hover{
	text-decoration:none;
	color:#6995A9;
	font-weight:bold;
}
h1 {
	margin:0px;
	color:#6995A9;
	font-size:18px;
}
h3{
	margin:0px;
}
#loading {
	color:#78778C;
	font-size:14px;
	font-weight:bold;
	width:400px;
	position:relative;
	text-align:right;
}
#content{
	float:right;
}
.holder{
	background:#9BCBE1;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.facebook_like {
	width:100px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:50px;
	left:160px;
	z-index:1;
}
.logo{
	background-image:url('img/logo.png');
	width:469px;
	height:160px;
	position:relative;
	cursor:pointer;
}
.searchbox {
	padding:0px 5px 0px 5px;
	text-align:left;
	width:640px;
	float:right;
	position:relative;
	top:70px;
}
.list{
	width:1200px;
	float:left;
}
.booksdiv{
	background:#E6F1F7;
	border:solid 1px #CCC;
	padding:15px;
	width:1200px;
	float:left;
	margin-top:25px;
}
.book{
	width:250px;
	height:50px;
}
table{
	background:#fff;
	border:solid 3px #6995A9;
}
.tdhead{
	text-align:center;
	font-weight:bold;
	background:#9CCAE1;
	cursor:default;
	color:#fff;
	padding:5px;
	font-size:16px;
	border-top:#6995A9 solid 2px;
	border-bottom:#6995A9 solid 2px;
	
}
.tdpic {
	margin-top:2px;
	border:solid 1px #333;
}
th{
	background-image:url('img/bar.jpg');
	height:20px;
	font-weight:bold;
	color:#333;
	padding-left:5px;
}
td{
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}
tr:hover{
	background:#C5C2E5;
}
.tdlink:hover{
	background:#e6f1f7;
	cursor:pointer;
	border-right:solid 1px #6995A9;
}
.foot{
	width:1170px;
	text-align:center;
	padding: 10px;
	float:left;
	margin-bottom:25px;
	margin-top:130px;
	
}
#webstat{
	visibility:hidden;
}

.info{
	border: 2px solid #C5C2E5;
	margin: 20px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	background-color: #D2D0E5;
	background-image: url('img/info.png');
}


		ul.ui-autocomplete{
			border:solid 1px #D2D0E5;
			width:414px;
			color:red;
		}
		ul.ui-autocomplete a{
			width:458px;
			display:block;
		}
		.ui-menu .ui-menu-item {
			background:#FFFFFF;
			list-style-type:none;
			width:458px;
			margin-left:-40px;
			padding:2px;
			display:block;
			color:red;
			font-size:16px;

		}
		.ui-menu .ui-menu-item a.ui-state-hover,
		.ui-menu .ui-menu-item a.ui-state-active {
			background:#D2D0E5;
			display:block;
			cursor:pointer;
		}