/* TODO: Move the following general definitions to the main css. */
* {
  margin:0px;
	padding:0px;
}#adDetailMainActionBar a{
  font-size:9pt;
	font-weight:bold;
	color:#ffffcc;
	padding-right:4px;
	text-decoration:none;
}
#adDetailMainActionBar a:hover { color: #fff; }

body {
  font-family:Arial, Helvetica, sans-serif;
}

/* TODO: Move the following general definitions to the main css. */

/* Top Level Classes */
.cssButton {
	color: #333333;
	background-color: #FFFFCC;
	border: 1px solid #ffffff;
}

/* Top Level Blocks */
#adDetail {
	background-color: #000000;
	height: 650px;
	width: 829px;
	padding:14px;
	float: left;
}

#adDetailTopBar {
	clear: both;
	height: 40px;
	width: 829px;
	font-size:9pt;
	font-weight: bold;
	color:#ffffff;
}

#adDetailMain {
	clear: none;
	float: left;
	/* height: 460px; */
	width: 565px;
	background-color: #cccc99;
}

#adDetailMap {
	float: right;
	height: 244px;
	width: 250px;
	background-color: #cccc99;
	text-align:center;
}


#adDetailDirections {
	background-color: #cccc99;
	float: right;
	height: 170px;
	width: 250px;
	margin-top: 14px;
	text-align:center;
}

/* #adDetailTopBar Descendants */
#adDetailTopBar { color: #ffffcc; font-size: 11pt; text-align: right; margin-bottom: 5px; margin-top: 0; }
#adDetailTopBar a {
	font-size:9pt;
	font-weight: bold;
	color:#ffffff;
	clear:none;
	margin-left:10px;
	margin-right:10px;
}

/* #adDetailMain Descendants */
#adDetailMainInfo {
  width:390px;
	float:left;
	clear:left;
	padding-top:10px;
	padding-left:10px;
}

#adDetailMainInfo h1 {
  font-size:16pt;
  color:#666633;
  margin-bottom: 2px;
  font-weight: normal;
}

#adDetailMainInfo p {
  font-style:normal;
  font-size:10pt;
	color:#666633;
	padding-top:6px;
	padding-bottom:6px;
	text-align:justify;
	word-spacing -2px;	
	
}

#adDetailMainInfo a {
	text-decoration: none;
	color:#333333;
	font-weight:bold;
	font-size:11pt;
}

#adDetailMainInfo .address {
  font-style:normal;
  font-size:12pt;
  color:#666633;
  font-weight: normal;
}

#adDetailMainInfo .phone {
  font-weight:bold;
	color:#000000;
	padding-right:6px;
	font-size: 16pt;
}

#adDetailMainInfo span {
  font-weight:bold;
	color:#000000;
	padding-right:6px;
	font-size: 9pt;
}

#adDetailMainReviews {
  width:80px;
	height:50px;
	float:right;
	clear:right;
	text-align:center;
	line-height: 20px;
}

#adDetailMainReviews a{
  display:block;
	clear:both;
  font-size:8pt;
	color:#666666;
	text-align:justify;
	padding-left:8px;
	text-decoration: underline;
}
#adDetailMainReviews a:hover { color: #fff; }

#adDetailMainVideo {
  width:142px;
	height:300px;
	float:right;
	clear:right;
	padding-top:10px;
	padding-right:10px;	
        background-color: #cccc99;
        
}

#adDetailMainVideo a {
	clear:both;
	text-decoration:none;
        font-size:9pt;
	font-weight:bold;
	color:#333333;
}

#adDetailMainPhoto {
  height:90px;
	width:545px;
	padding:10px;
	clear:both;
}

#adDetailMainPhoto img{
  height:90px;
	width:90px;
	margin-right:3px;
	clear:none;
	background-color:#cccccc;
}

#adDetailMainActionBar {
	padding:10px;
	clear:both;
}

#adDetailMainActionBar h3{
  display:inline;
  font-size:12pt;
	font-weight:bold;
	color:#666633;
	padding-right:10px;
}

#adDetailMainActionBar span{
  font-size:10pt;
	font-weight:bold;
	color:#333333;
	padding-right:4px;
	padding-left:10px;
}

#adDetailMainActionBar a{
  font-size:9pt;
	font-weight:bold;
	color:#666633;
	padding-right:4px;
	text-decoration:none;
}

/* #adDetailMap Descendants */
#mapContainer {
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	width:218px;
	height:176px;
	text-align:left;
	background-color:#cccc99;
}

#adDetailMap a {
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	width:218px;
	text-align:left;
	font-size:10pt;
	display:block;
	clear:both;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

/* #adDetailDirections Descendants */
#adDetailDirections h3 {
	font-size:13pt;
	color:#666633;
	margin-top:10px;
	margin-bottom:10px;
}

#adDetailDirections h3 a {
	font-size: 9pt;
	margin-left:4px;
	margin-right:4px;
	color:#666633;
	text-decoration: none;
}

#adDetailDirections fieldset {
        border: 0;
        width: 218px;
        text-align: left;
}

#adDetailDirections .label2 { font-size: 10pt; color: #666666; font-weight: bold; }

#adDetailDirections .directionLink { font-size: 11pt; color: #666633; font-weight: bold; text-decoration: none; }

#adDetailDirections table { font-size: 10pt;	font-size:11pt;
	font-weight: bold;
	color: #666633; }

#adDetailDirections tr { vertical-align: top; }

#adDetailDirections table tr td { text-align: left; }
#adDetailDirections table tr .label { text-align: right; font-size: 10pt; color: #666666; }
#adDetailDirections table tr .address { 
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	width: 180px;
        color: #000000;
}

#adDetailDirections button {
	font-size: 9pt;
	display:block;
	width:90px;
	float:right;
	clear:left;
	margin-top:10px;
}

#adDetailDirections br {
  clear:both;
}

.clear { margin: 0; padding: 0; clear: both; }
.topCorners { width: 857px; background: #000000; height: 15px; }
  .topCorners .left { float: left; }
  .topCorners .right { float: right; }
.btmCorners { width: 857px; background: #000000; height: 15px;  }
  .btmCorners .left { float: left;  }
  .btmCorners .right { float: right; }

.clear { margin: 0; padding: 0; clear: right; }
.phone { color: #666666; font-weight: bold; font-size: 13pt; }
