@charset "utf-8";
/* CSS Document - about */

#content_list{
	width: 637px;
	height: auto;
	color: #555;
	line-height: 23px;
	letter-spacing: 0.1em;
	margin-top: 30px;
	font-size: 14px;
	}
#content_list .list{
	height: auto;
	width: auto;
	padding: 6px 0;
	}
#content_list .right{
	float:right;
	width:449px;
	}
#content_list .data{
	width:95px;
	height:20px;
	background-color:#0DBCFF;
	font-size:12px;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
	}
#content_list .title{
	font-size: 17px;
	width: auto;
	height: 25px;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 2px;
	padding: 2px 10px;
	background: url(../data/products/title_bg.jpg) repeat-x;
	display: inline-block;
	}
#content_list .type{
	font-size:15px;
	}
#content_list .type tr{
	}
#content_list .type td{
	background-color: #EEE;
	color: #555;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 2px;
	}
#content_list .type td a{
    display: block;
    background: url(../data/products/icon.png) no-repeat 8px 5px;
    padding-left: 18px;
	color: #555;
	text-decoration:none;
    word-wrap: break-word;
    word-break: break-all;
	}
#content_list .type td a:hover{
	font-weight:bold;
	}
#content_list .type td img{}
#content_list .info{
	font-size:14px;
	width: 440px;
	height: 66px;
	color:#555;
	overflow:hidden;
	}
#content_list .info a{
	color:#555;
	}
#content_list .info a:hover{
	text-decoration:underline;}
