

    #ownerPost #textSection3 {
        display : block;
        position :relative;
        width:960px;
        height:940px;
		top:-40px;
  }

    #ownerPost #imagesSection3 {
        display : block;
        position :relative;
        width:960px;
        height:506px;
        background-image:url(/userfiles2/directUpload/skin/theicity/images/water.png);
        background-repeat:no-repeat;
      	z-index:2;
  }
  
  
  #ownerPost #boxSection3 {
    display: block;
    position: relative;
    width: 380px;
    height: 380px;
    background-color: #fff;
    opacity: 0.8;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}
  
#ownerPost h1.textSection3 {
    padding-top: 65px;
    font-size: 27px;
    color: #000;
    font-family: DBAdmanXLi, Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    text-shadow: 0.01em 0.01em 0.1em #ccc;
    font-weight: inherit;
    letter-spacing: 0.5px;
    line-height: 32px;
    opacity: 1;
}
  
#ownerPost h1.textSection3 span {
    color: #9b6319;
    padding-top: 45px;
    font-weight: bold;
    line-height: 35px;
}
   #ownerPost #lineCircle {
    	display : block;
        position :relative;
        width:405px;
        height:79px;
        background-image:url(images/lineCircle.png);
        background-repeat:no-repeat;
       	top:-58px;
     	
  }
  
  #ownerPost #backgroundYellowSection3 {
    		display : block;
        position :absolute;
        width:960px;
        height:347px;
        background-image:url(images/backgroundYellowSection3.png);
        background-repeat:no-repeat;
       	top:377px;
        
  }
  #ownerPost #tablePrice {
    font-size: 26px;
    padding-top: 45px;
    color: #000;
    font-family: DBAdmanXLi, Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    text-shadow: 0.01em 0.01em 0.1em #ccc;
    font-weight: inherit;
    letter-spacing: 0.5px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    width: 100%;
  }
  
  table {
        border-collapse: collapse;
        width: 90%;
      
}
  
  tr:nth-child(even){
        background-color: #f8f8f8;
  }
  
  tr:nth-child(odd){
        background-color: #f3f3f3;
  }
  
  td{   
        text-align: center;
        font-weight: normal;
        padding: 15px 40px;
  }
    
  th{    
        text-align: center;
        font-weight: normal;
        padding: 20px 40px;
        background: -webkit-linear-gradient(top, rgba(255,199,0,0.9), rgba(255,199,0,0));
      	background: -o-linear-gradient(top, rgba(255,199,0,0.9), rgba(255,199,0,0)); 
      	background: -moz-linear-gradient(top, rgba(255,199,0,0.9), rgba(255,199,0,0)); 
      	background: linear-gradient(to top, rgba(255,199,0,0.9), rgba(255,199,0,0)); 

  }

  #ownerPost th{
        border-radius: 15px 15px 0px 0px;
  }

  #ownerPost table th {
    border: 1px solid #fff;
  }

  #ownerPost td, #ownerPost th, #ownerPost tr {
    border: 1px solid #fff;
    vertical-align: middle;
  
  