﻿.col1
{
	float: left;
	position: relative;
	width: 250px;
}

.col2
{
	float: right;
	display: inline;
	position: relative;
	width: 275px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.productClear:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.productClear 
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .productClear{height: 1%;}
.productClear{display: block;}
/* End hide from IE-mac */ 

.productItemsTitle
{
	height: 40px;
}

.productTitle
{
	font-size: 1.0em;
	font-weight: 900;
	color: #333399;
}

.productHead
{
	font-size: 0.9em;
	font-weight: 900;
	color: #333399;
}

.productText
{
	font-size: 0.9em;
}

.product
{
	line-height: 1.3em;
	margin-left: 4px;
}

.productImageExpand
{
	margin-top: 4px;
	font-size: 0.8em;
}

.productImageExpand a
{
	font-size: 0.9em;
	color: Black;
	text-decoration: none;
}

.productImageExpand a:hover
{
	text-decoration: underline;
}

.productTableContainer
{
	margin-top: 8px;
}

.productTableTitle
{
	margin-top: 4px;
}

.productTable
{
	margin-top: 4px;
}

.t
{
	border-left: solid 1px #330099;
	border-bottom: solid 1px #330099;
	width: 100%;
	text-align: center;
}

.c
{
	border-top: solid 1px #330099;
	border-right: solid 1px #330099;
	padding: 2px;
	font-size: 0.8em;
}

.ch
{
	border-top: solid 1px #330099;
	border-right: solid 1px #330099;
	background-color: #CCCCFF;
	padding: 2px 4px 2px 4px;
	font-size: 0.8em;
}