
/*-----------------------    mov Detail    -----------------------------------*/
#movDetail      { clear: both;  text-align:left; margin-bottom:10px; xborder: thin solid blue; }
	#movDetail:after {
	    content: "";
	    display: block;
	    clear: both;
	    height: 1px;
	    overflow: hidden;
	}
	
	/*\*/
	* html #movDetail {
	    height: 1em;
	    overflow: visible;
	}
	/**/
 #movDetail H2{ margin:0; padding:2px 0 2px 0; font-size: 13px; }
 #movDetail H3{ margin:0; padding:2px 0 2px 0; font-size: 12px; }

/*-----------------------    mov Data area  ----------------------------------*/
 #dataArea{ 
	clear:both;
	background-color: #eee;
	padding:0 8px 5px 5px; 
	margin:10px 3px 0px 0; 
	xborder: thin solid blue;
	color:#666;
	border-top   : 1px solid #ccc;  border-right: 1px solid #666;
	border-bottom: 1px solid #666;  border-left : 1px solid #ccc;
 }
	#dataArea:after {
	    content: "";
	    display: block;
	    clear: both;
	    height: 1px;
	    overflow: hidden;
	}
	
	/*\*/
	* html #dataArea {
	    height: 1em;
	    overflow: visible;
	}
	/**/
	
 #dataArea .subjpg{ float:left; padding:10px 10px 15px 10px; margin:0; }
 #dataArea H2{ margin:0; padding:2px 0 5px 0; font-size: 15px; font-weight: normal;}
 #dataArea H3{ margin:0; padding:2px 0 5px 0; font-size: 14px; font-weight: normal;}
 #dataArea H4{ margin:0; padding:2px 0 5px 0; font-size: 13px; font-weight: normal;}
 #dataArea span{ margin:0; padding:0 5px 0; font-size: 13px; font-weight: normal;}



 #dataArea p{ padding:0; margin:0; height:27px; font-size: 12px; xborder: thin solid blue;}


 #dataArea .comment{ margin:0 10px 3px 0; padding:8px 5px 8px 5px; background-color: #ffffff; color : orange;  line-height:1.4em; font-size: 13px;
 border-top   : 1px solid #ccc; border-bottom   : 1px solid #ccc;border-right   : 1px solid #ccc; border-left   : 1px solid #ccc;
 }
 	#dataArea .comment:after {
	    content: "";
	    display: block;
	    clear: both;
	    height: 1px;
	    overflow: hidden;
	}
	
	/*\*/
	* html #dataArea .comment {
	    height: 1em;
	    overflow: visible;
	}
	/**/

 #msgArea { padding:8px; margin:0px 10px 3px 0; font-size: 17px; line-height:1.3em;		}

	#msgArea:after {
	    content: "";
	    display: block;
	    clear: both;
	    height: 1px;
	    overflow: hidden;
	}
	
	/*\*/
	* html #msgArea {
	    height: 1em;
	    overflow: visible;
	}
	/**/
  .thumbnail{ padding:10px; margin:0px 10px 3px 0;  xbackground-color: #eee; font-size: 13px; }

/*-----------------------    prevnext    -----------------------------------*/
#movDetail .prevnext {  margin-top:5px; width:390px; xbackground-color: #eee; xborder: thin solid blue; }
#movDetail .prev { float:left; }
#movDetail .next { float:right;  }


 #movDetail .linkPicLists{ xborder: thin solid blue; 	text-align:center;
	float:right;
	width:213px;
	font-size: 12px; height:22px; padding:5px 0 0 0px; margin:5px 10px 0 0;
	background-image: url(/images/bg-btn1.gif);
	background-repeat: no-repeat;
	xfont-weight:bold;
	xborder-bottom:solid 1px #fff;
 }
 #movDetail .linkPicLists a{ text-decoration:none; color:#333;}
 #movDetail .linkPicLists a:hover{ text-decoration:underline; }
