
#MyGoogleMapLoader
{
    position: relative;
    left: 320px;
    top: 200px;
}


.uploadBut{
	margin-top:5px;
	margin-right:10px;
}


ul.tabs {
	float: left;
	list-style: none;
	height: 30px;
	width: 100%;
	border-radius: 8px 0 -50px 0;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

ul.tabs li
{
	float: left;
	height: 31px;
	line-height: 31px;

	overflow: hidden;
	position: relative;
	background: #979797;
color:#2d2f36 ;
	margin: 0 5px -1px 0;
	padding: 0;
	font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif !Important;
}

ul.tabs li a
{
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;

	outline: none;
	
	padding: 0 20px;
	font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif !Important;
}

ul.tabs li a:hover
{
	background: #ccc;
	font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif !Important;
}

html ul.tabs li.active, html ul.tabs li.active a:hover
{
	background: #ffdb01;
	border-bottom: 1px solid #fff;
	font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif !Important;
}
.button{
color:#2d2f36;
font-size: 15px;
background:#ffdc27 !Important;
Width:95px;
Height: 30px;
border:0px;
font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif !Important;
}
.button:hover{
color:#ffdc26 !Important;
Background-color:#373839 !Important;
}

.ntx_GoogleButton{
color:#2d2f36;
font-size: 15px;
background:#ffdc27 !Important;
Width:115px;
padding-left:10px;
padding-right:10px;
Height: 30px;
border:0px;
font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif !Important;
}

.ntx_GoogleButton:hover{
color:#ffdc26 !Important;
Background-color:#373839 !Important;
}
.tabContainer
{
	/*border: 1px solid #999;*/
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	z-index:999999 !IMPORTANT;

}

@media only screen and (min-width: 1023px) {
	.tabContainer {
		width: 82%;
	}
}

.tabContent
{
	font-size: 12px;
	padding: 20px;
	padding-left:10px;
}

.ntx_ListMap
{
	cursor: pointer;
	height: 30px;
	min-height: 30px;
	width: 655px;
	min-width: 655px;
	background: #dddddd;
	border-bottom: 2px solid #c1c1c0;
	list-style-type: none !important;
	color: #4e5154 !important;
	font-size: 16px;
	font-family: "Segoe UI" ,Arial,Verdana,Helvetica,sans-serif !important;
	font-weight: normal !important;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 5px;
	position:relative;
}


.ntx_ListMap:hover
{
	background: #ffdb01 !important;
}

ul .ntx_ListMap:after
{
	float: right;
	margin-right: 20px;
	content: url('/images/List_arrow.png');
}


ul .ntx_ListMap1:after
{
	float: right;
	margin-right: 20px;
	content: url('/images/List_arrow_up.png') !important;
}

#results
{
	margin-left: 0px !important;
	padding-left: 10px !important;
}


.SearchGoogle
{
	background:#ececec !Important;
	height:191px;
	width:704px;
	position:relative;
	top:-20px;
	z-index:999999 !Important;
}



.SearchGoogleInside {
	position: relative;
	top: 22px;
	left: 20px !Important;
}

.rowDiv{
	margin-bottom: 7px;
	min-height: 60px;
}

.rowDiv2 {
	margin-bottom: 7px;
	min-height: 40px;
}

.uploadButtons {
	height: 15px;
}

@media only screen and (max-width: 767px) {
	.uploadButtons {
		height: 40px;
	}
}