@charset "UTF-8";
/* CSS Document */
/* Site */

body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: white;
	/*
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	*/
	font-family:arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: black;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	font-size: 11px;
	color: #008BD1;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: none;
}
.clear {
	clear: both;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
.dividerLine {
	border-bottom:thin; 
	border-color: #dbdbdb; 
	border-bottom-style:solid; 
	margin: 10px 0px 10px;
	padding: 0px;
}

/* Header */
.topBarHolder {
	width: 100%;
	margin: 0 auto 0 auto;
	background-color: black;
	left: 0px
	top: 0px;
	position: fixed;
	height: 85px;
	margin-bottom: 0px;
	z-index: 60;
}
.topBar {
	color: white;
	padding: 20px;
	min-width: 1100px;
}
.topBarTitle {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	float: left;
	margin-left: 20px;
	margin-top: -1px;
	color: white;
}
.subBarHolder{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: black;
	top: 85px;
	position: fixed;
	height: 33px;
	z-index: 50;
	min-width: 1100px;
	border-bottom: thin;
	border-bottom-color: white;
	border-bottom-style: solid;
	overflow: hidden;
}
.subBarCats {
	color: white;
	float: left;
	padding: 10px 10px 10px 20px;
	overflow: hidden;
	line-height: 14px;
}
.subBarCats a:link, .subBarCats a:visited {
	font-size: 9px;
	color: #efefef;
	font-weight: normal;
	text-decoration: none;
	background-color: #353535;
	padding: 10px;
	margin-right: 1px;
	height: 20px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}
.subBarCats a:hover{
	color: black;
	background-color: #efefef;
	text-decoration: none;
}

/* Search */
.search {
	float: right;
	margin: 3px 20px;
}
.btnSearch{
	font-family:arial,helvetica,sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #efefef;
	height: 22px;
	background-color: #353535;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	cursor: pointer;
	margin-left: -3px;
}
.btnSearchOver {
	color:#FFFFFF;
	background-color: #008BD1;
}
.formSearch{
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #efefef;
	background-color: #7f7f7f;
	border: 1px;
	padding: 4px;
	border-style:solid;
	height: 12px;
	width: 150px;
	border-color:#7f7f7f;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-right: 0px;
}

/* content */
#holder {
	width: 100%;
}
#holderPad {
	padding: 130px 10px 10px 10px;
	min-width: 1000px;
}
.bookImages {
	padding: 10px;
	margin-right: 10px;
	margin-left: 330px;
	float: right;
	line-height: 0px;
}
.bookImages img{
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
.bookImagesImage {
	/*opacity: 0;*/
}
.bookInformation {
	padding: 10px;
	width: 300px;
	margin-right: 10px;
	float: left;
	position: absolute;
	overflow: hidden;
	word-wrap: break-word;
	word-break: normal;
}
.buyButton {
	line-height: 25px;
}
.buyButton a:link, .buyButton a:visited {
	font-size: 11px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	background-color: #65be04;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-right: 2px;
}
.buyButton a:hover{
	color: white;
	background-color: black;
	text-decoration: none;
}
.keyword {
	line-height: 25px;
}
.keyword ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.keyword li {
	list-style: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
.keyword a:link, .keyword a:visited {
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	background-color: #efefef;
	padding: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	white-space: nowrap;
}
.keyword a:hover{
	color: black;
	background-color: #c9c8c8;
	text-decoration: none;
}

/*Book Listing Section */
.bookSection a:link, .bookSection a:visited {
	font-size: 9px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.bookSection a:hover{
	color: #008BD1;
}

.bookItem {
	font-size: 9px;
	float: left;
	padding: 10px;
	width:184px;
	overflow: hidden;
	height: 92px;
	z-index:2;
}
.bookTitle {
	font-size: 9px;
	background-color: black;
	color: white;
	padding: 10px;
	position: absolute;
	z-index: 20;
	overflow: hidden;
	width: 164px;
	visibility: hidden;
	opacity:0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/*advice */
.adviceColumn {
	width: 350px;
	float: left;
	padding: 10px;
}
