﻿/* CSS Document */
/* Author: Issac */
/* Date: August,2005 */

/***显示方式切换样式***/
#view_link {
	width: 560px;
	height: 12px;
	margin-bottom: 7px;
	text-align: right;
}
#view_link li {
	float: right;
	margin-left: 7px;
}

a#link_list, a#link_list:hover {
	display: block;
	padding-left: 22px;
	background: url("icon_view_list2.gif"/*tpa=http://njsrd.wjw.cn/Skin/Default/css/s00/icon_view_list2.gif*/) no-repeat;
	color: #f60;
	line-height: normal;
	text-decoration: none;
}
a#link_win {
	display: block;
	padding-left: 22px;
	background: url("icon_view_win1.gif"/*tpa=http://njsrd.wjw.cn/Skin/Default/css/s00/icon_view_win1.gif*/) no-repeat;
	color: #333;
	line-height: normal;
	text-decoration: none;
}
a#link_win:hover {
	background: url("icon_view_win2.gif"/*tpa=http://njsrd.wjw.cn/Skin/Default/css/s00/icon_view_win2.gif*/) no-repeat;
	color: #f60;
}

.item {
	clear: none !important;
	clear: both;
	height: 80px;
	margin: 0px;
	padding: 7px;
	border-bottom: 1px solid #eee;
}
.item dt {
	position: relative;
	right: 100px;
	float: right;
	width: 350px;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	overflow: hidden;
}
.item dd {
	margin-left: 0px;
}
.item dd p {
	margin: 0px;
	text-indent: 0px;
}
.iPic {
	float: left;
	width: 80px;
	height: 80px;
	background: #fff no-repeat center;
}
.iPic a {
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
	color: #999;
	line-height: 80px;
	text-decoration: none;
	text-align: center;
}
.iPic a:hover {
	color: #999;
	border: 1px solid #f60;
}
.iPic img {
	position: absolute;
	left: -9999px;
}
.iDate {
	position: relative;
	left: 350px;
	float: right;
	width: 100px;
	color: #999;
	font-size: 11px;
	text-align: right;
}
.iDest {
	float: right;
	width: 450px;
}
.iOpt {
	float: right;
	width: 450px;
	padding-top: 7px;
}
.iOpt a {
	display:block;
	float: right;
	margin-left: 3px;
	padding:1px 2px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #fff0e6 #ffb380 #ffb380 #fff0e6;
	background: #fff7f2;
	color: #f60;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
.iOpt a:hover {
	border-width: 2px 1px 1px 2px;
}

/*相对特殊的样式*/
#leads_item .iDest, #prod_item .iDest{
	height: 36px;
	overflow: hidden;
}
#prod_item .item dt {
	right: 0px;
	width: 450px;
}
#cert_item .item dt {
	right: 200px;
	width: 250px;
}
#cert_item .iDate {
	left: 250px;
	width: 200px;
}