@CHARSET "UTF-8";


/**
 * panier_commande.php
 *
 * Created by Benoît Durand on 5 mars 2009
 * $Id: panier_commande.php 1358 2009-05-15 10:42:51Z ngrancher $
 */

table.adresse, #produits, #total, #remarques{
	width: 100%;
}

table.adresse th, #produits th, #total th, #remarques th{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	height: 12px;
	text-align: center;
	font-size: 12px;
}

table.adresse td, #produits td, #total td, #remarques td{
	border: 1px solid #666666;
	height: 23px;
	text-align: center;
	color: #000000;
}



table.adresse td{
	text-align: left;
}
table.adresse table tr th{
	width: 200px;
	text-align: left;
	background-color: transparent;
	border: none;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
	height: 20px;
}
table.adresse table tr td{
	text-align: left;
	border: none;
	color: #000000;
	vertical-align: top;
	height: 20px;
}


#produits thead th.produit{
	text-align: center;
	padding-left: 85px;
}
#produits thead th.taux_tva{
	width: 70px;
}
#produits thead th.quantite{
	width: 70px;
}
#produits thead th.prix_unitaire{
	width: 100px;
}

#produits tbody td.suppression{
	width: 70px;
}
#produits tbody td.produit{
	text-align: left;
	padding-left: 5px;
}
#produits tbody td.quantite{
	width: 70px;
}
#produits tbody td.prix_unitaire{
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

#produits tfoot td{
	border: none;
}
#produits tfoot th{
	border: 1px solid #666666;
	background-color: transparent;
}
#produits tfoot th.quantite{
	width: 70px;
}


#produits input.quantite{
	width: 30px;
	text-align:center;
}
#produits input.supprimer{
	color: red;
	font-size: 10px;
}
#produits input.recalculer{
	color: green;
	font-size: 10px;
}



#total td{
	border: none;
}

#total th.key{
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	width: 120px;
	text-align: right;
}
#total td.value{
	border: 1px solid #666666;
	padding-right: 5px;
	width: 100px;
	text-align: right;
}
#total th.code{
	width: 120px;
	text-align: center;
}
#total td.code{
	width: 120px;
}
#total td.code input.input_text{
	width: 60px;
	height: 15px;
	vertical-align:middle;
}

#total td.supression{
	width: 75px;
}



#remarques td, #remarques th{
	border: 1px solid #666666;
}
#remarques td{
	padding: 5px;
	padding-right: 7px;
}
#remarques textarea{
	/*border: none;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background-image: url('../../default/images/shadow.jpg');
	background-repeat: no-repeat;*/

	border: 1px solid silver;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

button#catalogue
, button#client
, button#commande
, #banque input
, #ezy input
, #paypal input
, #bon_de_commande input
{
	color: green;
	font-size: 10px;
	width: 150px;
}
button.previous{
	float: left;
}
button.next{
	float: right;
}
.important{font-weight:bold;}