html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,

table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, label {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  font-family:"Lucida Grande", "Verdana"," Georgia","Arial", "Trebuchet MS", "Sans-serif";
}                  

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
body    {
    color: #525252; 
}
/* Setup master class for active navigation */
body#how-it-works .nav_how-it-works, 
body#home .nav_home, 
body#pricing .nav_pricing, 
body#features .nav_features, 
body#developers .nav_developers, 
body#contact .nav_contact, 
body#services .nav_services,  
body#partners .nav_partners, 
body#faq .nav_faq, 
body#terms .nav_terms, 
body#privacy .nav_privacy, 
body#signup .nav_signup, 
body#thirdparty .nav_thirdparty, 
body#about .nav_about, 
body#news .nav_news, 
body#conferences .nav_conferences,
body#about-cfxworks .nav_about-cfxworks,
body#cfxworks .nav_cfxworks,
body#credit-card-express .nav_credit-card-express,
body#ccx-pricing .nav_ccx-pricing,
body#big-commerce .nav_big-commerce,
body#big-commerce-overview .nav_big-commerce-overview,
body#shopify .nav_shopify,
body#shopify-overview .nav_shopify-overview,
body#yahoo-how-to-setup .nav_yahoo-how-to-setup,
body#yahoo-overview .nav_yahoo-overview,
body#yahoo-how-it-works .nav_yahoo-how-it-works,
body#authorize .nav_authorize,
body#authorize-overview .nav_authorize-overview,
body#zencart-overview .nav_zencart-overview,
body#prestashop-overview .nav_prestashop-overview

{

    color: #1874cd !important
}
h1,h2,h3,h4,h5  {
    -webkit-font-smoothing: antialiased;
}

#header {
    border-bottom: 1px solid #dfe2e1;
    min-height: 4em;
    margin-top: 2em;
    margin-bottom:2em;
}

#main {
  padding-bottom:3em;
}
/* Main Navigation*/
#nav{
    margin-top:2em;

}

#nav .item  {
    display: inline;
    list-style-type: none;
    font-size: .9em;
    border-right: 1px solid #e2e2e2;
    padding: 0px 1em;
/*  display: block*/
}

#nav .small.item    {
    font-size: 11px;
    padding: 0px 15px;
    line-height: 25px
}

#nav .last.item {
    padding: 0px 8px 0px 15px;
    border-right: none;
}

#nav a.item {
    text-decoration: none;
    color: #525252
}

#nav a.item:hover   {
    color: #FFC125;
}

#nav a.item:active  {
    color: #1874CD;
}

/* Main Body*/ 

h1, h2  {
    font-weight: bold;
    font-size: 2em;
    color:#bf6013;
}
h2 {
  color:#525252;
}
h3, h4  {
    font-size: 1.1em;
    line-height: .9em;
    margin-bottom:1em;
}

h3 {
  color:#bf6013;
}
h5, h6 {
  font-size:1em;
  font-weight: normal;
  margin:1.5em 0;

}
h5 {
  color:#bf6013;

}
p   {
    font-size: .9em;
    line-height: 1.5em;
    margin: 1em 0;    
    color:#525252;
}
p.pricing {
  font-size:.75em;
  text-align: center;
  font-weight: bold;
}
#home p {
  font-size:1em;
}
#footer {
    clear:both; 
/*    background:#cc9;*/
    text-align:center;
    padding-top:.5em;
    margin-top:4em;
    margin-bottom:1em;
    border-top: 1px solid #e2e2e2;
    font-size:.8em;
}

#footer a, #footer p{
  color:#858585;
  text-decoration: none;

}
#footer a:hover{
    color:#ffc125
}

hr {
border: 0;
color: #e2e2e2;
background-color: #e2e2e2;
height: 1px;
width: 100%;
margin-top:3em;
margin-bottom:3em;
margin-left:auto;
margin-right:auto;

}

ul.contact_info{
    list-style-type: none;
    padding:0;

}
ul.contact_info li {
    margin:.5em 0;
    font-size:.9em;
    color:#858585;
}


.home a {
    margin: 1em 0;
    text-decoration: none;
    color:#858585;

}

.home a:hover{
    color:#ffc125;
}

.logos img {
    width:8em;
    margin:.5em 1em .5em 2.5em;
}
/*-------sub navigation ------*/
#sub_nav    {
}

#sub_nav ul {
    list-style-type: none;
    font-size:.9em;
}


#sub_nav li {
  display: block;
  height: 2em;
  text-transform: uppercase;
}


#sub_nav li a.item  {
    text-decoration: none;
    color: #858585;
}

#sub_nav li a.item:hover    {
    color: #FFC125;
}


#sub_nav li a.item:active   {
    color: #1874CD;
}

em {
    color:red;
    font-size:.8em;
    }

.goldenbubble {
   border:1px solid #e2e2e2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 4px #c5c5c5;
    -webkit-box-shadow: 0 1px 4px #c5c5c5;
    box-shadow: 0 1px 4px #c5c5c5;
    position: relative;
    background-color:#ffffff;
    margin-bottom:1em;
}
    
.goldenbubble h2 {
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    font-size: 1em;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-box-shadow: inset 0 0 1px #ffc125, 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 0 1px #ffc125, 0 1px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc125', endColorstr='#EB7617'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc125), to(#EB7617)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffc125,  #EB7617); /* for firefox 3.6+ */
    text-align:center;
}
/*-----side bar on home page-----*/
.legend {
  font-size:.8em;
  color:#858585;
  margin-left: 38px;
  }

fieldset.logos, fieldset.email_subscribe {
  border: 1px solid #e2e2e2;
  padding-right:0;
  padding-left: 0;
  -moz-border-radius: 6px;
border-radius: 6px;
}

fieldset.email_subscribe {
  margin-top:1em;
  padding:.5em 0;
}

.email_subscribe label{
  font-size: .8em;
  margin-left:.5em;
  margin-right:.5em;
}


input.email_subscribe{
  font-size:.9em;
  width:70%;
  border:1px solid #e2e2e2;
  margin-top:.5em;
  color:navy;
}

.email_subscribe button {
    margin-left:35%;
    width:30%;
    margin-top:1em;
}
/*---------------table ----------------*/

.goldenbubble table {
    width:100%;
    border-collapse: collapse;
    font-size:.9em;
    margin-bottom:1em;
}

.goldenbubble table tr {
  text-align: left;

}
.goldenbubble table th {
  border-bottom:1px solid #e2e2e2;
  padding: .5em;
  color: #bf6013;
}
.goldenbubble table td {
  padding: .5em;
  color:#858585;
}
.goldenbubble table td:first-child {
  width:10em;
}
.goldenbubble table td p {
  font-size:1em;
}
/*-----------shaded box*---------------------*/
.box7{
    background-color:#fafad2;
    border:1px solid #e2e2e2;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px;
    margin-bottom:25px;
 }

/*-----------features pages------------------*/
.features img {
  width:5em;
  margin-top:2em;
}

.features hr, .services hr, .partners hr {
  margin-top:2em;
  margin-bottom:0;
}
.features h5 {
  margin:1.5em 0 1em 0;
}

a.features, a.partners {
  font-size:.7em;
  margin-left:1em;
}

.services img {
  margin-top:1em;
  width:4em;
}
.partners img {
  width:7em;
  margin-top: 1.5em;
}

.partners p {
  margin:1em 0;
}
.partners a {
  font-size:.7em;
  margin-left:1em;

}
/*-----------pricing table------------------*/

.pricing h4 {
  font-weight: bold;
  font-size:2em;
  margin:.5em 0;
  vertical-align: middle;
  color:#525252;

}

#pricing .pricing td {
  text-align:center;
  color:#525252;

}
#pricing .pricing td.extra_space {
  padding-top:2.5em;
}
.orange_button  {
    border:1px solid #e2e2e2;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:  #ffc125;
    padding: .5em 2em;
    font-weight: bold;
    font-size:1em;
    color: #525252;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    text-decoration: none;
    white-space: nowrap;
    margin:2em 0em;

}
.orange_button a:hover {
    color: white;

}
.orange_button:hover    {
    background: #153E7E;
    color: white;

}

.pricing table td span.large_number{
    font-size: 40px;
    font-weight: bold;
    line-height:1.5em;
}

/*-----------how it works-----------------*/
.how-it-works h5 {
  margin:1em 0;
}

.how-it-works img {
  padding:1em;
  margin-left:3em;
  margin-right:auto;
}

.how-it-works {
  padding-bottom:2em;
  border-bottom:1px solid #e2e2e2;
  margin-bottom:2em;
}

.subuno-how-graph {
  margin-top:2em;
  background: url('subuno-steps.png') top left no-repeat;
  min-height:20em;
  padding:1em 0em;  
}

.subuno-manager-graph {
  margin-top:2em;
  background: url('layers2.png') top left no-repeat;
  min-height:40em;
  padding:1em 0em;

}
.subuno-manager-graph h4{
  margin:0 1em 0em 1em;
  font-size:3em;
}

.subuno-manager-graph p{
  margin-left:3em;
}
.layer ul{
  font-size:.9em;
  line-height: 1.5em;
  margin-left:0em;
}
.layer li{
  font-size:.9em;
  list-style-position: outside;
  padding-left:1em;
  margin-left: 2em;
}

.layer1{
  height:15em;  
  position:relative;
  top:3.5em;

}
.layer2 {
  position:relative;
  height:10em;
  top:3em;
  left:0;
}
.layer3 {
  position:relative;
  height:7em;
  top:6em;
  left:0;
}

.layer1a {
  margin-top:3em;
}
.layer2a{
  margin-top:2em;
}
.layer3a{
  margin-top:1em;
}


.subuno-overview-graph {
  margin-top:2em;
  background: url('funnel.png') top left no-repeat;
  min-height:40em;
  padding:1em 0em;

}
.step1{
  background-color: rgba(255, 193, 37, 0.5);}
.step2{
  background-color: rgba(255, 102, 0, 0.5);}
.step3{
  background-color: rgba(38, 173, 228, 0.5);}

.step4{
  background-color: rgba(173, 207, 216, 0.5);}


.step1 h3, .step2 h3, .step3 h3, .step4 h3 {
  text-align: center;
  font-size: 3em;
  margin:.5em;
  color:white;
}
.step1 p, .step2 p, .step3 p, .step4 p{
  margin:1em;
}

.step1, .step2, .step3, .step4 {
  height:16em;
  margin: 1em 0em;
}
/*-----------contact----------------*/


ul.contact_info li label {
  margin-right:3em;
  font-size:1em;
}
/*ul.contact_info {
  width:35em;
  padding:2em;
  border:1px solid #e2e2e2;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);

}*/

#news table td {
  font-size:.9em;
  padding-top: .5em;
  padding-bottom:.5em;
  color:#858585;
}
.home table td{
  font-size:.9em;
  padding-top: .3em;
  padding-bottom:.3em;
  color:#858585;
}
#news table td a, .home table td a{
  color:#525252;
  text-decoration: none;
}

#news table td a:hover,.home table td a:hover{
  color:#ffc125;
  text-decoration: underline;
}

#news h3 {
}

td.news_dates {
  padding-right:3em;
}

.conferences table{
  border-collapse: collapse;

}
.conferences table td{
  vertical-align: middle;
  font-size:.9em;
  padding:1em 0;
  min-width:12em;
  border-bottom:1px solid #e2e2e2;
}
.conferences img{
  width:8em;
}

a.faq {
  font-size:.8em;
}

.conferences td.dates {
  font-size:.8em;
  color:#858585;
}

.terms ol li {
  list-style-position: inside;
margin-right:1em;}

/*-----------cfx----------------*/
.cfx_logo {
  margin-top:1em;
}

.cfx ul, .yahoo ul{
    margin-bottom:2em;
    padding:0;
}
.cfx ul li{
    margin:1em;
    padding-left:3em;
    list-style:none;
    background: url('check.png') no-repeat top left;
    font-size: .9em;
    line-height: 1.5em;
    margin: 1em 0;    
    color:#525252;

}
.yahoo ul li{
    padding-left:3em;
    display: inline-block;
    background: url('check.png') no-repeat top left;
    font-size: .9em;
    line-height: 1.5em;
    margin: 1em 0;    
    color:#525252;
    width: 14em;


}

.cfx ol {
    margin-left:1em;
}
.cfx ol li{
    list-style-position: inside;
    font-size: .9em;
    line-height: 1.5em;
    margin: 1em 0;    
    color:#525252;

}

.cfx h4 {
    margin-top:2em;
}

.big_commerce img, img.telified, img.telified {
    margin-bottom:2em;
    padding:.5em;
    border:1px solid #e2e2e2;
      -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

img.followh3 {
  margin: .5em 0 2em 0;
}

/*---------Calculator-----------*/
.calculator {
  margin-top:1em;
}
.calculator table {
  line-height: 4em;
  border:1px solid #e2e2e2;
  border-collapse: collapse;
  table-layout: fixed;
  width:100%;
}

.calculator table tr{
}

.calculator table td{
  padding-left:1em;
}
.calculator table td:first-child{
  width:55%;
}
.calculator table tr:nth-child(odd){
  background-color:#d5effa;
}

.calculator table tr.summary{
  background-color:#bfd7e1;
}

.calculator input.total{
  background-color: #e2e2e2;
  border:none;
  color:#bf6013;
  font-weight:bold;
}

.calculator table td.hide-column {
   display:none;
}
.calculator table td.show-column {
   display:table-cell;
}

.calculator input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin:1em;
  padding:1em;
  font-size:1em;
}

.messages {
  line-height: 1.5em;
  margin-top:8em;
  border:1px solid #e2e2e2;
  padding: 1em 0 1.5em 0;
  font-size:.9em;
}

.messages div{
  text-align: center;
}
.messages p{
  padding:1em 1em 0 1em;
}
.messages em{
  font-weight: bold;
  font-size: 1em;
  color:#525252;
}
.messages ul{
  list-style-position: inside;
  margin-left:1em;
  text-align: left;
}
.messages li {
  padding: .5em 0;
}

button.less_padding {
  margin:1em 0;
}

input.button {
  width:6em;
  text-align: center;
}
.platform_step, .concept_guide {
  overflow: visible;
}

.platform_step img, .concept_guide img {
  box-sizing:border-box;
}

.platform_step h4, .concept_guide h4{
  border-top:1px solid #e2e2e2;
  padding-top:2em;
  margin-top: 2em;
}

.concept_guide1 .step {
  width:24%;
  margin-right:.5%;
  display: inline-block;
  height:22em;
  vertical-align: top;
}

.concept_guide1 .wide_step {
  width:49%;
  margin-right:.5%;
  display: inline-block;
  height:18em;
  vertical-align: top;
}
.concept_guide1 .step4{
  margin-right: 0;
}

.tips {
  background-color: rgba(255, 193, 37, 0.5);
  padding:1em;
}

.example {
  background-color: rgba(255, 193, 37, 0.5);
  padding:1em;

}