.main_bg {
	background-color: #FFFFFF;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.dash_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.product_pictable {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.outline {
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	background-color: #FFCC00;
}
.img_line {
	border: 1px solid #CCCCCC;
}
