#cart {
	height:380px;
	width:221px;
	z-index:2;
}

#cart .recipeTitle {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	padding-left:49px;
	position:relative;
	text-align:left;
}

#cart #subCartHome {
	/*height:340px;*/
	height:293px;
	overflow:scroll;

	overflow-y: visible;
	overflow-x: hidden;
	width:233px;
	position:relative;
	margin-top:4px;
}

#cart #subCart {
	/*height:340px;*/
	height:323px;
	overflow:scroll;

	overflow-y: visible;
	overflow-x: hidden;
	width:238px;
	position:relative;
	margin-top:4px;
}

/* generic */
#cart table {
	border-collapse: collapse;
	width:90%;
}

#cart .softs {
	position: relative;
	font-family:arial;
	font-size:12px;
	font-weight:800;
	width:228px;
	/* height:80%;	*/
		
	
	overflow-x: hidden;
	overflow-y: auto;
	
	
}

#cart .softs tr {
	cursor: pointer;

}

#cart .softs td {
	padding: 6px 0px;
}

#cart .softs td.logo {
	padding: 6px 10px;
}

#cart .softs td.logo img {
	width:30px;
	display:block;
	/*padding: 0 2px;*/
}

#cart .softs td.name {
	font-size: 10px;
	width:86px;
}

#cart .softs td.quantity {
	font-size: 11px;
	text-align: right;
	/*padding-right: 2px;*/
}

#cart .softs td.price {
	font-size: 12px;
}

#cart .softs td .less {
	background-image: url( ../images/moins.png );
	background-repeat: no-repeat;
	width: 15px;
	height: 16px;
	padding: 0 4px;
}

/* - totals: */
#cart .totals {
	width:100%;
	padding: 10px 0;
	/*border-top:thin solid gray;*/	
	/*border-bottom:thin solid gray; GGF2*/
}

#cart .totals table {
	margin-left: 30px;
	width:76%;
}

#cart .totals p {
	border: 0;
	margin: 0;
	padding: 0;
}

#cart .totals td {
	padding:2px 0px;
	text-align: right;
	font-family:arial;
	font-size:12px;
	font-weight:800;
}

#cart .totals tr.information td {
	color:#E5603D;
	font-size:13px;
	font-weight: 800;
	text-align: left;
	font-style: italic;
	text-align:center;
}

#cart .totals .oldTotal {
	font-size:12px;
	font-weight:800;
}

#cart .totals .reductionPrice {
	/*font-size: 10px;*/
}

#cart .totals .oldTotal .number {
	/*text-decoration: line-through;*/
}

#cart .totals span {
	color:#E5603D;
}

#cart .totals .total {
/*	font-size:13px;
	font-weight:800;*/
}

#cart .totals .line {
	font-family:arial;	
	font-size:12px;
	font-weight:800;
}

#cart #globalTotal {
	border-top:thin solid gray;
	font-family:arial;
	font-size:12px;
	font-weight:800;
	margin:0pt auto;
	padding:10px 0pt;
	position:relative;
	text-align:right;
	width:82%
}

#cart .rebateTotal {
	font-family:arial;
	font-size:12px;
	font-weight:800;

	padding:4px 22px;
	position:relative;
	right:7px;
	text-align:right;
}

#cart #tva {
	font-family: Arial;
	font-size: 11px;
	margin-top:2px;
}

#cart #buy {
	bottom:22px;
	height:30px;
	left:207px;
	position:absolute;
	width:30px;
	
	cursor: pointer;
}
