.item {
	color: #ffffff;
	line-height: 20px;
	font-family: verdana, helvetica, san-serif;
	font-size: 12px;
	margin-bottom: 45px;
	width: 751px;
}

.item_left {
	width: 130px;
}
	.sm_product_image {
		width: 130px;
		height: 111px;

		padding-top: 4px;
	}
	.item_image_url {
		width: 130px;
		height: 86px;
	}
	.view_images {
		background-image: url(../../images/view_pics.png);
		background-repeat: no-repeat;
		width: 130px;
		height: 25px;
		padding-left: 8px;
		padding-top: 3px;
		font-size: 10px;
		cursor: pointer;
	}
	.view_images_none {
		background-image: url(../../images/view_pics.png);
		background-repeat: no-repeat;
		width: 130px;
		height: 25px;
		padding-left: 8px;
		padding-top: 3px;
		font-size: 10px;
	}


.item_right {
	width: 606px;
	margin-left: 15px;
}
	.item_title {
	font-size: 18px;
	font-weight: bold;
	}

	.product_number {
		margin-top: 40px;
	}

	.item_short_description {
		height: 40px;
		width: 570px;

		overflow: hidden;

	}

.item_footer {
	height: 36px;
	width: 570px;

	margin-top: 20px;

	position: relative;
}

	.pricing {

	}

		.compare_price {
			color: #f5e28f;
			font-size: 12px;
			line-height: 16px;
		}

		.regular_price {
			color: #f5e28f;
			font-size: 20px;
			line-height: 20px;
		}

	.footer_buttons {
		position: absolute;
		top: 10px;
		left: 360px;

	}
	.footer_buttons div.button_text {
		padding-top: 2px;
		font-size: 12px;

		text-align: center;

	}
		.view_details {
			background-image: url(../../images/view_details.png);
			background-repeat: no-repeat;
			width: 103px;
			height: 25px;
			cursor: pointer;
		}

		.add_item {
			background-image: url(../../images/add_to_cart.png);
			background-repeat: no-repeat;
			width: 103px;
			height: 25px;
			cursor: pointer;
			margin-left: 4px;
		}

			.add_item div.button_text {
				padding-right: 8px;
				color: #2a2213;
			}



/* hide on load */
.item_full_description {
	display: none;
}

.product_overlay {
	display: none;
	width: 500px;
	height: 350px;
	/* z-index: 1000; */
	/* positon: absolute; */
}

.product_overlay img {
	/* z-index: 1000; */
	position: absolute;
}

.product_overlay .close {
	background-image: url(../../images/close_large.png);
	background-repeat: no-repeat;
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
	height: 28px;
	width: 28px;
	z-index: 1500;
}

.item_swirly {
	display: none;
	margin-top: 11px;
}
