/*
Copyright (c) 2008, Ctrip Inc. All rights reserved.
*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,em,button{margin:0;padding:0;}
body{font-size:12px; font-family:"宋体";color:#000;}
img,fieldset{border:0;margin:0;padding:0;}
input, textarea{font-size:12px;}
table{border-collapse:collapse;}
h1,h2,h3,h4,h5{	font-family:"宋体";}
ul li{list-style: none;}
dfn{font-style:normal;}
.layoutfix{display:inline-block;}
.layoutfix{display:block;overflow:hidden;}
.clx{clear:both}
.fl
{
	float:left;
}


/* ========== box 配合bg_big.gif图片使用，制作可扩展的圆角带阴影边框 ========== */
.box_top_left,.box_top_right,.box_bottom_left,.box_bottom_right
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/bg_big.gif) no-repeat scroll 0 0;
	padding:0px;
	margin:0px;
}

.box_top_right 
{
	background-position:right top;	
	margin-left:5px;	
	padding-left:5px;
}

.box_top_left 
{
	background-position:-50px 0;
	margin-left:-5px;
	margin-right:10px;
	padding-top:8px;
}

.box_bottom_right 
{
	background-position:right bottom;
	margin-left:10px;
	margin-right:-10px;
}

.box_bottom_left 
{
	background-position:-50px bottom;
	margin-left:-10px;
	margin-right:10px;
	padding:0px 5px 15px 5px;
}



/* Frame */
.frame_main{
	width:1003px;
	margin:0 auto;		
	background:#eeeeee;
}

.frame_left{
	float:left;
	margin-top:5px;
	width:230px;
}

.frame_right
{
	float:left;
	margin-top:5px;
	width:745px;
}

/* Content */
.frame_right ol
{
	margin-top:10px;
}
.frame_right li	
{
	list-style-type:decimal;
	margin:0 20px 0 20px;
	padding:5px;
}

.frame_right .frame_textcontent
{
	float: left; 
	padding: 5px 5px 5px 10px; 
	width: 500px;
}

.frame_right .img_preview
{
	float: right;
	margin-right: 10px;
}


/*===== Accelerator =====*/
.icon_book
{
	width:320px;
	margin:10px 0px 10px 5px;
}
.icon_book img,.icon_book div
{
	float:left;
}
.icon_book div
{
	line-height: 37px; height: 37px; 
}

.accelerator_preview_main
{
	width:320px;
	height:240px;
	margin:0 auto;		
}

.accelerator_preview_title
{
	background-color:#E8F0F6;
	border-bottom:1px dotted #DDDDDD;
	height:30px;
	line-height:30px;
	padding-left:10px;
}




