#heading_area
	{
		background-color:black;	
		height:200px;
		margin:-15px 0px 5px 0px;		
	}

#logo
	{
		padding:50px;
		font-family:Alegreya Sans SC;
	}
	
#downey
	{
		background-color:lawngreen;
		border:1px solid lawngreen;
		padding:5px;
	}

#shoes
	{
		color:white;
		border:1px solid white;
		padding:5px;
	}

#checkout_title
	{
		color:white;
		font-family:Major Mono Display;
		text-align:center;
	}

ul
	{
		text-align:right;
		margin-right:20px;
	}
	
li
	{
		list-style:none;
		padding:5px;
		position:relative; bottom:200px; 
	}
				
.navigation_menu
	{
		color:white;
		font-family:Ubuntu;
		text-decoration:none;
	}
				
.navigation_menu:hover
	{
		color:lawngreen;
	}

#my_table
	{
		font-family:Kanit;
		text-align:center;
		min-width:100%;
		border:1px solid lightgray;
		border-collapse:collapse;
	}
	
th
	{
		color:white;
		background-color:black;
		padding:10px;
	}
	
td
	{
		border:1px solid lightgray;
	}

#row_for_total > td
	{
		color:white;
		font-size:20px;		
		background-color:black;
		border:none;
		padding:10px;
	}

td > input
	{
		width:50px;
		height:50px;
		text-align:center;
		font-size:20px;
	}
	
#remove_button
	{
		color:white;
		font-size:25px;
		background-color:red;
		border:none;
	}
	
#update_cart_button
	{
		color:black;
		font-size:20px;
		font-family:Kanit;
		background-color:lime;
		border:2px solid black;
		border-radius:10px;
		width:130px;
		margin:0px -50px 0px -50px;
	}

form
	{
		font-family:Kanit;
		text-align:center;
		border:1px solid lightgray;
		max-width:400px;
		margin:30px;
	}
	
#form_heading
	{
		color:white;
		background-color:red;
		max-width:400px;
		padding:5px;
		margin-top:0px;
	}
input
	{
		padding:5px;
		margin:15px;
		width:300px;
	}
	
#payment_button
	{
		color:white;
		font-size:15px;
		font-family:Kanit;
		background-color:black;
		border:2px solid white;
		border-radius:10px;
		width:200px;
		margin-bottom:20px;
	}

button > a
	{
		color:white;
		font-size:20px;
		text-decoration:none;
	}