/* Thank U Auxillary CSS Document */

/* Bookstore specific styles    */
.error 
{
	color:#FF0000;
	font-weight:bold;
	font-size:13px;
	line-height:30px;
}
#order_steps 
{
	margin:15px 0;
}
.list_container
{
	width: 180px;	
}
.list a {
	color: #4B4B4B;
	background-color: #FFFFFF;
	padding: 5px;	
	display: block;
	border-bottom: 1px dotted #919191;
	font: 12px Tahoma, sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-align: left;
}

.list a:hover {
	background-color: ;
	color: #4B4B4B;
	text-decoration: underline;
}
.book_list
{
	padding:8px;
}
.align_left
{
	text-align:left;
}
.align_center
{
	text-align:center;
}
.align_right 
{
	text-align:right;	
}
.checkout_btn 
{
	float:right;
	margin:15px 0 0 0;
}
#mini_cart 
{
	float:right;
}
#sections 
{
	margin:10px;
}
.confirm_form 
{
	padding:10px;
	float:left;
	margin-right:30px;
}
.confirm_form2 
{
	padding:10px;
	float:left;
	margin-right:30px;
	width:100%;
}
.clear
{
	clear:both;
	height:1px;
}
.sel_library {
	font-family:arial;
	font-size:11px;
}
.drop_down {
	width:150px;
}
.big_text 
{
	display:inline;	
}
.bg_grey
{
	background:#f7f7f7;
}
.table_border
{
	border-top:0px;
	border-right:0px;
	border-bottom:1px;
	border-left:0px;
	border-style:dotted;
	border-color:#adadad;
	padding-bottom:10px;
}
.total_price
{
	font-size:15px;
	font-family:arial;
	font-weight:bold;
}
.top_checkout
{
	width:610px;	
	overflow:auto;
	border-top:0px;
	border-right:0px;
	border-bottom:1px;
	border-left:0px;
	border-style:dotted;
	border-color:#C2C8CC;	
}
.top_checkout_in
{
	padding-left:440px;	
}
.push_right
{
	padding: 0 0 5px 330px;
	font-size:13px;
	font-weight:bold;
	color:black;
}