@charset "utf-8";
/* CSS Document */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #CCCCCC;
padding: 10px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 16px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;

}


#wrapper-booksyesm {
	width: 490px;
	height: 194;
	margin: 0px auto 0px auto;
	padding: 20px;
}

#left-booksyesm {
	width: 270px;
}

#left-booksyesm p {
	color:#007857;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

#right-booksyesm {
	width: 199px;
	float:right;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	cursor:default;
}


#left-booksyesm h1 {
	color:#007857;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:24px;
	font-style:italic;
}


