body {
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 12px;    
    padding: 0;
    color: #333;
    margin: 0;
}

#body {    
}

img {
    border: none;
}
button, input[type=reset], input[type=button], input[type=submit], .button {
    padding: 5px;
    border: 1px solid #ccc;
/*    margin-bottom:2px;*/
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    overflow:visible;
    font-size:13px;
    font-family:inherit;
    text-indent:0;
    display:inline-block;
    line-height:normal;
    text-align:center;
    text-shadow:none;
    background-image: -moz-linear-gradient(top,#ffffff,#efefef);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
    -moz-box-sizing:border-box;
    -moz-appearance:button;
}

a.button{
/*    padding:8px 8px;*/
    background-color: #DDD;
/*    line-height:13px;*/
    text-decoration: none;
    color: black;
}

input[type=file]:hover,input[type=submit]:hover,input[type=button]:hover,button:hover,.button:hover {
    border-color: #999;
    background: #f3f3f3;
    outline:0;
    -moz-box-shadow:0 0 3px #999;
    -webkit-box-shadow:0 0 3px #999;
    box-shadow:0 0 3px #999;
    text-decoration:none;
    background-image: -moz-linear-gradient(top,#ffffff,#ebebeb);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ebebeb));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EBEBEB)";
}

/* 
    Document   : sf-slideshow
    Created on : 4 févr. 2011, 14:46:19
    Author     : Stefano Crosta
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.sf-slideshow {
    position: relative;
    display: block;
    background: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

h2.sf-slideshow-title {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  position: absolute;
  bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  width: 100%;
  margin: 0;
  text-align: justify;
  text-shadow: none;
  font-size: 24px;

}

h2.sf-slideshow-title > .sf-slideshow-counter {
    float: right;
    font-size: 80%;

}

.sf-slideshow > .sf-slideshow-remote {
    margin: 0 auto;
    width: auto;
}

.sf-slideshow > .sf-slideshow-slide { /* img */
    position: absolute;
    opacity: 0;
    text-align: center;
    transition: opacity, 2s;
    -webkit-transition: opacity, 2s;
    -o-transition: opacity, 2s;
}

/* .sf-slideshow > img:nth-child(1) { */
/* initially display the first image! */
 .sf-slideshow > .sf-slideshow-slide:nth-child(0) {
    opacity: 1;
}

.sf-slideshow > .sf-slideshow-ctrls {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 96px;
    height: 32px;
    display: none;
}
.sf-slideshow > .sf-slideshow-ctrls > div {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url('/static/css/lib/{% img "rnd_arrow_gray_sprite.png" %}');
}

.sf-slideshow > .sf-slideshow-ctrls > .sf-slideshow-ctrl-pause  {
    display: none;
}

.sf-slideshow > .sf-slideshow-ctrls > .sf-slideshow-ctrl-prev  {
    background-position: -96px 0;
}

.sf-slideshow > .sf-slideshow-ctrls > .sf-slideshow-ctrl-play  {
    background-position: -192px 0;
}

.sf-slideshow > .sf-slideshow-ctrls > .sf-slideshow-ctrl-pause  {
    background-position: -160px 0;
}

.sf-slideshow > .sf-slideshow-ctrls > .sf-slideshow-ctrl-next  {
    background-position: -64px 0;
}
body {
    font: 14px/1.5 "Myriad Pro","Trebuchet MS","Helvetica Neue",Helvetica,Arial,Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333;
}

#headerbkg {
    background: url('/static/img/bg.jpg?bec5917f328a') repeat-x scroll center transparent;
}

#subtitle h2 {
    text-shadow:1px 1px 0 #000000;
    color:#FFFFFF;
    font-size:40px;
    letter-spacing:-1px;
    line-height:40px;
}

label {
    /*    width: 150px;*/
    display: inline-block;
}

input[type=text] {
    background-color: #F9F9F9;
    border: 1px solid #ddd;
    color: #666;
    font-size:120%;
    height: 35px;
    width: 80%;
}

/*
#main > h1 {
    color: #A0A0A0;
    background-color: #F9F9F9;
    margin: 0;
    font-size: 1.8em;
}
#main,
#infos {
    margin: 2% 2% 2% 0;
    border: 1px solid #CDCDCD;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1em;
    min-height: 700px;
    float: left;
}*/

/*#main {
    width: 65%;
}*/
/*
button[type=submit],
button[type=button],
#download {
    color:#ffffff;
    -moz-box-shadow: 0px 2px 5px #343434;
    -webkit-box-shadow: 0px 2px 5px #343434;
    -o-box-shadow: 0px 2px 5px #343434;
    box-shadow: 0px 2px 5px #343434;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #2F77CF;
    background: -webkit-gradient(linear, left top, left bottom, from(#4EA4E5), to(#2F77CF));
    background: -moz-linear-gradient(top center, #4EA4E5, #2F77CF);
    padding: 2px;
    width: 80px;
    text-decoration: none;
}*/
a {
    color: #808080;
}

#content {
    /*    width: 100%;*/
    .overflow: auto;
}

section#main-section {
    /*    margin:0 auto;*/
    padding: 0;
    /*    position:relative;*/
    /*    width:80%;*/
    /*    display: block;*/
    clear: both;
}


.messages {
    padding: 0;
    margin: 0;
}

.messages * {
    padding: 10px;
/*    margin: 1% auto;*/
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.messages.success {
    background-color: #95BA6A;
}

.messages.error {
    background-color: #e24812;
    color: white;
}

.messages.info {
    background-color: #F3B479;
}

#safari-detected,
#firefox-detected {
    display: none;
    padding:0;
}



#whoarewe .about,
#whoarewe .comments {
    float:left;
    margin:0 40px 20px 0;
    width:420px;
}

#whoarewe .comments {
    margin-right:0;
}

#whoarewe {
    background:none repeat scroll 0 0 #F7F7F7;
    border-bottom:1px solid #DBDBDB;
    margin:0 0 20px;
    padding:30px 40px 10px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    .overflow: auto;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.minicol {
    width: 420px;
}

.minicol img {
    width: 45px;
}

.minicol .img {
    float: left;
    margin-right: 10px;
}

.minicol h3 {
    color: black;
    text-shadow:1px 1px 0 #aaa;
    font-size: 20px;
}

.minicol .headline {
    margin-left: 50px;
}

.minicol .headline > p,
.minicol .headline > h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color:#333333;
    font-family:"Myriad Pro","Trebuchet MS","Helvetica Neue",Helvetica,Arial,Sans-Serif;
}

.minicol > div {
    margin-top: 25px;
    margin-bottom: 25px;
}

.logo img {
    border: none;
}

.read-more {
    background:url('/static/img/ico-bullet.png?bec5917f328a') no-repeat scroll 90% 50% #F0F0F0;
    border:medium none;
    color:#333333;
    font-size:12px;
    margin:15px 0 0;
    padding:4px 20px 4px 12px;
    text-transform:uppercase;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
}

.read-more:hover {
    background:url('/static/img/ico-bullet.png?bec5917f328a') no-repeat scroll 90% 50% #06A0F0;
    color: white;
}


.rounded {
    margin-bottom: 10px;
}

#breadcrumb, #breadcrumb > a  {
    color: white;
    text-decoration: none;
}
/* 
    Document   : generate
    Created on : Sep 16, 2010, 2:52:40 PM
    Author     : scrosta
    Description:
        generate* files
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.ext-download-button {
    margin-bottom: 10px;
    vertical-align:middle;
}

.ext-download-button span.button-text {
    color: #004A7F;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.ext-download-button.bt1 span.button-text {
    display:inline-block;
    height:32px;
    vertical-align:middle;
}


.bt2 button[type="button"] {
    padding: 1px;
}

#form-generate-extension li {
    display: inline-block;
}

input[type=radio] + span {
    display: inline-block;
    width: 100px;
}

#form-generate-extension label {
    width: auto;
}

textarea#debug-result {
    display: none;
}

#debug-result-cb:checked + textarea#debug-result {
    display: block;
}

#success {
    background-color: rgba(255, 0, 0, 0.4);
    border: 1px solid red;
    color: black;
    display: block;
    padding: 8px;
    width: auto;    
}

#success > a {
    color: black;
    font-weight: bold;
}

#embed-buttons {
    display: none;
}

#embed-codes-container > textarea {
    font-size: 70%;
}

#embed-codes-container > h3 {
    margin-top: 0;
}

#embed-codes-section {
    padding-top: 20px;
}

#embed-codes-container, #embed-codes-instructions {
    width: auto;
    display: block;
    padding-right: 20px;
    float: left;
}
#embed-codes-instructions + p {
    clear: both;
    margin-top: 8px;
}


/*
it ain't easy to position them side by side so we show/hide in js
#embed-codes-container input ~ textarea {
    display: none;
}
#embed-codes input:checked ~ textarea {
    display: block;
    visibility: visible;
}*/

span#copy-completed {
    display: none;
}

#enter_valid_url {
    display: none;
}

.toolbar-sample {
    background-image: url('/static/css/{% img 'toolbar_sample.jpg' %}');
    background-repeat: no-repeat;
    width: 310px;
    height: 43px;
    padding-left: 50px;
    padding-top: 15px;
    text-decoration: underline;
    display: inline-block;
    color: #004A7F;
}

/* advantages */

#advantages h3 {
    margin-bottom: 2px;
    font-size: larger;
}

div.advantage {
    width: 470px;
    /* height: auto; */
    height: 90px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-bottom: 2px;
    margin-top: 12px;    
}

div.advantage > div.img {        
    display: inline-block;
    width: 72px;
}

div.advantage > div.img > img {
    width: 64px;
}

div.advantage > div.headline {    
    display: inline-block;
    width: 320px;
    height: 100%;
}

div.advantage > div.headline > h4 {
    margin-top: 0px;
    margin-bottom: 2px;
}

.center { 
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 12px;
}

#headlines  {
    text-shadow:0 1px 0 #000000;
    color:#FFFFFF;
    font-size:20px;
    line-height:30px;
    margin:0;
    width: 460px;
    float: left;
}
#headlines h2 {
    font-size:32px;
    line-height: 35px;
    margin: 0;
    margin-top: 15px;
}
#headlines > * {
    margin: 0;
    padding-top: 20px;

}

#screencast {
   float:right;
    margin:25px;    
}

#screencast.sf-slideshow {
    width: 470px;
    height: 280px;
    margin: 0;
    margin-top: 25px;
    margin-left: 12px;
    padding-left: 5px;

}

label[for=id_url]{
    display: none;
}

input#id_url {
    width: 430px;
    border: 1px solid #E24812;
    -moz-box-shadow: 0px 0px 10px #E24812;
    box-shadow: 0px 0px 10px #E24812;
}

#subscribe_newsletter_iframe {
    border: none;
    width: 100%;
    height: 180px;
    margin-top: 64px;
    border-top: 1px solid #CCC;
    overflow: hidden;
}
/*#header {
    width: 100%;
    background-color: #E5E5E5;
    border-bottom: 1px solid #C0C0C0;
    margin: 0;
    padding: 1.7em 0;
    height: 1.7em;
}
#header > h1 {
    width: 80%;
    margin: 0 auto;
}*/

header {
    clear: both;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
}

header > #title > .col > a.logo {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
}

header > #title > .col {
    padding: 25px 0 20px;
}


#title {
    #background: url('/static/css/{% img "bg-top.png" %}') repeat scroll 0 0 transparent;
}

header > * > *{
    margin: 0 auto;
}

div.col {
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 6px;
    max-width: 960px;
}

#title h1 {
    text-shadow:1px 2px 0 #000000;
    color:#FFFFFF;
    line-height:28px;
    padding:0 10px;
    text-decoration:none;
    float: left;
}

#subtitle {
    background: url('/static/img/bg-border-top.png?bec5917f328a') repeat-x scroll left top transparent;
    clear:both;
/*    overflow: visible;*/
    /*    padding-top: 30px;*/
}

#nav a {
    text-shadow:1px 2px 0 #000000;
    color:#FFFFFF;
    font-size:17px;
    line-height:28px;
    padding:0 10px;
    text-decoration:none;
}

#nav {
    list-style-type: none;
    float: right;
    margin: 15px;
}

#nav li {
    float:left;
    padding:2px 5px;
    width:auto;
}

#nav li:hover,
#nav li.current {
    background:none repeat scroll 0 0 rgba(0,0,0,0.3);
    -moz-border-radius: 10px;
    border-radius: 10px;
}


form.lang button[type=submit],
form.lang button[type=submit]:hover {
    border: 0;
    background: 0;
    padding: 0;
    margin: 0;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

form.lang img {
    width: 25px;
}



#generate {
    font-size: 15px;
    line-height: 1em;
}


.alpha {
    display: none;
    padding: 10px;
    color: white;
     -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #e24812;
    clear: both;
}

.beta {
    display: block;
    position: absolute;
    right: 125px;
    bottom: -4px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}


.header-right {
    float:right;
    max-width: 65%;
    clear:right;
}
.faq h3 {
    font-size: 24px;
    margin:0 0 15px;
    color: #333;
}

.faq p {
    margin:0 0 15px;
    color: #333;
}
/*#footer {
    clear: both;
    width: 100%;
    background-color: #E5E5E5;
    border-top: 1px solid #C0C0C0;
    margin: 0;
    padding: 0;
    font-size: 90%;
}
#footer > ul {
    list-style-type: none;
    height: 2.5em;
    width: 80%;
    margin: 0 auto;
    padding: 1em 0;
}
#footer > ul > li {
    float: left;
    margin-right: 10px;    
    vertical-align: middle;
    display: inline-block;
    height: 1.6em;
    line-height: 25px;
}
#footer > ul > li > * {
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
}
#footer > ul > li > form {    
    padding: 0;
    margin-top: 5px;
}

#footer > ul > li > form > select {
    padding: 0;
    margin: 0;
}

#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}*/

footer {
    /* background:url('/static/css/{% img 'bg-footer-top.png' %}') repeat-x scroll center top #232323; */
    background: repeat-x scroll center top #232323;
    border-top: 1px solid #EEEEEE;
    font-size: 12px;
    padding: 20px 0;
    color: #777;
    display: none;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#main ul.steps {
    list-style-type: none;
}
#main ul.steps button[type=submit] {
    float: right;
}
#main ul.steps .step-number {
    float: left;
    width: 30px;
    height: 30px;
    -moz-border-radius:30px;
    border-radius:30px;
    border: 2px solid #6FC2FE;
    background-color: #7FC8FF;
    font-size: 155%;
    color: white;
    text-align: center;
    margin-right: 10px;
}
#main ul.feeds > li:nth-child(2) {
    display: none;
}

#infos {
    width: 20%;
}

#infos ul.features {
    padding-left: 20px;
    list-style-image: url('/static/css/{% img 'check.png' %}');
}

#infos ul.features > li {
    margin: 1em;
}

#infos ul.tagline {
    list-style-type: none;
    font-size: 130%;
    color: #43AFFC;
    font-weight: bold;
    padding: 0;
}