#ips_loc_shop h2
{
	margin-bottom:			15px;
}

#ips_loc_shop table
{
	width: 					100%;
	border-collapse:		collapse;
	margin:					auto;
	text-align:				center;
}

#ips_loc_shop table td
{
	padding:				5px;
}

#ips_loc_shop table thead td
{
	background-color:		transparent;
	background-image:		url("../img/shoppingCart/table_header.gif");
	background-repeat:		repeat;
	background-width:		;
	color:					#374853;
	font-weight:			bolder;
	height:					24px;
}

#ips_loc_shop table thead td.first
{
	background-position:	left top;
}

#ips_loc_shop table thead td.item
{
	background-position:	-5px 0;
}

#ips_loc_shop table thead td.last
{
	background-position:	right top;
}

#ips_loc_shop table tfoot td
{
	border-top:				2px solid #BDC2C9;
}

#ips_loc_shop table tbody td
{
	border-top:				1px dotted #BDC2C9;
}

#ips_btn_i_confirm_my_reservation
{
	padding: 5px;
}

a.remove-from-cart {
    font-size: 23px;
    color: #000;
}