@charset "utf-8";
/* CSS Document */

/*Books Button Navigation*/



 

#mainNav #books #current {
background-image: url(images/BTN_Books.png);
background-repeat: no-repeat;
background-position: -136px 0px;
display:block;
padding:0;
width:136px;
height:29px;
}

.sideImageBooks {
	border: 1px solid #D3FF73;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.address {
	font-size: 14px;
}

#buyBooksLeft {
	float:left;
	width:200px;
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
	height: 100%;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3FF73;
}

#buyBooksRight{
	float:left;
	width:200px;
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-bottom: 10px;
	height: 100%;
	margin-right: 0px;
}

