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

.amz_search_form input[type=text] {
	width: 500px;
	font: 14px Tahoma;
	color: #666;
	padding: 5px;
	letter-spacing: 1px;
	border: 1px solid #aaa;
	background: #eee;
	height: 17px;
}

.amz_search_form input[type=text].focus {
	background: #fff;
	color: #000;
}

input.amz_search_form_button {
	background: #eee;
	border: 1px solid #db6107;
	color: #db6107;
	font: bold 14px Tahoma;
	padding: 3px 10px;
}

input.amz_search_form_button:hover {
	background: #fff;
}

.bs_books_cont .bk_thumb_cont {
	float: left;
	width: 170px;
	margin-right: -170px;
}

.bs_books_cont .bk_desc_cont {
	margin-left: 170px;
}

.bs_books_cont {
	width: 790px;
}

.bs_books_cont li {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	height: 200px;
}

.bs_books_cont li.selected {
	background: #eee;
}

.thumb_cont {
	text-align: center;
}

.btn_cont {
	text-align: center;
	padding-top: 5px;
}

.author span, .manufact {
	font-weight: bold;
}

.no_cover_book {
	width: 130px;
	height: 160px;
	background: url(http://www.bookflirts.com/layout/img/book.jpg) no-repeat;
	margin: 0 auto;
}

.loader {
	position: absolute;
	width: 837px;
	height: 605px;
	background: url(http://www.bookflirts.com/layout/img/load.png) repeat;
	display: none;
}

.loader_circle {
	background: url(http://www.bookflirts.com/layout/img/lod.gif) no-repeat;
	width: 66px;
	height: 66px;
	margin: 230px auto 0;
}

.amz_selected_books {
	padding: 5px 0;
}

.amz_selected_books span.title {
	float: left;
	width: 310px;
}

.amz_selected_books span.del_item {
	float: right;
	width: 60px;
	text-align: center;
}

.amz_field_item {
	padding: 3px 0;
	border-bottom: 1px dashed #aaa;
}

