table.tab_prices{
        width: 740px;
        padding: 0 0 5px 0;
        margin: 20px auto 10px auto;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-bottom: 5px solid #858f98;
}
table.tab_prices_bleu{
        padding: 0 0 5px 0;
        margin: 20px auto 10px auto;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-bottom: 5px solid #007bfb;
}


table.tab_prices th{
        color: #fff;
        border-bottom: 1px solid #ccc;
        text-transform: uppercase;
        text-align: left;
        padding: 5px 12px 4px 12px;
		background:url(/images/newsite/tabs/bg_header.jpg) repeat-x;
}
table.tab_prices_bleu th{
        color: #fff;
        border-bottom: 1px solid #ccc;
        text-transform: uppercase;
        text-align: left;
        padding: 5px 12px 4px 12px;
		background:url(/images/newsite/tabs/bg_header_blue.jpg) repeat-x;
}


table.tab_prices th.sortable,
table.tab_prices th.sortable-text,
table.tab_prices th.sortable-date,
table.tab_prices th.sortable-keep,
table.tab_prices th.sortable-date-dmy,
table.tab_prices th.sortable-numeric,
table.tab_prices th.sortable-currency,
table.tab_prices th.sortable-sortByTwelveHourTimestamp,
table.tab_prices th.sortable-sortIPAddress,
table.tab_prices th.sortable-sortEnglishLonghandDateFormat,
table.tab_prices th.sortable-sortScientificNotation,
table.tab_prices th.sortable-sortImage,
table.tab_prices th.sortable-sortFileSize,
table.tab_prices th.sortable-sortAlphaNumeric,
table.tab_prices th.sortable-sortEnglishDateTime{
        cursor:pointer;
        background:url(/images/newsite/tabs/bg_header_sortable.jpg) no-repeat;
        padding: 8px 12px 7px 16px;
		vertical-align:top;
}
table.tab_prices th.forwardSort{
        background:url(/images/newsite/tabs/bg_header_down.jpg) no-repeat 0 0;
}
table.tab_prices th.reverseSort{
        background:url(/images/newsite/tabs/bg_header_up.jpg) no-repeat 0 0;
}
table.tab_prices_bleu th.sortable,
table.tab_prices_bleu th.sortable-text,
table.tab_prices_bleu th.sortable-date,
table.tab_prices_bleu th.sortable-keep,
table.tab_prices_bleu th.sortable-date-dmy,
table.tab_prices_bleu th.sortable-numeric,
table.tab_prices_bleu th.sortable-currency,
table.tab_prices_bleu th.sortable-sortByTwelveHourTimestamp,
table.tab_prices_bleu th.sortable-sortIPAddress,
table.tab_prices_bleu th.sortable-sortEnglishLonghandDateFormat,
table.tab_prices_bleu th.sortable-sortScientificNotation,
table.tab_prices_bleu th.sortable-sortImage,
table.tab_prices_bleu th.sortable-sortFileSize,
table.tab_prices_bleu th.sortable-sortAlphaNumeric,
table.tab_prices_bleu th.sortable-sortEnglishDateTime{
        cursor:pointer;
        background:url(/images/newsite/tabs/bg_header_sortable_blue.jpg) no-repeat;
        padding: 8px 12px 7px 16px;
		vertical-align:top;
}
table.tab_prices_bleu th.forwardSort{
        background:url(/images/newsite/tabs/bg_header_down_blue.jpg) no-repeat 0 0;
}
table.tab_prices_bleu th.reverseSort{
        background:url(/images/newsite/tabs/bg_header_up_blue.jpg) no-repeat 0 0;
}


table.tab_prices th.check_puce, table.tab_prices_bleu th.check_puce{
        padding: 8px 3px 7px 3px;
}
table.tab_prices thead th a, table.tab_prices_bleu thead th a{
        color:#fff;
        text-decoration:none;
}
table.tab_prices thead th.forwardSort a, table.tab_prices thead th.reverseSort a, table.tab_prices_bleu thead th.forwardSort a, table.tab_prices_bleu thead th.reverseSort a{
        color:#90d40c;
        text-decoration:none;
}


table.tab_prices td, table.tab_prices_bleu td{
        border-bottom: 1px dotted #ccc;
        padding: 5px 12px 5px 12px;
        color: #333;
}
table.tab_prices td.price, table.tab_prices_bleu td.price{
        border-bottom: 1px dotted #ccc;
        padding: 6px 12px 6px 12px;
        color: #cc0000;
		font-weight:bold;
}
table.tab_prices td img, table.tab_prices_bleu td img{
        border: 2px solid #ccc;
}
table.tab_prices td.check_puce, table.tab_prices_bleu td.check_puce{
       	padding: 5px 3px 5px 0xp;
}
table.tab_prices td.check_puce img, table.tab_prices_bleu td.check_puce img{
        border:0;
}
table.tab_prices tr:hover td, table.tab_prices_bleu tr:hover td{
		background:#fcfff5;
}
table.tab_prices tr[class="alt"] td, table.tab_prices_bleu tr[class="alt"] td{
        /*background: #F5FAFA;
		background:#fcfff5;*/
}
table.tab_prices td[class~="alt"], table.tab_prices_bleu td[class~="alt"]{
        /*background: #F5FAFA;*/
		background:#fcfff5;
}










table.tab_prices tbody tr.alt td:first-child{
        /*background: #F5FAFA;
		background:#fcfff5;
        font-weight:bold;*/
}
table.tab_prices tbody tr td:first-child{
        /*background: #fff;
        font-weight:bold;*/
}
* html table.tab_prices tr.alt td{
        /*background: #F5FAFA;
		background:#fcfff5;*/
}
* html table.tab_prices tr td.alt,* html table.tab_prices tr.alt td.alt{
         /*background: #F5FAFA;
		background:#fcfff5;*/
}
