﻿p {
   margin: 10px 0px;
}

.detailFooter {
   width: 1024px;
   height: 60px;
}

.detailHeader .title {
   font-size: 36px;
   font-weight: bold;
   color: White;
   padding: 50px 0px 0px 10px;
}

.detailBody .image {
   width: 295px;
   float: left;
   height: 371px;
}

.detailBody .body {
   width: 707px;
   background-color: White;
   float: right;
   height: 351px;
   padding: 10px 10px;
   margin-right: 1px;
}

.subTitle {
   font-size: 18px;
   font-weight: bold;
   color: #1D262C;
   float: left;
   margin: 10px 0;
}

#mapsCNT {
   width: 400px;
   height: 351px;
   float: left;
}

#addressCNT {
   float: left;
   font-size: 12px;
   padding-left: 20px;
}

#addressCNT a {
   color: #666666;
   background-color: white;
   line-height: 1.2em;
   padding: 0 2px;
}

#addressCNT a:hover {
	text-decoration: underline;
}
