/* CSS Document */
@charset "utf-8";
@import url("common.css");

#catalog .title_prw,
#catalog .contain_prw,
#catalog .footer_prw {
	width: 150px;
}

#catalog .title_prw {
	background-image: url(prw-title.gif);
}

#catalog .title_prw_box {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

#catalog .contain_prw {
	background-image: url(prw-contain.gif);
	height: 150px;
}

#catalog .footer_prw {
	background-image: url(prw-bottom.gif);
}

#catalog #mosa td:hover .title_prw {
	background-position: -150px top;
}

#catalog #mosa td:hover .contain_prw {
	background-position: -150px;
}

#catalog #mosa td:hover .footer_prw  {
	background-position: -150px bottom;
}

#catalog .contain_prw img:hover {
	border: 1px solid #4f8639;
}

#catalog #mosa td{
	vertical-align: bottom;
}

#catalog .result_void {
	color: #6eae44;
	font-size: 13px;
	font-weight: normal;
}

#catalog #erase_panier {
	background-color: #00594a;
	border: 1px dotted #00473b;
	background-image: url(remove.gif);
	float:right;
	color: #a0d47e;
	font-weight: bold;
	font-size: 11px;
	height: 16px;
	padding-left: 10px;
	padding-right: 25px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#catalog #erase_panier:hover {
	color: #e5ffcc;
	background-position: right top;
}



/* ------------- FORM ------------------ */

#catalog #title_form,
#catalog #contain_form,
#catalog #footer_form {
	width: 450px;
}

#catalog #title_form {
	background-image: url(order-title.gif);
	font-size: 18px;
	color: #e5ffcc;
	font-weight:normal;
}

#catalog #contain_form {
	background-image: url(order-contain.gif);
	color: #5a7819;
	font-size: 13px;
	text-align:left;
}

#catalog .note_form {
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	color: #809c49;
}

#catalog #footer_form {
	background-image: url(order-bottom.gif);
	margin-bottom:20px;
}

#catalog #resume,
#catalog #contain {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a7819;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#catalog #resume {
	text-align:center;
}

#catalog #contain input,
#catalog #contain textarea {
	margin-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #203f19;
}

#catalog #send_order {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	height: 16px;
	padding-left: 25px;
	background-color: #b3d119;
	color: #5a7819;
	background-image: url(send_form.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}

#catalog #send_order:hover {
	color: #203f19;
	background-position: left top;
}

#catalog #accept_cgv {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
}

#catalog #accept_cgv #cgv {
	height: 80px;
	overflow: auto;
	border: 1px solid #a2be13;
	font-size: 10px;
	padding: 3px;
	background-color: #c4df3b;
	width: 350px;
	color: #47610e;
}

#catalog #result_order {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}