
body {
	margin: 0px;
	padding: 0px;
  background-color: white;
	font-family: arial, sans-serif;
  color: #666;
}

a {
	color: #333;
}

a img {
	border: 0px;
}

p {
	margin-top: 0px;
}

h1 {
	font-size: 16px;
	margin-bottom: 3px;
}

h2 {
	font-size: 14px;
	margin-bottom: 3px;
}



#content {
	margin: 0px;
  /*
	margin-left: 150px;
	*/
  padding: 0px;
	width: 540px;
  position:relative;
	float: left;
  text-align:left;
  font-size: 12px;
  line-height: 18px;
}






/************************
GENERAL PURPOSE */
div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	font-size:1px;
	overflow:hidden;
}

p.fact {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.left {
	float: left;
	margin-right: 5px;
}

.right {
	float: right;
	margin-left: 5px;
}

a.highlight {
	color: #30C;
	font-weight: bold;
	text-decoration: none;
}

table.product-display {
	margin-bottom: 30px;
}

table.product-display td {
	vertical-align: top;
	padding: 3px;
}

table.product-display td h1 {
	font-size: 12px;
	margin-bottom: 2px;
	width: 270px;
}

#content table.product-display td p {
	width: 270px;
}

table.product-display td.controls {	
  vertical-align: bottom;
  padding-left: 70px;
  padding-bottom: 5px;
}

table.product-display td input.qty {
	width: 60px;
}

.caption {
	color: #CA5F2C;
	line-height: 14px;
	margin-right:8px;
	width:180px;
}

div.attribution 
{
	margin-left: 25px;
	margin-bottom: 10px;
}

img.inline-image
{
	display: inline;
	margin-bottom: -3px;
}

