/* Phone List Page */
table.PhoneList
{
	width: 732px;
	margin: 0px;
	padding: 0px;
}
table.PhoneList td
{
	width: 244px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
}
table.PhoneListPhone
{
	width: 244px;
	margin: 0px;
	padding: 0px;
}
table.PhoneListPhone td.info
{
	width: 164px;
	vertical-align: top;
}
table.PhoneListPhone td.image
{
	width: 80px;
	vertical-align: top;
	text-align: center;
}




#products ul {
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#products li {
	list-style-type: none;
	background-image: url(/images/topnav-over.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}


#products a:link {
	color: #6b7529;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#products a:visited {
	text-decoration: underline;
	color: #6b7529;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#products a:hover {
	text-decoration: none;
	color: #6b7529;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#products a:active {
	text-decoration: none;
	color: #66639C;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


div.PhoneName
{
	font-weight: bold;
	padding-bottom: 2px;
}
div.PhoneFeatures
{
	font-size: 8pt;
}

/* 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: 3px;
	padding-bottom: 3px;
	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: 3px;
	padding-bottom: 3px;
	border-top: 1px dashed #CCCCCC;
}
table.PhoneDetails ul
{
	list-style-type: square;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 12px;
}

#body-bottom {
	background-image: url(/images/bottom-bar.png);
}