/* Initial reset
---------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, blockquote, form, fieldset, legend {
    margin: 0;
    padding: 0;
    font: 100%/120% Arial, Helvetica, Verdana, sans-serif;
}

ol, ul {
    list-style: none;
}

fieldset, img {
    border: 0;
}

input, select, textarea {
    font-size: 100%;
}

/* General
---------------------------------------------------------- */
html {
    font-size: 100.01%;
}

body {
    font-size: 12px;
    color: #4d4d4d;
    background: #fff;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

a {
    color: #2a54ed;
    text-decoration: none;
}

a:hover {
    color: #2a7ded;
    text-decoration: underline;
}

p {
    line-height: 150%;
    padding-bottom: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Buttons
---------------------------------------------------------- */
.button-big {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: 0 1px 0 #ae0202;
    background: #fe0e0f;
    background: -moz-linear-gradient(top, #fe0e0f 0%, #ce0001 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fe0e0f), to(#ce0001));
    border: 1px solid #bf0001;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
    box-shadow: 0 1px 2px #a6a6a6;
    padding: 8px 20px 7px 20px;
    display: inline-block;
}

.button-big:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.button-rounded, .secondary-slider a {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
    background: #2d59f9;
    background: -moz-linear-gradient(top, #2d59f9 0%, #2548ca 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2d59f9), to(#2548ca));
    border: 1px solid #2447c8;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    padding: 5px 20px 5px 20px;
    display: inline-block;
}

.button-rounded:hover, .secondary-slider a:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

/* Header
---------------------------------------------------------- */
#header {
    background: #ffd700;
}

#header .wrapper {
    overflow: hidden;
    height: 100%;
}

h1 {
    float: left;
    background: url(/static/images/flyprint-logo.gif) no-repeat;
    margin: 23px 80px 0 16px;
}

h1 a {
    text-indent: -9000px;
    display: block;
    width: 261px;
    height: 67px;
    margin-bottom: 28px;
}

#header .phone {
    float: left;
    width: 320px;
    margin-top: 12px;
    text-align: center;
}

#header .our-phone {
    font-size: 13px;
    border: 1px solid #c7c8cf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f6f7fa;
    padding: 8px 12px 6px 12px;
    width: 274px;
    margin: 0 auto;
}

#header .our-phone strong {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

#header .phone .button-big {
    margin-top: 20px;
}

#header .login {
    font-size: 11px;
    float: right;
    border: 1px solid #c7c8cf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f6f7fa;
    padding: 8px 12px 6px 12px;
    margin-top: 12px;
    width: 214px;
}

#header .login p {
    padding-bottom: 8px;
}

#header .login strong.account {
    float: left;
    font-size: 12px;
}

#header .login a.disconnect {
    color: #e60203;
}

#header .login input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4d4d4d;
    border: 1px solid #dadce5;
    width: 200px;
    padding: 5px;
}

/* Bar
---------------------------------------------------------- */
#bar {
    overflow: hidden;
    height: 100%;
    background: #212121;
    margin-bottom: 20px;
}

#bar a {
    color: #ffd700;
}

#bar #language {
    float: right;
    overflow: hidden;
    height: 100%;
    background: #383838;
    border-left: 2px solid #4c4c4c;
    border-right: 2px solid #4c4c4c;
    margin-left: 30px;
    padding: 0 12px;
}

#bar #language img {
    padding: 10px 6px;
}

/* Navigation
---------------------------------------------------------- */
#navigation {
    position: absolute;
    z-index: 1500;
    border-left: 1px solid #424242;
}

#navigation ul li {
    float: left;
    border-right: 1px solid #424242;
    position: relative;
}

#navigation ul li a {
    display: block;
    text-decoration: none;
    line-height: 12px;
    padding: 10px 20px;
}

#navigation ul li a:hover {
    background: #424242;
}

/*#navigation ul li:hover ul {
    visibility: visible;
}*/

#navigation ul li ul {
    position: absolute;
    top: 32px;
    width: 180px;
    /*visibility: hidden;*/
    -moz-box-shadow: 2px 2px 2px #b7b7b7;
    -webkit-box-shadow: 2px 2px 2px #b7b7b7;
    box-shadow: 2px 2px 2px #b7b7b7;
}

#navigation ul li ul li a {
    background: #424242;
    padding: 10px;
    width: 160px;
}

#navigation ul li ul li a:hover {
    background: #525252;
}

#navigation ul li ul li:hover ul {
    /*visibility: visible;*/
    left: 180px;
    top: 0;
}

#navigation li .arrow {
    position: absolute;
    right: 8px;
    top: 12px;
}

/* Secondary navigation
---------------------------------------------------------- */
#secondary-navigation ul {
    float: right;
    overflow: hidden;
    height: 100%;
}

#secondary-navigation li {
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding: 10px 0 10px 30px
}

#secondary-navigation li a {
    color: #fff;
}

/* Contents
---------------------------------------------------------- */
#contents .wrapper {
    overflow: hidden;
    height: 100%;
}

/* Left sidebar
---------------------------------------------------------- */
#left-sidebar {
    float: left;
    width: 180px;
    margin-right: 20px;
}

/* Left navigation
---------------------------------------------------------- */
#left-navigation li h2 {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #fff;
    padding: 9px 10px 7px 10px;
    background: #0d2ba5;
}

#left-navigation li ul {
    background: #e0e1ef;
}

#left-navigation li ul li a {
    height: 100%; /* to avoid bug on IE6 */
    display: block;
    line-height: 12px;
    color: #4d4d4d;
    padding: 8px 10px 6px 10px;
    border-top: 1px dotted #9c9fac;
}

#left-navigation li ul li:first-child a {
    border-top: none;
}

#left-navigation li ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #1b42e2;
}

#left-navigation li ul li ul {
    background: #d2d2dd;
    border-top: 1px dotted #9c9fac;
}

#left-navigation li ul li ul li a {
    color: #626262;
    line-height: 12px;
    padding: 8px 10px 6px 16px;
    border-top: none;
}

#left-navigation li ul li ul li a:hover {
    background: #4f72fd;
}

/* Main content
---------------------------------------------------------- */
#main-content {
    float: left;
}

.sidebars {
    width: 520px;
}

.no-sidebars {
    width: 960px;
}

.left-sidebar {
    width: 760px;
}

.right-sidebar {
    width: 720px;
}

#main-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

#main-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0 2px 0;
}

#main-content h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0 2px 0;
}

#main-content h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0 2px 0;
}

#main-content ul {
    margin: 12px 0 24px 20px;
}

#main-content ol {
    margin: 12px 0 24px 24px;
}

#main-content ul li {
    list-style: disc;
    margin-bottom: 8px;
}

#main-content ol li {
    list-style: decimal;
    margin-bottom: 8px;
}

/* General table
---------------------------------------------------------- */
.data-table {
    border: 1px solid #dbdbdb;
    border-bottom: none;
    border-right: none;
    background: #fff;
    margin-bottom: 20px;
}

.data-table th {
    font-weight: bold;
    color: #3357d9;
    text-align: left;
    background: #e0e1ef;
    padding: 7px 4px 5px 4px;
    vertical-align: top;
    line-height: 18px;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.data-table td {
    padding: 7px 4px 5px 4px;
    vertical-align: top;
    line-height: 18px;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.data-table tr.even td {
    background: #efefef;
}

.data-table tfoot td {
    background: #eaebf5;
}

/* Generic
---------------------------------------------------------- */
div.more_product_infos {
    overflow: hidden;
    height: 100%;
}

div.option_price {
    float: left;
    width: 50%;
}

/* Main slider
---------------------------------------------------------- */
#main-slider {
    overflow: hidden;
    height: 307px;
    border: 1px solid #dadce5;
    background: #ecedf3;
    padding: 9px;
    margin-bottom: 24px;
    position: relative;
}

#main-slider ul {
    margin: 0;
}

#main-slider ul li {
    list-style: none;
    margin-bottom: 0;
}

#main-slider .prev-button {
    position: absolute;
    left: 19px;
    top: 129px;
}

#main-slider .next-button {
    position: absolute;
    right: 19px;
    top: 129px;
}

#main-slider .pagination {
    float: right;
    margin: 12px 12px 0 0;
}

#main-slider .pagination a {
    margin-left: 6px;
}

/* Order
---------------------------------------------------------- */
div#time_line {
    margin-bottom: 20px;
}

div#time_line table {
    width: 760px;
}

div#time_line td {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 190px;
    height: 50px;
    padding: 0;
    margin: 0;
}

div#time_line td.first_current {
    background: url(/static/images/time_first.png) no-repeat scroll 0 0 transparent;
}

div#time_line td.first {
    background: url(/static/images/time_first1.png) no-repeat scroll 0 0 transparent;
}

div#time_line td.midl_current {
    background: url(/static/images/time_midl.png) no-repeat scroll 0 0 transparent;
}

div#time_line td.midl {
    background: url(/static/images/time_midl1.png) no-repeat scroll 0 0 transparent;
}

div#time_line td.last_current {
    background: url(/static/images/time_last.png) no-repeat scroll 0 0 transparent;
}

div#time_line td.last {
    background: url(/static/images/time_last1.png) no-repeat scroll 0 0 transparent;
}

div#time_line td.first_current, div#time_line td.midl_current, div#time_line td.last_current {
    color: #fff;
}

.thead {
    background: #212121;
    color: #fff;
}

#jobs {
    margin-bottom: 12px;
}

#jobs .odd {
    background: #e6e6e6;
}

#jobs .even {
    background: #f0f0f0;
}

#jobs .job_concerns {
    padding: 6px 0 0 0
}

.separator {
    border-bottom: 2px solid #dbdbdb;
}

#end_line {
    background: #e0e1ef;
    margin: 12px 0;
    overflow: hidden;
    height: 100%;
    padding: 12px;
}

div.delivery_date {
    float: right;
    width: 70%;
}

#confirm_order {
    float: right;
    text-align: right;
    width: 30%;
}

ul.ok_files {
    background: url(/static/images/ok.png) no-repeat scroll 0 0 transparent;
}

ul.mid_ok_files {
    background: url(/static/images/mid_ok.png) no-repeat scroll 0 0 transparent;
}

ul.ko_files {
    background: url(/static/images/ko.png) no-repeat scroll 0 0 transparent;
}

ul.ok_files li {
    background-color: #00CC00;
}

ul.mid_ok_files li {
    background-color: orange;
}

ul.ko_files li {
    background-color: red;
}

ul.ok_files li, ul.mid_ok_files li, ul.ko_files li {
    color: white;
    float: left;
    font-weight: bolder;
    line-height: 3em;
    margin: 0.5em;
    text-align: center;
    width: 3em;
}

#main-content ul.ok_files li, #main-content ul.mid_ok_files li, #main-content  ul.ko_files li {
    list-style: none;
}

#main-content ul.ok_files, #main-content ul.mid_ok_files, #main-content ul.ko_files {
    background-position: 0 50%;
    float: none;
    height: 100%;
    margin: 5px;
    overflow-y: hidden;
    padding: 5px 5px 5px 80px;
}

div.picto_files {
    float: left;
}

div.picto_files li {
    font-weight: bolder;
}

div.warning_files {
    float: right;
    width: 50%;
}

div.picto_files {
    width: 50%;
}

div.picto_files, div.warning_files ul li {
    margin-bottom: 2em;
}

div.warning_img {
    background: #f4f4f4 url(/static/images/image_debord.gif) no-repeat left top;
    padding-left: 200px;
}

div.warning_img ul li {
    float: left;
    margin: 0.5em;
}

div.warning_img ul li img {
    margin-right: 1em;
    vertical-align: middle;
}

div.warning_img ul {
    float: none;
    height: 100%;
    overflow-y: hidden;
}

/* Products
---------------------------------------------------------- */
#products {
    overflow: hidden;
    height: 100%;
}

#products .column {
    float: left;
    width: 160px;
    margin-left: 20px;
    display: inline; /* to fix IE6 bug */
}

#products .column.first {
    margin-left: 0;
}

#products .product {
    overflow: hidden;
    height: 100%;
    min-height: 100px;
    margin-bottom: 14px;
}

#products .product img {
    float: left;
    padding: 0 8px 4px 0;
}

#products .product h3 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 2px;
    width: 120px;
}

#products .product p {
    clear: both;
    color: #626262;
    width: 160px;
}

/* Right sidebar
---------------------------------------------------------- */
#right-sidebar {
    float: left;
    width: 220px;
    margin-left: 20px;
    display: inline;
}

/* Secondary slider
---------------------------------------------------------- */
.secondary-slider  .slide {
    border: 1px solid #dadce5;
    background: #ecedf3;
    margin-bottom: 24px;
    font-size: 1.1em;
}

.secondary-slider .slide {
    padding: 12px;
}

.secondary-slider img {
    vertical-align: middle
}

/* Slides ---> THIS CODE CAN BE REMOVED IN CASE THE SLIDES ARE NOT MADE OF HTML
---------------------------------------------------------- */
.secondary-slider h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

.secondary-slider h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

.secondary-slider .slide a {
    margin: 18px 0 12px 0;
    text-align: center;
}

/* Footer
---------------------------------------------------------- */
#footer {
    font-size: 11px;
    color: #424242;
    background: #ffd700;
    margin-top: 48px;
    padding: 24px 0 12px 0;
}

/* Hidden contents
---------------------------------------------------------- */
.hidden {
    display: none;
}

div.bandeau {
    width: 100%;
    padding: 1em;
    background-color: #ff6600;
}

div.bandeau h2 {
    font-size: 3em;;
    font-weight: bold;
    margin: auto;
    width: 10em;
    color: #ffffff;
}
