div.accessory_row {
	position : relative;
	height : 240px;
}
div.acc_img_row3 img:hover,
div.acc_img_row2 img:hover,
div.acc_img_row  img:hover {
	cursor : pointer;
}
div.left-col {
	position: relative;
	float:left;
	left:30px;
	width: 220px;
}
div.right-col {
	position: relative;
	margin-right:20px;

	width : 430px;
	float: right;
	height: 220px;
	display: block;
}
div.acc_img_row {
	position : absolute;
	height: 60px;
	bottom: 24px;
	left : 0;
}
div.acc_img_row2 {
	position : absolute;
	height: 60px;
	bottom: 95px;
	left : 0;
}
div.acc_img_row3 {
	position : absolute;
	height: 60px;
	bottom: 163px;
	right : 15px;
	float: right;
}
div.acc_img_row img,
div.acc_img_row2 img,
div.acc_img_row3 img {
	margin : 2px;
	border : 1px solid #7e691e;
}
div.left-col img,
div.left-col2 img {
	border : 1px solid #7e691e;
}
li {
	text-align : left;
	font-size : 9pt;
}

p {
	margin:0;
 	margin-right:30px;
}