/* Phone List */
#product-box {
	height: 205px;
	padding-bottom: 10px;
	width: 100%;
}
#products {
	font-size: 12px;
	width: 408px;
	float: left;
	margin-right: 40px;
	padding: 5px;
	background-image: url(/images/phone-box-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 202px;
}

.compare {
	padding-top: 10px;
	font-size: 11px;
}

#products  a {
	text-decoration: underline;
	font-size: 16px;
	color: #4C2673;
}
#products a:visited {
	text-decoration: underline;
	font-size: 16px;
	color: #78D048;
}
#products a:hover {
	text-decoration: none;
	color: #78D048;
	font-size: 16px;
}
#products a:active {
	text-decoration: underline;
	color: #78D048;
	font-size: 16px;
}
#products-phone  {
	height: 170px;
	width: 115px;
	text-align: center;
	padding-top: 20px;
	float: left;
}
#price-box {
	float: left;
	width: 290px;
	height: 130px;
	padding-top: 20px;
	font-size: 18px;
	color: #333333;
}
.phonename {
	margin: 0px;
	padding: 0px;
}
.price {
	padding-top: 15px;
	margin: 0px;
	font-size: 22px;
}
.price-contract {
	margin: 0px;
	font-size: 10px;
}
#contracts {
	float: left;
	width: 290px;
	height: 40px;
}
#contracts  ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #333333;
}
#contracts  li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	list-style-image: none;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
}
#productsempty {
	font-size: 10px;
	width: 218px;
	margin-bottom: 10px;
	float: left;
	margin-right: 13px;
}
#compare-button form {
	margin: 0px;
	padding: 0px;
}
#compare-button-top {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 25px;
}
#compare-button-bottom {
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 25px;
	float: left;
}


#filtering {
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #efefef;
	padding: 20px;
	color: #333333;
}
#filterleft {
	width: 190px;
	float: left;
}
#filtermiddle {
	width: 600px;
	float: left;
}
#filterright {
	float: left;
	width: 100px;
}

.dropdown {
	background-color: #FFFFFF;
    border: 1px solid #575757;
    font-size: 11px;
    height: 22px;
    margin: 2px 0 7px;
    padding: 2px 0;
    width: 160px;
}
.heading {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
}
.headingpad {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 5px;
}
table.FeaturesBox {
	width: 600px;
	margin: 0px;
	padding: 0px;
}
table.FeaturesBox td {
	width: 150px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
}
.gobtn {
	margin-top: 50px;
	margin-left: 20px;
	height: 40px;
	cursor: pointer;
	width: 80px;
}
.btn {
	font-weight: bold;
	font-size: 12px;
	background-color: #63C600;
	color: #fff;
	cursor: pointer;
}



/* Phone Details */
#phoneleft {
	width: 350px;
	float: left;
	text-align: center;
}
#phoneright {
	width: 320px;
	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: 916px;
	margin: 0px;
	padding: 0px;
}
table.PhonesPage td {
	width: 696px;
	vertical-align: top;
}
table.PhonesPage td.right {
	width: 200px;
	padding-left: 20px;
}

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

/* sub navigation */
#NavSide{
	width: 198px;
	background-color: #F3F3F3;
}
#NavSide-top {
	height: 30px;
	width: 190px;
	background-image: url(/images/nav_right_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#NavSide-middle {
	height: 24px;
	width: 190px;
	background-color: #eee;
	background-image: url(/images/nav_right_middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 4px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#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 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	width: 198px;
	list-style-image: none;
	background-image: url(/images/purple-nav.jpg);
	}
#NavSide li a, #NavSide li a:visited, #NavSide li a:active, #NavSide li a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 188px;
	}
#NavSide li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8541c6;
	display: block;
	}
#NavSide li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #330066;
	display: block;
}


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