@charset "utf-8";
/* CSS Document */


body
{
	font-family:Tahoma;
	font-size:12px;
	margin:0px;
}

.wrapper
{
	width:810px;
	margin:auto;
	margin-top:20px;
	padding:15px;
	border:solid 1px #CC0033;
	background:url(../images/grad.jpg) no-repeat left bottom;
}

.nor
{
	color:black;
}

.description
{
	font-size:11px;
	line-height:15px;
	text-align:justify;
}

.online
{
	font-size:9.5px;
	line-height:15px;
	text-align:center;
}

.green
{
	color:#006633;
	font-weight:bold;
}

.line
{
	margin-top:5px;
	margin-bottom:20px;
	border-bottom:solid 1px #CC0000;
}

.ph
{
	background-color:#b80000;
	padding:5px 10Px 5px 10px;
	margin:auto;
	color:#FFFFFF;
	border:solid 1px #b80000;
	border-bottom:none;
}

.price
{
	padding:10px;
	border:solid 1px #b80000;
	border-top:none;
	margin:auto;
	line-height:20px;
	background-color:#ffffff;
}

.price strong
{
	color:#990000;
}

.footer
{
	background-color:#f9d0d6;
	border:solid 1px #b80000;
	text-align:right;
	border-top:none;
	font-size:11px;
	padding:10px;
	width:820px;
	margin:auto;
	margin-bottom:15px;
}

.left
{
	float:left;
	width:400px;
}

.right
{
	float:right;
	width:400px;
}

.box
{
	float:left;
	width:100%;
}

.right .price
{
	font-size:11px;
}

.clear
{
	clear:both;
}

