body{
	margin:0px;
	margin-top:10px;
	background-color:#87CB3A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page{
	width:758px;
}

#search{
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;	
}
#search a{
	text-decoration:none;
	color:#FFFFFF;		
}
#search a:hover{
	text-decoration:underline;	
}
#search input{
	border:none;
	border:solid 1px #78876A;
	border-bottom:solid 1px #828F7E;
	padding:2px;
			
}

#logo{
	background-image:url(../img/logo_top_bg.jpg);
	background-repeat:repeat-x;
	height:116px;
}

#detail{
	background-image:url(../img/detail_center.jpg);
	background-repeat:repeat-y;
}

#detail_content{
	margin-left:20px;
	width:715px;
	
}

#menu_top{
	background-color:#006958;
	padding:5px;
	border:solid 1px #71A628;
}
#menu_top a{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
#menu_top a:hover{
	text-decoration:underline;
}

#text_zone{
	margin-left:15px; 
	border:solid 2px #71A628; 
	background-color:#FFFFFF;
	padding:10px;
	color:#39970F;
	text-align:justify;
}
#text_zone a{
	text-decoration:none;
	color:#39970F;
}

#detail_title{
	background-color:#329902; 
	padding:5px; 
	color:#FFFFFF; 
	width:150px; 
	text-align:center;
}

.Table_Products {
	border-right: #A4FB97 solid 1px;
	border-top: #A4FB97 solid 1px;
}
.Table_Products td {
	border-left: #A4FB97 solid 1px;
	border-bottom: #A4FB97 solid 1px;
}