table {
	border-spacing: 0px;
	margin-top: 7px;
}

table td {
	padding-top: 4px;
	padding-bottom: 0;
	padding-right: 25px;
}

table tr td {
	border-top: 1px dotted #333;
}

.with-jscroll table tr td {
	border-top: 0;
}

table td.title {
	text-transform: uppercase;
}

table td.desc {
	padding-top: 0px;
	color: #b4a187;
	border-top: 0;
}

table td.desc p {
	margin: 0;
	padding: 0;
}

table tr.comp td,
table tr.odd td,
table tr.even td {
	border-top: 0;
}

table tr.comp td.title,
table tr.odd td.title,
table tr.even td.title {
	padding-left: 20px;
}

table td a {
	text-decoration: none;
}

#content .images {
	position: absolute;
	display: none;
	top: 45px;
	width: 135px;
	height: 160px;
	left: 335px;
	z-index: 20;
	border: 0px dotted red;
	background-image: url(../images/bg_work_image.png);
}

#content .images img {
	display: none;
	position: absolute;
	padding: 10px;
	
}
