/**
* Feuille de Style de la rubrique Cartes
*
* MagicCorporation WebSystem v6.0
* Gestionnaire de Contenu pour site Internet
* 
* @package      MC6
* @subpackage   cartes
* @author       Jean-Christophe Taisne <amonra@magiccorporation.com>
* @link         http://mc6.magiccorporation.com 
* @copyright    2000-2010 MagicCorporation
* @version      6.0 $Id: style.css 804 2009-07-01 11:20:56Z amonra $
*/

select.creature, select.capacite, select.type {
/*    font-size: 9px;*/
    width: 100%;
    height: 240px;
}

img.logo_edition {
    padding: 5px;
}

div.block_block {
    text-align: center;
}

.block_symboles li, .block_symboles ul {
    list-style: none;
    margin: 0;
    padding: 0;
        
}

.block_symboles span {
    float: right;
    vertical-align: middle;
}

.html_div_scan {
    float: left;
    text-align: center;
    width: 25%;
}

.block_illustrateur ul {
    list-style-position : outside;
    list-style-type: none;
    margin: 0;
    padding: 0;    
}

table.editions tbody {
    border: 1px solid #3C7AB4;    
}

.editions td, table.editions th {
    border: none !important;
    padding: 2px;    
}

table.editions thead tr {
    border-left: 1px solid #3C7AB4; 
    border-right: 1px solid #3C7AB4;
}  

/*.cartes_block_sortie p {
    float: left;
    width: 150px;
} */

.illustration img {
    width: 200px;                
}

.tablesorter th {
/*   background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.tablesorter th.sort_asc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.tablesorter th.sort_desc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.tablesorter th:hover {
color: silver;
}