@import url("common.css");
@import url("browse.css");

/*
Action Envelope
- Created: 7/18/07
*/

img.header {
	margin: 0 auto 16px auto;
}

#use {
	padding: 0 18px 45px 21px;
}

	h1.header {
		width: 710px;
		height: 31px;
		background: url(../img/rc/bColBrowse/rc.header2.gif) no-repeat 0 0;
		font-size: 1.2em;
		line-height: 31px;
		color: #fff;
		text-indent: 17px;
	}
	
	.colTag h2 {
		height: 32px;
		font-size: 1.3em;
		color: #f60;
		float: left;
		line-height: 20px;
	}
	.colTag h2.first {
		width: 198px;
		margin: 0 20px 0 0;
		border-right: 1px solid #d7d7d7;
	}
	
#use table.items {
	width: 100%;
	margin: 0 0 37px 0;
	border-collapse: collapse;
	border: 1px solid #d7d7d7;
}
#use table.items .aCol {
	width: 28%;
}
#use table.items .bCol {
	width: 27%;
}
#use table.items .cCol {
	width: 22%;
}
#use table.items .dCol {
	width: 23%;
}
#use table.items td {
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
	vertical-align: top;
}
#use table.items td.use {
	padding: 20px 0 20px 20px;
	background: #eef8ff;
	color: #054578;
	font-size: 1.2em;
}
#use table.items td.first {
	padding: 20px 0 20px 20px;
}
#use table.items td img {
	margin: 0 0 13px 0;
}
#use table.items td div {
	width: 125px;
	font-size: 1em;
	line-height: 15px;
}
#use table.items td p {
	margin: 0;
	color: #2e94e4;
}
#use table.items td span {
	color: #f60;
}



