* {
	margin: 0px;
	padding: 0px;
}

#sx-cart-view {
		position: relative;
		top: 30px;
		left: 8px;
		font: 10pt tahoma, arial, sans-serif;
		}

#sx-cart-view td {
		padding-left: 5px;
		text-align: center;
		}

#sx-cart-view img {
		border: 0px;
		}

#sx-cart-view tr {
		}

.sx-row-header {
		background: #434343;
		color: #fff;
		height: 30px;
		padding-left: 5px;
		padding-right: 5px;
		}

.sx-row-odd {
		background: #6F6F6F; 
		height: 60px;
		}

.sx-row-even {
		background: #A5A5A5;
		color: #fff;
		height: 60px;
		}

.sx-cart-name span {
		display: block;
		width: 164px;
		text-align: left;
		}

.sx-cart-pic img {
		width: 50px;
		height: 50px;
		}

.sx-cart-trash {
		}

#sx-cart-total {
		margin-top: 60px;
		margin-left: 8px;
		border-collapse: collapse;
		}

#sx-cart-total {
		font: 10pt tahoma, arial, sans-serif;
		color: #434343;
		}

#sx-cart-total th {
		font: 15pt tahoma, arial, sans-serif;
		color: #FFFF00;
		height: 35px;
		width: 567px;
		background: url(images/cart-total-header.png) no-repeat;
		}

#sx-products #sx-cart-total .sx-cart-col1 {
		padding-left: 5px;
		height: 23px;
		width: 200px;
		font: bold 10pt tahoma, arial, sans-serif;
		background: url(images/cart-col1.png) no-repeat;
		}

#sx-products #sx-cart-total .sx-cart-col2 {
		padding-left: -150px;
		height: 23px;
		width: 143px;
		font: bold 10pt tahoma, arial, sans-serif;
		color: #6F6F6F;
		background: url(images/cart-col2.png) no-repeat;
		}

#sx-ship-name input{
		width: 300px;
		}

#sx-ship-addr input{
		width: 300px;
		}

#sx-ship-zip input{
		width: 100px;
		}

#sx-ship-city input{
		width: 100px;
		}

#sx-cart-total select {
		height: 15px;
		font: 7pt tahoma, arial, sans-serif;
		}

#sx-products #sx-cart-total #sx-cart-price-total .sx-cart-col1 {
		font: bold 14pt tahoma, arial, sans-serif;
		background: url(images/cart-total-col1.png) no-repeat;
		}

#sx-products #sx-cart-total #sx-cart-price-total .sx-cart-col2 {
		height: 45px;
		font: bold 14pt tahoma, arial, sans-serif;
		background: url(images/cart-total-col2.png) no-repeat;
		color: #FF1E00;
		}

#sx-cart-checkout {
		height: 45px;
		width: 223px;
		font: bold 10pt tahoma, arial, sans-serif;
		background: url(images/cart-total-col3.png) no-repeat;
		color: #FF1E00;
		}

#sx-cart-checkout span {
		}

#sx-cart-checkout a {
		display: block;
		height: 35px;
		width: 170px;
		margin-left: 25px;
		line-height: 2.2em;
		text-align: center;
		text-decoration: none;
		color: #FFFF00;
		}

#sx-cart-checkout a:hover {
		text-decoration: underline;
		color: #FF1E00;
		}

#sx-cart-empty {
		padding-top: 50px;
		display: block;
		width: 570px;
		height: 100px;
		font: bold 16pt tahoma, arial, sans-serif;
		text-align: center;
		color: #3D3282;
		}
