/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #1B6080;
	color: #FFFFFF;
	background: #1B6080;
}

.shadetabs li a:visited{
	color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #5BBEFC;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #85292C;
border-bottom-color: #FFFFFF;
color: #FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#Mobile-Home-Listing-Container {
	border:1px solid #1B6080; 
	width:100%; 
	height:405px; 
	margin-bottom: 1em; 
	padding: 10px
}


#Mobile-Home-Listing-Container2 {
	border:1px solid #1B6080; 
	width:490px; 
	height:auto; 
	margin-bottom: 1em; 
	padding: 10px;
	min-height: 400px;
	text-align: left; 
}


.Listing-Table-Content {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:normal;
}

.Listing-Table-Content A:link {font-family: Arial, Helvetica, sans-serif; color: #005A8C; font-weight:normal; font-size: 14px; text-decoration: none;}
.Listing-Table-Content A:visited {font-family: Arial, Helvetica, sans-serif; color: #005A8C; font-weight:normal; font-size: 14px; text-decoration: none;}
.Listing-Table-Content A:active {font-family: Arial, Helvetica, sans-serif; color: #005A8C; font-weight:normal; font-size: 14px; text-decoration: none;}
.Listing-Table-Content A:hover {font-family: Arial, Helvetica, sans-serif; color: #005A8C; font-weight:normal; font-size: 14px; text-decoration: underline;}



.Listing-Table-Content-Title {
	padding-left: 5px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:normal;
}



ul {
	list-style-type:disc;
	list-style-position:outside;
	padding-left: 0px;
	margin-left: 1.5em;
}

#ListingSOLD {
	width: auto; 
    height: auto; 
	text-align: left; 
	margin-left:auto; 
	margin-right:auto;
	padding: 5px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #FF4040;
}
