@charset "utf-8";
/* CSS Document */
/*#categories {
	/*width: auto;
	padding: 0 20px 0 20px;*/
	/*overflow: hidden;
	position: relative;
	z-index: 0;
}*/
#productImage {
	width: auto;
	height: auto;
	float: right;
	clear: right;
	caption-side: bottom;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
}
#details {
	float: left;
	padding-top: 25px;
}
#title {
	width: 50%;
	height: auto;
	padding: 20px 0 10px 0;
	float: left;
}
.description {
	width: 250px;
	min-height: 150px;
	padding: 20px 0 10px 10px;
	float: left;
	clear: left;
}
/*.tableSize {
	text-align: center;
	border-collapse: collapse;
	margin: 0 auto;
}
.tableSize td {
	width: 100px;
	border: 1px solid #cccccc;
}*/
table#matgtable {
	border-color : #ddd;/*#336699;*/
	border-width : 0px;
	border-style: solid;
	border-collapse: collapse;
	width: 525px;
	margin-top:17px;
	clear:left;
}
.tablehead {
	background-color:#5d86b2;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 12px;
	font-weight:bolder;
	color: #FFF;
}
.matgitems td {
	border-top-color : #ddd;
	border-top-width:1px;
	border-top-style:solid;
	padding: 6px 6px 6px 6px;
}
#productTable {
	clear: left;
	float: left;
	padding-left: 10px;
	}
