@charset "UTF-8";
/* CSS Document */
<style type="text/css">
<!--
body {
}
.ItemTitle {
	text-align: left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.Author {
	text-align: left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	color: #dadada
}
.Discription {
	text-align: left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #dadada
}
.Price {
	text-align: left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	color: #FFF
}
.PriceRight {
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	color: #FFF
}
.PriceRightB {
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF
}
.Total {
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF
}
.TotalCenter {
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #FFF
}
.CellTitleRight {
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #909090;
	font-size: 18px
}


-->
</style>
