/* Book List Panel Area
*************************************************************/
div#BookListPanel_Area {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

table#BookListPanel_table {
	clear: both;
	width: 100%;
	height: auto;
	margin: 10px auto 0 0;
}

table#BookListPanel_table td {
	padding: 0 0 5px 0;
}

table#BookListPanel_table td.bookCount {
	width: 50%;
	height: auto;
	text-align: left;
	vertical-align: top;
}

table#BookListPanel_table select {
	margin: 0px;
	font-size: 0.9em;
	position: relative;
	top: -1px;
	#top: 1px;
	_top: 1px;
	padding: 0px;
}

table#BookListPanel_table td.orderSort {
	width: auto;
	height: auto;
	text-align: right;
	vertical-align: top;
}

table#BookListPanel_table td.pageSort {
	width: 60%;
	height: auto;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0px;
	padding: 5px 0 10px 0;
}

table#BookListPanel_table td.pageLayout {
	width: auto;
	height: auto;
	text-align: right;
	vertical-align: top;
	padding: 5px 0 10px 0;
}


/* Book short info
*************************************************************/
table#BookListShort_table {
	width: 100%;
	height: auto;	
	border-collapse: collapse;
}

table#BookListShort_table td {
	width: 33%;
	height: auto;
	border: dashed 1px #CCCCCC;
	padding: 1px;
	vertical-align: top;
}

table#BookListShort_table td.emptyTD {
	width: 33%;
	height: auto;
	border: none;
	padding: 0;
	vertical-align: top;
}

table#BookListShort_table td.midSpace {
	width: 100%;
	height: 12px;
	line-height: 12px;	
	border: none;
	padding: 0;
}

div.bookShortInfo_wrap {
	position: relative;
	width: 100%;
	height: auto;
}

/*div.bookShortInfo_Info {
	position: relative;
	top: 0;
	left: 3px;
	width: 50%;
	height: auto;
}*/

div.bookShortInfo_Info {
	height:auto;
	left:0;
	position:relative;
	top:0;
	width:50%;
}

div#relatedBookList_Area {
	height:auto;
	padding:15px 0 10px 0;
	text-align:left;
}

ul#relatedBook_list li {
	color:#009900;
	font-weight:bold;
	list-style-type:square;
	padding:0 0 4px;
	margin-left:20px;
}

div.bookTitle {
	text-align:left;
	height:auto !important;
	_min-height:122px;
	font-weight:bold;
	padding:4px 0 0 6px;
}

div.author {
	letter-spacing: 0px;
	padding: 4px 0px 0px 6px;
	_padding: 4px 2px 0px 4px;
	height: auto;
}

div.priceArea {
	height: 40px;
	padding: 4px 0px 0px 6px;
	_padding: 4px 0px 0px 4px;
}

span.toolsLabel {
	position: relative;
	left: -4px;
}

.ShoppingCart_Area_Icon {
	position: relative;
	top: 8px;
	padding-right: 4px;
}

div.bookShortInfo_Info_noImg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

div.bookShortInfo_Thumbnail {
	position: absolute;
	width: 85px;
	top: 3px;
	right: 3px;
	_right: -35px;
}

/*div.bookCover_Container_BookList_Thumbnails {
height:auto;
left:-45px;
margin:0;
position:relative;
top:4px;
width:130px;
}*/

div.bookCover_Container_BookList_Thumbnails {
height:auto;
margin:0;
position:relative;
width:120px;
}

div.bookShortInfo_ShoppingTools {
	clear: both;
	position: relative;
	width: 95%;
	height: 30px;
	bottom: 0px;
	padding: 8px 0 6px 3px;
}


/* Book details info
*************************************************************/
table#BookListDetails_table {
	width: 100%;
	height: auto;
}

table#BookListDetails_table td {
	width: 100%;
	height: auto;	
	border: dashed 1px #CCCCCC;
	padding: 9px;
}

table#BookListDetails_table td.midSpace {
	width: 100%;
	height: 12px;
	line-height: 12px;	
	border: none;
	padding: 0;
}

div.bookDetailsInfo_Container {
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
}

div.bookDetailsInfo_Title {
	float: left;	
	width: 500px;
	height: auto;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 4px 8px 0;
}

div.bookDetailsInfo_Info {
	float: left;
	width: 500px;
	min-height: 130px;
	height: auto !important;
  	height: 130px;
}

div.bookDetailsInfo_Thumbnail {
	position: absolute;
	float: right;
	width: 120px;
	height: 130px;
	top: 0px;
	right: 0px;
}

div.bookDetailsInfo_Tools {
	position: absolute;
	width: 120px;
	height: 28px;
	top: 130px;
	right: 0px;
	padding: 0px;
}
