/* Product List */

#product_list {
	margin-top: 10px;
	float:left;
	width: 100%;
	border:#97C984 solid 1px;
}
#product_list a{
	padding-left: 4px;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
}

#product_list a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.parent {
	font-size:10px;
	width: 100%;
	height: 18px;
	background:url(product_list_parent_BG.jpg) repeat-x;	
}

.parent .left_img{
	width: 5px;
	height: 18px;
	background:url(product_list_parent_L.jpg) no-repeat;	
}

.parent .right_img{
	width: 4px;
	height: 18px;
	background:url(product_list_parent_R.jpg) no-repeat;	
}
.parent .title{

}

.parent a {	
	color:#144B6B;
}

.parent a:hover {		
	color:#144B6B;
}

.child{	
	visibility:hidden;
	position:absolute;
	width: 100%;
	height: 18px;
}

.child .left_img{
	width: 5px;
	height: 18px;
	background: #badfac;	
}

.child .right_img{
	height: 18px;
	border-top: 1px solid  #CCCCCC;	
}

.child .title{
	border-top: 1px solid  #CCCCCC;
}

.child a {	
	color:#7d7d7d;
}

.child a:hover {		
	color:#666666;
}

.right_img{
	float:right;
}

.left_img{
	float:left;
}