/*==============================================================================*/
/* PRODUCT LISTS ---------------------------------------------------------------*/
TABLE#productlist {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
	TABLE#productlist TD.cell {
		padding: 20px 20px 20px 0;
		border-top: 1px solid #ccc;
		vertical-align: top;
	}
		TABLE#productlist TR:first-child TD.cell {
			/*padding-top: 20px;*/
			border-top: none;
		}
TABLE#related1 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
	TABLE#related1 TD {
		padding: 10px;
		border-top: 1px solid #fff;
		background-color: #e3e3e3;
	}
	/*TABLE#related1 TR TD:first-child {
		padding-right: 0;
	}*/
DIV.related2 {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
	DIV.related2 .productpic DIV {
		margin: 0 auto;
	}

/*==============================================================================*/
/* PRODUCT ---------------------------------------------------------------------*/
.productpic DIV, .productpicnone DIV {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}
	.productpic DIV {
		background-repeat: no-repeat;
		background-position-x: center;
	}
	.productpic DIV A {
		display: block;
		width: 100%;
		height: 100%;
	}
		.productpic DIV.icon {
			background-position: center center;
		}
		.productpic DIV.thumb {
			background-position: center center;
		}
		.productpic DIV.normal {
			background-position: center center;
		}
	.productpicnone DIV {
		border: 1px solid #e3e3e3;
		background-repeat: no-repeat;
		background-position: center center;
	}
		.productpicnone DIV.icon {
			background: url('/images/nopicture/icon.png');
		}
		.productpicnone DIV.thumb {
			background: url('/images/nopicture/thumb.png');
		}
		.productpicnone DIV.normal {
			background: url('/images/nopicture/normal.png');
		}
TABLE#productinstructor {
	margin-top: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}
	TABLE#productinstructor TH {
		padding: 2px 10px;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
	}
	TABLE#productinstructor TD {
		padding: 0 10px 2px;
	}
	TABLE#productinstructor UL {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		TABLE#productinstructor UL LI {
			margin: 2px 0 0;
			padding: 0;
		}
