	.leftDiv {
		width: 400px;
		float: left;
		margin-right: 30px;
		border: solid 1px #E0DFDC;
	}
	
	.leftDiv img {
		max-width: 100%;
		vertical-align: top;
		border: 0;
	}
	
	.rightDiv {
		width: 540px;
		float: right;
	}
	
	.zoomDiv {
		z-index: 999;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 200px;
		height: 200px;
		background: #ffffff;
		border: 1px solid #CCCCCC;
		display: none;
		text-align: center;
		overflow: hidden;
	}
	
	.zoomMask {
		position: absolute;
		background: url("../js/magnifier/images/mask.png") repeat scroll 0 0 transparent;
		cursor: move;
		z-index: 1;
	}
	
	.productTile {
		font-size: 22px;
		color: #585858;
		cursor: auto;
		word-break: break-all;
		border-bottom: solid 1px #F3F3F3;
		letter-spacing: 1px;
		padding-bottom: 10px;
		font-weight: bold;
	}
	
	.productParm {
		padding-top: 6px;
		padding-bottom: 10px;
	}
	
	.productParm img {
		max-width: 100%;
	}
	
	.otherProducts {
		width: 680px;
		clear: both;
		margin-top:-8px;
	}
	
	.otherProducts-title {
		padding-top: 15px;
	}
	
	.otherProducts-title span {
		color: #DC001C;
		font-size: 14px;
		position: relative;
		top: -10px;
		font-weight: bold;
	}
	
	.gallery0 {
		margin-top: 0px;
	}