
/*-----------------------    mov Detail    -----------------------------------*/
#movActressImg      { clear: both; text-align:left; padding:8px 7px 7px 9px;margin-bottom:10px; xborder: thin solid blue;

	width:220px;
	height:220px;
	background-image: url(/images/bg-actress.gif);
	background-repeat: no-repeat;
 }
	#movActressImg:after {
	    content: "";
	    display: block;
	    clear: both;
	    height: 1px;
	    overflow: hidden;
	}
	
	/*\*/
	* html #movActressImg {
	    height: 1em;
	    overflow: visible;
	}
	
   #movActress H1{ font-size: 14px; text-align:center; padding:0; margin:0;  font-weight: bold;}
   #movActress p{ font-size: 14px; text-align:center; padding:0; margin:0;  font-weight: bold;}
   #movActress H1 a{ text-decoration:underline; color: #666;  }
   #movActress p a{ text-decoration:underline; color: #666;  }


	
#movActressLists      { clear: both;  }
 
 #movActressLists UL{ 	xdisplay:block;                padding:0;margin:0; float:left; }
 #movActressLists LI{ 	float:left; list-style: none; padding:3px 0 0 10px;margin:0; height:18px; xborder: thin solid blue; font-size: 11px; }
 #movActressLists LI a{ text-decoration:underline; color: #666; padding:0 0 0 0; }
 #movActressLists LI .on{ background-color: orange; padding:2px 2px 2px 2px; }
  