body {
    text-align: left;
    width: 900px;
    margin: 0px auto;
    padding: 0;
    background: url( /images/background.gif ) repeat-y center top;
    background-color: #DDDDDD;
}

img {
    border: 0;
}

body, p, ol, ul, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    position: relative;
}

html, body {
    height: 100%;
}

#title {
    height: 160px;
    margin: 0 0 0 -1px;
    padding: 0;
    text-align: center;
    background: url( /images/logo.jpg ) no-repeat left top;
}

#title h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 40px;
    display: none;
}

#title a {
    position: absolute;
    left: 80px;
    top: 50px;
}

#cartlink {
    position: absolute;
    right: 0px;
    top: 110px;
    background-color: #040148;
    padding: 2px 35px 2px 5px;
}
#cartlink a {
    color: white;
    font-weight: bold;
    text-decoration:none;
    
}

.environment {
    position: absolute;
    left: 110px;
    top: 105px;
    padding: 5px;
    border: 3px solid #0c5b28;
    color: #0c5b28;
    font-size: 18px;
    font-weight: bold;
    background-color: #d6fad5;
}
#production {
    border: 3px solid #970808;
    color: #970808;
    background-color: #e5c2c2;
}

.warning {
    font-weight: bold;
    color: red;
    padding: 5px 5px 5px 210px;
}
a {
    color: #000;
}

a:visited {
    color: #444;
}

a:hover {
}

#navigation {
    position: absolute;
    top: 135px;
    right: 30px;
    height: 31px;
}

#navigation ul {
    position: relative;
    margin: 0;
    padding: 10px 0 5px 5px;
    list-style-type: none;
}

#navigation li {
    float: left;
    margin: 0px 1px 0px 1px;
    padding: 0 0 0 5px;
    height: 20px;
}

#navigation a {
    margin: 0;
    padding: 0px 10px 8px 6px;
    height: 20px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

ul.menu {
    list-style: none;
    border: none;
    text-align: left;
    padding: 0 0 0 15px;
    margin: 5px 0px 1px 0px;
}

ul.menu li {
    margin: 0 0 0 0.5em;
    padding: 1px 0 1px 0;
}

li.expanded {
    list-style-type: circle;
    list-style-image: url( /images/menu-expanded.png );
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li.collapsed {
    list-style-type: disc;
    list-style-image: url( /images/menu-collapsed.png );
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li.leaf {
    list-style-type: square;
    list-style-image: url( /images/menu-leaf.png );
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

.menu li a {
    color: #030147;
}

.menu li a:visited {
    color: #030147;
}

.menu li a:hover {
}

#content {
    border-left: 1px solid gray;
    padding: 1em;
    margin: 0px 0px -4em 200px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.footer, .push {
    height: 4em; /* .push must be the same height as .footer */
}

#content img {
    border: 1px #aaa solid;
    padding: 2px
}

#leftnav {
    float: left;
    width: 195px;
    margin: 0;
    padding: 0;
}

h2#products {
    margin: 5px 0 0 10px;
    padding: 0 0 3px 0;
    color: #030147;
    border-bottom: 2px solid #151197;
}

h2 {
    margin: 5px 0 10px 0px;
    padding: 0 0 3px 10px;
    color: #030147;
    border-bottom: 2px solid #151197;
}
.pageMessage {
    border: 1px solid #ddd;
    background-color: #eee;
    color: #555;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

table.rowdata {
    border-collapse: collapse;
}

table.rowdata .even {
    background-color: #F7F9FE;
}

table.rowdata td {
    padding: 2px;
}

table.rowdata th {
    background-color: #DCE2F8;
    border-bottom: 1px solid #151197;
    border-top: 1px solid #151197;
}

table.rowdata .field {
    border-left: 1px dashed white;
    border-right: 1px dashed white;
}

table.products .addToCart td {
    border-bottom: 1px solid #151197;
}

table.products .price {
    font-size: 16px;
    font-weight: bold;
    text-align:right;
    padding: 0 0 0 5px;
}

table.cart .price {
    font-weight: bold;
    text-align:right;
    padding: 2px;
}

table.cart .total td {
    font-weight: bold;
    text-align:right;
    padding: 5px 5px 0 5px;;
    font-size: 16px
}
table.cart .shipping td {
    border-top: 1px solid #151197;
}

#cartButtons {
    margin: 20px 0px 0 0;
    text-align: right;
}
#cartButtons .button {
    background-color:#f5f5f5;
    border:1px solid #bbb;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size: 14px;
    line-height:18px;
    text-decoration:none;
    cursor:pointer;
    cursor: hand;
    padding:4px 8px 5px 5px;
}
#cartButtons #calculate {
    margin-right: 5px;
}
#cartButtons #buy {
    font-weight: bold;
    background-color: #ebffe8;
}

#conditionVente {
    font-size: 10px;
}

.legal p {
    font-size: 11px;
}

label {
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-weight: bold;
}

.footer {
    font-size: 10px;
    margin-top: 50px;
    padding: 5px 20px 10px 10px;
    border-top: 1px solid #bbb;
    text-align: right;
    color: #555;
}
