/*Widgets*/
.widget {
	width: 100%;
	padding-left: 0px;
	float: left;
}

.widgetHead {
	float: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

.widgetImg {
	float: left;
	padding-right: 10px;
	width: 53px;
	height: 51px;
}

.widgetHeadCont {
	float: left;
	overflow: hidden;
	width: 70%;
}

.widget h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
	color: #0165a3;
	margin-top: 50%;
}

.widget h5 {
	font-size: 15px;
	font-weight: normal;
	color: #1A7BB2;
	clear: both;
}

.widget h6 {
	font-size: 14px;
	font-weight: normal;
	color: #00afde;
}

.widget p {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 20px;
	color: #666;
	line-height: 16px;
}

.widget .wCont {
	margin: 10px 0 0 0;
	padding: 10px;
	float: left;
}

.widget .wCont table td {
	padding: 0 0 15px 0;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

.widget .wCont table td h3 {
	font-size: 25px;
	font-weight: bold;
	color: #00afde;
}

.widget .wCont table h4 {
	font-size: 15px;
	color: #666;
	font-weight: normal;
}

.widget .wCont table td h6 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #0165a3;
	margin-top: 5px;
}

.wTxtBox {
	border: 1px solid #02aad7;
	margin-bottom: 7px;
	padding: 5px;
	width: 210px;
	color: #666;
}

.wDropMenu {
	border: 1px solid #02aad7;
	padding: 5px;
	width: 220px;
	color: #333;
}

.wErrorMsg {
	margin: 0;
	padding: 0;
	color: #C00 !important;
	font-size: 11px !important;
	font-style: italic;
}

.wSubmit {
	background-color: #02aad7;
	padding: 3px 0 2px 0 !important;
	width: 80px;
	display: block;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .05em;
	cursor: pointer;
	border: none;
}

.wResult {
	background-color: #02aad7;
	padding: 5px !important;
	width: 210px;
	color: #FFF !important;
	text-align: center;
}

.wSubmitCompare a {
	float: left;
	width: auto !important;
	padding: 4px 10px 6px 10px;
	background-color: #02aad7;
	display: block;
	color: #FFF !important;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	clear: both;
}

.wApply a {
	float: left;
	width: auto !important;
	margin-top: -10px;
	padding: 6px 10px 8px 10px;
	background-color: #888;
	display: block;
	color: #FFF !important;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	clear: both;
}

.wApply a:hover {
	background-color: #999;
}

/*Compare Cards*/
.compareWhBoxSel {
	float: left;
	margin: 10px 0 0 0px;
	display: block;
	overflow: hidden;
	width:100%;
}

.compareWhBoxM {
	float: left;
	margin-top: 30px;
	background: #fff;
	display: block;
	overflow: hidden;
	width: 780px;
	border: 1px solid #d8d9d9;
	padding: 20px 20px;
}

.compareColBoxMain {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	float: left;
}

.compareTblWrap {
	float: left;
	margin: 20px 0 20px 0px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.compareColBox {
	float: left;
	display: block;
	overflow: hidden;
	width: 20%;
	margin: 0;
	padding: 0;
}

.compareColBox table {
	margin: 0px;
	padding: 0;
	float: left;
	border: 1px solid #d7d8d8;
	border-top: 1px solid #d7d8d8;
	border-collapse: collapse;
}

.compareColBox th {
	width: 20%;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
}

.compareColBox td {
	text-align: left;
	padding: 8px 15px;
	border-bottom: 1px solid #d7d8d8;
	border-collapse: collapse;
	color: #333;
	font-size: 12px;
	background-color: #FFF;
}

.compareColBox td h4 {
	font-size: 13.5px;
	font-weight: normal;
	color: #0165A3;
	margin-top: 0;
}

.compareColBox:hover {
	display: block;
	overflow: hidden;
	width: 20%;
}

.colHeadbg {
	background: #FFF;
	font-size: 14px !important;
	font-weight: 400;
	width: 150px;
	color: #0165a3;
	padding: 0 15px 0 15px;
}

.colHeadbg img {
	margin: 10px 0 0 0;
	width: 100% !important;
	height: 130px;
}

.comparator-sec-head {
	height: 30px;
}

.compareColBox td ul {
	margin: 0;
	padding: 0;
}

.compareColBox td ul li {
	text-indent: -21px;
	margin-left: 14px;
}

.compareColBox td ul li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #333;
	font-size: 15px;
	left: 0px;
	line-height: 18px;
	position: relative;
	top: 0px;
	margin: 4px 8px 0px 8px;
}

.block-2 {
	height: 215px;
	vertical-align: top;
}

.mB20 {
	margin-bottom: 20px;
}

.tLeft {
	text-align: left !important;
	padding-left: 20px !important;
}
/*MTS USER*/
.compareBoxEqCol {
	float: left;
	display: block;
	overflow: hidden;
	width: 48.5%;
	color: #333;
	padding-bottom: 20px;
	background: #f8f8f8;
	padding: 15px;
	border: 1px solid #e8e8e8;
	margin: 0px 10px 15px 0px;
}

.compareBoxEqCol img {
	margin: 0px 5px;
	width: auto;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	padding: 4px;
	background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	width: 105px;
	height: 75px;
}
/*END*/
@media only screen and (max-width: 479px) {
	.compareColBox th {
		width: 95% !important;
	}
	.compareColBox {
		width: 95% !important;
	}
	.compareColBox:hover {
		width: 95% !important;
	}
	.compareColBox table {
		width: 100% !important;
	}
	.widget h3 {
		margin-top: 35%;
	}
}