body {
	overflow:auto;
	margin: 0px;
}
.popupcontent {
	margin: 20px;
	width: 90%;
	display: block;
}
.popupbuttons {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position:absolute;
	top:20px;
	right:20px;
	padding-right:10px;
	z-index: 1;
}
.popupbuttons a:link {
	text-decoration:none;
	color:#003366;
}
.popupbuttons a:visited {
	text-decoration:none;
	color:#003366;
}
.popupbuttons a:active {
	text-decoration:none;
	color:#003366;
}
.popupbuttons a:hover {
	color:#FF9900;
}
.popupbuttons img {
	margin-left:10px;
}
#specblock {
	margin: 20px;
	padding: 10px;
	background-color:#F5E3D3;
}
#stoneSpec table {
	margin-top: 8px;
	border-style:solid;
	border-color:#B58561;
	border-top-width:0px;
	border-left-width:0px;
	border-bottom-width:1px;
	border-right-width:1px;
	margin-bottom:12px;
}
#stoneSpec table.layout {
	margin-top: 0px;
	border-width:0px;
}

#stoneSpec table th, #stoneSpec table td {
	border-style:solid;
	border-color:#B58561;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:0px;
	border-right-width:0px;
	padding: 2px;
	vertical-align:top;
}
#stoneSpec table th.layout, #stoneSpec table td.layout {
	border-width:0px;
	padding: 0px;
	padding-right: 12px;
}

#stoneSpec table th {
	font-size: 80%;
	font-weight: normal;
	color:#002040;
	text-align:left;
	background-color: #F5E3D3;
}

#stoneSpec table td.noBorder, #stoneSpec table th.noBorder {
	border-top-width:0px;
	border-left-width:0px;
}

#stoneSpec table td {
	font-size: 80%;
}

.productName {
	font-weight: bold;
}
