/* CSS Document */
.quantityBox {
	width:115px;
	float:right;
	/*border:1px solid #ff0000;*/
	margin-right:20px;
	margin-bottom:4px;
	font-size:1.2em;
}
	.quantityBox input {
		width:50px;
		border:1px solid #ccc;
	}

#tabBar {
	list-style:none;
	padding:0px;
	margin:0px;
}
	#tabBar li {
		float:right;
		margin-right:-11px;
	}
	#tabBar .first {
		margin:0px;
	}
.whiteBox .bottom input 
{
	margin-left:420px;
}

#ulReleatedBooks {
	list-style:none;
	margin-top:10px;
}
#ulReleatedBooks li {
	width:130px;
	float:left;
	text-align:center;
	font-size:.9em;
}
#ulReleatedBooks a {
	color:#593A5A;
}
#qty
{
	color:#333333;
	font-size:1.0em;
}
/* Moved from text_pages.css*/
.bookImage {
	width:150px;
	float:left;
	text-align:right;
}
