﻿
.product_images {
	float: right;
	width: 260px;
	padding: 10px;
	margin: 1em 0 1em 1em;
	background-color: #eee;
	position: relative;
	}

#image_main {
	width: 260px;
	height: 260px;
	text-align: center;
	margin-bottom: 5px;
}
#image_main img {
	width: 250px;
	height: 250px;
	margin: auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
}
#image_thumb img {
	width: 75px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
}
.product_image_thumb {
	float: left;
	width: 86px;
	height: 86px;
}
.product_box {
	margin: 1em 300px 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	}
.product_box h2 {
	font-size: small;
	font-weight: bold;
	margin: -1em -1em 1em -1em;
	padding: 0.1em 0.2em;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	}
.product_box .button {
	display: block;
	margin: 1em 0 0 0;
	width: 7em;
	}
span.discount {
	text-decoration: line-through;
	color: #c00;
	}
.product_options table td {
	padding: 2px;
}
.product_options select {
	width: 12em;
}
span.msl-product-id
{
    display:block;
    font-size:x-small;
    color:#808080;
}

/* fix notification styles */
.product_box .msl_notification {
    clear:both;
}