﻿.divContact
{
	padding:3px;
	height:50px;
}
.divContact .left
{
	width: 100px;
	float:left;
	clear:both;
}
.divContact .right
{
	float:left;
	text-align: left;
	width:150px;
}
.divContact .divContactDesc
{
	width: 400px;
	float: left;
}
.divContact .divContactMethods
{
	width: 300px;
	float: left;
}


#tblWarranty
{
	border:solid 1px #e0e0e0;
	width: 100%;
}

#tblWarranty thead td
{
	background-color:#e0e0e0;
	font-size: 14pt;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#tblWarranty tbody td
{
	padding:3px;
}

#tblWarranty tbody .left
{
	background-color:#f0f0f0;
	width: 20%;
	font-weight:bold;
}

#tblWarranty tbody .right
{
	background-color:#f6f6f6;
}