table.cart{
		width:100%;
	}	
	table.cart td{
		border:1px solid #eee;
		padding:5px 10px;
	}
	table.cart td.image{
		text-align:center;
	}
	
	.checkout-row{		
		padding:10px 20px;
		border-bottom:1px solid #ccc;
		
	}
	
	.checkout-row table{
		width:100%;
	}
	.checkout-row table tr{
		vertical-align:top;
	}
	.checkout-row table td.left{		
		width:350px;
	}
	
	input.error{
		background:#fdd;
		border:1px solid red;
	}

.notice{
	font-weight:bold;
	background:#ffeeee;
}

.overview-table{
	text-align:left;
}
.overview-table .alt-row { background-color: #f5f5f5; }

.overview-table.checkout-complete td.title{ width: 100px; padding-right: 20px }
.overview-table.checkout-complete td.instructions{ width: 360px; padding-right: 20px }

.product-box div.thumbnail{
	
	width:135px;
	height:100px;
	
	float:left;
	margin-top:20px;
	background-position:center center;
	background-repeat: no-repeat;
	cursor:pointer;
	
}

.product-info{
	
}
/*
.button{
	background:url(../images/bg-button.gif) no-repeat;
	display:inline-block;
	width:114px;
	height:21px;
	margin:13px 0 0;
	font-weight:bold;
	padding:8px 0 0 0;
	text-align:center;
}
.button:hover{text-decoration:none;}*/
