
	/**
	* heading
	*/
	#your-cart h2 {
		line-height: 10px;
		margin-bottom: 5px;
		background: url(/img/static/headings/cart.gif);
		}




	/**
	* cart table
	*/
	#your-cart table {
		width: 575px;
		color: #635549;
		margin: 10px 0 0 0;
		}

	#your-cart table th {
		text-align: left;
		}

	#your-cart img {
		border: 1px solid #fff;
		width:50px;
		}

	#your-cart tr.row-spacer td{
		padding: 10px 0;
		}
		
		
		
	/**
	* checkout button
	*/
	#your-cart button {
		text-indent: 0;
		font-size: 11px;
		color: #635549;
		text-align: left;
		margin: 0;
		float: none;
		border: 0;
		background-color: transparent;
		}



	/**
	* colgroups
	*/
	col.spacer {
		width: 10px;
		}

	col.image {
		width: 75px;
		}

	col.artist {
		width: 100px;
		}

	col.title {
		width: 100px;
		}

	col.remove {
		width: 60px;
		}
