/******************************************************************************************************************
ActSmart Subscription Pages Stylesheet

Developed by Matthew Hill for Nixon McInnes Sept 2007
http://www.friskdesign.com/
******************************************************************************************************************/

/******************************************************************************************************************
BENEFITS PANEL
******************************************************************************************************************/

#content .benefitpanel:after
	{
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

#content .benefitpanel {
	border-top:1px solid #E1E1E1;
	padding:14px 0 7px;
	height:1%;
}

#content .benefitpanel img {
	float:left;
}

#content .benefitpanel div {
	margin-left:90px;
}

#content .benefitpanel div h2 {
	margin-top:0;
}

#content .benefitpanel div h3 {
	margin:0;
	font-size:1.0em;
}

#content .benefitpanel form {
	height:1%;
}

#content .benefitpanel form select {
	width:226px;
	margin:0 7px 7px 0;
	float:left;
}

#content .benefitpanel form button {
	width:128px;
	height:23px;
	line-height:23px;
	padding:0 14px 0 5px;
	margin:0 0 7px 0;
	border:none;
	background:#003756 url(../images/button-darkblue-128.gif) right top no-repeat;
}

/******************************************************************************************************************
TOGGLE TABLE
******************************************************************************************************************/

#content .toggletable {
	border-collapse:collapse;
	margin: 0 0 7px 0;
}

#content .toggletable th {
	padding:2px 5px;
	background:#7091AA;
	border:1px solid #FFF;	
	border-top:none;
	vertical-align:middle;
	color:#FFF;
	font-weight:bold;
}

#content .toggletable th img {
	display:block;
}

#content .toggletable td {
	border:1px solid #E1E1E1;
	vertical-align:top;
	padding:2px 5px;
}

#content .toggletable th.benefitname {
	border-left:1px solid #7091AA;
	width:120px;
}

#content .toggletable th.benefit {
	border-right:1px solid #7091AA;
}


/******************************************************************************************************************
SUBSCRIBE / REGISTER FORM
******************************************************************************************************************/


#SubscriptionDataProtection {
float:right;
}


#SubscriptionDataProtectionmessage {
margin-top:-25px;
width:395px;
position: relative;
float: left;
}

#SubscriptionDataProtectionTitle {
margin-top:0px;
margin-bottom:0px;
}





#RegistrationDataProtection {
float:right;
}


#RegistrationDataProtectionmessage {
margin-top:-25px;
width:395px;
position: relative;
float: left;
}

#RegistrationDataProtectionTitle {
margin-top:0px;
margin-bottom:0px;
}





#subscription input.information {
	background:none;
	font-size:1.3em;
	font-weight:bold;
	line-height:normal;
	color:#FFF;
}

#registration label.dataprotect,
#subscription label.dataprotect {
	clear:none;
	float:left;
	width:90%;
	font-weight:normal;
	text-align:left;
	line-height:normal;
	margin-top:-5px;
}

#registration #dataprotect,
#subscription #dataprotect {
	float:left;
	margin:0 7px 0 0;
}

#content #subscription .paymenttype {
	list-style:none;
	margin:0 0 14px 183px;
		border:solid red 1px;
}

#content #subscription .paymenttype label {
	width:auto;
	text-align:left;
	display:inline;
	float:none;
	border:solid red 1px;
}

#content #registration label.autowide {
	width:auto;
	float:left;
	padding-top:4px;
}


/******************************************************************************************************************
SUBSCRIBE FORM TABLE OF COSTS
******************************************************************************************************************/

#finalprice {
	padding-bottom: 10px;
}

h3.indent {
	padding:0 11px;
}

#pricenote {
	padding: 0 11px 10px 11px;
}

#content #subscription table {
	border-collapse:collapse;
}

#content #subscription table th {
	text-align:left;
	font-weight:bold;
	background:#003756;
	padding:5px 7px;
	border:none;
	border-left:1px solid #9BB2C4;
	width:25%;
}


#content #subscription table th span {
	font-weight: normal;
}

#content #subscription table td {
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	padding:9px 7px;
	border:none;
	border-left:1px solid #9BB2C4;	
}

#content #subscription table th.noborder,
#content #subscription table td.noborder {
	border:none;
}

table th.group {
	width:100px;
	font-weight:bold;
	background:none;
;
	color:#808080;
	text-align:left;
}

/******************************************************************************************************************
MANAGE SUBSCRIPTION
******************************************************************************************************************/

//moved to global
