/* layouts */
body {
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  font-size: 12px;
  background: #eee;
  color: #444;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
#page {
  padding: 25px 0 0 0;
  margin-top: 30px;
}
#header,#small-header {
  padding: 0 0 0 0;
  color: #333;
  position: relative;
  background: #fff;
}
#small-header {
  background: #fff;
  margin-top: -30px;
  padding-bottom: 0px;
}
#small-header #navigation {
  margin-top: 29px;
  clear: both;
  margin-left: 125px !important;
}
.homepage #small-header #navigation {
  margin-top: 29px;
  clear: both;
  margin-left: 170px !important;
}
.sample {
  position: absolute;
  top: -30px;
  right: 30px;
  z-index: 1;
}
#header h1,#header p.baseline,#small-header h1,#small-header p.baseline {
  margin: 0 0 5px 25px;
}
#header h1 {
  text-indent: -9999px;
  background: url(/images/izibook/logo.png) no-repeat top left;
  width: 147px;
  height: 98px;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 150px;
  padding-bottom: 10px;
}
.homepage #small-header h1 {
  text-indent: -9999px;
  background: #fff url(/images/izibook/logo.png) no-repeat 13px 15px;
  width: 147px;
  height: 98px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 15px 15px 10px 10px;
  position: absolute;
  top: -35px;
  left: -15px;
  z-index: 1000;
}
#small-header h1 {
  text-indent: -9999px;
  background: #fff url(/images/izibook/small-logo.png) no-repeat 13px 15px;
  width: 100px;
  height: 67px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 15px 15px 10px 10px;
  position: absolute;
  top: -35px;
  left: -15px;
  z-index: 1000;
}
#small-header h1 span {
  border-bottom: 1px dotted #eee;
  display: block;
  width: 156px;
  height: 110px;
}
#header h1 a {
  display: block;
  width: 147px;
  height: 98px;
}
#small-header h1 a {
  border-bottom: 1px dotted #eee;
  display: block;
  width: 106px;
  height: 84px;
}
#small-header h1 a:hover {
  border-bottom: 1px dotted #ccc;
}
#header p.baseline {
  padding-bottom: 0px;
  padding-left: 5px;
  font-size: 10px;
  margin-top: -5px;
  margin-bottom: 30px;
  text-align: left;
  font-style: italic;
}
#small-header p.baseline {
  font-size: 13px;
  text-align: left;
  font-style: italic;
  border: 1px solid #fc0;
  margin: 55px 0 0 0;
  display: none;
}
#footer {
  background: #000;
  color: #666;
  text-align: center !important;
  margin: 0 0 0 0;
  padding: 5px;
}
#footer p {
  text-align: center !important;
}
#footer a {
  color: #666;
}
#navigation {
  background: #fff url(/images/izibook/navigation.png) repeat-x top left;
  height: 40px;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
#navigation h2 {
  background: url(/images/izibook/navigation-decorate.png) no-repeat top left;
  width: 6px;
  height: 41px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: -6px;
}
#navigation ul {
  list-style: none;
  padding: 0 5px 5px 5px;
}
#navigation ul li {
  float: left;
  border-left: 1px solid #333;
  border-right: 1px solid #666;
  padding: 10px 8px;
  font-size: 13px;
}
#navigation ul li.first {
  border: 0;
  border-right: 1px solid #666;
}
#navigation ul li a {
  color: #fff;
  text-decoration: none;
  padding: 3px;
}
#navigation ul li a:hover {
  text-decoration: underline;
}
#navigation ul li.active {
  color: #fff;
  border-left: 0px !important;
}
#navigation ul li strong {
  color: #FF9900;
  font-weight: normal;
}
#extras {
  position: absolute;
  top: 0px;
  right: 0;
  background: #ddd;
  width: 100%;
  color: #fff;
  text-align: right;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  z-index: 1;
}
#extras ul {
  list-style: none;
}
#extras ul li {
  float: right;
  padding: 1px 0;
  margin: 5px 0;
}
#extras ul li.first a {
  border-left: 0;
}
#extras ul li.last a {
  border-right: 0;
}
#extras ul li a {
  color: #999;
  text-decoration: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #f8f8f8;
  padding: 0 10px;
}
#extras ul li a:hover {
  text-decoration: underline;
}
.breadcrumb {
  margin: 22px 0 15px 0;
  color: #ccc;
  font-size: 10px;
  background: #f8f8f8;
  padding: 5px;
}
.breadcrumb a {
  color: #666;
}
#main {
  margin-top: 25px;
  background: #fff;
  padding: 0px 15px 30px 15px;
}
.homepage #main {
  padding: 30px 15px 30px 15px;
}
/* typo */
p {
  line-height: 15px;
  margin: 5px 0;
}
#content p {
  text-align: justify;
}
#content ul.list {
  list-style: square;
}
#content ul.list li {
  margin: 5px 0 5px 25px;
}
#content a {
  color: #577F8E;
}
#content a:hover {
  color: #8CB7C8;
}
#content h2 {
  color: #000;
  font-family: Georgia;
  font-size: 32px;
  margin: 25px 0 0 0;
  line-height: 36px;
}
#content h2 span.izibook {
  position: relative;
}
#content h2 sup {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -10px;
}
#content h3 span.izibook {
  position: relative;
  padding-right: 5px;
}
#content h3 sup {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -5px;
}
#content h4 span.izibook {
  position: relative;
  padding-right: 5px;
}
#content h4 sup {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: -3px;
}
h3 {
  color: #000;
  font-family: Georgia;
  text-shadow: 0 1px 0 #f8f8f8;
  margin: 15px 0 0 0;
}
/* eof typo */
.summary {
  background: #DBEFF5;
  padding: 5px;
  margin: 15px 0;
}
.summary h3 {
  margin: 0 0 10px 0;
  padding: 3px;
  background: #7DB7CB;
  font-size: 13px;
  color: #fff;
  font-family: "Trebuchet MS";
  text-shadow: none;
}
.summary ol li {
  margin: 0 0 5px 25px;
}
.summary ol li a {
  color: #244B59 !important;
  text-decoration: none;
}
.bipolarity-odd {
  background: #DBEFF5;
  padding: 5px;
  margin: 0 !important;
}
.bipolarity-odd,.bipolarity-odd a {
  color: #333;
}
.bipolarity-even {
  background: #7DB7CB;
  margin: 0 !important;
}
.bipolarity-even,.bipolarity-even a {
  color: #fff;
  padding: 5px;
}
.sidebar-block {
  margin: 15px 0 30px 0;
}
#sidebar {
}
#sidebar a {
  color: #577F8E;
}
.sub-navigation {
  margin: 0 0 15px 0;
}
.sub-navigation ul li {
  border-bottom: 1px solid #eee;
  padding: 15px;
}
.sub-navigation ul li a {
  background: url(/images/izibook/bullet.gif) no-repeat 0 5px;
  padding-left: 10px;
  text-decoration: none;
}
.sub-navigation ul li a:hover {
  text-decoration: underline;
}
p.big-resume {
  font-size: 13px;
  line-height: 17px;
  font-style: italic;
}
/* homepage :advantages */
#advantages {
  padding-right: 35px !important;
  margin-top: 15px;/*margin:0px 0 0 0;
  text-align: center;
  padding-left: 45px;
  border: 1px solid #eee;
  padding-top: 15px;*/
}
#advantages .span-9 {
  width: 370px !important;
}
#advantages .span-5 {
  margin-right: 20px;
}
#advantages h3 {
  font-size: 42px;
  margin: 0 0 15px 0;
  padding: 15px 5px;
  text-align: center;
  position: relative;
  color: #333;
}
#advantages hr.clear {
  visibility: hidden;
}
#advantages ul {
}
#advantages ul li {
  line-height: 15px;
  margin: 0 0 5px 0;
  padding: 0 10px 5px 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
  background: url(/images/izibook/orange-arrow.gif) no-repeat 0 3px;
}
#advantages .more {
  background: url(/images/izibook/closebox.png) no-repeat top left;
  display: block;
  height: 30px;
  position: absolute;
  right: -21px;
  top: 8px;
  width: 30px;
  z-index: 10000;
}
#advantages ul li.last {
  border: 0;
}
#sidebar img {
  padding: 2px;
  border: 1px solid #eee;
}
#content hr.hidden {
  visibility: hidden;
}
.advantages-for-readers-and-publishers {
  padding-left: 5px;
}
.advantages-for-readers-and-publishers h3 {/*color:#7DB7CB;*/
  text-shadow:none;
  color: #666;
  background: url(/images/izibook/title-arrow.png) no-repeat 0 5px;
  padding-left: 35px;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 24px;
  margin-top: 0;
}
.advantages-for-readers-and-publishers h3 span {
  color: #000;
}
.advantages-for-readers-and-publishers p {
  font-size: 11px;
  color: #666;
  line-height: 13px;
}
.advantages-for-readers-and-publishers ul {
  margin-top: 5px;
}
.advantages-for-readers-and-publishers ul li {
  float: left;
  margin-right: 15px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.advantages-for-readers-and-publishers ul li img {
  border: 1px solid #ccc;
  padding: 2px;
}
.advantages-for-readers-and-publishers ul li small {
  padding: 5px;
  font-size: 9px;
  color: #999;
}
.readers {
  margin-top: 15px;
}
.contact-us {
  padding: 5px;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: -40px;
  text-align: right;
}
.contact-us h3 {
  text-align: center;
  font-size: 16px;
  font-family: "Trebuchet MS";
  padding: 0px 15px 0px 15px;
  margin: 0;
  color: #666;
}
p.action {
  padding-top: 15px;
  height: 48px;
  width: 338px;
  background: url(/images/izibook/contact-us.png) no-repeat 0 1px;
  text-align: center !important;
  margin: 5px auto 0 auto;
}
p.action a {
  text-decoration: none;
  font-size: 24px;
  color: #fff !important;
}
.relative {
  position: relative;
}
.left {
  margin-left: 70px;
}
.resume {
  margin-top: 15px;
  font-size: 13px;
  line-height: 17px;
}
#features .resume {
  margin-top: 15px;
  font-size: 12px;
  line-height: 15px;
  background: #DBEFF5;
  padding: 5px;
  margin: 15px 0;
  text-align: left;
  color: #244B59;
}
#features h3 {
}
#features h3 span {
}
#features ul li {
  margin: 15px 0 0 0;
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #eee;
  float: left;
  font-size: 10px;
  height: 90px;
}
#features ul li {
  margin-right: 15px;
}
#features .feature {
  margin-bottom: 30px;
  clear: both;
}
#features .feature .icon {
  float: left;
  margin-right: 15px;
}
#features .feature .title {
  margin: 0px 0 0 30px;
  line-height: 13px;
  padding-right: 5px;
}
#features .feature .icon img {
  padding: 2px;
  border: 1px solid #ddd;
}
#features ul li ul li {
}
.top-of-page {
  clear: both;
  text-align: right !important;
  padding-top: 15px;
}
/*.clients {
position: relative;
width: 350px;
height: 55px;
margin-top: 45px;
}
*/
.clients h3 {
  text-align: center;
  font-family: "Trebuchet MS";
  border-bottom: 1px solid #eee;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #666;
  margin-top: 40px;
}
h5.title {
  padding-bottom: 15px !important;
  background: #eee !important;
  border: 1px solid #fc9;
}
.boxy {
  border: 1px solid #eee;
}
.more-features {
  text-align: right !important;
  padding-right: 25px;
  clear: both;
}
.boxy {
  padding: 5px 15px 15px 15px;
  background: #fff url(/images/izibook/navigation.png) repeat-x top left;
  padding: 3px 5px 18px 5px;
  margin-top: 7px;
  position: relative;
  z-index: 1;
}
.portal-block {
  background: #fff url(/images/izibook/orange-navigation.png) repeat-x top left;
}
.portal-block h3 {
  text-transform: uppercase;
}
.portal-block h3 a {
  color: #fff !important;
}
.news .rss {
  position: absolute;
  top: -25px;
  right: -15px;
  z-index: 1;
}
#sidebar .news .rss {
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 1;
}
.archives {
  margin-top: 30px;
}
.boxy h3 {
  color: #fff;
  text-shadow: none;
  margin: 5px 0 0 0;
  font-family: "Trebuchet MS";
  font-size: 13px;
  padding-left: 7px;
  padding-top: 3px;
  margin-bottom: 25px !important;
}
.news .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  margin-top: 5px;
  padding: 5px 5px 10px 5px;
}
.news .entry p {
  text-align: left !important;
}
.news {
  margin-top: 25px;
}
.news .entry h4 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 13px;
}
.download {
  clear: both;
  margin-top: 15px;
  font-size: 11px;
  line-height: 15px;
  background: #FFFFCC;
  padding: 3px;
  margin: 15px 20px 0 0;
  text-align: center !important;
  color: #333;
}
.download p {
  text-align: center !important;
}
.entry .summary {
  font-size: 11px;
  text-align: left;
  line-height: 13px;
  margin-top: 0;
  background: none;
  margin: 0;
  padding: 5px 0;
}
.newsletter p {
  font-size: 11px;
}
.newsletter fieldset {
  border: 0;
  padding: 0;
  margin: 10px 0 0 0;
}
.newsletter label {
  margin-top: 15px !important;
}
.newsletter {
  padding-bottom: 0 !important;
  margin-top: 15px;
}
.newsletter h3 {
  margin-bottom: 15px !important;
}
.newsletter p {
  margin: 0;
}
.portal-block h3 {
  margin-bottom: 25px !important;
}
.normal #sidebar img {
  border: 0;
}
.normal #sidebar .clients,.clients {
  margin: 15px 0 0 0;
  width: auto;
  height: auto;
  border: 0;
  font-size: 10px;
}
.normal #sidebar .clients h3,.clients h3 {
  margin: 0 0 0 -3px;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  margin-bottom: 10px;
}
.normal #sidebar .clients .client,.clients .client {
  position: relative;
}
.normal #sidebar .clients #eyrolles,.clients #eyrolles {
  top: 25px;
  left: 0px;
  text-indent: -9999px;
}
.normal #sidebar .clients #eyrolles a,.clients #eyrolles a {
  display: block;
  width: 150px;
  height: 32px;
  background: url(/assets/45/client-izibook-eyrolles-hover.jpg) no-repeat top left;
}
.normal #sidebar .clients #eyrolles a:hover,.clients #eyrolles a:hover {
  background: url(/assets/44/client-izibook-eyrolles.jpg) no-repeat top left;
}
.normal #sidebar .clients #didactibook,.clients #didactibook {
  top: -10px;
  left: 0px;
  border: 1px solid #eee;
  padding: 5px;
}
.normal #sidebar .clients #didactibook .logo,.clients #didactibook .logo {
  display: block;
  text-indent: -9999px;
}
.normal #sidebar .clients #didactibook .announce,.clients #didactibook .announce {
  display: block;
  width: 150px;
  font-size: 10px;
  text-align: center;
}
.normal #sidebar .clients #didactibook .first-column,.clients #didactibook .first-column {
  float: left;
  border-right: 1px solid #eee;
  padding-right: 15px;
}
.normal #sidebar .clients #didactibook .link-to-youtube,.clients #didactibook .link-to-youtube {
  text-align: center;
}
.normal #sidebar .clients #didactibook .link-to-youtube span,.clients #didactibook .link-to-youtube span {
  display: block;
}
.normal #sidebar .clients #didactibook .logo a,.clients #didactibook .logo a {
  display: block;
  width: 150px;
  height: 32px;
  margin-top: 8px;
  background: url(/assets/49/client-izibook-didactibook-hover.jpg) no-repeat top left;
}
.normal #sidebar .clients #didactibook .clear,.clients #didactibook .clear {
  height: 1px
}
.normal #sidebar .clients #didactibook .video,.clients #didactibook .video {
  margin-top: 15px;
  font-weight: bold;
}
.normal #sidebar .clients #didactibook .logo a:hover,.clients #didactibook .logo a:hover {
  background: url(/assets/48/client-izibook-didactibook.jpg) no-repeat top left;
}
.link-to-youtube a {
  display: block;
  background: url(/assets/52/youtube.png) no-repeat top left;
  text-indent: -9999px;
  width: 67px;
  height: 29px;
  margin-left: 180px;
}
.normal #sidebar .clients #pug,.clients #pug {
  top: -20px;
  right: -195px;
  text-indent: -9999px;
  width: 45px;
}
.normal #sidebar .clients #pug a,.clients #pug a {
  display: block;
  width: 45px;
  height: 52px;
  background: url(/assets/47/client-izibook-pug-hover.jpg) no-repeat top left;
}
.normal #sidebar .clients #pug a:hover,.clients #pug a:hover {
  background: url(/assets/46/client-izibook-pug.jpg) no-repeat top left;
}
.normal #sidebar .news {
  margin-top: 30px;
}
#izibook-vs-others-systems {
  margin-top: 30px;
}
#izibook-vs-others-systems h3 {
  text-align: center;
  padding: 0 !important;
  font-size: 18px;
  margin: 5px 0 0 0;
  color: #000;
}
#izibook-vs-others-systems .title {
  height: 35px !important;
  background: #ddd !important;
}
#izibook-vs-others-systems .more-margin-left {
  margin-left: 30px;
}
#izibook-vs-others-systems div.span-7 {
  height: 70px;
  background: #eee;
  margin-bottom: 15px;
  position: relative;
}
#izibook-vs-others-systems p {
  font-size: 11px;
  padding: 5px 10px 10px 10px;
  color: #000;
  text-align: left;
}
#izibook-vs-others-systems .more-margin-left p {
  color: #555 !important;
}
#izibook-vs-others-systems .versus {
  position: absolute;
  top: 30px;
  right: -46px;
  z-index: 1;
}
#news h3 {
  font-family: "Trebuchet MS";
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0;
}
#news p.resume {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
#news .entry {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.form {
  margin: 15px 0 0 0;
  background: #DBEFF5;
  padding: 15px 15px 0 15px;
}
.form h3 {
  margin: 0 0 10px 0;
  padding: 5px;
  background: #7DB7CB;
  font-size: 13px;
  color: #fff;
  font-family: "Trebuchet MS";
  text-shadow: none;
}
.form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.form fieldset legend {
  display: none;
}
.form label {
  display: block;
  margin: 0 0 3px 0;
  font-size: 14px !important;
}
.form p {
  margin: 0 0 15px 0;
}
.form input {
  font-size: 13px;
  padding: 5px;
  margin: 0 !important;
}
.form textarea {
  height: 100px;
}
.form p.submit {
  text-align: right !important;
}
.form p.span-7 {
  float: left;
}
.form span.error {
  border: 0 !important;
  padding: 2px !important;
  background: none !important;
  color: #FF3300;
  font-weight: normal;
  font-size: 11px;
}
.form .required {
  color: #FF3300;
  font-weight: normal;
}
.need-contact {
  margin-top: 15px;
  font-size: 12px;
  line-height: 15px;
  background: #FFFFCC;
  padding: 5px;
  margin: 15px 0;
  text-align: center !important;
  color: #333;
}
#sitemap ul li {
  margin: 15px 0 15px 15px;
}
h3 {
  color: #C5833E;
}
.rich-text h4 {
  color: #666666;
  font-family: "Trebuchet MS",Georgia;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding: 0;
}
.rich-text p {
  line-height: 17px;
}
.rich-text ul li {
  line-height: 17px;
}
.rich-text p.top,p.top {
  text-align: right !important;
  padding-top: 10px;
  clear: both;
}
.rich-text p.top a,p.top a {
  font-size: 10px;
  color: #FF9900 !important;
}
#shadowbox_container {
  z-index: 10000 !important;
}
body .cgv p {
  font-size: 11px !important;
  line-height: 13px !important;
}
body .cgv ul {
  list-style: square !important;
}
body .cgv ul li {
  margin-left: 25px !important;
}
.epicenter {
  margin-top: 30px;
  padding: 5px;
  background: #DBEFF5;
  width: 548px;
  margin-left: 15px;
  height: 1%;
  zoom: 1;
  position: relative;
}
.epicenter h2 {
  font-size: 24px !important;
  margin: 15px 0 0 0 !important;
  line-height: 18px !important;
  border-bottom: 1px solid #BFD4DB;
  padding-bottom: 5px;
  text-align: center !important;
}
.epicenter p.resume {
  font-size: 13px !important;
  margin-top: 5px !important;
  text-align: center !important;
}
.epicenter .plans {
  margin-top: 30px;
}
.epicenter .plans div {
  padding: 0 15px;
  text-align: center;
  background: url(/assets/56/background-epicenter.png) no-repeat top left;
  height: 150px;
}
.epicenter .plans span {
  display: block;
  margin-top: 5px;
  color: #111;
}
.epicenter .plans span strong {
  color: #fff;
  font-size: 13px !important;
}
.epicenter .plans div a {
  font-size: 28px;
  display: block;
  margin-top: 15px;
  text-decoration: none;
  color: #fff !important;
}
.epicenter .plans div a.highlight {
  font-size: 10px;
  margin: 0;
  display: inline;
  padding: 0 2px;
  color: #000 !important;
  font-weight: bold !important;
  text-decoration: underline;
  background: none !important;
}
.epicenter .plans div a.highlight:hover {
  text-decoration: underline;
}
.epicenter .plans div p.align-center {
  border: 0;
  padding: 0;
  margin-top: -5px;
}
p.reseller {
  text-align: center !important;
  background: #C5D9DE;
  padding: 5px;
}
p.reseller a {
  text-decoration: none;
}
p.reseller a:hover {
  text-decoration: underline;
}
.epicenter .plans div.izibook-pro a {
  margin-bottom: 24px;
}
.epicenter .plans div p {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  font-size: 10px;
  color: #000;
  text-align: center !important;
}
.epicenter .span-6 {
  width: 240px;
  margin-right: 0;
}
.epicenter .plans div.clear {
  padding: 0 !important;
  background: none !important;
  height: 1px !important;
}
#advantages .span-9 {
  margin-bottom: 15px;
}
#advantages h3 {
  color: #333333;
  font-size: 28px;
  margin: 0;
  padding: 5px;
  position: relative;
  text-align: center;
}
#advantages h3 span {
  background: url(/images/izibook/checkmark.png) no-repeat top left;
  display: block;
  height: 40px;
  width: 45px;
  position: absolute;
  top: -5px;
  left: 100px;
}
.new-homepage .clients {
  margin-top: 3px;
}
.epicenter .relative {
  position: relative;
}
.epicenter .bottom-right {
  position: absolute;
  bottom: 8px;
  right: 30px;
}
.epicenter p.bottom-right a.highlight {
  text-transform: uppercase;
  color: #333 !important;
  font-weight: bold;
}
/* =news :news about functionalities */
#news {
  margin-top: 15px;
}
#news .item p {
  font-size: 11px;
  line-height: 13px;
}
#news .item p.date {
  color: #666;
  font-size: 10px;
  line-height: 11px;
}
/* eof news */
/* =full-article */
.full-article .resume {
  margin-top: 15px;
  font-size: 12px;
  line-height: 15px;
  background: #DBEFF5;
  padding: 5px;
  margin: 15px 0;
  text-align: left;
  color: #244B59;
}
.full-article p {
  margin: 5px 0;
}
.full-article p small {
  font-size: 10px;
}
.full-article ul {
  margin: 5px 0;
  list-style: square;
}
.full-article ul li {
  margin: 10px 5px 5px 25px;
  line-height: 15px;
}
/* eof full-article */
p.facebook {
  padding: 10px 0 5px 0;
  border-top: 1px solid #eee;
  margin-top: 5px;
}
p.facebook a {
  background: url(/assets/60/izibook-on-facebook.png) no-repeat center right;
  padding: 5px 25px 5px 0px;
}
.special-launch {
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: -34px;
  left: -27px;
  background: url(/assets/61/rounded-patch.png) no-repeat center right;
  width: 88px;
  height: 87px;
  z-index: 999;
  zoom: 1;
}
.special-salon-du-livre {
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: -34px;
  left: -27px;
  /*background: url(/assets/76/rounded-patch-salon-du-livre.png) no-repeat center right;*/
  background: url(/assets/115/zero-commission.png) no-repeat center right;
  width: 88px;
  height: 87px;
  z-index: 999;
  zoom: 1;
}
.epicenter .izibook-store {
  position: relative;
}
#m-editer {
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  text-indent: -9999px;
}
#m-editer a {
  display: block;
  width: 137px;
  height: 34px;
  background: url(/assets/62/logo_mediter.gif) no-repeat top left;
}
#m-editer a:hover {
  background: url(/assets/63/logo_mediter_hover.gif) no-repeat top left;
}
#cilf {
  text-align: center;
  margin-top: 10px;
  margin-left: 190px;
  text-indent: -9999px;
}
#cilf a {
  display: block;
  width: 56px;
  height: 52px;
  background: url(/assets/64/client-izibookstore-cilf.gif) no-repeat top left;
}
#cilf a:hover {
  background: url(/assets/65/client-izibookstore-cilf-hover.gif) no-repeat top left;
}
#supplement-ame {
  text-align: center;
  margin-top: 0px;
  margin-left: 20px;
  text-indent: -9999px;
}
#supplement-ame a {
  display: block;
  width: 130px;
  height: 71px;
  background: url(/assets/66/client-izibookstore-supplement-ame.gif) no-repeat top left;
}
#supplement-ame a:hover {
  background: url(/assets/67/client-izibookstore-supplement-ame-hover.gif) no-repeat top left;
}
#references {
  margin-top: 15px;
}
.reference {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.reference h3 a {
  text-decoration: none;
}
.reference h3 {
  text-transform: none !important;
  margin-top: 0;
  border: 0 !important;
}
.reference .content {
  font-size: 10px;
  padding-left: 5px;
  border-left: 1px solid #eee;
}
#references .reference .quote p {
  font-style: italic;
  text-align: left;
}
#references h3.cufon {
  margin-bottom: 10px;
  border-bottom: 1px dotted #C5833E;
  text-transform: uppercase;
}
.border-right {
  padding-right: 5px;
  border-right: 1px solid #eee;
}
.client {
}
.client p {
  margin: 0;
}
.clients p.all-clients {
  font-size: 12px;
}
.client .clear,.clients .separation {
  height: 1px
}
.movie #didactibook {
  top: 0px;
  left: 0px;
  border: 1px solid #eee;
  padding: 5px;
}
.movie #didactibook .logo {
  display: block;
  text-indent: -9999px;
}
.movie #didactibook .first-column {
  float: left;
  border-right: 1px solid #eee;
  padding-right: 15px;
}
.movie #didactibook .link-to-youtube {
  text-align: center;
}
.movie #didactibook .link-to-youtube span {
  display: block;
}
.movie #didactibook .logo a {
  display: block;
  width: 150px;
  height: 32px;
  margin-top: 8px;
  background: url(/assets/93/movie.jpg) no-repeat top left;
}
.movie #didactibook .clear {
  height: 1px
}
.movie #didactibook .video {
  margin-top: 15px;
  font-weight: bold;
}
.movie #didactibook .logo a:hover {
  background: url(/assets/93/movie.jpg) no-repeat top left;
}
#video .link-to-youtube a {
  display: block;
  background: url(/assets/54/youtube.png) no-repeat top left;
  text-indent: -9999px;
  width: 67px;
  height: 29px;
  margin-left: 180px;
}
#video {
  border: 1px solid #EEEEEE;
  left: 0;
  padding: 5px;
  top: 0;
  background: #f8f8f8;
}
#video .first-column {
  border-right: 1px solid #EEEEEE;
  float: left;
  padding-right: 15px;
  margin-right: 5px;
}
#video .first-column img {
  border: 1px solid #eee;
  padding: 2px
}
#video .link-to-youtube {
  text-align: center;
}
#video .link-to-youtube {
  margin-top: 15px !important;
}
#video span {
  display: block;
  font-size: 14px;
  text-align: center;
  border: 0;
}
/* carousel */
.product-preview {
  padding: 2px;
  border: 1px solid #eee;
}
.aka-block {
  padding-right: 5px;
}
/* eof carousel */
.carousel {
  overflow: hidden;
}
.carousel .middle {
  overflow: auto;
  height: 250px;
}
.sliderize {
  height: 190px;
}
.sliderize .inner {
  width: 10000px;
}
.scroller-1,.scroller-1 .slide {
  overflow: hidden;
  position: relative;
  width: 400px;
  z-index: 1;
}
.sliderize .slide {
  float: left;
}
.sliderize .slide .span-11 {
  margin: 0 10px;
}
.scroller-1 .slide .span-11 {
  margin: 0;
}
.tab .controls {
  display: none;
}
.tab-size-1 .controls {
  width: 340px;
}

