﻿
/*page de details*/
#details
{
    color: dimgray;
     font-size:9pt;
}
#details span
{
    display:block;
    margin:0px 0px 5px 0px;
    }

   
/*police et couleurs*/
#details .title
{
    
     color: #151515;
     font-weight:bold;
     font-size:10pt; 
}
#details .description
{
   margin-bottom:10px;
    color: dimgray;
    font-size:9pt;
}
#details .format
{
   margin-bottom:20px;
    color: dimgray;
    font-size:9pt;
   
}
#details .price
{
   display:inline;
    color: darkred;
    font-weight:bold;
    font-size:9pt;
}
#details .oldprice
{
    color: dimgray;
    font-size: 9pt;
    text-decoration: line-through;
}

/*tab*/
.ajax__tab_eli .ajax__tab_header {
    font-family:verdana;
    font-size:11px;
    color: black;
     background:
       url(images/tab/line.gif) 
        repeat-x 
        bottom;

        
}
.ajax__tab_eli .ajax__tab_outer
{
    margin-right: 10px;
    padding-right: 4px;
    background: url(images/tab/right.gif) no-repeat right bottom;
    height: 21px;
}
.ajax__tab_eli .ajax__tab_inner {
    padding-left:9px;
    background:
        url(images/tab/left.gif)
        no-repeat
        left
        bottom;  
}
.ajax__tab_eli .ajax__tab_tab {
    height:13px;
    padding:4px;
    margin:0;
    background:
        url(images/tab/tab.gif)
        repeat-x
        left bottom
        
        ;
         
}
.ajax__tab_eli .ajax__tab_hover .ajax__tab_outer {
    background:
         url(images/tab/righthover.gif) no-repeat right bottom;
}
.ajax__tab_eli .ajax__tab_hover .ajax__tab_inner {
    background:
        url(images/tab/lefthover.gif)
        no-repeat
        left
        bottom;  
}
.ajax__tab_eli .ajax__tab_hover .ajax__tab_tab {
     background:
        url(images/tab/tabhover.gif)
        repeat-x
        left bottom
        ;     
}
.ajax__tab_eli .ajax__tab_active .ajax__tab_outer {
    background:
       url(images/tab/rightactive.gif)
        no-repeat 
        right
        top;
         height:21px;
         
}
.ajax__tab_eli .ajax__tab_active .ajax__tab_inner {
    background:
        url(images/tab/leftactive.gif)
        no-repeat;
}
.ajax__tab_eli .ajax__tab_active .ajax__tab_tab {
    background:
         url(images/tab/tabactive.gif)
        repeat-x;
}
.ajax__tab_eli .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #5b1416;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
   /* min-height:170px;
    height:auto;*/
    
}

