#main_cart{
	height:460px;
	margin:10px;
	/*border:solid red 2px;*/
}

#cart_item{
	margin: 5px;
	padding: 5px;
	height:100px;
	width:130px;
    float: left;
    color: #404040;
    font-size:80%;
    font-family: "Century Gothic", sans-serif;
    border: solid gray 1px;
    /*vertical-align: 50%;*/
    /*line-height: 175%;*/
}

#checkout{
	height:50px;
    /*border: solid red 1px;*/
    margin-top:352px;
    margin-left:250px;
}

#spacer{
	color:white;
	width:20px;
	height:300px;
	float:left;
}

#remove{
	float:right;
	text-align:center;
	/*font-size:6px;*/
}
