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

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

#phones a, #phones a:link, #phones a:active, #phones a:visited {
	font-size: 12px;
	font-weight: bold;
}
div.PhoneName
{
	font-weight: bold;
	padding-bottom: 2px;
}
div.PhoneFeatures
{
	font-size: 8pt;
}

/* phones list */
#bullets {
}
#bullets  li {
	list-style-type: none;
	background-image: url(images/bullet-phones.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
}
#product-box {
	width: 100%;
	padding-bottom: 15px;
	height: 250px;
}


#products {
	font-size: 10px;
	width: 142px;
	margin-bottom: 20px;
	float: left;
	margin-right: 30px;
}
#products.last {
	font-size: 10px;
	width: 142px;
	margin-bottom: 30px;
	float: left;
	margin-right: 0px;
}
#products p {
	margin: 0px;
	padding: 0px;
}
#products-bg  {
	background-image: url(/images/phone-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	width: 142px;
	text-align: center;
	padding-top: 20px;
}
#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/bullet-phones.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	color: #333333;
}

#products  a {
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color: #373535;
}

#products a:visited {
	font-size: 10px;
	font-weight: bold;
}
#products a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#products a:active {
	font-size: 10px;
	font-weight: bold;
}

#bundles {
	height: 20px;
	width: 300px;
	font-weight: bold;
}



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