@charset "UTF-8";

table#items {
		text-align: center;
		border: 0px solid #eee;
}
table#items td {
		text-align: center;
		padding:0px;
		background-color:#ffffff;
		color: #121212;
		width:210px;
		vertical-align:middle;
}
table#items td.txt {
			text-align:left;
}
.itemtt {
		float:left;
		width:200px;
		height:30px;
		padding:0px;
/*		background:url(../images/.gif) no-repeat left top #0051cd; */
		font-size:14px;
}
table#items td img {
		vertical-align:top;
}








