﻿#ThNailContainer {
	width: 1020px;
	font-size: 9px;
}
#Column1 {
	width: 255px;
	float: Left;
	}
#Column2 {
	width: 255px;
	float: Left;
	}
#Column3 {
	width: 255px;
	float: Left;
	}
#Column4 {
	width: 255px;
	float: Left;
	}	
.ThNailBox {
	width: 255px;
	float: left;
	}
.ColumnTitle {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 4px;
	color: #FF9;
	}
.ThNailBox a {
	font-style: italic; 	
	}
.ThNailBox img {
	border: 10px solid;
	border-color: #252525 #111 #111 #252525;
	}
.LeftText {
	width: 196px;
	border-width: 8px 0px 8px 8px;
	float: left;
	border-color: #252525 #000 #111 #252525;
	border-style: solid;
	height: 34px;
	padding: 1px 0 0 2px;
	margin: 0 -80px 0 0;
}

.RightText {
	width: 196px;
	text-align: right;
	border-width: 8px 8px 8px 0px;
	float: left;
	border-color: #252525 #111 #111 #000;
	border-style: solid;
	height: 34px;
	padding: 1px 2px 0 0;
	margin: 0 0 0 -80px;
}

.LeftText:first-line {
	font-weight: bold;
}

