﻿/* details table */
#content .homedetails
{
	padding-top: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
#content .homedetails .container
{
	width: 820px;
}
#content .homedetails .item
{
	float: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 5px solid #c9c7bd;
	width: 200px;
	height: 290px;
}
#content .homedetails .item .subitem, #content .homedetails .item .intro
{
	padding: 2px 13px 0px 13px;
	background-position: top right;
	background-repeat: no-repeat;
}
#content .homedetails .item .subitem
{
	height: 143px;
	overflow: hidden;
}
#content .homedetails .item .intro
{
	height: 290px;
}
#content .homedetails p
{
	color: #404040;
	font-size: 0.75em;
	margin-bottom: 9px;
}
#content .homedetails p.light
{
	color: #817d6b;
}
#content .homedetails p.small
{
	font-size: 0.7em;
}
#content .homedetails p.link
{
	font-weight: bold;
	font-size: 0.75em;
}
#content .homedetails p.link a
{
	color: #00539a;
}
#content .homedetails p.download
{
	color: #b3b3b3;
}
#content .homedetails p.download img
{
	position: relative;
	left: 0px;
	top: 3px;
}
#content .homedetails p.download a
{
	color: #817d6b;
	text-decoration: underline;
}