.my_Books .my_cover {
	float: right;
	padding: 4px 0px 2px 12px;
/* 	background-color: aqua; */
}

.my_Books .my_cover img {
	display: block;
    margin-left: auto;
    box-shadow: 1px 1px 9px grey;
}

/*
.my_Books .my_AmazonLink {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcedd9), color-stop(1, #f6c282) );
	background:-moz-linear-gradient( center top, #fcedd9 5%, #f6c282 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcedd9', endColorstr='#f6c282');
	background-color:#fcedd9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c8a079;
	display:inline-block;
	color:#9c3e29;
	padding:2px 1px 1px 1px;
	text-decoration:none;
}

a.my_AmazonLink:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6c282), color-stop(1, #fcedd9) );
	background:-moz-linear-gradient( center top, #f6c282 5%, #fcedd9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6c282', endColorstr='#fcedd9');
	background-color:#f6c282;
}

a.my_AmazonLink:active {
	position:relative;
	top:1px;
}
*/


.my_Books .my_data p {
	margin-bottom: 7px;
	margin-bottom: 0.4rem;
	line-height: 1.2em;	
}


.my_DatafirstColumn {
	width:100px;display:block;float:left;	
}

.my_separator {
	border-bottom:1px solid #B2B2B2; 
	color: #B2B2B2; 
	font-size:10px; 
	margin-top:8px; 
	padding:0 0 3px 9px; 
	font-weight: normal; 
	letter-spacing: -1px;
}
