.big_text {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:28px;
	color:#B00606;;
	margin-bottom:8px;
	margin-top:8px;
}

div .landing_page_bold {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	color:#D55412;;
	margin-bottom:30px;
	margin-top:30px;
}

div .landing_page_box {
	margin:auto;
	width:480px;
	text-align:justify;
	padding:10px 10px;
	border:1px dashed #D55412;
}

table.active_bg, .active_bg {
}

table.inactive_bg, .inactive_bg {
	background:#CCCCCC;
}

table.pending_bg, .pending_bg {
	background:#FFEAEA;
	border:1px solid #FFEAEA;
}

table.blocked_bg, .blocked_bg {
	background:#AAAAAA;
}


.active_txt {
	font-weight:bold;
}

/* display bold red promotion status */
.inactive_txt {
	color:#FF0000;
	background:#FFFF00;
	font-weight:bold;
}


/* store subscription step heading */
.step_active {
	font-weight:bold;
	font-size:12px;
	color:#000000;
}	
.step_inactive {
	font-weight:bold;
	font-size:12px;
	color:#DDDDDD;
}

/* store subscriptoin summary */
#final_order_price {
	border:2px dashed #AEAEAE;
	background:#EAEAEA;
	padding:20px;
	font-weight:bold;
}

#store_billing_warning {
	background:#EAEAEA;
	border:2px dashed #AEAEAE;
	padding:10px 15px 10px 15px;	
}

#order_history table {
	background-color:#EAEAEA;
} 

#order_history td {
}


#order_history .order_heading td {
	color:#FFFFFF;
	padding:3px 3px;
	background:#D55412;
}

#order_history .trans_heading td {
	padding:3px 3px;
	background:#FFCC99;	
}

#order_history td {
	vertical-align:top;
	padding:3px 3px;
	background:#FFFFFF;
}

#order_history .row_parent td {
	background:#FFEAAE;
}

#order_history .row_child td {
		
}	

blockquote {
	margin:auto;
	padding:10px 10px;
	background:#EAEAEA;
	color:#666666;
}