﻿/* ------------------------------------------------------------------------------------
CSS MEDIA PRINT : print.css
CLIENT : CTT Group / CANTECH
CREATION : 02.06.2008
----------------------------------------------------------------------------------- */
.nomCategorieProduit {
  float:left;
  height:85px;
  width:80%; 
}
.nomCategorieProduit h1 {
  font-size:16px;
  font-weight:bold;
}
.logoPrint {
  float:right;
  height:85px;
  width:20%;
}
/* ==================== */
* {
	margin:0px;
	padding:0px;
	border:0px;
    -moz-outline:none;
}

body {
	position:absolute;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
}

ul {
    list-style-position:outside;
    list-style-type:square;
}

h1 {
    font-size:20px;
    font-weight:normal;
}

h2 {
    font-size:18px;
    font-weight:normal;
}

.noPrint {
    display:none;
}
.tablo a {
	text-decoration:none;
}



/* ---------------------------------------------------------------------------| divers |*/
.qpTablo, .popTablo {
  border:border-collapse;
  border:none;
  width:660px;
}
.qpTablo td, .popTablo td {
  border-bottom:1px solid #000000;
  padding:4px;
}
.qpTablo .qpLabel, .popTablo .popLabel {
  width:230px;
}
.qpTablo p span, .popTablo p span {
  padding-left:20px;
}



#right a {
    /*color:#df0109;*/
    color:#000000;
    text-decoration:none;
}

.tabloSel td {
    padding:2px 6px;
}
.tabloSel td ul {
    padding-left:30px;
}

.contactTop {
    width:320px;
    height:150px;
    padding-top:10px;
}
.contactBottom {
    width:320px;
    height:165px;
    padding-top:20px;
}

.tablo th, .tablo td, .tabloDet td, .tabloCon th, .tabloCon td, .tabloSearch th, .tabloSearch td {
    border-bottom:1px solid #cccccc;
}
.tablo td {
    height:60px;
}
.tabloDet td, .tabloSearch td {
    padding:5px 0px;
}
.tabloCon td {
    height:45px;
}
.tabloMod ul {
    padding-top:10px;
    padding-left:30px;
}
.tabloDet ul {
    padding-left:15px;
}
.tabloMod2 td {
    padding:4px;
    height:40px;
    border-bottom:1px solid #cccccc;
}


#pdBoutons {
    width:660px;
    height:32px;
    border-bottom:1px solid #cccccc;
}
#pdSpecs, #pdMSDS, #pdDownloads {
    float:left;
    margin-left:5px;
    padding-top:10px;
    width:132px;
    height:22px;
    background-image:url(../images/bg_details_on.jpg);
    background-repeat:no-repeat;
    font-weight:bold;
    text-align:center;
}
#pdMSDS, #pdDownloads {
    background-image:url(../images/bg_details_off.jpg);
}

.dwnText {
    clear:both;
    width:660px;
}
.dwnPDF {
    float:right;
    width:200px;
    height:27px;
    margin:12px 0px;
    background:url(../images/btn_download.jpg) no-repeat;
}

.msdsTexte ul {
    list-style-type:none;
}
.msdsTexte li {
    padding-left:30px;
}
.msdsTexte table {
    margin-left:30px;
}

.specsPrint, .dwnPrint {
    padding-bottom:10px;
}

.presentoirsModulaires {
    width:660px;
}
.presentoirsModulaires img {
    margin:5px 0;
}
.presentoirsModulaires p {
    margin-bottom:20px;
}
.presentoirsModulaires p span {
    font-size:16px;
    font-weight:bold;
}
.presentoirsModulaires ul {
    padding:0 0 30px 30px;
}
.presentoirsModulaires h3 {
    font-size:16px;
    font-weight:bold;
    margin-bottom:20px;
}


