/* CSS Document */

body{
margin:auto;
background:#b51e3d;
/*background-image:url(bg_image.jpg);
background-repeat:repeat; */

}


#content	
 {
width:1200px;
background-image:url(bg_wood_1000.png);
background-repeat:repeat-y;
margin-right:10%;
margin-left:10%;
position:absolute;
font-family:"Courier New", Courier, monospace;
color:#390404;
display:inline;
margin-top:20px;

 }
 
 #bannerTop{

  
 }
 #bannerBottom
 {
 
 }
 
 
 #bodyContent{
 }
 
 #uabanner{
 margin-bottom:30px;
 
 }
 
 #relativeLink{
 position:relative;
width:200px;
 height:auto;
 float:left;
 margin-top:30px;
 margin-left:100px;
 border-right:dotted 2px #972f00;
/* border-right:dotted 2 px #972f00;*/ 
 
 }
 
#beforeAndAfter{
margin-left:280px;;
margin-right:90px;
width: auto;
font-size:14px;

 }
 
 
 
 #titleMiddle{

margin-left:2%;
margin-top:20px;


 }
 
 .titleMiddle span 
  {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	font-weight:bold;
	
  }
 .titleMiddle span span{
 font-family:"宋体";
 font-size:16px;

 }
 
 #uaDetails
 {
 position:relative;
 margin-left:5%;
 margin-right:5%;
 
 }
 
 
 #topbutterfly{
 font-size:12px; 
 margin-left:30px;
 height: 800px;  
 }
 
 
 #topbutterfly a{
 color:#5476aa;
 text-decoration:none;
 border-bottom:dashed #CC9966 1.5px;
 
 }
 
 
 #normalAndroid {
 position:relative;

 
 }
 
 .ao{

   }

/*内去img的class*/
.aoOrgi
{

}
.aoCover{
display:none;

}

/*当外层的鼠标Hover时，内层的class要做的事*/
.ao:hover .aoOrgi{
display:none;
}

.ao:hover .aoCover{
display:block;
}

.hightColor{
color:#FF0000;
}

.suojin{

padding-left:30px;
margin-top:30px;
}

.fontsize_underline_dashed{
font-size:15px;
text-decoration:underline;
font-weight:bold;

}

.fontsize_underline_dotted{
font-size:16px;
border-bottom:dotted 3px #CC0000;
font-weight:bold;


}


