body
{
	background-color: #FFF;
	/*background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;*/
}

body,
a
{
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: -.03em;
}


#container
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

@media (max-width: 640px)
{
	#container
	{
		width: 100%;
	}
}

h1, h2, .top_bar
{
	color: #ffd963;
}

h1
{
	text-shadow: 1px 1px 4px #000;
	margin-left: 12px;
}

h1, h2
{
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: -.05em;
}

/*h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -.05em;
	margin-left: 0px;
}*/

input,
input[type=text]
{
	background-color: #e5e5e5;
	border: none;
	height: 48px;
	width: 100px;
	font-size: 18px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

button
{
	background-color: #999;
	color: #fff;
	border: none;
	height: 48px;
	font-size: 18px;
	padding: 0px 12px;
	margin: 3px 0px 3px 3px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	display: inline-block;
}

.button_next
{
	background-color: #00a453;
}

button:hover
{
	background-color: #666;
	color: #fff;
}

form
{
	display: inline;
}

.reg_block
{
	clear: both;
	margin-top: 3px;
	padding: 7px 15px;
	background-color: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}

.reg_item
{
	margin-bottom: 3px;
	width: 370px !important;
	display: inline-block;
	vertical-align: middle;
}

.reg_order
{
	display: inline-block;
	clear: right;
	/*width: 370px !important;*/
	vertical-align: middle;
	overflow-wrap: break-word;
}

.item,
.cost,
.total,
.qty
{
	font-size: 18px;
	vertical-align: middle;
}

.item
{
	font-weight: bold;
}

.cost,
.total,
.qty
{
	display: inline-block;
	margin-left: 18px;
	width: 100px;
	text-align: center;
}

.total
{
	font-weight: bold;
}

.item_sub
{
	max-width: 280px !important;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	overflow-wrap: break-word;
}

.price_info
{
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

.dollars
{
	display: inline;
	font-size: 60%;
	vertical-align: super;
}

.top_bar
{
	background-color: #333;
	text-align: center;
}

.alert
{
	color: #ff9933;
	font-weight: bold;
}

.total_bar
{
	text-align: right;
}

.total_item
{
	font-size: 24px;
	font-weight: bold;
	margin-right: 24px;
	display: inline-block;
}

.review_head
{
	padding-left: 3px;
	background-color: #e5e5e5;
}

.review_head h2
{
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

@media (max-width: 359px)
{

.item
{
	max-width: 280px;
}


}