/******************************************************/
/*     Online Shop styles                             */
/******************************************************/
div.moduletable-booksearch {
	float: right;
}

/* For Bookshop Top Ten Product module  */
table#ProductTopTen {
	margin-top:16px;
	border: 1px solid #FC4128;
}


/* For Bottom Navigation */
div#ShopNavigation {
	text-align: center;
}
div#ShopNavigation, 
div#ShopNavigation a:link, div#ShopNavigation a:visited {
	font-weight: bold;
	color: #555555;
}
div#ShopNavigation ul {
	list-style:none;
	margin:0;
	margin:7px;
	padding:0;
}
div#ShopNavigation li {
	display: inline;
}
div#ShopNavigation a:hover {
	text-decoration: underline;
}

/* For Checkout Progress Bar  */
table#CheckoutBar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F5BDA6;
}
table#CheckoutBar td.CurrentStep {
	color: #FC4128;
}
fieldset {
	width: 420px;
}
