#product-box {
	width: 100%;
	height: 155px;
	padding-bottom: 10px;
}
#products {
	font-size: 12px;
	width: 362px;
	float: left;
	margin-right: 30px;
	padding: 5px;
	background-image: url(/images/phone-bg-sm.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#products  a {
	text-decoration: underline;
	font-size: 14px;
	color: #4D60AC;
}
#products a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #4D60AC;
}
#products a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
#products a:active {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
#products.last {
	margin-right: 0px;
}
#products-phone  {
	height: 110px;
	width: 110px;
	text-align: center;
	padding-top: 20px;
	float: left;
}
#price-box {
	float: left;
	width: 250px;
	height: 90px;
	padding-top: 10px;
}
.phonename {
	margin: 0px;
	padding: 0px;
}
.price {
	margin: 0px;
	padding-top: 15px;
	font-size: 22px;
}
.price-contract {
	font-size: 10px;
	margin: 0px;
}
#contracts {
	float: left;
	width: 250px;
	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: 1px;
	margin: 0px;
}

#phoneleft {
	width: 320px;
	float: left;
	text-align: center;
}
#phoneright {
	width: 280px;
	float: right;
}
#phonepricemain {
	text-align: center;
}

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

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

/* phones page */
table.PhonesPage {
	width: 790px;
	margin: 0px;
	padding: 0px;
}
table.PhonesPage td {
	width: 620px;
	vertical-align: top;
}
table.PhonesPage td.right {
	width: 170px;
	padding-left: 10px;
}

/* phone details */
table.PhoneDetails {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #111;
	border-top: 3px solid #111;
}
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;
}

/* side navigation */
#NavSide{
	width: 168px;
	background-color: #FFFFFF;
}
#NavSide-top {
	height: 30px;
	width: 160px;
	background-image: url(/images/nav_right_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3CFCF;
}
#NavSide ul {list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;}
#NavSide li {
	background: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #D3CFCF;
	border-right-color: #D3CFCF;
	border-bottom-color: #D3CFCF;
	border-left-color: #D3CFCF;
	border-right-style: solid;
	border-left-style: solid;
	width: 168px;
	}
#NavSide li a, #NavSide li a:visited, #NavSide li a:active, #NavSide li a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 158px;
	}
#NavSide li a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	background-image: url(/images/bg-NavSide.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}
#NavSide li a.selected {
	color: #000000;
	text-decoration: none;
	background-color: #D3CFCF;
	display: block;
	background-image: none;
	}
