.icon-32-cart_add {
	background: url(images/icon-32-cart_add.png);
}

.icon-32-cart_remove {
	background: url(images/icon-32-cart_remove.png);
}

.icon-32-cart {
	background: url(images/icon-32-cart.png);
}

#cart_header {
	height: 40px;
	width: 100%;
}

#cart_header h1 {
	float: left;
	padding-top: 10px;
}

#clear_button, .add_customer_button {
    margin-left: 3px;
}

#cart_checkout {
	display: block;
	margin: 0 auto 3px auto;
}

/* can't use invalid class with my validators because removed by formvalidator class */
.invalid, .not-valid {
	border-color: red;	
}


/* turn off annoying focus dotted border */

span.seats_available {
	color: red;
}

a {
	outline: none;
}

img#item_remove {
	width: 20px;
	height: 20px;
}


div#registration_completed {
	width: 100%;	
	height: 100%;
}

a#complete_button {
    float: right;
}

#registration_completed div {
	text-align: center;
	position: relative;
	top: 50%;
}

div#cart_total {
	float: right;
	font-weight: bold;
	padding-right: 5px;
}

div.header.icon-48-jevents {
	background-image:url(../../administrator/components/com_jevents/assets/images/logo.gif);
	line-height:48px;
	padding-left:265px !important;
}

.cart_table {
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #C3D6F9;
	border-collapse: collapse;
	text-align: left;
}

.cart_table th {
	border-bottom: 1px solid #C3D6F9;
	padding: 5px;
	background-color: #EDF5FF;
}

.cart_table td, #customers td {
	padding: 5px;
}

#adminForm #customers {
    margin-left: -4px;
}

#registrations #customers {
    margin-left: -7px;
}



.cart_table tr {
	border-bottom: 1px solid #C3D6F9;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

/*

#cart_body {
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #C3D6F9;
	border-collapse: collapse;
}

#cart_body th {
	border-bottom: 1px solid #C3D6F9;
	padding: 5px;
	background-color: #EDF5FF;
}

	*/

#registrations {
	border-collapse: collapse;
}

#registrations tr {
	border-bottom: 3px solid white;
}

#registration_controls {
	padding: 10px 15px 15px 15px;
}

#registration_controls input {
	margin-right: 10px;
}

#registration_info {
	padding: 15px 15px 10px 5px;
}

#registration_info span {
	font-weight: bold;
	margin-left: 10px;
}

.registration_alert {
	font-weight: bold;
	margin-left: 15px;
	color: red;
}

#edit_event_header_title {
    font-size: 14pt;
    font-weight: bold;
    padding: 10px 0 0 10px;
}

#edit_event_header_date {
    padding: 10px 0 5px 10px;
    font-size: 10pt;
}

