/*******************************************************************************
@copyright Copyright (c) 2008, lewebconcret.ch <www.lewebconcret.ch>
@author jose malvarez <jose@lewebconcret.ch>
@package print.css
********************************************************************************
Fichier            : print.css
Description        : feuille de styles
Date               : 29 sept. 08
*******************************************************************************/
/*******************************************************************************
        page
*******************************************************************************/

html                                                    {       margin: 0em; padding: 0; }
body                                                    {       margin: 0em; padding: 0; font-size: 14px; width: 100%; text-overflow: ellipsis; font-family: "Lucida grande", Geneva, Arial, Verdana, serif; }

div.component#footer,
div.component#banner,
div.component#menu,
div.component#messages,
#pagename,
#objet div.photos #photo img.noImage,
div.button a,
embed,
object,
#objet div.photos #photo,
#objet div.photos #thumbs #objet_image_07,
#objet div.photos #thumbs #objet_image_08,
#objet div.photos #thumbs #objet_image_09,
dl.table_display dd#price,
dl.table_display dt#price,
div.component#logo                                      {       display: none !important; }

table.table_display                                     {       width: 60em; margin: 0em 0; padding: 0; }
table.table_display td                                  {       vertical-align: top; padding: .5em; border-top: 1px solid #ddd; margin: .5em;}

table.table_display td.dt                               {       width: 18em; font-weight: bold; text-transform: lowercase; }
table.table_display td.dt:FIRST-LETTER                  {       text-transform : uppercase;}

table.table_display td.dd                               {       width: 38em; padding-left: 2em; }
table.table_display td.ddPrice                          {       width: 38em; font-weight: bold; }

div.component#noustrouverDetail                         {       clear: both; text-align: center; margin-top: 14em; padding-top: 7em;}

#objet ul.fieldContents                                 {       margin-left: 0em !important; padding-left: 0em !important; }
#objet ul.fieldContents li                              {       list-style-image: url("/img/puce.png"); list-style-type: circle; vertical-align: middle;}

#objet ul.fieldContentsNoImg                            {       margin-left: -1.5em !important; padding: 0em !important; }
#objet ul.fieldContentsNoImg li                         {       list-style-type: none; vertical-align: middle; }

#objet div.data dl.table_display dd                     {       width: 40em; }

#objet h1                                               {       color: #000; font-weight: bold; font-size: 1.2em; text-align: left; padding: 1.5em 0em 1.5em 0em; text-transform: uppercase; letter-spacing: 1px; text-decoration: none;}
#objet h1 span.ref                                      {       }
#objet h1 span.ref:before                               {       content: ""; }
#objet h1 span.ref:after                                {       content: ""; }
#objet h1 span.place                                    {       padding-left: 0em; }

#objet h1 div.price                                     {       text-align: left; font-size: 1em; font-weight: bold; color: blue; margin-right: 3em; margin-top: 1em; padding: 0;}
#objet h1 div.logo                                      {       float: right; margin: -2em 2em 0em 2em; vertical-align: middle; }

div.stars                                               {       width: 100%; text-align: left; padding-left: 0em; margin-left: 0; }
div.stars ul.stars                                      {       display: inline; height: 2.25em; margin-left: 0; padding-left: 0; }
div.stars ul.stars li img                               {       width: 27px !important; padding: 0; margin: 0; height: 26px; }
div.stars ul.stars li.star                              {       height: 2.25em; width: 2.1666666em; display: inline; list-style-type: none; padding: 0; margin: 0; background-color: #c9ab50;}
div.stars ul.stars li.noStar                            {       height: 2.25em; width: 2.1666666em; display: inline; list-style-type: none; padding: 0; margin: 0; background-color: silver;}
div.stars ul.stars li.noStar img                        {       display: none; }

#objet div.photos                                       {       text-align: center; margin: 0 auto;}
#objet div.photos #thumbs                               {       padding: 0; margin: 0 auto;}
#objet div.photos #thumbs img.thumb                     {       padding: 0.5em; margin: 0.5em; width: 20.5em; border: 1px solid silver;}

#objet div.photos #photo                                {       float: left; }
#objet div.photos #photo img                            {       width: 20em; margin-top: 0.5em; -webkit-box-shadow: 0px 0px 6px #999; }

#objet div.data                                         {       float: left; margin-top: 2em; border-bottom: 1px solid #ddd; }


/*******************************************************************************
* MODIFICATIONS
* *************
* Date       Auteur Description
* ---------- ------ ------------------------------------------------------------
* 29 sept. 08    jom    Creation du fichier
* *****************************************************************************/
