/* CSS Document */
.sub_menu_indent {
text-indent:10px;
text-align:right;

}

.image_right {
	margin-top:3px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	border:solid 1px;
	border-color:#000000;
}

.image_left {
	margin-top:3px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	border:solid 1px;
	border-color:#000000;
}

.item_holder_left {
	border-bottom:2px solid #E9E1D1;
	margin-bottom:10px;
	text-align:left;
	clear: both;
	padding-left: 13px;
	font-size: .8em;
}

.item_holder_right {
	border-bottom:2px solid #E9E1D1;
	margin-bottom:10px;
	text-align:left;
	clear: both;
	padding-left: 13px;
	font-size: .8em;

}
