table.PhoneList {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.PhoneList td {
	vertical-align: top;
	padding-bottom: 8px;
	width: 33%;
}

table.PhoneListPhone {
	width: 207px;
	margin: 0px;
	padding: 0px;
}
table.PhoneListPhone caption {
	background-color: #efefef;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}
table.PhoneListPhone td.image {
	vertical-align: top;
	width: 85px;
	text-align: center;
}
table.PhoneListPhone td.info {
	vertical-align: top;
	text-align: left;
	width: 122px;
}
ul.phonefeatures {
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.phonefeatures 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;
	font-size: 11px;
}
ul.phonefeaturesbig {
	margin: 0px;
	float: left;
	padding: 0px;
}
ul.phonefeaturesbig 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;
}

table.PhoneOverview {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.PhoneOverview td.image {
	width: 300px;
	text-align: center;
	vertical-align: top;
}
table.PhoneOverview td.info {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
}

table.PhoneOverviewDetails {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.PhoneOverviewDetails td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
}
table.PhoneOverviewDetails td.field {
	text-align: right;
	font-weight: bold;
	color: #aaa;
	padding-right: 6px;
	width: 70px;
}

div.PhoneReviewMessage {
	padding-top: 10px;
	width: 500px;
	float: left;
}
div.PhoneReviewMessage p {
	line-height: 18px;
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 13px;
}
div.PhoneReviewImage {
	width: 100px;
	float: right;
	text-align: center;
}
#phonereviews {
	border-top: 1px dotted #333;
}
div.phonereview {
	padding: 4px;
	border-bottom: 1px dotted #333;
}
div.phonereviewscore {
	float: left;
	width: 150px;
}
div.phonereviewcontent {
	margin-left: 150px;
	width: 465px;
}
div.phonereviewdate {
	font-size: 11px;
	padding-bottom: 3px;
	color: #333;
}
div.phonereviewreview {
	font-size: 12px;
}
div.phonereviewclear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}
span.RequiredField {
	font-size: 13px;
	font-weight: bold;
	color: red;
}
table.PhoneReviewForm {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.PhoneReviewForm td {
	vertical-align: top;
	padding: 3px;
	text-align: left;
}
table.PhoneReviewForm td.field {
	text-align: right;
	padding-right: 8px;
	width: 120px;
	color: #555;
	font-weight: bold;
}
div.FieldError {
	padding-top: 2px;
	font-size: 11px;
	color: red;
}
div.FieldNotes {
	width: 350px;
	padding-top: 2px;
	font-size: 11px;
}
.TextInput {
	background-color:#F6F6F6;
	border:1px solid #D7D2D2;
	color:#666666;
	font-size:12px;
	padding:3px;
}
.FormButton {
	
}
div.FormButtons {
	padding-left: 20px;
	padding-top: 5px;
}


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

/* phone specifications */
table.PhoneSpecs {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
table.PhoneSpecs caption {
	background-color: #003366;
	color: #ffffff;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #333333;
}
table.PhoneSpecs td {
	vertical-align: top;
	padding: 4px;
	background-color: #ffffff;
}
table.PhoneSpecs td.fld {
	width: 170px;
	font-weight: bold;
	background-color: #ffffff;
}
table.PhoneSpecs td.alt {
	background-color: #efefef;
}
table.PhoneSpecs td.fldalt {
	font-weight: bold;
	background-color: #efefef;
}
