.row
{	
	height:96px;
	border-bottom:1px solid #999999;
}

.menu_0
{
	padding-left:5px;
	height:17px;
	background-color:black;
	float:left;
	color:white;
}

.menu
{
	padding-left:5px;
	height: 100%;
	float:left;
}

.bottom
{
	height:45px;
	position:relative;
	float:left;
	font-family:Century Gothic;
}

.item
{	
	background-color:black;
	color:white;
	height:18px;
	margin-top:8px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	font-size:12px;
	font-family:Century Gothic;
	letter-spacing: 0.5px;
}

input
{
	margin-top:43px;
}

.update
{
	width:75px;
	margin-top:42px;
	position:relative;
	left:75px;
	top:-36px;
	
}

.product_name
{
	margin-top:40px;
	width:90px;
	height:20px;
}

.arrow
{
	position:absolute;	
	left:45px;
}

#arrowUp
{
	top:143px;
}

#arrowDown
{
	top:293px;
}

.emptyCart
{
	left:40px;
	height:260px; 
	width:585px;
	position:relative;
	text-align:center;
	border-bottom:1px solid #999999;
}

.text
{
	width:100px;
	font-family:Century Gothic;
	color:white;
}

.box
{
	width:100px;
	height:100px;
	margin:0 auto;
	background-color: white;
	border:3px solid #bfbfbf;
}

#contentBox
{
	width:100px;
	position:relative;
	float:left;
}

.paymentForm .order_info {
	
	width: 260px;
	height:70px;
	padding: 20px 30px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid white;
}

.paymentForm .order_content {
	height: 70px;
	padding: 0 20px;
	border-bottom: 1px solid #999999;
}
		
.paymentForm .order_summary {
	width: 174px;
	padding-left: 20px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
	background-color: black;
}

.leftColumn{
	height:60px;
	border-bottom:2px solid #fff;
	padding-left:20px;
}
.rightColumn{
	height:60px;
	border-bottom:2px solid #fff;
	padding-right:20px;
}
