/* SOME ALL-TOO-COMMON IE BUGS:
To do min-height, use a height in this stylesheet.

If an element is disappearing try adding position: relative;

If an element is floated and has doubled margins add display: inline

Here is how I like to fix the Box Model:
element {	
	width: 780px;  <- total measured width (width+padding) [for IE5]
  w\idth: 762px; <- originally stated width (correct box model) [for IE6]
}

.png Transparency (the other sizing option is crop)
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='absolute location.png');

*/

hr {
	display: block;
	margin: 1.1em 0 0; 
}

.detail {
  position: relative;
  background: black;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='http://dev.tanagram.com/shimano/website/images/overlay.png');
}
#foot ul ul li {
  margin-right: 5px;
}
#col .text {
 width: 145px;
}