.productTable {

	float: left;
	cursor: pointer;
	width: 475px;
	/*height: 800px;*/
	/*background-image: url('../img/productTable-background.png');*/

	display: -moz-inline-stack; /* FF2*/
	display: inline-table;
	vertical-align: top; /* BASELINE CORRETION*/
	margin: 5px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	_height: 200px; /* IE6 */
	padding: 0;


}

.productTable:hover {

	background-image: url('../img/productTable-background-hover.png');

}

#product-tabs li {

	cursor: pointer;

}

#product-tabs li:hover {

	background-color: cyan;

}

#div-categories {

	border: 1px solid black;
	width: 20%;
	background-color: #FCFADF;
	padding-left: 5px;
	padding-right: 3px;

	display: -moz-inline-stack; /* FF2*/
	display: inline-table;
	vertical-align: top; /* BASELINE CORRETION*/
	margin: 0;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */

}

#div-products {

	margin-left: 5px;
	border: 1px solid gray;
	width: 76%;
	display: -moz-inline-stack; /* FF2*/
	display: inline-table;
	vertical-align: top; /* BASELINE CORRETION*/
	margin: 0;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */

}

#div-categories a {

	text-decoration: none;
	color: black;

}

#div-categories a:hover {

	background-color: cyan;

}

.productinfo_td p {

	font-size 12px;
	text-align: left;

}

.productTable p {

	padding: 0;

}
