#general #left_part #shop {
	width: 666px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 4px solid #239BE5;
}

#general #left_part #shop #shop_links_header {
	text-align: center;
	padding: 10px;
}

#general #left_part #shop #shop_links_header a {
	color: #FF8C2D;
	font-weight: bold;
	font-size: 11px;
}

#general #left_part #shop #shop_facture_title {
	text-align: center;
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
}

#general #left_part #shop #shop_liste {
	margin: 10px;
}

#general #left_part #shop a img {
	border: 0px;
}

#general #left_part #shop .shop_title {
	font-weight: bold;
	margin: 10px;
}

#general #left_part #shop table {
	width: 100%;
}

#general #left_part #shop table a img {
	border: 0px;
}

#general #left_part #shop table .shop_qt {
	width: 100px;
	text-align: center;
}

#general #left_part #shop table .shop_qt select.select_qt {
	width: 40px;
}

#general #left_part #shop table .shop_unit_price {
	width: 100px;
	text-align: center;
}

#general #left_part #shop table {
	border: 1px solid #DDDDDD;
	
}

#general #left_part #shop table th {
	border-bottom: 1px solid #DDDDDD;
}

#general #left_part #shop form {
	margin: 0px;
}

#general #left_part #shop form p {
	margin: 5px;
}

#general #left_part #shop form select {
	width: 100px;
	height: 18px;
	padding: 0px;
	font-size: 11px;
	border: solid 1px black;
}

#general #left_part #shop form input {
	width: 150px;
	height: 13px;
	padding: 0px;
	font-size: 11px;
	border: solid 1px black;
}

#general #left_part #shop form input.input_total_price {
	width: 40px;
	text-align: right;
}

#general #left_part #shop form input.input_checkbox {
	width: 20px;
	border: 0px;
}

#general #left_part #shop form label {
	display: block;
	float: left;
	width: 100px;
}

#general #left_part #shop form .submit_button {
	width: 160px;
	height: 17px;
	font-size: 11px;
	border: 0px;
	color: white;
	background-image: url('../img/header/bt_sbmt_bck.png');
	background-repeat: repeat-x;
	display: block;
}



