@charset "UTF-8";
/* CSS Document */


.product_column{
	width: 30%;
	padding:0 5px 0 5px;
}

#product_list {
	text-align: center;
}

#product_list table {
 	margin: auto;
	width: auto;

}





#product_list p{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: normal;
	margin-bottom: 20px;
	text-align: left;

}


#product_list #about_p p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: normal;
	margin-bottom: 20px;
	text-align: left;

}


#about_p ul {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	list-style:disc;
	padding-left: 25px;
	margin-bottom: 20px;

}


#about_p a {
	font-size: 13px;
	font-weight: normal;
	color: #efc235;
}

#about_p a:hover {
	color: white;
	text-decoration: underline;
	font-family: inherit;
}









#product_list h3{
	color:black;
	display: block;
	background: #efc235;
	padding: 10px 0 2px 5px;
	margin-bottom: 5px;
}
#product_list h3 a{
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;

}

#product_list h3 a:link{
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;

}

#product_list h3 a:hover{
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;

}


#italic {
font-style: italic;
}