html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline; }

:focus { outline:0; }
ol,ul { list-style:none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:separate;border-spacing:0; }
caption,th,td { font-weight:400;text-align:left; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* End Global Reset */

/* http://sonspring.com/journal/clearing-floats */
html body div.clear,html body span.clear { background:none;border:0;clear:both;display:block;float:none;font-size:0;height:0;margin:0;overflow:hidden;padding:0;visibility:hidden;width:0; }

.clearfix:after { clear:both;content:'.';display:block;height:0;visibility:hidden; }
.clearfix { display:block; }
* html .clearfix { height:1%; }

/* Text Style */
body {
	background: #e5eef5 url('/assets/images/background.png') repeat-x top left;
	color: #000;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

a:link, a:visited {color: #1A467B;}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 25px;font-family:"Century Gothic","Apple Gothic",sans-serif;
}
h3 {
	font-size: 2.1em;
}
h4 {
	font-size: 1.9em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.5em;
}
ol {
	list-style: decimal;
}
li {
	list-style: none;
}

h2.title {
	color:#2e4f69;
	font-weight:bold;
	line-height:25px;
	margin:0 0 25px;
}

.spacer_big {
	background: url('/assets/images/spacer_big.png') no-repeat;
	height: 1px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/assets/images/warning.png');
}

#wrapper {
	margin:15px auto;
	width: 980px;
}
	#ad_header {
		height: 90px;
		margin: 0 auto;
		width: 728px;
	}
	
	#logo {
		height: 85px;
		display:inline;
		float:left;
		margin: 35px 0 0;
		width: 332px;
	}

	#rsswrap {
		display:inline;
		float:right;
		margin: 70px 0 0;
		width:150px;
	}
	
		#rsswrap a {
			display: inline;
			float: left;
			margin: 0 5px;
		}
	
	#navwrapper {
		background: url('/assets/images/nav_bg.png') repeat-x top left;
		display: inline;
		float: left;
		height: 43px;
		margin: 0 0 10px;
		width: 956px;
	}
	
	#nav_left {
		background: url("/assets/images/nav_left.png") no-repeat;
		display: inline;
		float: left;
		height: 43px;
		width: 12px;
	}
	
	#nav_right {
		background: url("/assets/images/nav_right.png") no-repeat;
		display: inline;
		float: left;
		height: 43px;
		width: 11px;
	}
	
	
	#nav {
		font-size: 12px;
	}
	ul.dropdown,
	ul.dropdown li,
	ul.dropdown ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	ul.dropdown {
		position: relative;
		z-index: 597;
		float: left;
	}

	ul.dropdown li {
		float: left;
		line-height: 13px;
		vertical-align: middle;
		zoom: 1;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
		position: relative;
		z-index: 599;
		cursor: default;
	}

	ul.dropdown ul {
		visibility: hidden;
		position: absolute;
		top: 98%;
		left: 0;
		z-index: 598;
		width: 100%;
	}

	ul.dropdown ul li {
		float: none;
	}

	ul.dropdown ul ul {
		top: 1px;
		left: 99%;
	}

	ul.dropdown li:hover > ul {
		visibility: visible;
	}

	ul.dropdown li.rtl ul {
		top: 100%;
		right: 0;
		left: auto;
	}

	ul.dropdown li.rtl ul ul {
		top: 1px;
		right: 99%;
		left: auto;
	}

	/*-------------------------------------------------/
	* @section Base Drop-Down Styling
	* @structure ul (unordered list)
	* ul li (list item)
	* ul li a (links)
	* /*\.class|(li|a):hover/
	* @level sep ul
	*/


	ul.dropdown {
		font-weight: bold;
	}

	ul.dropdown li {
		padding: 15px 12px;
		color: #FFF;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
		color: #FFF;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited {
		color: #FFF;
		text-decoration: none;
	}
	ul.dropdown a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	ul.dropdown a:active {
		color: #FFF;
	}


	/* -- level mark -- */

	ul.dropdown ul {
		width: 150px;
		margin-top: 1px;
	}

	ul.dropdown ul li {
		font-weight: normal;
		background-color: #7495B4;
	}

	ul.dropdown ul li:hover {
		background: #6788A6;
	}



	/*-------------------------------------------------/
	* @section Support Class `dir`
	* @level sep ul, .class
	*/


	ul.dropdown *.dir {
	}


	/* -- Components override -- */

	ul.dropdown-horizontal ul *.dir {
	}

	ul.dropdown-upward *.dir {
	}

	ul.dropdown-vertical *.dir,
	ul.dropdown-upward ul *.dir {
	}

	ul.dropdown-vertical-rtl *.dir {
	}

	
	
	
	
	
	a.main:hover {
		background: none;
	}

	#topsearch {
		display:inline;
		float:right;
		position: relative;
		line-height:44px;
	}
	
		#topsearch .textinput {
			border:1px solid #6484A5;
			color: #6F8598;
			padding:0 0 0 5px;
			position:absolute;
			right:32px;
			top:12px;
		}
		
		#topsearch .navgo {
			position:absolute;
			right:4px;
			top:11px;
		}

	
#main {
	background: #FFF;
	border: 1px solid #D7E4EB;
	border-bottom: 4px solid #A3B9CD;
	min-height: 900px;
	padding:25px;
}

#details #main {
	padding: 0 0 25px 25px;
}
	
	
	
	#firstpost_ad {
		height:138px;
		margin:0 auto;
		width:595px;
	}
	
	

#content {
	border-right:1px solid #D7E4EB;
	float:left;
	line-height:160%;
	margin:10px 0;
	padding:0;
	width:659px;
}

	#breadcrumb {
		color:#668BAD;
		font-size:12px;
		font-style:normal;
		font-weight:bold;
		letter-spacing:normal;
		float: left;
		display: inline;
	}
	
		#breadcrumb a, #breadcrumb span {
			color:#6B6F70;
			font-weight:normal;
			margin:0 2px;
			text-decoration:none;
		}
		
	#more_phones {
		float: right;
		display: inline;
		font-size:11px;
	}
		#more_phones a {
			color:#6B6F70;
			text-decoration: none;
		}
		
#sidebar {
	display: inline;
	color:#111111;
	float:right;
	margin:10px 0;
	width:309px;

}

	.sidebar_box_video {
		background: url('/assets/images/blue_grad.png') repeat-x top left;
		border: 1px solid #B9C8D2;
		font-size:13px;
		padding:20px 0;
		margin: 0 0 7px 0;
		width:298px;
	}
	
		#feat_vid {
			margin: 0 auto;
			width: 273px;
		}
		
			#feat_vid h2 {
				color:#263C55;
				font-size:18px;
				margin:0 0 10px;
			}

	#sidebar_box_add {
		width: 300px;
		height: 250px;
		margin: 0 0 7px 0;
	}

	.sidebar_box {
		background: url('/assets/images/blue_grad.png') repeat-x top left;
		width: 248px;
		border: 1px solid #B9C8D2;
		font-size:13px;
		padding: 20px 25px;
		margin: 0 0 7px 0;
		
	}
	
		.sidebar_box h2 {
			
			color:#263C55;
			font-weight: bold;
		}
		
		#cp_tags h2 {
			margin: 0 0 10px;
		}
		
			.sidebar_box h2 span {
				color: #266BB5;
			}
	
		.sidebar_box p {
			line-height:15px;
			margin:5px 0;
		}
		
		#newsletter .textinput {
			border:1px solid #B9CDDF;
			color:#6F8598;
			display:inline;
			float:left;
			height:18px;
			margin:10px 10px 0 0;
			padding:0 0 0 5px;
			width:204px;

		}
		
		#newsletter .navgo {
			display:inline;
			float:left;
			margin:10px 0 0;
		}

	#cats {
		float: left;
	}

		#cats h2, #archives h2 {
			font-size: 17px;
			margin: 0 0 10px;
		}

	#cats ul li, #archives ul li {
		list-style-image: url('/assets/images/grey_arrow.png');
		margin:5px 0;
	}

	#archives {
		float: right;
	}
	
	#latest_forum {
		font-size: 12px;
	}
		#latest_forum span {
			font-weight: bold;
			color: #DE6D21;
		}
			#latest_forum .thoughts {
				font-weight: bold;
				color: #DE6D21;
				text-decoration: none;
			}
		
		#latest_forum a {
			color: #111111;
			text-decoration: none;
		}

		#latest_forum li ul {
			margin:15px 0 20px;
		}
		
		#latest_forum li .lastul {
			margin: 15px 0 0;
		}
	
		#latest_forum li ul li {
			margin: 5px 0;
		}
		
	#ad_120_sidebar {
		
		display:inline;
		float:left;
		height:600px;
		margin:0 20px 7px 0;
		width:120px;
	}
	
	#ad_160_sidebar {
		
		display:inline;
		float:left;
		height:600px;
		width:160px;
	}
	

#postedin {
	color: #6F6F6F;
	display: inline;
	float: left;
	font-size: 12px;
}

#posted_tags {
	color: #6F6F6F;
	display: inline;
	float: right;
	font-size: 12px;
}

#comments {
	margin:10px 0 25px 30px;
	width:615px;
}

	#comments h4 {
		font-size: 18px;
		font-weight: bold;
	}
	
	#comments #comments_head {
		color: #2260AE;
		font-size: 13px;
	}
	
	
	#commentwrap {
		background: #F1F1F1;
		margin:10px 0 0;
		padding:1px 8px 20px;
	}
	
	.commentlist {}
	
	.commentlist li {
		background: #FFF;
		font-size: 12px;
		margin:10px 0;
		padding:20px;
	}
	
	.comment_auth span {
		color: #2260AE;
	}
	
	#respond {
		font-weight: bold;
		font-size: 12px;
	}
	
	#comments fieldset {
		border: 1px solid #CFCFCF;
		color: #494949;
		font-size: 13px;
		margin:0 auto;
		padding:25px;
		width:555px;
	}
	
	#comments legend {
		color: #494949;
		font-size:16px;
		font-weight:bold;
		margin:0 0 0 -11px;
		padding:0 10px;
	}
	
	#comments fieldset label {
		clear:both;
		display:inline;
		float:left;
		margin:0 10px 0 0;
		padding:3px 0 0;
		width:165px;
	}
	
	#comments fieldset .cominput {
		border: 1px solid #e5e5e5;
		height:23px;
		margin:0 0 10px;
		width:375px;
	}
	
	#comments fieldset .textarea {
		border: 1px solid #e5e5e5;
		width:375px;
	}
	
	#comments fieldset #loggedin {
		margin: 10px 0;
	}
	
	#comments #btn_wrap {
		margin:10px 0 10px 210px;
		width:236px;
	}
	
	
#navigation {
	margin:0 0 0 25px;
}

	#navigation li {
		display: inline;
		margin: 0 10px 0 0;
	}
	
	
	
#footer {
	color: #506B81;
	font-size: 12px;
	margin: 20px 0 10px;
}

	#footer a {
		color: #2966BD;
		text-decoration: none;
	}

	#copyright {
		display: inline;
		float: left;
	}
	
	#network {
		background:transparent url(/assets/images/foot_logo.png) no-repeat scroll 0 17px;
		display:inline;
		float:right;
		height:150px;
		width:200px;
		position: relative;
	}
	
		#network #escalate {
			bottom:25px;
			height:96px;
			left:0;
			position:absolute;
			width:165px;
		}
	
.blue_box {
	background: #f0f5f9;
	line-height:23px;
	margin:3px 0;
	padding:5px 10px;
	width:auto;
	height: 23px;
	min-height:23px;
	height:auto !important;
	
	
}

#hor-minimalist-a
{
	color: #20569A;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	background: #fff;
	width: 927px;
	margin: 0 0 25px;
	border-collapse: collapse;
	text-align: center;
	border-bottom: 1px solid #D7E4EB;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 1px solid #D7E4EB;
	text-align: center;
	vertical-align:middle;
}
#hor-minimalist-a td
{
	color: #676767;
	padding: 9px 8px 0px 8px;
	text-align: center;
	width: 143px;
}
#hor-minimalist-a tbody tr:hover td
{
}

#hor-minimalist-a .normal_text {
	font-size: 12px;
}

#hor-minimalist-a .first_col {
	color: #20569A;
	
	padding:10px 0 10px 20px;
	text-align:left;
	font-size: 12px;
	width:146px;
}

#hor-minimalist-a .cat_seprator {
	color: #CA0010;
	font-weight: bold;
}

#hor-minimalist-a .product_name {
	color: #000;
	font-weight: bold;
}

#hor-minimalist-a .blue_text {
	color: #20569A;
}

#hor-minimalist-a .alt_row {
	background: #F4F5F7;
}

#hor-minimalist-a .alt_row_dark {
	background: #EAEFF2;
}

#tagged {
	color: #676767;
	font-size: 11px;
}

#phone_left {
	display: inline;
	float:left;
	line-height:160%;
	margin:25px 0 10px;
	padding:0;
	width:635px;
}

#phonedetails {
	margin: 30px 0 0;
}

#phone_pic_large {
	border: 1px solid #DCE3EB;
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}

#phone_info {
	display:inline;
	float:left;
	width:450px;
}

#phone_name {
	color:#20569A;
	display: inline;
	float: left;
	font-weight: bold;
}

#phone_points li {
	color: #657d90;
}

#phone_date {
	display: inline;
	float: right;
}

	#phone_date li {
		border-right:1px solid #676767;
		color:#676767;
		display:inline;
		float:left;
		font-size:11px;
		line-height:16px;
		margin:5px 10px 0 0;
		padding:0 10px 0 0;
	}
	
		#phone_date li span {
			color:#20569A;
		}
	
	#phone_date .nobrder {
		border: none;
	}
	
#phone_points {
	font-size: 12px;
	margin:30px 0 0 0;
	width:400px;
}

	#phone_points span {
		margin: 0 10px 0 0;
	}

#phone_specs
{
	color: #20569A;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	width: 635px;
	margin: 25px 0 25px;
	border-collapse: collapse;
	text-align: left;
}
	#phone_specs tr {
	}

	#phone_specs td {
		color: #676767;
		font-size: 12px;
		border-bottom:2px solid #FFFFFF;
		padding-left:15px;
	}
	
	#phone_specs .product_name {
		color:#000000;
		font-weight:bold;
	}
	
	#phone_specs .first_col {
		background:#F4F5F7;
		color:#20569A;
		font-weight:bold;
		padding:5px 5px 5px 10px;
		width:155px;
	}
	
	#phone_specs .cat_seprator {
		color:#CA0010;
		font-weight:bold;
	}
	
	#phone_specs .blue_text {
		color:#20569A;
		font-weight:normal;
		font-size: 11px;
		line-height:13px;
	}
	
	#phone_specs .smalltext {
		font-weight:normal;
		line-height:13px;
	}
	
#my-tag-cloud  {
	font-size: 120%;
}

#ad_728, #ad_300, #ad_160, #ad_120 {
	display: none;
}

.photosize {
	width:100px;
}

#photosize {
	border: 1px solid #DCE3EB;
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	width:130px;
}


#register {
	background: #F0F5F9 url(/assets/images/regform_right_bg.png) no-repeat top right;
	margin:25px 0;
	height:644px;
	padding:35px 0 0;
}

	#register h3 {
		color:#354B60;
		font-size:28px;
		margin:0 0 20px 35px;
	}
	
	#register p {
		color:#324C64;
		font-size:16px;
		margin:8px 0 0 35px;
	}
	
	#register #joinnowul {
		color:#324C64;
		display:inline;
		float:right;
		font-size:16px;
		margin: 0 55px 0 0;
	}
	
	#register #joinnowul li {
		list-style-image:url(/assets/images/large_arrow.png);
		margin: 0 0 25px 0;
		width: 206px;
	}

#tos #phone_left {
	width: 600px;
}

	#tos #phone_left #privacy {
		color:#324C64;
	}
	
		#tos #phone_left #privacy p {
			margin: 10px 0;
		}
		
		#tos #phone_left #privacy h3 {
			font-size: 18px;
			font-weight: bold;
			margin: 10px 0;
		}
		
		#register {
			position:relative;
			background:transparent url(/assets/images/privacy_ver.png) no-repeat scroll 400px 36px;

		}
		#benies {
			margin:20px 0 0 60px;
		}
			#benies li {
				margin: 5px 0 0;
				list-style-type:disc;
			}

		#sprintphone {
			left:590px;
			position:absolute;
			top:20px;
		}

		#regbox {
			border: 1px solid #DFDFDF;
			color:#2E2E2E;
			padding:20px 0 0;
			position:relative;
		}

		#regbox .recognition {
			height:30px;
			padding:20px 0 0;
		}

		#regbox h2 {
			font-family: "Century Gothic", "Apple Gothic", sans-serif;
			font-size: 25px;
			margin: 0 0 0 31px;
		}

		#page_info {
			font-size:14px;
			line-height:22px;
			margin:10px 0 0 31px;
			width:497px;
		}

		#benefits ul {
			display: inline;
			float: left;
			width: 200px;
		}

			#benefits ul li {
				font-size:15px;
				padding:9px 0 5px;
			}

		#benefits .first li {
			border-bottom: 1px solid #f7f6f6;

		}

		#benefits .second {
			background: #edcbc9;
		}

		#benefits .second li {
			border-bottom: 1px solid #f7f6f6;
			color: #b55754;
			font-weight: 700;
			text-align: center;
		}

		#benefits .third {
			background: #dee8c8;
		}

		#benefits .third li {
			border-bottom: 1px solid #f7f6f6;
			color: #709226;
			font-weight: 700;
			text-align: center;
		}

		#signup_form .field input {
			background:#F7F7F7;
			border:1px solid #CCCCCC;
			font-size: 1em;
			margin-bottom: 4px;
			padding: 8px;
		}

		#signup_form .field {
			clear: both;
			font-size: 1.2em;
		}

		#signup_form label {
			display: block;
			float: left;
			margin: 12px 0 0;
			text-align: left;
			width: 6em;
		}

		#signup_form .agreebox .checkinput {
			display: inline;
			height: 15px;
			margin: 10px 0 0 99px;
			width: 15px;
		}

		#signup_form .agreebox label {
			color: #828282;
			display: inline;
			float: right;
			margin: 14px 295px 0 0;
			width: 450px;
		}

		.captchabox {
			margin: 14px 0 10px 97px;
		}

		.submit {
			margin:14px 0 10px 97px;
		}

		#recaptcha {
			display: none;
		}

		.errors {
			background: #FBE3E4 none repeat scroll 0 0;
			border-color: #FBC2C4;
			color: #8A1F11;
		}

		.errors,.notice,.success {
			border: 1px solid #8A1F11;
			margin-bottom: 1em;
			padding: 0.8em;
		}

		.cart-list {
			margin: 25px 31px 0;
			padding: 0 0 10px;
			width: 500px;
		}

		.item-container {
			clear: both;
			margin: 25px 0 0;
		}

		.item-info .price {
			float: right;
		}

		.item-info h4 {
			font-size: 1.2em;
			font-weight: 700;
		}

		.item-info h5 {
			clear: both;
			font-size: 0.8em;
			font-weight: 700;
			padding: 10px 0 5px 10px;
		}

		.item-info ul {
			float: left;
			padding: 0 0 20px 10px;
			width: 200px;
		}

		.expire {
			clear: both;
			font-size: 1em;
			margin: 0 390px 0 31px;
			padding-bottom: 10px;
		}

		.expire .total {
			font-size: 1.2em;
			font-weight: 700;
			text-align: right;
		}

		.expire .buy {
			margin: 10px 0;
			text-align: right;
		}

		#welcometext h3 {
			font-family: "Century Gothic", "Apple Gothic", sans-serif;
			font-size: 25px;
		}

		#welcometext p {
			list-style: square;
			margin: 10px 0;
		}

		#benefits,#signup_form,#welcometext {
			margin: 50px 31px 0;
			padding: 0 0 50px;
		}

		.errors li,#welcometext li {
			list-style: square;
			margin: 4px 0 0 25px;
			font-size:20px;
		}

		.welcomep {
			font-size:16px;
			margin:10px 0 -5px 30px;
		}

		#regerrors li {
			font-size: 14px;
		}


