

#product-box {
	width: 100%;
	height: 150px;
	padding-bottom: 10px;
}
#products {
	font-size: 12px;
	width: 333px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#products  a {
	text-decoration: underline;
	font-size: 16px;
	color: #1A1C74;
}
#products a:visited {
	text-decoration: underline;
	font-size: 16px;
	color: #1A1C74;
}
#products a:hover {
	text-decoration: none;
	color: #333333;
	font-size: 16px;
}
#products a:active {
	text-decoration: none;
	color: #333333;
	font-size: 16px;
}
#products.last {
	margin-right: 0px;
}
#products-phone  {
	height: 118px;
	width: 110px;
	text-align: center;
	padding-top: 20px;
	float: left;
}
#price-box {
	float: left;
	width: 220px;
	height: 100px;
	padding-top: 10px;
}
.phonename {
	margin: 0px;
	padding: 0px;
}
.price {
	padding-top: 15px;
	font-size: 22px;
	margin: 0px;
}
.price-contract {
	font-size: 10px;
	margin: 0px;
}
#contracts {
	float: left;
	width: 220px;
	height: 25px;
}
#contracts  ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 9px;
}
#contracts  li {
	list-style-type: none;
	display: inline;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0px;
}

#phoneleft {
	width: 300px;
	float: left;
	text-align: center;
}

#phoneright {
	width: 400px;
	float: right;
}

#phonepriceleft {
	width: 160px;
	float: left; 

}
#phonepriceright {
	width: 220px;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
	float: right;
}

div.highlight {
	padding-left: 10px;
	margin-top: 5px;
	color:#1A1C74;
	font-size:39px;
}
span.highsuper {
	bottom:11px;
	font-size:25px;
	position:relative;
}
div.bigterm {
	padding-left: 10px;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 8px;
}

table.phonepricing {
	width: 210px;
	margin: 0px;
	padding: 0px;
}
table.phonepricing td {
	vertical-align: top;
	font-size: 12px;
	padding: 3px;
}
table.phonepricing td.field {
	width: 95px;
	font-weight: bold;
	color: #aaaaaa;
}


table.PhoneDetails
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #1A1C74;
	border-top: 3px solid #1A1C74;
}
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;
}
table.PhoneDetails td
{
	width: 60%;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.PhoneDetails ul
{
	list-style-type: square;
	padding: 4px;
	margin: 4px;
	margin-top: 1px;
	padding-top: 1px;
	font-size: 12px;
}