/* ---------------------------------------------------------------------------------------
| CSS : for the Table display gui
|
*/

/*
| Header
|
*/

.header {
    font-style: italic;
    font-size: smaller;
    position: relative;
    top: -10px;
}

h1 {
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
    padding: 5px;
}

/*
| Description display
|
*/

#myDescription img {
    border: 0;
    vertical-align:middle;
}

#myDescription hr {
    visibility: hidden;
    clear: both;
}

.descriptionToolbar {
    padding: 0;
    margin: 0;
    width:80%;
    background: #E6EAE9;
}
.descriptionToolbar a {
    margin-left: 20px;
    font-size: larger;
    color: #555555;
    position:relative;
    top:5px;
}
.descriptionToolbar a:hover {
    font-weight: bolder;
    text-decoration:none;
}

.descriptionText {
    float: right;
    width: 300px;
    margin-right: 1em;
    margin-bottom: 15px;
    text-align: justify;
}

.descriptionText span {
    color: #555555;
}

.descriptionText h1 {
    font-size: 125%;
    font-weight: bold;
    border: 0;
    margin-bottom: 0.5em;
    padding: 0; /*text-decoration: underline;*/
}

/*
| Table display
|
*/

#mytable {
    width: 100%;
    padding: 0;
    margin: 0;

    font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    background: #E6EAE9;
}

#mytable caption {
    padding: 0 0 5px 0;
    font-style: italic;
    text-align: right;
}

#mytable th {
    font-weight: bold;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA no-repeat;
}

#mytable td {
    border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 2px;
    color: #4f6b72;
}

#mytable td.alt {
    background: #F5FAFA;
    color: #797268;
}

img.rowIcon {
    width: 30px;
    height: 30px;

    border: 0;
    margin: 0;
    padding: 0;
}

a.cartAddButton {
    float: right;
    top: 0.5em;
    margin-left: 0.5em;
}

.price {
    text-align: right;
}

.reference {
    text-align: right;
}

/*
| Legend display
|
*/

#legendContainer {
    border-top: solid 1px #DBDFF1;
    margin-top: 1em;
    padding-top: 0.5em;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*
#legendContainer div {
    font-style:italic;
    font-size:smaller;
    text-decoration:underline;
}
*/

#legendContainer ul {
    margin: 0;
    padding: 0;
    margin-left: 1em;
}

#legendContainer li {
    display: inline;
    list-style-type: none;
    padding-right: 2em;
}

#legendContainer span {
    font-size: smaller;
}

/*
| Boite de dialogue
|
*/

/*
#boxImg {
    width: 604px;
    height: 324px;
    padding:12px;
}
*/

