/* /styles/index.css */
/*--------------------------------------------------------------------------
[lonson龙贞自动化 网站] 首页 样式表

Site:    http://www.lonson-auto.com
Version: 1.0
Date:    2007/11/25
Author:  assassinice
Email:   assassinice@126.com

Links:   /index.asp

注释关键字列表：  
	TODO   表示某些需要在以后进行修改、修复或复查的样式
	BUG    表示代码或特定浏览器遇到的问题
	KLUDGE 表示不完善的权宜之计
	TRICKY 表示特别复杂的代码段
---------------------------------------------------------------------------*/

/* 清除各种浏览器显示HTML的固有样式 styleSheet 应用区域[ALL] */
@import url(undoHtml.css);
/* 网站主框架样式 styleSheet 应用区域[ALL] */
@import url(webFrame.css);


/* =homeFlash
---------------------------------------------------------------------------*/
#homeFlash {
	margin-bottom:1px;
	width:778px;
	height:300px;
}


/* =homeContent
---------------------------------------------------------------------------*/
#homeContent {
	width:778px;
}

/* =leftContent
---------------------------------------------------------------------------*/
#leftContent {
	float:left;
	width:201px;
}

	#leftContent a {
		display:block;
		padding-left:30px;
		height:29px;
		line-height:29px;
		font-weight:bold;
		color:#999;
		text-decoration:none;
		background:#f0f0f0 url(../images/linkArraw_off.gif) no-repeat 10px 7px;
		border-bottom:1px dashed #d0d4cc;
		border-right:1px dashed #d0d4cc;
	}
	#leftContent a:hover, #leftContent a.show {
		color:#f30;
		background:#fff url(../images/linkArraw_on.gif) no-repeat 10px 7px;
		border-right:1px dashed #d0d4cc;
	}
	
	#leftContent a.bottomLinks {
		border-bottom:0;
	}
	#leftContent a.show {
		border-right:0;
	}

/* =rightContent
---------------------------------------------------------------------------*/
#rightContent {
	float:right;
	width:567px;
}

	#rightContent div {
		display:none;
		margin:15px 20px 0 10px;
	}
	
	#rightContent #productNewsBox {
		display:block;
	}
	
	#rightContent ul {
		line-height:160%;
		color:#999;
		text-align:right;
	}
	
		#rightContent ul a {
			display:block;
			float:left;
			color:#666;
			text-decoration:none;
			text-indent:14px;
			background:url(../images/link_arraw.gif) no-repeat left 6px;
		}
		#rightContent ul a:hover {
			color:#f30;
			text-decoration:underline;
		}

