@charset "utf-8";
/*==============================
	Title: Olay  
	Updated:   
	Content: privacy 

    * Filename: privacy.css
    * Version: 2.0.0 (2008-08-15) YYYY-MM-DD
    * Website: http://www.olay.com.cn
    * Author: Ray Huang (Ray.Huang@nurun.com)
    * Description: all css

    == STRUCTURE: ==============================
    * 
    * 
    ============================================
	 word-break:break-all; //Ç¿ÖÆ»»ÐÐ
*/
html { margin:0; padding:0; border:0; background:#fff;}
body { margin:0; padding:0; border:0; color:#353534; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
#pageBody { width:920px; margin:0 auto; padding:20px 0 0;}
#headerBox { width:100%; height:70px;}
	#headerBox h1 { width:160px; height:70px;}
	#headerBox h1 a { width:160px; height:70px; float:left; text-indent:-1000em; background:url(../img/logo-olay.gif) no-repeat;}
#contentBox {}
	#contentBox div.content { padding:10px 0; background:url(../img/line-x.gif) 0 0 repeat-x;}
	#contentBox h2 { text-indent:-1000em; background-position:center; background-repeat:no-repeat;}
		h2.privacy { background-image:url(../img/privacy-title.gif);}
		h2.conditions { background-image:url(../img/conditions-title.gif);}
		h3,h4,h5 { color:#000;}
	#contentBox h3 { font-size:16px;}
	#contentBox h4 { font-size:14px;}
	#contentBox h5 { font-size:12px;}
	#contentBox p { text-indent:2em; line-height:24px;}
#foooterBox {}

