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


a{
	color:#c72b2b;
}

hr{
	display:block;
	height:1px;
	border:none;
	background: #eee;
}

#Page{	background: url(../images/purchase/header.png) repeat-x center top; }
#PageDecoration{	background: url(../images/purchase/header_decoration.png) no-repeat center 75px; }
#PageBackground{	background: url(../images/backgrounds/strip2.jpg) no-repeat right 200px; }
#Main{	}

#SubMenu li a:hover,
#SubMenu li b{
	color:#656fd3;
}


#Banner{
	position:relative;
	left:-64px;
	top:12px;
	text-align:center;
	width:721px;
	font-size:.75em;
}

.blockLeft{
	float:left;
	width: 365px;
	padding-top:2em;
}
.blockRight{
	float:none;
	margin-left:400px;
	padding-top:1.75em;
}

.button{
	margin: 0 -6px;
}
dl.priceList{
	width:100%;
	overflow:hidden;
	margin: 0 0 3em 0;
}
dl.priceList dt{
	float:left;
	width:3em;
	color:#888;
	font-size:2em;
	font-family:Calibri;
	text-align:right;
	border-right: solid 1px #bdbcbd;
	padding-right:10px;
	margin-top:10px;
}
dl.priceList dt sup{
	font-size:.4em;
}
dl.priceList dd{
	float:none;
	display:block;
	padding: 10px 1em 10px 7.5em;
	margin:0;
	border-top: solid 1px #ddd;
}
dl.priceList dd:hover{
	background:#fcfcff;
}
dl.priceList dd h4{
	font-size:13pt;
}