#client-header{
	height:79px;
}

.main-subsection h1{
	margin:0 0 30px 0;
}

/* Override hack when previewing and logged in as admin */
body.campaign-page .main-subsection h1{
	margin:0;
}

.main-subsection h1 img{
	margin:0 10px 0 0;
	position:relative;
	top:10px;
}

.wizard-info{
	padding:5px 0 0 0;
}

#page-header{
	text-align:right;
	padding:0 25px 0 35px;
	position:relative;
	height:50px;
}

#page-header ul{
	margin:15px 0;
	position:absolute;
	bottom:0;
}

#page-header li{
	display:inline-block;
	margin:0 12px 0 0;
}

#page-header li a{
	font-weight:bold;
	color:#fff;
}

#page-header li a:hover,
#page-header li.active{
/*	color:#f3c72f;
	color:#FF614C;
	color:#d6c59;*/
	color:#FF6D4C;
}

.reveal-section-wrapper{
	display:none;
	background:#f4f4ee;
}


#wolverine-logo {
	display: block;
	background: url(../img/wolverine.png) no-repeat center center;
	width: 106px;
	height: 36px;
	position: absolute;
	right: 50px;
}

#campaign-snapshot {
	background: #fefbf9;
	border-bottom: 3px solid #e8edf1;
	color: #333333;
}

#campaign-snapshot-inner {
	width: 66%;
}

#campaign-snapshot h1 {
	font-size: 25px;
	font-weight: bold;
}

.campaign-url{
	font-size: 13px;
}
.campaign-url .url{
	color: #f26722;
}

.action-name {
/*	color: #c4691f;*/
	color: #ff6d4c;
	margin:0 0 4px 54px;
}
:hover .action-name {
	color: #ff6d4c;
}

.action-description, :hover .action-description {
	color: #666666;
	margin:0 0 0 54px;
}

.action-icon {
	float: left;
	margin:5px 10px 10px 0;
}

table.form th{
	vertical-align: top;
}
/*
#page_header{
  padding: 5px 30px;
  font-weight: bold;
}

#campaign-description{
	font-size: 14px;
	color: #656565;
}
h1 .action-name{
	font-weight: bold;
	color: #808080 !important;
}
*/
/* ERROR LIST */

ul.errorlist{
	list-style-type:none;
	margin:0 0 10px 0;
}

ul.errorlist li{
	margin:0 0 5px 0;
	text-align:right;
}

/* ADMIN FORM */

.admin-form.accounts{
	width:410px;
	float:left;
	border-right:1px solid #dedede;
	padding:0 30px 0 0;
}

.admin-form.accounts.single{
	border:0;
}

.admin-form.accounts img{
	border:1px solid #eee;
}

.admin-form label{
	float: none;
	width: auto;
	text-align: left;
	display:block;
	margin:0 0 10px 0;
}
.admin-form .helptext{
	display: block;
	width: 550px;
	margin-bottom: 12px;
}
.admin-form ul.errors{
	float: right;
	width: 200px;
	margin: 0px;
}
.admin-form input[type=text]{
	width: 530px;
}

.admin-form.accounts input[type=text],
.admin-form.accounts input[type=password],
.admin-form input[type=text].medium{
	width:400px;
}

.admin-form input[type=text].small{
	width:200px;
}

.admin-form input[type=text].inline{
	display:inline-block;
	margin:0 10px 0 0;
}

.admin-form .reveal-section-wrapper .field-wrapper{
	border-bottom:2px solid #fff;
	padding:20px 30px 20px 30px;
	width:482px;
}

.admin-form .reveal-section-wrapper input[type=text]{
	width:470px;
}

.admin-form table.mceLayout{
	width: 540px !important;
}

.admin-form textarea{
	width:530px;
}

.admin-form .reveal-section-wrapper table.mceLayout{
	width: 480px !important;
}

.admin-form .reveal-section-wrapper textarea{
	width:470px;
}

.admin-form .save_continue_or_cancel{
	margin:30px 0 0 0;
}

.admin-form .field-wrapper{
/*	width:auto;*/
	width:100%;
	margin:0;
	padding:0 0 20px 0;
}

.field-wrapper.media-field{
	line-height: 25px;
}

.account-details{
	margin:0 0 0 470px;
}

.account-details h3{
	margin:0;
	padding:0;
}

.account-details p{
	margin:1.2em 0;
}

.account-details strong{
	display:block;
	font-size:30px;
	line-height:25px;
	color:#666;
	font-weight:bold;
	padding:0 0 10px 0px;
}

.plan-options .primary-action,
.account-details .primary-action{
	float:none;
/*	font-size:12px;
	padding:3px 10px 4px;*/
}

.plan-status,
.payment-status{
	overflow: hidden;
}

.plan-status {
	border-bottom: 1px solid #dedede;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}

/* PLANS */
.plan-options{
	list-style-type: none;
	overflow: hidden;
}

.plan-options li{
	float:left;
	width:200px;
	padding:20px;
	margin:0 20px 0 0;
}

.plan-options li ul{
	list-style-type: none;
	margin:0;
	padding:0 0 10px 2px;
	color:#111;
}

.plan-options li li{
	float:none;
	margin:5px 0;
	padding:0;
}

.plan-options li .price{
	font-size:18px;
	font-weight: bold;
}

.plan-options h2{
	font-size:30px;
	color:#ff6d4c;
}

.plan-options li.current{
	background:#efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #aaa;
	padding:20px 20px 30px 20px;
}

.plan-options li.current strong{
	font-size: 14px;
	color:#888;
	font-weight:normal;
}

.plan-options li.last{
	margin:0;
}

.plan-change-dets{
	font-size:16px;
}
.plan-change-dets strong{
	font-size: 40px;
	color:#ff6d4c;
	padding:0 5px;
}

.plan-change-dets .primary-action{
	float:none;
	margin:0 10px 0 0;
}

.cancel-button{
	font-size:14px;
	color:#666;
}

.plan-change-dets p{
	line-height:40px;
}

.postcode-wrapper .errorlist,
.field-wrapper .errorlist{
	float:right;
	margin:5px 0 0 0;
	list-style-type:none;
}

.field-limit-info{
	display:block;
	text-align:right;
	margin:3px 0 0 0;
	color:#333;	
}

.field-wrapper.new-section{
	border-top:1px solid #ddd;
	padding-top:25px;
}

.field-wrapper.related-block input[type=text]{
	margin:0 0 10px 0;
}

.field-wrapper.related-block table.mceLayout{
	margin:10px 0 0 0;
}

.field-wrapper .inline-field{
	text-align:right;
	margin:10px 0 0 0;
}

.field-wrapper .inline-field label{
	display:inline-block;
}

.field-wrapper .inline-field input[type=text]{
	width:200px;
	margin:0 0 0 20px;
}

.field-wrapper.sequence-fields label{
	display:inline-block;
}

.field-wrapper.sequence-fields input[type=text]{
	width:180px;
}

.field-wrapper.sequence-fields #id_goal{
	width:100px;
	margin:0 10px 0 3px;
}

.field-wrapper.large input[type=text]{
	font-size:20px;
	padding:10px 5px 5px 5px;
}

.field-wrapper ul,
.field-wrapper ol{
	list-style-type:none;
	padding:0 0 0 12px;
}

.field-wrapper ul label{
	font-weight:normal;
	margin:0 0 3px 0;
}

.field-wrapper.col-list li{
	float:left;
	width:260px;
}
.field-wrapper.col-list ul{
	overflow:hidden;
}

.field-wrapper p.instruction{
	margin:-6px 0 12px 0;
}

/* FIELD SWITCH */

.field-switcher-ctr{
	margin:10px 0;
}

.admin-form .field-switch label{
	display:inline;
	margin:0 5px 0 0;
}

.admin-form .field-switch input[type=radio]{
	margin:0 5px 0 0;
}

.field-switch a.help-link{
	margin:0;
}

/* ADVANCED OPTIONS  */

.reveal-section-nav{
	margin:10px 0 0 0;
	border-bottom:1px solid #d0dae2;
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
	color:#333;
}

.reveal-section-nav#campaign-header-wrapper-nav{
	border:0;
}

.reveal-section-wrapper#campaign-header-wrapper{
	background:#fefbf9;
}

.reveal-section-nav p.intro{
   padding:0 0 0 30px;
   margin:0 0 10px 0;
   font-weight:normal;
}

.reveal-section-toggle{
	text-indent:-9999px;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 10px 0 0;
	background:url('../img/open-close-sprite.gif') no-repeat 0 0;
	cursor:pointer;
}
.reveal-section-toggle.active{
	background:url('../img/open-close-sprite.gif') no-repeat -20px 0;
}

/* HELP */
.help-text{
	display:none;
}

a.help-link{
/*	display:inline-block;*/
	display:none;
	width:15px;
	height:15px;
	margin:0 0 0 5px;
	text-indent:-9999px;
	background:url('../img/help-icon-sprite.png') no-repeat 0 0;
}

a.help-link:hover{
	background:url('../img/help-icon-sprite.png') no-repeat -15px 0;	
}

/* TOOLTIPS */

/*#tooltip*/
.help-text{
	background:url('../img/arrow-left-green.png') no-repeat top left;
	position: absolute;
	z-index: 3000;
	color:#888;
	font-size:13px;
	line-height:18px;
	width:235px;
	text-align:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

h4.help-head{
	background:#223735;
	padding:4px 5px 5px 10px;
	font-size:18px;
	line-height:22px;
	color:#fff;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	margin:0 0 0 25px;
}

.help-content{
	background:#fff;
	margin:0 0 0 25px;
	padding:10px 12px 15px 12px;
	border:1px solid #ddd;
	border-top:0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0px 2px 2px #bbb;
	-webkit-box-shadow: 0px 2px 2px #bbb;
	box-shadow: 0px 2px 2px #bbb;
}

/*#tooltip h3, #tooltip div { 
	margin: 0; 
	font-size:12px;
	font-family:Arial,"Lucida Grande",Helvetica,sans-serif;
}

#tooltip div { 
	background:#e25c3d;
	border:3px solid #fff;
	border-left:0;
	padding:5px 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
}
*/
	
/* PREFIX INPUT BOX */  

.admin-form div.input-style{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:solid #CACACA;
	border-width:2px 1px;
	background:url('../../img/input-bg.png') repeat-x top #fff;
	padding:4px;
	width:532px;
}

.admin-form div.input-style input[type=text]{
	display:inline;
	padding:0;
	border:0;
	background:0;
	width:300px;
	outline: none;
	position:relative;
	left:-1px;
}


  
/* FROM SCREEN.CSS */

div.save_continue_or_cancel input.button{
	float: left;
}

div.continue_or_cancel{
	float: left;
}
div.continue_or_cancel input, div.continue_or_cancel a{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-left: 10px;
	display: block;
}

div.continue_or_cancel a{
	/*Hack to line up link with button above*/
	padding-left:2px;
}

.helptext {
	width: 325px;
	display: inline-block;
	vertical-align: top;
}

/* POSITIONING */

.breadcrumb{
	margin:0 0 10px 0;
}

.breadcrumb a, .breadcrumb span {
	margin:0 5px 0 0;
}

.list-meta{
	float:right;
}

.floating.right {
	float: right;
	margin: 0 0 20px 20px;
}
.floating.left {
	float: left;
	margin: 0 20px 20px 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
* html .clearfix,*:first-child+html .clearfix {
	zoom: 1
}

/* UI PATTERNS */
.grid {
	margin: 20px 0;
	overflow: hidden;
}
.grid a {
	display: block;
	width: 186px;
/*	height:120px;*/
	padding: 15px 10px;
	border: 1px solid #e8edf1;
	float: left;
}

.grid a:hover {
	background: #fef7f4;
}

.action-set{
	float:left;
	width:206px;
}

a.action-set-parent,
a.top-level{
	height:120px;
}

.action-set-parent{
	cursor:pointer;
    background:#f9f9f4;
}
a.action-set-parent.open,
a.action-set-parent:hover{
    background:#edede9;
}

.action-set-children{
	display:none;
}

a.disabled .action-name{
	color:#888;
}

a.disabled .action-description{
	color:#aaa;
}

a.disabled img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* jQuery UI ELEMENTS */
.ui-sortable {
	cursor: move;
}
tbody.ui-sortable tr {
	background: #fff;
}
tbody.ui-sortable tr:hover {
	background: #fef7f4;
}
tbody.ui-sortable tr:hover .action-number{
	background: #ee1f25;
}
tbody.ui-sortable tr:hover a{
	color: #ee1f25;
}
.action-number{
	display: inline-block;
	text-align: center;
	width: 2.5ex;
	color: white;
	background-color: #999;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	font-weight: bold;
	margin:0 5px 0;
}

/* jQuery UI ELEMENTS */

#messages{
	color: #fff;
	display:none;
	padding:8px;
	font-size:18px;
	text-align: center;
	background: #FF6D4C;
	margin:0 0 5px 0;
}

ul.messages {
	text-align: center;
	font-size:20px;
	color:#444;
}

ul.messages li {
	text-align: center;
	display: inline-block;
	height:35px;
	line-height:35px;
}

ul.messages li.success{
	background: url('../img/tick-yellow.png') no-repeat;
}

div.error input[type='text'], div.error input[type='password'], div.error textarea {
	background: #FFF1EE url(../../img/input-bg-red.png) repeat-x top;
	border-color: #f99190;
}
div.error ul.errors{
	margin-left: 175px;
	margin-bottom: 1px;
	padding-left: 0px;
	color: red;
	list-style: none;
	font-weight: bold;
}

a.fb_share{
	background-image: url('../img/icons/facebook_icon.png');
	background-repeat: no-repeat;
	padding-left: 20px;
}	


/* WIZARD NAV */

ul.wizard-nav{
	list-style-type:none;
}

ul.wizard-nav li{
	float:left;
	text-align:left;
	height:42px;
	text-align:center;
	margin:0 20px 0 0;
}

ul.wizard-nav li.active{
	width:116px;
	background:url('../img/nav-right-arrow.png') no-repeat;	
}

ul.wizard-nav li a{
	font-size:11px;
}

ul.wizard-nav li.done a,
ul.wizard-nav li.active a{
/*	color:#203634;*/
	color:#342e2e;
	font-weight:bold;
}

ul.wizard-nav li.disabled a{
	color:#c7c7bb;
}

ul.wizard-nav li a span{
	display:inline-block;
	text-align:left;
	line-height:13px;
}

ul.wizard-nav li a span.item-no{
	width:25px;
	font-size:35px;
	line-height:39px;
	font-weight:bold;
}

/* EDIT STATUS MENU */

#edit-state-link{
	font-size:14px;
	color:#000;
	font-weight:bold;
	cursor: pointer;
	padding:0 25px 0 0;
	background: url('../img/down-arrow.png') no-repeat right;
	margin:0 0 0 2px;
}

#campaign-status.active #edit-state-link{
	background: url('../img/up-arrow.png') no-repeat right;
}

#campaign-status{
	color:#000;
	text-align:center;
	position:absolute;
	right:0;
	z-index:11;
	font-size:13px;
	/*padding:8px 20px;*/
	line-height:31px;
	padding:0 10px 0 15px;
	height:31px;
	background:#fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	
	border:1px solid #ddd;
}

#campaign-status.active{
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;	
	border-top-bottom-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;	
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
	border-bottom:0;
}

#change-state-menu dt.active, #change-state-menu dd.active{
	/*background-color: #FEFBF9;*/
}
#change-state-menu dt{
	padding-top: 10px;
}
ul#change-state-menu{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	display:none;
	right: 0px;
	top:30px;
	position: absolute;
	text-align: left;
	width:300px;
	background:#fff;
	border:1px solid #ccc;
	
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
}
#change-state-menu li, #change-state-menu dt{

}
#change-state-menu li{
	border-bottom: 1px solid #CCC;
	margin: 0px;
}

#change-state-menu li a,
#change-state-menu li span{
	display:block;
}

#change-state-menu li a{
	color:#FF6D4C;
	font-size:15px;
	font-weight:bold;
	padding:12px 20px 15px 20px;
}

#change-state-menu li.first a{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;  
}

#change-state-menu li.last{
	border-bottom:0;
}

#change-state-menu li.last a{
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px; 
}

#change-state-menu li.active a,
#change-state-menu li a:hover{
	background:#fef7f4;
/*	color:#F26722;*/
}

#change-state-menu li span{
	color:#333;
	font-weight:normal;
	font-size:12px;
}

#change-state-menu dd.bottom{
	border-bottom: 0;
	margin-bottom: 0px;
}

/* EDIT BUTTONS */


a.edit-button{
	display:inline-block;
	width:22px;
	height:22px;
	background:url('../img/edit-icon.png') no-repeat 0 0;
	text-indent:-9999px;
}

a.edit-button:hover{
	background:url('../img/edit-icon.png') no-repeat -22px 0;	
}

a.edit-button-large {
	background: url("../img/edit-icon-large.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 41px;
	text-indent: -9999px;
	width: 41px;
}
a.edit-button-large:hover {
	background: url("../img/edit-icon-large.png") no-repeat scroll -41px 0 transparent;
}

a.back-button-large{
	background: url("../img/back-icon-lg-sprite.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 41px;
	text-indent: -9999px;
	width: 41px;	
}

a.back-button-large:hover{
	background: url("../img/back-icon-lg-sprite.png") no-repeat scroll -41px 0 transparent;
}

/* FIRST RUN */

#first-run{
	padding:25px 20px 10px 20px;
	text-align: center;
	color: #333;
	font-size: 16px;
	margin: 20px 0 0 0;
	border-top:1px solid #bbb;
}

#first-run a.primary-action{
	margin:0 0 0 15px;	
	float:none;
}


/* ODDITIES */
.hidden{
	display:none;
}

.sectioned{
	border-bottom:1px solid #ededed;
	padding-bottom:10px;
	margin-bottom:15px;
}

#show-reveal-section{
	margin:0 0 0 30px;
}

a.viewer img{
	margin: 0 2px 0 0;
	position: relative;
	top: 3px;
}

a.edit-action{
	float:right;
	font-weight:bold;
}

.campaign-toolbar .primary-action{
	float:right;
	margin:5px 0 0 0;
}

.errors-overview{
	color:#e22;
	padding:18px 20px 20px 60px;
	margin:0 0 20px 0;
	background:url('../img/error-icon.gif') no-repeat center left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:2px solid #edf1f4;
}

.errors-overview h1{
	color:#e22;
	padding:0;
	margin:0;
}
.errors-overview p{
	margin:0;
	padding:0;
}

#page-list,
#action-list{
	padding:30px 0 0 0;
	margin:0;
}

#action-list th,
#action-list tr td{
	padding:10px 0;
	border-bottom:1px solid #ddd;
	width:90px;
}

#page-list th,
#page-list tr td{
	padding:10px 0;
	border-bottom:1px solid #ddd;
}

#page-list tr td.edit-col,
#action-list tr td.edit-col{
	width:40px;
	padding:0 10px 0 0;
	text-align:right;
}

#page-list tr td.edit-col a,
#action-list tr td.edit-col a{
	font-size:1px;
	color:#fff;
	padding:4px 0;
}

#action-list th.main-col,
#action-list td.main-col{
	width:300px;
	padding:10px 0 10px 10px;
}

#page-list th.main-col,
#page-list tr td.main-col{
	padding:10px 0 10px 10px;
}

.action-state-changer{
	border: 1px solid #EEE;
}

/* TABS */
.tab-nav{
	list-style-type:none;
}

.tab-nav li{
	display:inline-block;
	padding:5px 10px;
}

.tab-nav li{
	margin:0 1px 0 0;
	background:#eee;
	border:2px #ddd solid;
	border-bottom:0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.tab-nav li.open{
	position:relative;
	top:2px;
	background:#fff;
	padding:7px 10px 5px 10px;
}

.tab-nav li.open a{
	position:relative;
	top:-2px;
}

.tab-nav li a{
	color:#213634;
}

.tab-nav li a:hover{
   color:#FF6D4C;	
}

.tabs{
	border:2px #ddd solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	padding:25px;
}

.tab-page{
	display:none;
}

.tab-page.open{
	display:block;
}

/* SOCIAL MEDIA ICONS */

#twitter-head{
	background:url('../../img/icons/twitter-icon-gray.png') center right no-repeat;
}

#facebook-head{
	background:url('../../img/icons/facebook-icon-gray.png') center right no-repeat;   
}

.email-head label{
	background:url('../../img/icons/email-icon-gray.png') center right no-repeat;
}

#discuss-head{
	background:url('../../img/icons/discuss-icon-gray.png') center right no-repeat;
}

#tweet-countdown{
	display:block;
	text-align:right;
	position:relative;
	top:-5px;
}

/* HACKS, ETC */



/*
label[for="logo-clear_id"]{
	display:none;
}

input#id_logo{
	margin:7px 0;
}

p#id_logo-help-text{
	padding:5px 0;
	clear:both;
}*/

/* TOUR */

#tour-nav-prev{
float: left;
padding:0;
width: 30px;
padding:300px 0 0 0;
}

#tour-nav-next{
float: right;
padding: 0;
width: 30px;
padding:300px 0 0 0;
}

#tour-nav-prev a,
#tour-nav-next a{
	display:block;
	width:30px;
	height:25px;
	text-indent:-9999px;
	border:0;
}

#tour-nav-next a{
	background:url('../../img/buttons/right-arrow-gray.gif') no-repeat 0 0;
}

#tour-nav-next a:hover{
	background:url('../../img/buttons/right-arrow-gray.gif') no-repeat -30px 0;
}

#tour-nav-prev a{
	background:url('../../img/buttons/left-arrow-gray.gif') no-repeat -30px 0;
}

#tour-nav-prev a:hover{
	background:url('../../img/buttons/left-arrow-gray.gif') no-repeat 0 0;
}

img.tour-image{
	width:440px;
	height:290px;
	float:left;
	margin:0 20px 0 0;
}

.tour-content{
	width:320px;
	margin:0 0 0 450px;
}

.tour-page{
	display:none;
	overflow:hidden;
	width:850px;
	margin:0 0 0 40px;
}

#tour{
	margin:0px -35px 40px -35px;
	padding:20px 10px;
	text-align:left;
	height:620px;
/*	border-top:2px solid #ededed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

#tour p{
	font-size:16px;
	line-height:23px;
/*	color:#65575b;*/
}

#tour h2{
	color: #ff614c;
	font-size: 24px;
	font-family: 'Cooper black', Georgia, serif;
	font-weight: bold;
	line-height: 28px;
}

#tour h2 strong{
	color:#65575b;
}

/* PRICING MATRIX */

#price-matrix{ 
	list-style-type: none;
	padding:20px 0 10px 0;
	margin:0 0 0 90px;
}
	#price-matrix .details{
		background:#fff;
		border-left:1px solid #dedede;
		border-right:1px solid #dedede;
		padding:0 0 10px 0;
	}
	
	#price-matrix p.info{
		font-size:13px;
		background:#eeebeb;
		color:#333;
		padding:10px 20px;
		border-left:1px solid #dedede;
		border-right:1px solid #dedede;
		border-bottom:1px solid #dedede;
		margin:0;		
 }
	
	#price-matrix .left p.info{
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;
	}
	#price-matrix .right p.info{
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;		
	}
	
	#price-matrix .current-price-ctr p.info{
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;
	}	
	
	#price-matrix p.price{
		padding:20px 0 0 0;
		font-size:15px;
		line-height:17px;
 		margin:0 30px 10px 40px;
	}

	#price-matrix p.price span{
		display:block;
		margin:0 0 0 85px;
	}
	#price-matrix p.price span.cost{
		font-weight:bold;
		font-size:47px;
		line-height:35px;
		float:left;
		margin:0;
		width:80px;
	}
	
	#price-matrix p.info a.primary-action{
		float:none;
		display:block;
		text-align:center;
		margin:10px 30px 0 30px;
	}
	
	#price-matrix span.current-plan{
		display:block;
		text-align:center;
		margin:20px 30px 20px 30px;
		font-size:16px;
		color:#FC7657;
		font-weight:bold;
	}
	
	#price-matrix li ul{
		
	}
		#price-matrix li ul li{
   		background:url('../../mkt/img/list-item-pointer.gif') no-repeat left top;
   		padding:0 0 0 22px;
   		margin:0 15px 5px 30px;
   		list-style-type: none;
		}
	
	#price-matrix li.price-ctr{
		float:left;
		width:230px;
	}
		li.price-ctr h3{
			font-size:36px;
			line-height:36px;
			color:#fff;
			background:#000;
			text-align:center;
			padding:15px 0;
			text-transform:lowercase;
			border:2px solid #332f2f;
			border-bottom:0;
			margin:0;
		}
		li.price-ctr.left h3{
			-webkit-border-top-left-radius: 10px;
			-moz-border-radius-topleft: 10px;
			border-top-left-radius: 10px;
		}
		li.price-ctr.right h3{
			-webkit-border-top-right-radius: 10px;
			-moz-border-radius-topright: 10px;
			border-top-right-radius: 10px;		
		}


	#price-matrix li.current-price-ctr{
		float:left;
		width:230px;
		position:relative;
		top:-14px;
	}
		li.current-price-ctr h3{
			font-size:52px;
			line-height:52px;
			color:#fff;
			background:#ff614c;
			text-align:center;
			padding:15px 0;
			margin:0;
			text-transform:lowercase;
			-webkit-border-top-right-radius: 10px;
			-webkit-border-top-left-radius: 10px;
			-moz-border-radius-topright: 10px;
			-moz-border-radius-topleft: 10px;
			border-top-right-radius: 10px;
			border-top-left-radius: 10px;
		}

	#price-matrix .implies{
		float:left;
		width:80px;
		height:200px;
		background:url('../img/arrow-left-grey.png') no-repeat center center;
	}

	#price-matrix .dues{
		float:left;
		width:150px;
		padding:0 0 0 80px;
		height:200px;
		text-align: center;
		background:url('../img/equals.png') no-repeat 10px center;
		font-size:16px;
	}
	
	#price-matrix .dues strong{
		font-size:50px;
		line-height:80px;
		text-decoration: underline;
		display:block;
	}
	
	#price-matrix .dues a{
		float:none;
		display:block;
		margin:0 0 10px 0;
	}
	
	#price-matrix.confirm-change .details{
		border-bottom: 1px solid #dedede;  
		-webkit-border-bottom-right-radius: 10px;
   		-webkit-border-bottom-left-radius: 10px;
   		-moz-border-radius-bottomright: 10px;
   		-moz-border-radius-bottomleft: 10px;
   		border-bottom-right-radius: 10px;
   		border-bottom-left-radius: 10px;
	}	
	
/* PAYMENT FORM */

a#add-credit-card-toggle{

}

#add-credit-card-wrapper{
	background:#fff;
	display:none;
}

#add-credit-card-wrapper strong{
	display:inline;
	font-size:14px;
	line-height:18px;
}

div.colorpicker input{
	width: auto !important;
}

input.colorpicker-widget{
	background-image: none;
}

#info-section-nav{
    margin:0 0 15px 0;
}

#info-section-wrapper{
background:#fff;

}

/* info-tip */

a.infotip{
	position:relative;
	cursor: pointer;
}

a.infotip span{
	display:none;
}

.pointer{
	position:absolute;
	left:-12px;
	top:20px;
	width:0; 
	height:0; 
	border-bottom: 12px solid transparent; 
	border-top: 12px solid transparent;
	border-right: 12px solid rgba(0,0,0,0.65);
	border-left:0;
}

.pointer-inner{
	position:absolute;
	width:0;
	height:0; 
	border-bottom: 9px solid transparent; 
	border-top: 9px solid transparent;
	border-right: 9px solid #eee;
	border-left:0;
	top:-9px;
	left:3px;
}

a.infotip:hover span{
	z-index:50;
	color:#222;
	font-size: 13px;
	padding:5px 10px;
	position:absolute;
	display:block;
	left:170px;
	top:0;
	width: 100px;
	border:2px solid rgba(0,0,0,0.65);
	-webkit-border-radius: 5px;
	-moz-border-radius; 5px;
	border-radius: 5px;
	background: #eee;
}

a.infotip.wide:hover span{
	left:150px;
}
