.NCRE_Clear {
  clear: both;
}
/******************************** FEATURED PROPERTY **********************/
.NCRE_Featured_Title {
  font-weight: bold;
}
.NCRE_Featured_Title a {
  color: #333;
}

/******************************** LISTING PAGE ***************************/
.NCRE_List {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #999;
}
.NCRE_List .NCRE_Title {
  font-weight: bold;
  color: #333;
}
.NCRE_List .NCRE_Title a {
  text-decoration: none;
  font-size: 110%;
  color: #333;
}
.NCRE_List .NCRE_Img {
  float: left;
}
.NCRE_List .NCRE_Img img {
  padding: 2px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
}
.NCRE_List .NCRE_Desc {
  margin-left: 220px;
}
.NCRE_List .NCRE_Op {
  float: right;
  width: 100%;
  margin-bottom: 10px;
}
.NCRE_List .NCRE_Left {
  float: left;
  width: 40%;
}
.NCRE_List .NCRE_Right {
  float: right;
  width: 40%;
}
.NCRE_List .NCRE_Desc p {
   clear: right;
}
/********************************* DETAIL PAGE **************************/
#NCRE_Detail h2 {
  font-size: 140%;
}
#NCRE_Detail #NCRE_Left {
  float: left;
  margin: 0 20px 10px 0;
}
#NCRE_Detail #NCRE_DetailMainTbl {
  width: 100%;
}
#NCRE_Detail #NCRE_DetailMainTbl td.NCRE_DetailMainTbl_C1 {
  width: 1%;
}
#NCRE_Detail #NCRE_DetailMainTbl td {
  padding: 1px 5px;
}
#NCRE_Detail #NCRE_Subtitle {
  font-size: 110%;
  font-weight: bold;
}
#NCRE_Detail #NCRE_Img {
  width: 350px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
  padding: 2px;
  text-align: center;
}
#NCRE_Detail #NCRE_Img img {  
  
}
#NCRE_Detail #NCRE_Thumb {
  width: 350px;
  border: 1px solid #C8CDD2;
  padding: 2px;
  text-align: center;
}
#NCRE_Detail #NCRE_Thumb img {
  border: 1px solid #ececec;
}
#NCRE_Detail #NCRE_Thumb a:hover img {
  border: 1px solid #333;
}
#NCRE_Detail .NCRE_DetailTbl, #NCRE_Detail .NCRE_DetailTbl_1 {
  margin-bottom: 15px;
  width: 100%;
}
#NCRE_Detail .NCRE_DetailTbl th, #NCRE_Detail .NCRE_DetailTbl_1 th  {
  padding: 1px 5px 1px 2px;
  text-align: right;
  width: 18%;
}
#NCRE_Detail .NCRE_DetailTbl td, #NCRE_Detail .NCRE_DetailTbl_1 td {
  padding: 1px 2px 1px 5px;
}
#NCRE_Detail .NCRE_DetailTbl_1 th {
  width: 30%;
}
#NCRE_Detail h3 {
  margin: 5px 0 3px 0;
}