.store_heading
{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #6CB236;
	margin: 10px 0 10px 0;
}

.store_heading_small
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted black;
	margin: 10px 0 10px 0;
}

.store_table_heading td
{
	border-bottom: 1px dotted black;
	font-weight: bold;
}

.discount_strike
{
	text-decoration: line-through;
	font-style: italic;
}

.discount_price
{
	color: red;
}

.store_small
{
	font-size: 10px;
	margin-left: 15px;
	color: #666666;
	font-style: italic;
}

.store_small a,
.store_small a:visited,
.store_small a:link,
.store_small a:hover
{
	font-size: 10px;
}

.store_subtotal_line td
{
	font-weight: bold;
	font-size: 14px;
}

.promo_entry
{
	margin-top: 5px;
	background-color: #E2E2E2;
	padding: 5px;
	border: 1px solid #535353;
}

.cvvinfo
{
	width: 200px;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	position: absolute;
}

.store_bad_row input
{
	background-color: #FFFF66;
}

.store_bad_field
{
	font-weight: normal;
	color: red;
}

.ajax_output
{
	margin-top: 5px;
	background-color:#A3F3A9;	
	padding: 5px;
	border: 1px outset #387A3A;
	cursor: pointer;
}

.ajax_popup
{
	position: absolute;
	background-color:#A3F3A9;	
	padding: 5px;
	border: 1px outset #387A3A;
	font-size: 10px;
}

.ajax_popup_warning
{
	position: absolute;
	background-color:#FDEB82;
	padding: 5px;
	border: 1px outset red;
	font-size: 10px;
	color: red;
}

.ajax_output_error
{
	margin-top: 5px;
	background-color:#FAE75F;	
	padding: 5px;
	border: 1px solid red;
	cursor: pointer;
	color: red;
}

.ajax_popup_error
{
	background-color:#FFCC00;
	color:#CC0000;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	padding: 10px;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 500px;
}

.store_image_popup
{
	display: none;
	position: absolute;
	padding: 15px;
	background-color: white;
	border: 1px solid #F4F4F4;
	width: 400px;
}

