@charset "UTF-8";
/* CSS Document */

.orderimg	{
	float: right;
	margin-right: 25px;
	margin-top: 50px;
	clear: both;
}
.price	{
	float: right;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 55px;
	text-align: center;
	color: #B50007;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mc	{
	position: relative;
}
.mc ul	{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 75% ;
}
.mc ul li	{
	margin-left: 10px;
	margin-bottom: 5px;
	list-style-type: none;
}
.mc ul li:before	{
	content: "\00BB \0020";
}
.disclaimer	{
	color: #000000;
	font-size: 9px;
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -30px;
	margin-top: 30px;
}