/*
** purchase.css 
** CSS - handles the purchase page css
** Author: Steve TANGUE
** Date: 29.08.08
** Last edited: 
*/

div.steps_wrapper
{
	float: left;
	background-image:url(../img/purchase_step_bg.jpg);
	background-repeat:no-repeat;
	width: 620px;
	height: 37px;
	margin: 20px 0 20px 0;;
	padding: 24px 0 0 55px;
}

.infobox
{
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #F8FAFC;
	border-left: 1px solid #eee;
	border-right: 0px solid #fff;
	/*background-color: #7493C5;*/
	background-color:#F8FAFC;
	width: 270px;
	height: 100px;
	float: left;
	padding: 10px 15px 5px 15px;
	color:#7493C5;
}

span.step_one
{
	float: left;
	width: 150px;
	margin: 0px;
	color: #ffffff;
	margin-right: 80px;
}

span.step_two
{
	float: left;
	width: 150px;
	margin-right: 50px;
}

span.step_three
{
	float: left;
	width: 150px;
	margin-top: -10px;
}

.purchase_box
{
	float: left;
	width: 260px;
	height: 191px;
	margin-right: 20px;
	background-image:url(../img/purchase_standard_box_bg.jpg);
	background-repeat:no-repeat;
}

.purchase_box_standard
{
	background-image:url(../img/purchase_standard_box_bg.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 260px;
	height: 191px;
	margin-right: 20px;
}

.purchase_box_premium
{
	background-image:url(../img/purchase_premium_box_bg.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 260px;
	height: 191px;
	margin-right: 20px;
}

.purchase_box_platinum
{
	background-image:url(../img/purchase_platinum_box_bg.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 260px;
	height: 191px;
	margin-right: 20px;
}

.purchase_box_title
{
	float: left;
	width: 260px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 18px 0 8px 0;
	margin-bottom: 10px;
}

.purchase_box_icon
{
	float: left;
	width: 115px;
	height:60px;
	text-align:center;
}

.purchase_box_text
{
	float: left;
	width: 140px;
	text-align: left;
	padding: 10px 0 4px 0;
}
.purchase_box_price
{
	float: right;
	width: 260px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
}



.buy_button
{
	background-image: url(../img/red_button.jpg);
	background-repeat:no-repeat;
	width: 97px;
	height: 23px;
	float: left;
	text-align: center;
	color: white;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}


.platinum_textnote
{
	color: #999999;
	font-size: 0.7em;
	float: left;
	width: 240px;
	text-align: center;
	margin: 4px 0 0 4px;;
}


/* end of file */