/* CSS Document */

#main .credit{
	padding: 2px 0 5px;
}


/* #main .inner-wrap
-----------------------*/
#main h2 span {
	color: #c90002;
}
#main .right-part{
	overflow:hidden;
}
	#main .inner-wrap table{
		margin-left:-1px;
	}
		#main .inner-wrap th{
			border-left:1px solid #CCC;
		}
		#main table th {
			padding:	9px 7px;
		}

		#main table th.nobk,
		#main table td.nobk{
			background:	none;
		}
		#main table th.nobottom,
		#main table td.nobottom{
			border-bottom:	none;
		}

#main .main-inner .col-ex-box .left-part.new{
	position: relative;
}
#main .main-inner .col-ex-box .left-part.new:before{
	content:"NEW";
	display: inline-block;
	position: absolute;
	right:0;
	top:-25px;
	color:#dd0000;
	font-weight: bold;
}