/* 
    Document   : moto85
    Created on : 29 avr. 2009, 18:54:10
    Author     : herve
    Description:
        Purpose of the stylesheet follows.
*/

/* Global background
-----------------------------------------------------------------------------*/
#WebApp {
    background-image: url('../images/interface/main-background.jpg') !important;
    background-repeat: repeat-x !important;
    background-position: top left !important;
    background-color: #f8f6f4;
}

#waAsyncpage, #waAsyncseller, #waAsyncdetail {
    background-color: #ffffff;
}

/* General
-----------------------------------------------------------------------------*/
.clear{
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

a {
    color: #d50000;
    text-decoration: underline;
}

/* Information and error message */
#WebApp .msg, #WebApp .err {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

#WebApp .msg {
    background-color: #009933;
    color: #FFFFFF;
}

#WebApp .err {
    background-color: #db0000;
    color: #FFFFFF;
}

/* Block with squared border */
.iBlockSquare {
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    color: #000000;
    margin: 9px 9px 0 9px;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
}

.iBlockSquare p {
    margin: 0;
    padding: 0;
}

/* Contains a link to go back in the navigation */
p.linkback {
    background-image: url('../images/interface/arrow-left.gif');
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding: 0 0 0 25px;
}

p.linkback a {
    font-size: 12px;
    color: #272727;
    text-decoration: none;
}

p.loader {
    background-image: url('../images/interface/spinner.gif');
}

/* Text with a chart pict in background */
p.charts {
    background-image: url('../images/interface/pict-charts.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 40px;
    min-height: 24px;
}

/* Header
-----------------------------------------------------------------------------*/
/* Top bar */
.iBar, #iHeader {
    background-color: #fe0000;
}

.iBlock h1 {
    color: #000000;
}

/* H2 titlebar */
#WebApp .iLayer h2.titlebar {
    background-image: url('../images/interface/titlebar-background.gif');
    background-repeat: repeat-x;
    background-position: top left;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    text-shadow: 0;
}

/* Main logo */
.mainLogo {
    text-align: center;
}

/* Buttons */
#waBackButton, #waHomeButton, #waLeftButton, #waRightButton, .iButton, .iLeftButton, .iRightButton {
    max-width: 25%;
}


/* Main menu
-----------------------------------------------------------------------------*/
.iMenu ul.iArrow li:not(.iMore) a:not(.iSide) {
    padding: 0;
}

.iMenu ul.iArrow li span {
    color: #000000;
    float: left;
    margin: 10px 0 0 10px;
    font-weight: bold;
}

.iMenu ul.iArrow li img {
    margin: 0;
}

/* Footer
-----------------------------------------------------------------------------*/
.iFooter {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
}

.iFooter p {
    margin: 1px 0 2px 0;
}

/* Forms
-----------------------------------------------------------------------------*/
/* Input text */
.iPanel label + input[type] {
    padding-left: 110px;
}

/* Submit buttons */
p.customSubmit {
    background-image: url('../images/interface/chevron.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    font-weight: bold;
    cursor: pointer;
    background-color: #cccccc;
    color: #000000;
}

p.customSubmit.loader {
    background-image: url('../images/interface/spinner.gif');
}

submitbutton {
    background-image: url('../images/interface/chevron.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    font-weight: bold;
    cursor: pointer;
    background-color: #cccccc;
    color: #000000;
}

submitbutton.loader {
    background-image: url('../images/interface/spinner.gif');
}

/* End submit buttons */

form.invisible {
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.iPanel legend {
    color: #000000;
}

/* Ads search
-----------------------------------------------------------------------------*/
/* Text block */
p.buddy {
    background-image: url('../images/interface/pict-buddy.gif');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 10px 20px 10px 45px;
}

/* Sort criteria list */
ul.listSort {
    margin: 0;
    padding: 0;
    height: 29px;
    color: #333;
    font-size: 12px;
    background-color: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
}

ul.listSort li {
    float: left;
    height: 21px;
    margin: 0;
    padding: 8px 5px 0 7px;
}

ul.listSort li.criteria {
    padding: 8px 20px 0 6px;
    border-left: 1px solid #e1e1e1;
    background-image: url('../images/interface/arrows-sort-neutral.gif');
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

ul.listSort li.asc {
    background-image: url('../images/interface/arrows-sort-up.gif');
}

ul.listSort li.desc {
    background-image: url('../images/interface/arrows-sort-down.gif');
}
/* End sort criteria */

/* Ads list
-----------------------------------------------------------------------------*/
.iList ul.bikeList li {
    line-height: inherit;
    color: #272727;
    font-size: 16px;
    font-weight: normal;
    height: 46px;
}

.iList ul.bikeList li em {
    overflow: visible;
    white-space: normal;
}

.iList ul.bikeList li small {
    font-size: 12px;
}

.iList li.iMore {
    background-image: url('../images/interface/imore-background.gif');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #fff;
    font-size: 16px;
    height: 20px;
    padding: 20px 0 0 0;
}

.iList li.iMore a {
    color: #666;
    text-decoration: none;
}

/* Ads detail
-----------------------------------------------------------------------------*/

/* Pagination */
ul.pagination {
    margin: 9px 9px 0 9px;
    padding: 0;
    list-style: none;
    height: 30px;
    border-top: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 1px solid;
    border-right: #e1e1e1 1px solid;
    border-left: #e1e1e1 1px solid;
    font-size: 12px;
    font-weight: bold;
}

ul.pagination li {
    width: 50%;
    height: 23px;
    margin: 0 0 0 -1px;
    padding: 7px 0 0 0;
    text-align: center;
}

ul.pagination li.left {
    float: left;
    background-image: url('../images/interface/arrow-left.gif');
    background-repeat: no-repeat;
    background-position: 2% 50%;
    padding: 7px 0 0 4%;
    width: 46%;
}

ul.pagination li.right {
    float: right;
    background-image: url('../images/interface/arrow-right.gif');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    border-left: #e1e1e1 1px solid;
    padding: 7px 3% 0 0;
    width: 47%;
}

ul.pagination li.loader {
    background-image: url('../images/interface/spinner.gif');
}

ul.pagination li a {
    color: #262626;
    text-decoration: none;
}
/* End pagination */

/* Pictures */
div.pictures ul {
    height: 41px;
    list-style: none;
    margin: 9px 0 0 2px;
    padding: 0;
}

div.pictures ul li {
    border: 1px solid #e1e1e1;
    width: 52px;
    height: 39px;
    margin: 0 6px 0 0;
    float: left;
}

div.pictures ul li.selected {
    border: 1px solid #d60000;
}

div.pictures {
    margin: 9px 9px 0 9px;
}

div.pictures p {
    margin: 0;
}

div.pictures img#bigPicture {
    width: 100%;
}
/* End pictures */

/* Features */
div.features {
    margin: 9px 9px 0 9px;
    padding: 0;
}

div.features table {
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    text-align: left;
    font-size: 14px;
    color: #333333;
    width: 100%;
}

div.features table td {
    border-bottom: 1px solid #e1e1e1;
    padding: 3px 3px 3px 3px;
    vertical-align: text-top;
    width: 50%;
}

div.features table tr.odd td {
    background-color: #f4f4f4;
}

div.features table tr.even td {
    background-color: #ffffff;
}

div.features table strong {
    font-weight: normal;
    color: #000000;
}

div.features table em {
    font-size: 16px;
    font-weight: bold;
    color: #c10000;
    font-style: normal;
}

dl.description {
    margin: 9px 9px 0 9px;
    padding: 0;
    text-align: left;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}

dl.description dt {
    margin: 0;
    padding: 3px 0 3px 1%;
    font-weight: bold;
}

dl.description dd {
    margin: 0;
    padding: 3px 0 3px 1%;
}
/* End features */

/* Actions */
ul.actions {
    margin: 9px 9px 0 9px;
    padding: 0;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    font-size: 12px;
    color: #272727;
}

ul.actions li {
    list-style: none;
    border-bottom: 1px solid #e1e1e1;
    background-repeat: no-repeat;
    background-position: 1% 50%;
    height: 40px;
    width: 33%;
    float: left;
    margin: 0;
    padding: 7px 2% 0 15%;
}

ul.actions li.left {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

ul.actions li.right {
    border-right: 1px solid #e1e1e1;
    margin: 0 0 0 -3px;
}

ul.actions li.chat {
    background-image: url('../images/interface/pict-chat.gif');
}

ul.actions li.phone {
    background-image: url('../images/interface/pict-phone.gif');
}

ul.actions li.mail {
    background-image: url('../images/interface/pict-mail.gif');
}

ul.actions li.map {
    background-image: url('../images/interface/pict-map.gif');
}

ul.actions li a {
    color: #272727;
    text-decoration: none;
}
/* End actions */


