.shop_table_heading {
	color: white;
	background-color: #62391B;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid white;
}
.cart_header {
	color: Black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.shop_normal_step
{
	font-size: 11px;
	font-weight: bold;
}

.shop_current_step
{
	font-size: 11px;
	font-weight: bold;
	color: red;
}

input.checkout_form_fields
{
	color: #4C5657;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
	border : 1px solid #000000;
	text-align: center;
	width: 20px;
}

input
{
	color: #4C5657;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
	border : 1px solid #000000;
	text-align: left;
}

textarea
{
	color: #4C5657;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
	border : 1px solid #000000;
	text-align: left;
}


input.search
{
	color: black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	font-weight: bold;
	border : 1px solid #000000;
}


input.checkbox
{
	color: #4C5657;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
	border : 0px solid #000000;
	text-align: center;
}


input.button
{
	color: #62391B;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFAA10;
	border : 2px solid #000000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.select
{
	color: #4C5657;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
	border : 1px solid #000000;
}
