#cartindicator {
	/* IE 5.0/Win and other lesser browsers will use this */
	position:absolute; right:0px; bottom:0px;
	background: url(../images/fadeOver.gif);
	background-repeat: no-repeat;
	height:75px;
	width:246px;
}
body > div#cartindicator {
	/* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
	position: fixed;
	background: url(../images/fadeOver.gif);
	background-repeat: no-repeat;
	height:75px;
	width:246px;
}
#indicatorTitle{
	
}
td.totalCell
{
	padding-top:5px;
	text-align:left;
	vertical-align:middle;
	background-color: #F4F9FD;
	color:inherit;
	border-top:1px solid #D1EBFF;
	border-bottom:1px solid #D1EBFF;
}
input.addToCart
{
	color:#386ABA;
	font-size:9px;
	width:70px;
	border:none;
	background-color:inherit;
}
table.payment td
{
	padding-left:3px;
	padding-bottom:1px;
}
p.synopsis
{
	padding-bottom:2px;
	padding-right:5px;
	width:390px;
	height:100%;
}
span.price
{
	padding-left:10px;
	float:left;
	margin-top:8px;
}