/* Phone List Page */
table.PhoneList
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.PhoneList td
{
	width: 180px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
}
table.PhoneListPhone
{
	width: 180px;
	margin: 0px;
	padding: 0px;
}
table.PhoneListPhone caption
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 3px;
}
table.PhoneListPhone td.info
{
	width: 105px;
	font-size: 10px; 
	vertical-align: top;
}
table.PhoneListPhone td.info ul
{
	list-style-type: square;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 2px;
}
table.PhoneListPhone td.image
{
	width: 75px;
	vertical-align: top;
	text-align: center;
}

/* Phone Details Page */
table.PhoneInfo
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.PhoneInfo td.PhoneImage
{
	width: 40%;
	vertical-align: top;
	text-align: center;
	padding-right: 10px;
}
table.PhoneInfo td.PhoneSpecs
{
	width: 60%;
	vertical-align: top;
	text-align: left;
}

table.PhoneDetails
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #cccccc;
}
table.PhoneDetails td.field
{
	width: 40%;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dashed #CCCCCC;
}
table.PhoneDetails td
{
	width: 60%;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dashed #CCCCCC;
}

div.PhoneReview
{
	border-top: 1px dashed #cccccc;
	padding-top: 3px;
	padding-bottom: 10px;
}