/* Phone List Page */
table.PhoneList
{
	width: 660px;
	margin: 0px;
	padding: 0px;
}
table.PhoneList td
{
	width: 230px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
}
table.PhoneListPhone
{
	width: 230px;
	margin: 0px;
	padding: 0px;
}
table.PhoneListPhone td.info
{
	width: 155px;
	vertical-align: top;
}
table.PhoneListPhone td.image
{
	width: 75px;
	vertical-align: top;
	text-align: center;
}

div.PhoneName
{
	font-weight: bold;
	padding-bottom: 4px;
}
div.PhonePrice
{
	padding-bottom: 5px;
}
div.PhoneFeatures
{
	font-size: 8pt;
}
div.PhoneCompare
{
	font-size: 11px;
	padding-bottom: 4px;
}

table.PhoneIconLegend
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.PhoneIconLegend td
{
	width: 25%;
	vertical-align: top;
	padding: 4px;
}

/* Phone Details Page */
table.PhoneInfo
{
	width: 700px;
	margin: 0px;
	padding: 0px;
}
table.PhoneInfo td
{
	vertical-align: top;
	width: 540px; 
}
table.PhoneInfo td.OtherPhones
{
	width: 180px; 
	padding-left: 10px;
}

div.PhoneCategories
{
	background-color: #009999;
	background: url(/images/phones/bg.jpg) repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 8px;
	color: #cccccc;
}
div.PhoneCategories a, div.PhoneCategories a:link, div.PhoneCategories a:active, div.PhoneCategories a:visited
{
	color: #ffffff;
	text-decoration: underline;
}
div.PhoneCategories a:hover
{
	color: #eeeeee;
	text-decoration: none;
}
div.PhoneContent
{
	padding-top: 8px;
}

/* Phone Overview */
table.PhoneOverview
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.PhoneOverview td
{
	vertical-align: top;
	text-align: left;
}
table.PhoneOverview td.image
{
	width: 200px;
	text-align: center;
	font-size: 11px;
}
table.PhoneDetails
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
table.PhoneDetails td.field
{
	width: 30%;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
table.PhoneDetails td
{
	width: 70%;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.PhoneDetails ul
{
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 2px;
	font-size: 12px;
}

/* Phone Specifications */
table.PhoneSpecifications
{
	width: 520px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000033;
}
table.PhoneSpecifications caption
{
	background-color: #2f3893;
	color: #ffffff;
	text-align: left;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #000033;
}
table.PhoneSpecifications td
{
	vertical-align: top;
	padding: 3px;
	background-color: #ffffff;
	width: 320px;
}
table.PhoneSpecifications td.field
{
	font-weight: bold;
	background-color: #ffffff;
	width: 220px;
}
table.PhoneSpecifications td.alt
{
	background-color: #efefef;
	width: 320px;
}
table.PhoneSpecifications td.fieldalt
{
	font-weight: bold;
	background-color: #efefef;
	width: 220px;
}

/* Phone Accessories */
table.PhoneAccessories
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.PhoneAccessories td
{
	vertical-align: top;
	width: 50%;
	padding: 5px;
	border-bottom: 1px solid #333333;
}
table.AccessoryListInfo 
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.AccessoryListInfo td
{
	border: none;
	vertical-align: top;
	padding: 3px;
}
table.AccessoryListInfo td.image
{
	width: 150px;
	text-align: center;
}
div.AccessoryName
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}		

/* compare phones */
table.ComparePhones
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	border: 1px solid #ccc;
}
table.ComparePhones th
{
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
table.ComparePhones td
{
	padding: 4px;
	font-size: 11px;
	vertical-align: top;
}
table.ComparePhones td.category
{
	background: #08046b;
	color: #ffffff;
	font-weight: bold;
}
table.ComparePhones td.item
{
	font-weight: bold;
}
table.ComparePhones td.itemalt
{
	font-weight: bold;
	background: #eeeeee;
}
table.ComparePhones td.alt
{
	background: #eeeeee;
}
