	
	
	#detail-wrap{
   width: 100$;
   max-width: 1200px;
   margin-left: auto;
    margin-right: auto;
	padding: 20px 20px 0px 20px;
	background-color: #fff;
	}
	.post-title {
 font:  bold 14px tahoma;
 }
	

         /* SlideShow Properties Begins */
#slideShow { 
width: 100%;
max-width: 1100px;
margin-left: auto;
 margin-right: auto;
 background: #333;
 box-shadow: inset 0 0 10px #000;
}
  
    #slide-top{
  width: 100%;
  padding: 10px;
  font: bold 16px arial;
  color: #666;
   display: flex;
   gap: 20px;
 justify-content: space-between;
   background: #f2f2f2;
   box-shadow: inset 0 0 10px #000;
  }
  
   #slide-top li{
    width: 50%;
    text-align: center;
      } 
	  
	  
	   
	    #top-address{
       font: normal 16px arial;
	   font-style: italic;
	   color: #666;
	   } 
	   
	   #top-price{
       font: bold 18px tahoma;
	   color: coral;
	   margin: 20px;
	   } 
  
  
  #myContact{
width: 140px;
padding: 9px;
margin: 10px auto ;
background: teal;
font: bold 16px arial;
color: #fff;
border-radius: 10px;
}
#myContact:hover,#adEmailer:hover{
background: #DEB887;
} 

#mySeller{
width: 250px;
margin: 10px auto ;
padding: 10px;
display: none;
font: normal 1em arial;
 background-color: #d3d3d3;
  background-image: linear-gradient(15deg, transparent 28%, rgba(255, 255, 255, 0.5) 28%);
  background-size: 50px;
  box-shadow: inset 0 0 5px #000;
  color: #222;
} 

                                   /* SlideShow Properties Begins*/

#slideMan { 
width: 100%;
max-width: 900px;
height: 480px;
margin-left: auto;
 margin-right: auto;
 position: relative; 
  overflow: hidden;

  }

#slideMan > div { 
width: 100%;
position: absolute; 
}
.slide-img{ 
 width: 100%;
  height: 480px;
  padding-left: 10px;
   padding-right: 10px;
  object-fit: cover;
  }
	
	      /* Icom-Handle Properties Begins */
#icon-wrap { 
width: 100%;
background: #333;
color: #ddd;
padding: 10px; 
box-shadow: inset 0 0 10px #000;
  }
  #icon-handle { 
width: 60%;
padding: 10px;
margin-left: auto;
margin-right: auto;
display: flex;
gap: 5px;
font: bold 14px tahoma;
justify-content: space-between;
}
#shared-icon{
width: 150px;
padding: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
display: flex;
gap: 10px;
justify-content: space-between;
}
#tweet{
margin-top: 5px;
}
           
                    /*Description Properties Begins */
	.label-tag{
    width: 100%;
	max-width: 1100px;
	margin-top: 20px;
	margin-left:  auto;
	margin-right:  auto;
	font: bold 14px tahoma;
	 }
 
   #description-cover{
  width: 100%;
   max-width: 1100px;
   margin: 0px auto;
   padding: 10px;
   display: flex;
     background: #f2f2f2;
   justify-content: space-between;
   box-shadow: inset 0 0 2px #000;
  }
 
 #description-cover li{
 width: 50%;

 }
  #description-cover h2{
 width: 100%;
 margin-top: -5px;
 margin-bottom: 10px;
 font: bold 18px tahoma;
 color: #51586d;
 }
  #map{
  padding: 10px;
   width: 100%;
  box-shadow: inset 0 0 3px #000;
  }
  
   #features-wrap{
   width:  100%;
    max-width:  400px;
	margin: 0px auto;
	
	 }
  
  #features-handle{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
    }
     #features-handle > div{
	width: 50%;
	}
	.mySpan{
    font: bold 14px arial;
   color: #4E79A4;
    }
   
	                /*Disclaimer Information Begins */
	#disclaimer{
    width: 100%;
	max-width: 600px;
	padding: 4px;
	text-align: center;
	margin-top: 20px;
	margin-left:  auto;
	margin-right:  auto;
	background: #f0f4f9;
	box-shadow: inset 0 0 1px #000;
	}
	#disclaimer-tag{
	font: bold 18px tahoma;
	color: red;
	}
	#disclaimer p{
	margin-top: 2px;
	font: normal 15px arial;
	}	   
		
	
	               
		  
		             
   