﻿.price_table{
	border: 1px #ccaf7b solid;
	padding: 0px;
	empty-cells: show; ;
	border-spacing: 0px;
}
.price_title{
	empty-cells: show;
	border-style: solid;
	border-width: 0px 0px thin 0px;
}
.price_cell{
	empty-cells: show;
	border-style: solid;
	border-width: 0px 0px thin thin;
}
.price_cellborder
{
	empty-cells: show;
	border-style: solid;
	border-width: 0px 0px 0px thin;
	position: relative;
	left: -2px;
}
.price_div
{
	border: 5px solid dimgray;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	cursor:pointer;
}
.price_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #330000;
	font-weight:bold;
}
#SCRBackg {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	background-image: url('images/scr/backg.png') !important;
	background-image: url('images/scr/imblank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/scr/imzibackg.png", sizingMethod="scale");
	cursor: default;
}