body {
	font-size: 14px;
	font-family: verdana;
	background-color: #F4F4F4;
	background-image: url(images/background_fade.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
p {
	text-align: justify;
	line-height: 18px;
}
td {
	font-size: 13px;
	font-family: arial;
}
.main {
	background-color: #F9F9F9;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
	text-align: left;
}
.sold {
	font-size: 10px;
	color:#FF0000
}
.availablesoon {
	font-size: 10px;
	color: #666666;
}
.caption {
	color: #666666;
	text-align: center;
}
.tLeft {
	padding-right:10%;
	text-align:right;
}
.tMid {
	width:80%;	
}
.tRight {
	width:10%;
	text-align:right;	
}
