
div#chooseSelection
{
	text-align : center;
}

div#chooseSelection p
{
	font-size : 15px;
	font-weight : bold;
}
div#chooseSelection p strong
{
	font-size : 22px;
	color : #9C0B42;
}

img.swapSelectionTop
{
	position : absolute;
	margin-top : 7px;
	margin-left : 395px;
}

div.addAll
{
	margin-top : -20px;
	float : right;
	text-align : center;
	width : 182px;
}
div.addAll h2
{
	margin : 0px;
	color : black;
	font-size : 14px;
}
div.addAll p
{
	text-align : center;
}
div.addAll input
{
	background-color : #8B1F43;
	background-image : url(../images/bg/bg_button_submit.jpg);
	color : white;
	padding: 2px 0px;
	margin : 0px;
	width : 130px;
}

div.addAllNoHeaders
{
	margin-top : 0px;
}

h2.bookList
{
	margin-top : 26px;
	margin-bottom : 0px;
	font-size : 18px;
	color : #B30004;
}

h3.bookList
{
	margin-top : 8px;
	margin-left : 8px;
	margin-bottom : 0px;
/*	background-color : #FFF74A;*/
	color : black;
/*	padding : 4px;*/
}


/*** product list page ***/

.productBookList
{
	margin-top : 4px;
	margin-bottom : 12px;
}

.productBookList .left, .productBookList .middle, .productBookList .right
{
	float : left;
	background-color : #F1F1FC;
	border : 1px solid #CCCCCC;
}

.productBookList .left
{
	width : 175px;
	height : 150px;
	margin-right : 2px;
	text-align : center;
}

.productBookList .left img
{
	margin-top : 4px;
	border : 0px;
}

.productBookList .middle
{
	width : 538px; /*558 - 20*/
	height : 130px; /*150 - 20*/
	padding : 10px;
	margin-right : 2px;
	overflow : auto;
}
.productBookList .middle .title
{
	text-align : left;
}
.productBookList .middle .title a
{
	font-weight : bold;
}

.productBookList .right
{
	width : 155px; /*175 - 20*/
	height : 130px; /*150 - 20*/
	padding : 10px;
}

.productBookList .end
{
	clear : both;
}

span.shortBookInfo
{
	background-color : #9C0B42;
	color : white;
	font-size : 12px;
	/*font-weight : bold;*/
	padding-left : 4px;
	padding-right : 4px;
}

