/* General */
{
	font-family:Arial, Helvetica, sans-serif;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;;
	background-color:#FFFFFF;
	margin:0;
}
#body_content {
	line-height:130%;
}
#details {
	text-align:justify;
	line-height:130%;
}
form {
	padding:O;
	margin:0;
}
a:link, a:visited, a:active {
	color:#005FEC;
	text-decoration:none;
}
a:hover {
	color:#cc3300;
	text-decoration:underline;
}
#footer {
	text-align:center;
	margin-left:330px;
	padding-top:3px;
	width:600px;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#666666;
}
#footer a:hover {
	text-decoration:underline;
	color:#000000;
}

#perso a:link, #perso a:visited, #perso a:active {
	text-decoration:none;
	color:#000000;
}
#perso a:hover {
	text-decoration:underline;
	color:#000000;
}
#page_title {
	width:680px;
	margin:15px 0 15px 5px;
}
#title {
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	padding-bottom:6px;
	height:40px;
	border-bottom:#CCCCCC 2px solid;
}

#prod_title {
	font-size:10pt;
	font-weight:bold;
	color:#333333;
}

#value {
	font-size:15pt;
	font-weight:bold;
	color:#FF6600;
	margin:20px 0 30px 0;
	text-align:center;
}
#tools {
	margin-bottom:30px;
}
#no_photo {
	width: 270px;
	height: 120px;
	border:2px #CCCCCC dashed;
	text-align:center;
	padding:30px;
	padding-top:120px;
	font-size:12pt;
	font-weight:bold;
	color:#999999;
}


/* Buttons and forms */

input.btn_ok {
	width: 127px;
	height: 35px;
	background-image:url(img/btn_ok.png);
	border:0;
	color:#FFFFFF;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:2px;
	cursor:pointer;
}
input.btn_ok:hover {
	background-image:url(img/btn_over.png);
	cursor:pointer;
}
input.btn_no {
	width: 127px;
	height: 35px;
	background-image:url(img/btn_no.png);
	border:0;
	color:#FFFFFF;
	font-weight:bold;
	padding:0;
	margin:0;
	cursor:pointer;
}
input.btn_no:hover {
	background-image:url(img/btn_over.png);
	cursor:pointer;
}
input.btn {
	width: 127px;
	height: 35px;
	background-image:url(img/btn_no.png);
	border:0;
	color:#FFFFFF;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:2px;
	cursor:pointer;
}
input.btn:hover {
	background-image:url(img/btn_over.png);
	cursor:pointer;
}
.focus {
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:0;
	padding-left:4px;
	font-size:9pt;
}
.nofocus {
	background-color:#FFFFCC;
	border:1px solid #cc3300;
	margin:0;
	padding-left:4px;
	font-size:9pt;
}


/* Table */

#slogan {
	margin: 35px 20px 0 10px;;
	font-size:12pt;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	float:left;
}
#perso {
	line-height:20px;
	width:170px;
	text-align:center;
	position:absolute;
	left:505px;
	bottom:-74px;
	font-size:9pt;
}
#menu {
	list-style:none;
	padding-top:10px;
}
#menu li {
	font-size:12pt;
	list-style:none;
	padding-left:0;
	margin-left:0;
	padding:3px 0 2px 0;
	border-bottom:2px #91AF38 solid;
}
#menu ul {
	margin:10px 0 0 40px;
	padding:0;
	width:190px;
}
#menu a:link, #menu a:visited, #menu a:active {
	text-decoration:none;
	font-size:10pt;
	line-height:21px;
	color:#003300;
}
#menu a:hover {
	font-size:10pt;
	text-decoration:none;
	color:#FFFF99;
}


#search_title {
	text-align:center;
	font-weight:bold;
	padding:20px 0 15px 0;
	color:#cc3300;
}
#search_title .bg {
/*	padding:2px 5px 2px 5px;
	background-color:#FFFFFF;
*/}

.rt{
	text-align:right;
	font-weight:bold;
	color:#777777;
}
.search_tbl {
	color:#333333;
	font-size:9pt;
}
.search_tbl .l2 {
	padding-left:5px;
	text-align:right;
	color:#333333;
}
.type_prod{
	color:#000000;
}

.tbl #l1 {
	background-color:#F0F0F0;
	padding-left:5px;
	text-align:right;
	color:#666666;
}
.tbl #l2 {
	background-color:#FFFFFF;
	padding-left:5px;
	text-align:right;
	color:#666666;
}
.tbl #r1 {
	background-color:#F0F0F0;
	padding-left:5px;
	text-align:left;
}
.tbl #r2 {
	background-color:#FFFFFF;
	padding-left:5px;
	text-align:left;
}
