#product-row {
	width: 679px;
	height: 200px;
}
#product-box {
	float: left;
	background-image: url(/images/product-bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 220px;
	padding-bottom: 10px;
	padding-right: 8px;
}
#product-box-last {
	float: left;
	background-image: url(/images/product-bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 220px;
	padding-bottom: 10px;
}
#products {
	font-size: 10px;
	width: 220px;
	background-color: #FFFFFF;
	float: left;
}
#products-phone  {
	float: left;
	width: 90px;
	height: 125px;
	padding-top: 25px;
	text-align: center;
}
#products-phone img {
	max-height: 150px;
	max-width: 90px;
}
#products-name {
	height: 45px;
}
#products-info {
	float: left;
	width: 130px;
	height: 140px;
	overflow: visible;
}
#products-info  a:link {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#products-info  a:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#products-info  a:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
#products-info  a:active {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
#products-info  ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#products-info  li {
	list-style-type: none;
	background-image: url(/images/bullet-phones.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	color: #231f20;
	font-size: 11px;
}

/* 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;
}


table.PhonePages {
	width: 680px;
	margin: 0px;
	padding: 0px;
}
table.PhonePages td.pages {
	width: 400px;
	padding: 2px;
	font-size: 11px;
	vertical-align: top;
}
table.PhonePages td.move {
	width: 280px;
	padding: 2px;
	font-size: 11px;
	vertical-align: top;
	text-align: right;
}
