.tabContent{

}

ul#mainMenu {
	display: none;
}

#prices{
	width: 100%;
}

#prices ul li {
	display: inline-block;
	position: relative;
}

#prices ul li a {
	display: block;
	outline: none;
	padding: 5px 10px;
	color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	background-color: #858585;
}

#prices ul li.ui-state-active a {
	background-color: #9eb92f;
}

#prices .tabContentContainer {
	background-color: #f1f1f1;
	margin-left: -100%;
    margin-right: -100%;
	border-top: 1px solid #9eb92f;
}

#prices .tabContent {
	width: 950px;
	padding: 30px 0 75px 0;
	margin: 0 auto;
}



#whosUsingCenter{
	margin: 20px -45px 0 -67px;
}

table.signUp {
	border-spacing: 20px 0;
	width: 990px;
	position: relative;
}

table.signUp thead tr th.serviceDescriptions {
	text-align: left;
}

table.signUp thead tr th.serviceDescriptions h1 {
	font-size: 20px;
	color: #fff;
}

table.signUp thead tr th.serviceDescriptions h1 span {
	display: inline-block;
	background-color: #b260b1;
	padding: 3px 6px;
	margin: 1px;
}

table.signUp thead tr th.packageInfo {
	background-color: #9eb92f;
	height: 100px;
	position: relative;
	vertical-align: bottom;
	padding-bottom: 15px;
}

table.signUp thead tr th.packageInfo.selected {
	background-color: #a843a9;
}

table.signUp tbody tr td.packageInfo {
	width: 140px;
}

table.signUp tbody tr td.description {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
	color: #a843a9;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
}

table.signUp thead tr th.packageInfo {
	color: #fff;
	font-size: 15px;
}

table.signUp thead tr th.packageInfo .sash:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px solid transparent;
	border-right: 5px solid #505050;
	border-bottom: 5px solid #505050;
	left: 0;
	top: -10px;
}

table.signUp thead tr th.packageInfo .sash:after {
	content: "";
	position: absolute;
	background: transparent url("../images/bg_prices_sash.png") center bottom no-repeat;
	width: 120px;
	height: 15px;
	top: 15px;
	left: 10px;
}

table.signUp thead tr th.packageInfo .sash span {
	background-color: #858585;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100px;
	display: block;
	height: 15px;
	overflow: hidden;
}

table.signUp thead tr th.packageInfo .popular {
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0;
}

table.signUp thead tr th.packageInfo .price {
	font-size: 28px;
}

table.signUp thead tr th.packageInfo .price span {
	font-size: 14px;
}

table.signUp thead tr th.packageInfo .price span.currency {
	font-size: 18px;
}

table.signUp thead tr th.packageInfo .price span.perMonth {
	font-size: 10px;
}

table.signUp thead tr th.packageInfo .perClient {
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

table.signUp tbody tr td.packageInfo {
	background-color: #fff;
	border-left: 1px solid #9eb92f;
	border-right: 1px solid #9eb92f;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

table.signUp tbody tr td.contractTerm {
	border-left: 1px solid #9eb92f;
	border-right: 1px solid #9eb92f;
	border-top: 1px solid #e9e9e9;
	font-weight: normal;
	font-size: 11px;
	padding: 10px;
	text-align: center;
}

table.signUp tbody tr td#numClientsContainer {
	border-left: 1px solid #9eb92f;
	border-right: 1px solid #9eb92f;
}

table.signUp tbody tr td#numClientsContainer .container {
	width: 80px;
	margin: 0 auto;
}

table.signUp tbody tr td.contractTerm .contractOptions {
	margin: 10px 0 5px 0;
	font-weight: bold;
}

table.signUp tbody tr td.contractTerm .contractOptions input {
	margin: 0 5px 0 10px;
}

table.signUp tbody tr.internationalPR td.packageInfo {
	border-bottom: 0;
}

table.signUp tbody tr.numberOfClients td.packageInfo {
	border-bottom: 1px solid #9eb92f;
	border-top: 1px solid #9eb92f;
}

table.signUp tbody tr.signUp td.packageInfo {
	padding: 15px 0;
	border-bottom: 1px solid #9eb92f;
	border-top: 1px solid #9eb92f;
}

table.signUp tbody tr.signUp td.packageInfo.packageSelect {
	border-top: 1px solid #e9e9e9;
}

table.signUp tbody tr.signUp td.packageInfo.packageSelect.selected {
	border-bottom: 1px solid #a843a9;
}

#myMembership table.signUp tbody tr.signUp td.packageInfo {
	border: 1px solid #a843a9;
}

table.signUp tbody tr td.packageInfo.selected {
	border-left: 1px solid #a843a9;
	border-right: 1px solid #a843a9;
}

table.signUp tbody tr.imageLibrary td.packageInfo {
	color: #9eb92f;
}

table.signUp tbody tr.imageLibrary td.packageInfo.selected {
	color: #a843a9;
}

table.signUp thead tr th.packageInfo:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #9eb92f;
	bottom: -20px;
	left: 60px;
}

table.signUp thead tr th.packageInfo.selected:after {
	border-top: 10px solid #a843a9;
}

table.signUp tbody tr td.packageInfo.disabled:after {
	font-family: "Glyphicons";
	text-align: center;
	content: "\e208";
	color: #ccc;
}

table.signUp tbody tr td.packageInfo.enabled:after {
	font-family: "Glyphicons";
	text-align: center;
	content: "\e207";
	color: #9eb92f;
}

table.signUp tbody tr td.packageInfo.selected.enabled:after {
	color: #a843a9;
}

table.signUp tbody tr.signUp td.packageInfo {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

table.signUp tbody tr.signUp td.packageInfo a {
	display: block;
	background-color: #a843a9;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	margin: 15px auto 0 auto;
}
table.signUp tbody tr.signUp td.packageInfo a:hover {
	opacity: 0.9;
}

#planDetails,
#otherOptions {
	padding: 35px 0 50px 0;
	text-align: center;
}

#planDetails h2,
#otherOptions h2,
#whosUsing h2 {
	margin-bottom: 15px;
	font-size: 22px;
}

#planDetails ul {
	list-style-type: none;
}

#planDetails ul li {
	display: inline-block;
	margin-right: 15px;
}

#planDetails ul li:before {
	font-family: "Glyphicons";
	color: #9eb92f;
	content: "\e207";
	display: block;
	float: left;
	margin-right: 5px;
}

#justRequests,
#sendOneOffRelease {
	width: 	425px;
	padding: 0 20px;
	display: inline-block;
}

#otherOptions h3 {
	border: 0;
	font-size: 18px;
}

#otherOptions .price {
	font-size: 25px;
}

#otherOptions .price span {
	font-size: 16px;
	margin: 0 5px;
}

#otherOptions a {
	display: block;
	background-color: #a843a9;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	text-decoration: none;
	width: 150px;
	text-align: center;
	margin: 15px auto 0 auto;
	font-size: 13px;
}

#whosUsing {
	padding: 35px 0 0 0;
	text-align: center;
}

#whosUsing .quote {
	display: block;
	float: left;
	position: relative;
	width: 300px;
	height: 260px;
}

#whosUsing .quote:before {
	content: "";
	display: block;
	width: 18px;
	height: 10px;
	position: absolute;
	top: 66px;
	left: 138px;
	background: #fff url("../images/bg_quote.png") no-repeat center center;
}

#whosUsing .quote.mid {
	margin: 0 25px;
}

#whosUsing .quote .clientLogo {
	height: 50px;
	position: relative;
	margin-bottom: 25px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#whosUsing .quote .clientQuote {
	font-size: 13px;
	border: 1px solid #9eb92f;
	padding: 15px;
	text-align: center;
	height: 100px;
}

#whosUsing .quote .clientQuote:before,
#whosUsing .quote .clientQuote:after {
	content: "''";
}

#numClients {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 0 10px;
	border: 1px solid #a843a9;
	font-size: 14px;
	height: 30px;
	float: left;
	width: 30px;
}

#numClients:focus {
    outline-width: 0;
}

#numClientsContainer {
	margin-left: 241px;
}

.iterate {
	border-top: 1px solid #a843a9;
	border-right: 1px solid #a843a9;
	border-bottom: 1px solid #a843a9;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
	width: 25px;
	height: 30px;
	float: left;
}

.iterate span {
	display: block;
	width: 25px;
	height: 15px;
	cursor: pointer;
	font-family: "Glyphicons";
	background-color: #a843a9;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.iterate span:hover {
	opacity: 0.8;
}

.iterate .up:before {
	content: "\e214";
}

.iterate .down:before {
	content: "\e213";
}

#myMembership {
	margin: 25px 0 0 -21px;
}

.newCmsNavigation #myMembership,
.newCmsNavigation .newMembershipForm {
	margin: 75px 0 0 -21px;
	padding-bottom: 100px;
}

.newCmsNavigation #promoCode {
	margin-right: -149px;
}

#myMembership table td.packageInfo,
#myMembership table th.packageInfo {
	cursor: pointer;
}

#myMembership div.freeTrial {
	position: absolute;
	font-size: 10px;
	bottom: 8px;
	text-align: center;
	width: 142px;
}

#myMembership #changeMembership {
	color: #ffffff;
	padding: 15px 50px 15px 15px;
}

#myMembership #changeMembership.disabled {
	background-color: #e9e9e9;
	color: #cecece;
}

#myMembership #changeMembership.enabled {
	background-color: #a843a9;
	cursor: pointer;
}

#myMembership #changeMembership.enabled:hover {
	opacity: 0.8;
}

#myMembership tr.signUp td {
	padding: 0;
}

#myMembership td.packageChange {
	text-align: right;
	font-size: 16px;
	position: relative;
}

#myMembership #changeMembership:after {
	display: block;
	position: absolute;
	right: 15px;
	top: 8px;
	font-family: "Glyphicons";
	content: "\e218";
	color: #fff;
	font-size: 25px;
}

.returnToDash {
	position: absolute;
	right: 0;
	top: 83px;
	background-color: #9eb92f;
	border-radius: 3px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

#promoCode {
	width: 465px;
	float: right;
	background-color: #9eb92f;
	border: 1px solid #9eb92f;
	margin-top: 15px;
}

#promoCode #promoLabel {
	color: #fff;
	float: right;
	padding: 5px 15px 0 15px;
	width: 250px;
	height: 45px;
	line-height: 50px;
	font-size: 15px;
	text-align: right;
}

#promoCode #promoLabel span {
	display: inline-block;
	line-height: normal;
}

#promoCode #code {
	float: right;
	padding: 0 10px;
	margin: 0;
	line-height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	width: 100px;
	text-align: center;
	border: 0;
}

#promoCode #code.codeError {
	color: red;
}

#promoCode #code:focus,
#promoCode #applyButton:focus {
	outline: none;
}

#promoCode #applyButton {
	padding: 0 10px;
	margin: 0;
	line-height: 50px;
	font-size: 16px;
	border: 0;
	color: #fff;
	cursor: pointer;
	float: right;
	background-color: #9eb92f;
}

#promoCode #applyButton:hover {
	opacity: 0.8;
}

#promoError {
	clear: both;
	margin-top: 15px;
	float: right;
	text-align: right;
	padding-top: 5px;
	border-top: 1px solid red;
	position: relative;
	font-size: 13px;
}

#promoError:before {
	display: block;
	position: absolute;
	right: 120px;
	top: -10px;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid red;
}

#exludingGST {
	position: relative;
	top: 30px;
}

.newCmsNavigation #container {
	width: 900px;
}

.newMembershipForm .newMembershipFormHeading {
	text-align: center;
}

.newMembershipForm .newMembershipFormHeading h2 {
	text-transform: uppercase;
	color: #505050;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

.newMembershipForm .newMembershipFormHeading p {
	font-size: 14px;
	color: #9b9b9b;
}

.newMembershipForm .contractOptions {
	text-align: center;
	margin: 20px 0 45px 0;
}


#brands.newMembershipForm .contractOptions {
	margin: 0px 0 28px 0;
}

.newMembershipForm .contractSelector {
	display: inline-block;
}

.newMembershipForm .contractOptions input[type=radio] {
	display: none;
}

.newMembershipForm .contractOptions input[type=radio] + label {
	cursor: pointer;
	padding: 0 10px 0 20px;
	font-size: 13px;
	position: relative;
}

.newMembershipForm .contractSelector input[type=radio] + label > span {
	display: inline-block;
	height: 12px;
	width: 12px;
	border: 1px solid #858585;
	border-radius: 6px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 2px;
}

.newMembershipForm .contractSelector.selected label > span:before {
	content: "";
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	background-color: #9eb92f;
	top: 2px;
	left: 2px;
}

.newMembershipForm table.signUp {
	border-collapse: collapse;
	width: 100%;
}

.newMembershipForm table.signUp th.topper {
	position: relative;
	border: 1px solid #fff;
}

.newMembershipForm table.signUp th.topper div {
	padding-bottom: 8px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.newMembershipForm table.signUp th.topper div {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.newMembershipForm table.signUp.p th.topper.p div:after,
.newMembershipForm table.signUp.e th.topper.e div:after,
.newMembershipForm table.signUp.s th.topper.s div:after,
.newMembershipForm table.signUp.p th.topper.p div:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: 0;
	bottom: -9px;
    left: 45%;
	z-index: 1;
}

.newMembershipForm table.signUp.i th.topper.i div:after {
	border-top: 10px solid #52a9e1;
}

.newMembershipForm table.signUp th.i button {
	color: #52a9e1;
	border: none;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.newMembershipForm table.signUp th.topper.i div {
	background-color: #52a9e1;
}

.newMembershipForm table.signUp th.i button,
.newMembershipForm table.signUp.i th.package.i,
.newMembershipForm table.signUp.i td.i {
	background-color: #c9e7f5;
}

.newMembershipForm table.signUp th.i button:hover {
	background-color: #52a9e1;
	color: #fff;
}

.newMembershipForm table.signUp.e th.topper div:after {
	border-top: 10px solid #3aab9d;
}

.newMembershipForm table.signUp th.e button {
	color: #3aab9d;
	border: none;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.newMembershipForm table.signUp th.topper.e div {
	background-color: #3aab9d;
}

.newMembershipForm table.signUp th.e button,
.newMembershipForm table.signUp.e th.package.e,
.newMembershipForm table.signUp.e td.e {
	background-color: #c3eae6;
}

.newMembershipForm table.signUp th.e button:hover {
	background-color: #3aab9d;
	color: #fff;
}

.newMembershipForm table.signUp.s th.topper div:after {
	border-top: 10px solid #9cbd35;
}

.newMembershipForm table.signUp button {
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.newMembershipForm table.signUp th.s button {
	color: #9cbd35;
	border: none;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.newMembershipForm table.signUp th.topper.s div {
	background-color: #9cbd35;
}

.newMembershipForm table.signUp th.s button,
.newMembershipForm table.signUp.s th.package.s,
.newMembershipForm table.signUp.s td.s {
	background-color: #e5eecb;
}

.newMembershipForm table.signUp th.s button:hover {
	background-color: #9cbd35;
	color: #fff;
}

.newMembershipForm table.signUp.p th.topper div:after {
	border-top: 10px solid #ec942a;
}

.newMembershipForm table.signUp th.p button {
	color: #ec942a;
	border: none;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.newMembershipForm table.signUp th.topper.p div {
	background-color: #ec942a;
}

.newMembershipForm table.signUp th.p button,
.newMembershipForm table.signUp.p th.package.p,
.newMembershipForm table.signUp.p td.p {
	background-color: #f8e4c6;
}

.newMembershipForm table.signUp th.p button:hover {
	background-color: #fa8c47;
	color: #fff;
}

.newMembershipForm table.signUp th.package {
	border: 1px solid #cfcfcf;
	padding: 15px 0 80px 0;
	vertical-align: top;
	width: 17%;
	position: relative;
	text-align: center;
	background-color: #fff;
}

.newMembershipForm table.signUp th button:disabled {
	background-color: #fff;
}

.newMembershipForm table.signUp th button.promo {
	background-color: #a843a9;
	color: #fff;
}

.newMembershipForm table.signUp th.package h3 {
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border: 0;
    width: auto;
    display: block;
    height: 35px;
    margin: 0;
}

.newMembershipForm table.signUp th.package div.price {
	font-weight: normal;
}

.newMembershipForm table.signUp th.package div.was {
	font-weight: normal;
	font-size: 14px;
	text-decoration: line-through;
	color: #444;
}

.newMembershipForm table.signUp th.package div.was span {
	font-size: 16px;
}

.newMembershipForm table.signUp th.package div.tax {
    font-weight: normal;
    font-size: 11px;
    color: #666666;
}

.newMembershipForm table.signUp th.package div.price span {
	display: inline-block;
	bottom: 0;
	color: #a843a9;
}

.newMembershipForm table.signUp th.package div.price span.now {
	font-size: 13px;
	margin-right: 2px;
}

.newMembershipForm table.signUp th.package div.price span.currencySymbol {
	font-size: 20px;
}

.newMembershipForm table.signUp th.package div.price span.rawPrice {
	font-size: 29px;
	font-weight: bold;
	margin: 0 2px 0 1px;
}

.newMembershipForm table.signUp th.package div.price span.perMonth {
	font-size: 13px;
	font-weight: bold;
}

.newMembershipForm table.signUp th.package div.description {
	font-weight: normal;
	font-size: 12px;
	padding: 5px 15px 0 15px;
	color: #444;
}

.newMembershipForm table.signUp th.package button {
	position: absolute;
    bottom: 15px;
    left: 15px;
	width: 124px;
    padding: 15px 0;
}

.newMembershipForm table.signUp th.tailer {
	border: 1px solid #cfcfcf;
	padding: 6px 0;
}

.newMembershipForm table.signUp th.guarantee .guaranteeContainer {
	margin: 25px;
    border: 1px dotted #e3eac4;
    padding: 25px;
    background-color: #fafbf4;
}

.newMembershipForm table.signUp th.guarantee .guaranteeContainer h3 {
	border-bottom: none;
	font-size: 14px;
}

.newMembershipForm table.signUp th.guarantee .guaranteeContainer p {
	font-weight: normal;
}

.newMembershipForm table.signUp td {
	border: 1px solid #cfcfcf;
	padding: 15px;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
	position: relative;
	background-color: #fff;
}

.newMembershipForm table.signUp td.name {
	text-align: left;
}

.newMembershipForm table.signUp td.disabled:after {
	font-family: "Glyphicons";
	text-align: center;
	content: "\e208";
	color: #ccc;
	font-size: 23px;
    position: absolute;
    top: 6px;
    left: 45%;
}

.newMembershipForm table.signUp td.enabled:after {
	font-family: "Glyphicons";
	text-align: center;
	content: "\e207";
	color: #9eb92f;
	font-size: 23px;
    position: absolute;
    top: 6px;
    left: 45%;
}

.newMembershipForm table.signUp td .decrease:after {
	font-family: "Glyphicons";
	text-align: center;
	content: "\e192";
	color: #a843a9;
	font-size: 14px;
    position: absolute;
    left: 10px;
	top: 13px;
	cursor: pointer;
}

.newMembershipForm table.signUp td .increase:after {
	font-family: "Glyphicons";
	text-align: center;
	content: "\e191";
	color: #a843a9;
	font-size: 14px;
    position: absolute;
    right: 10px;
	top: 13px;
	cursor: pointer;
}

.newMembershipForm table.signUp td .addonOption {
	display: none;
}

.newMembershipForm table.signUp td .addonOption.selected {
	display: block;
}

.bespoke {
	position: absolute;
	right: 8px;
	font-size: 12px;
	margin-top: 15px;
	text-align: right;
}

.bespoke div,
.bespoke div a {
	color: #a843a9;
	text-decoration: none;
}

.bespoke div.tel:before {
	font-family: "Glyphicons";
	text-align: center;
	content: "\e443";
	color: #a843a9;
	font-size: 10px;
	margin-right: 3px;
}

.bespoke div.email:before {
	font-family: "Glyphicons";
	text-align: center;
	content: "\e011";
	color: #a843a9;
	font-size: 10px;
	margin-right: 3px;
}

#newMembershipOtherOptions {
	text-align: center;
}

#newMembershipOtherOptions h2,
#newMembershipOtherOptions h3 {
	text-transform: uppercase;
}

#newMembershipOtherOptions h2 {
	font-weight: bold;
	font-size: 16px;
	color: #a843a9;
}

#newMembershipOtherOptions h3 {
	border-bottom: 0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 20px;
}

#newMembershipOtherOptions p {
	font-size: 13px;
    position: absolute;
    left: 0;
    top: 130px;
    margin: 0 20px;
}

#newMembershipOtherOptions h3, h2, p, a,
#newMembershipOtherOptions .option .price {
	font-family: "Europa", "Open Sans", Arial, sans-serif;
}

#newMembershipOtherOptions .option {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 0 20px;
	margin: 30px 20px;
}

#newMembershipOtherOptions .option .price {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	color: #666;
}

#newMembershipOtherOptions .option .price .currencySymbol {
	font-size: 24px;
}

#newMembershipOtherOptions .option .price .amount {
	font-size: 36px;
	font-weight: bold;
}

#newMembershipOtherOptions .option .optionInnerWrapper {
	display: table-cell;
}

#newMembershipOtherOptions .option .optionHeadingBorder {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #29ABE2;
}

#newMembershipOtherOptions .option a {
	position: absolute;
	left: 30px;
	bottom: 15px;
	display: inline-block;
	background: #a843a9;
	font-weight: bold;
	font-size: 14px;
    color: #fff;
    padding: 15px 60px;
    text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#newMembershipOtherOptions .option a:hover {
	background: #913992;
}


#newMembershipOtherOptions.membershipOtherOptions_DE .option {
	height: 350px;
}

#newMembershipOtherOptions.membershipOtherOptions_DE h3 {
	font-size: 13px;
}

#newMembershipOtherOptions.membershipOtherOptions_DE p {
	top: 155px;
}

#newMembershipOtherOptions.membershipOtherOptions_DE .option .price {
	top: 100px;
}

#newMembershipOtherOptions.membershipOtherOptions_DE .option a {
	left: 34px;
}

.addonIncluded:after{
	font-family: "Glyphicons";
    text-align: center;
    content: "\e207";
    color: #9eb92f;
    font-size: 23px;
    position: absolute;
    top: 6px;
    left: 66%;
}
