/*
	Création      :2006-05-26 Eregyon (Sebastien Dubus) <sdubus@eregyon.com>
	Modification :2006-06-26 Eregyon (Sebastien Dubus) <sdubus@eregyon.com>
	Feuille de style de la page panier pour l'affichage à l'écran
*/

/* Import des fichiers communs */
@import url('style.css');

@media screen {

	/* Code commun */
	th{
		color:#4d274f;
		font-weight:bold;
		font-size:0.9em;
	}
	.blankCell{
		width:10px;
	}

	/* Partie panier */
	#cart_products{
		width:700px;
		margin :0 0 0 10px;
		/*color: #cf192f;*/
		/*color: #cf192f;*/
	}
	#cart_panier{
		height:19px;
		width:200px;
		margin:0;
		padding:13px 0 0 41px;
		color:#4d274f;
		background:url('../ap_pics/interface/_v2/cart_icon.png') no-repeat left top;
	}
	#cart_destination{
		height:19px;
		width:200px;
		margin:0;
		padding:9px 0 0 48px;
		color:#4d274f;
		background:url('../ap_pics/interface/_v2/spend_icon.png') no-repeat left top;
	}
	#cart_products table{
		width:100%;
	}
	#cart_products th{
		padding:5px 15px 5px 15px;
		font-weight:bold;
	}
	#cart_products td{
		text-align:center;
		font-size:12px;
		padding:5px 12px 5px 12px;
	}
	.btn_delete{
		display:block;
		height:16px;
		width:56px;
		background:url('../ap_pics/buttons/b_drop.png') no-repeat 30px top;
	}
	.select{
		/*color:#cf192f;*/
		/*background-color:#4d274f;*/
		border-left: 1px solid #4d274f;
		border-top: 1px solid #4d274f;
		border-right: 1px solid #4d274f;
		border-bottom: 1px solid #4d274f;
	}
	.textInput{
		color:#cf192f;
		border-left: 1px solid #4d274f;
		border-top: 1px solid #4d274f;
		border-right: 1px solid #4d274f;
		border-bottom: 1px solid #4d274f;
	}
	#recalcul{
		color:#4d274f;
		text-decoration:none;
		font-size:0.8em;
	}
	#total{
		font-size:1.1em;
	}
	.yellowSpacer{
		line-height:0;
		font-size:0;
		background-color:#4d274f;
		height:1px;
		margin:6px 0 10px 0;
	}
}