div.choose {
	margin: 20px 0px 5px 0px; height: 18px; clear: both;
	}



div.example_image {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	clear: both;
	}


div.browse {
	margin-top: 20px; padding-top: 10px; border-top: 1px dotted #bbb; font-size: 110%;
	}
div.browse span {
	float: left; cursor: pointer; font-weight: bold; color: #00f;
	}
div.browse a {
	float: right;
	}
#content div.browse a:hover {
	text-decoration: underline;
	}


#content ul.product_list {
	list-style: none; padding: 0px; margin: 0px 20px 20px 20px;
	}
#content ul.product_list li {
	padding: 5px;
	}
#content ul.product_list li.hi {
	background-color: #eee;
	}
#content ul.product_list li a {
	/*white-space: nowrap;*/
	}
#content ul.product_list li a:hover {
	color: #800;
	}


#content #actions {
	clear: both;
	}


#content div.product_details table {
	background-color: #eee; border-collapse: collapse;
	}
#content div.product_details td, th {
	border: 1px solid #fff; padding: 4px;
	}


#content  h3 {
	font-size: 125%;
	margin: 5px 0px 5px 0px;
	}
