﻿/* ------------------------------------------------------------------------------------
CSS MEDIA PRINT : print.css
CLIENT : CTT Group
CREATION : 02.06.2008
AUTEUR : ASPIX MEDIA - www.aspixmedia.com
----------------------------------------------------------------------------------- */

.nomCategorieProduit {
  float:left;
  width:80%;
  margin-bottom:20px; 
}
.nomCategorieProduit h1 {
  font-size:16px;
  font-weight:bold;
}
.logoPrint {
  float:right;
  height:85px;
  width:20%;
}
.ecologo {
  float:right;
  width:97px;
}
/* ==================== */
* {
	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;
}


/* ---------------------------------------------------------------------------| divers |*/
#right a {
    /*color:#1caede;*/
    color:#000000;
    text-decoration:none;
}

.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;
}
.tabloDetRal td, .tabloDetRal th {
    padding:3px 5px;
    border:1px solid black;
}
.tabloDetRal th {
    border-bottom:2px solid black;
}

.contactTop {
    float:left;
    width:320px;
    height:140px;
    padding-top:10px;
}
.contactBottom {
    float:left;
    width:320px;
    height:190px;
    padding-top:20px;
}

#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;
}

.dwnImagePos {
    float:right;
    padding:93px 22px 0px 0px;
}

.specsPrint, .dwnPrint {
    padding-bottom:10px;
}

.titre {
    padding-top:50px;
    height:50px;
}
/* ---------------------------------------------------------------------------| FAQ |*/

.faq h4 {
	font-size:12px;
	margin:0;
}
.faq h4 span {
	color:#1caede;
	padding-right:10px;
}
.faq p {
	margin:0 0 20px;
}
.faq img {
	margin:10px;
}



