/* ---------------------------------------- */
/* base */
#e404_phone-search {
	font: 14px/21px Arial, Helvetica, sans-serif;
}
#e404_phone-search div {
	border: 0;
	position: relative;
	text-align: left;
	overflow: visible;
}

/* forms */
#e404_phone-search input,
#e404_phone-search select {
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	overflow: auto;
    vertical-align: top;
}
#e404_phone-search input,
#e404_phone-search select {
    margin: 0;
}
#e404_phone-search input {
    line-height: normal;
}

/* links */
#e404_phone-search a {
	color: #e02222;
	text-decoration: underline;
	outline: 0
}
#e404_phone-search a:hover {
	text-decoration: none;
}

/* tables */
#e404_phone-search table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* elements */
#e404_phone-search p,#e404_phone-search pre {
	margin: 0 0 10px;
	padding: 0;
}

/* embedded content */
#e404_phone-search img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* clear */
#e404_phone-search .clearfix {
    zoom: 1;
}
#e404_phone-search .clearfix:before, #e404_phone-search .clearfix:after {
    display: table;
    content: "";
}
#e404_phone-search .clearfix:after {
    clear: both;
}

/* phone search */
#e404_types,
#e404_form-containter,
.phone_list,
#load_more {
	margin: 0 auto;
}

/* tabs */
#e404_types {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	list-style: none;
}
#e404_types li {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 15px 30px;
	margin: 0 5px 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	list-style: none;
}
#e404_types li:hover {
	cursor: pointer;
}
#e404_types .current,
#e404_types li:hover {
	background: #2476c4;
	color: #fff;
	border: 1px solid #2476c4;
}
#e404_types .current:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-color: #2476c4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 10px;
	margin-left: -10px;
	border-style: solid;
}

#e404_phone-search img {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* phone search form */
#e404_contract {
	background: #f2f2f2;
	padding: 30px 0 30px 3%;
	margin-bottom: 40px;
}

.e404_col1 {
	float: left;
	width: 31.5%;
	margin-right: 3%;
	border-right: 1px solid #ccc;
}
.e404_col2 {
	float: right;
	width: 65%;
}
.e404_col-left {
	float: left;
	width: 50%;
	margin-right: 4.4%;
	border-right: 1px solid #ccc;
}
.e404_col-right {
	float: right;
	width: 45%;
}
.e404_col-left p,
.e404_col-right p {
	float: left;
}
#e404_contract .e404_col1 p {
	margin-right: 8%;
}
#e404_contract .e404_col-left p {
	width: 25%;
	margin-right: 8%;
}
#e404_contract .e404_col-right p {
	width: 40%;
	margin-right: 8%;
}

label {
	display: block;
	font-size: 14px;
	color: #2476c4;
	font-weight: bold;
	margin-bottom: 5px;
	white-space: nowrap;
}

select {
	width: 100%;
	color: #000;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	background: #fff;
	white-space: nowrap;
}

/* phone list */
#e404_phone-search .phone_list table {
	width: 100%;
	margin-bottom: 40px;
	border: none;
	background: transparent;
}
#e404_phone-search .phone_list td {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 2px;
	vertical-align: middle;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#e404_phone-search .phone_list thead td {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #2476c4;
}
#e404_phone-search .phone_list .td2 {
	font-weight: bold;
}
#e404_phone-search .phone_list .td2 h3 {
	color: #2476c4;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
.phone_list .td3,
.phone_list .td4,
.phone_list .td5,
.phone_list .td6,
.phone_list .td7,
.phone_list .td8 {
	text-align: center;
}
.phone_list .td4,
.phone_list .td5,
.phone_list .td6,
.phone_list .td7 {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
}
.phone_list .td4 span,
.phone_list .td5 span,
.phone_list .td6 span,
.phone_list .td7 span {
	display: block;
	font-size: 14px;
	color: #999;
}
.phone_list .td3 img {
	margin-bottom: 5px;
}
.phone_list .td3 p {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-bottom: 18px;
}
.phone_list .td6 img:last-child {
	margin-top: 5px;
}
.phone_list .td1 img {
	display: block;
	margin: 0 auto;
}
#e404_phone-search a.button {
	background-color: #2476c4;
	border: 1px solid #2476c4;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.28));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.28));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.28));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.28));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 10px 1px;
	display: inline-block;
	white-space: nowrap;
}
#e404_phone-search a.button:hover {
	color: #fff;
}
/* load more */
#e404_phone-search #load_more {
	text-align: center;
	margin-bottom: 40px;
}
#e404_phone-search #load_more span {
	background-color: #eee;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	background-image: -webkit-linear-gradient(bottom, #ededed, #fff);
	background-image: -moz-linear-gradient(bottom, #ededed, #fff);
	background-image: -o-linear-gradient(bottom, #ededed, #fff);
	background-image: linear-gradient(to top, #ededed, #fff);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	color: #999;
	text-decoration: none;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	padding: 0 20px;	
}
#e404_phone-search #load_more span:hover {
	cursor: pointer;
}

#e404_listing .deal-network img,
#e404_listing .deal-button img {
  max-height: 35px;
}
