#col-left {min-height:650px;}
	#col-left div.cart-buttons-wrapper {
	float:right;
	height:40px;
	padding:0 25px;
	text-align:center;
	width:678px;
	}
	#col-left div.cart-buttons-wrapper p.update-button{float:right;}
    #col-left #btn-clearcart {left:0;position:absolute;top:15px;}
#checkout_totals {clear:both;padding:40px 0 0;width:670px;}
#wrap div.buttons-wrapper-checkout {float:right;margin:0;padding:0 25px 0 0;width:100px;}
#wrap a.button {width:100px;}
	#wrap .continue-shopping-button a.button,#wrap p.guestCheckout_button a.button {width:150px;}
#wrap a.big_button {width:150px;}

#student-registration {width:150px; margin:0 auto;}
#AuthorizeNetSeal, #siteseal {clear:both;margin:20px auto;text-align:center;font-size:10px;}
#AuthorizeNetSeal a, #siteseal a {display:block;color:#fff;text-decoration:none;}
/* Ajax */
.ajax-loading-box {
	border: 1px solid #aaaaaa;
	background-color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 90%;
	width: 65px;
	display: none;
	z-index: 9999;
}
.ajax-message-wrapper {
	display: none;
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 9999;
	width: 339px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #366073;
	border-bottom: 1px solid #366073;
	cursor: pointer;
}
.ajax-message {
	border: 1px solid #5b8496;
	background: #ffffff url('images/ajax_message_bg.gif') repeat-x bottom;
	padding: 25px 29px 10px 29px;
}

.ajax-notification-n, .ajax-notification-e, .ajax-notification-w {
	padding-left: 17px;
	padding-bottom: 15px;
}

.ajax-notification-e {
	background: url('images/ajax_notification_e.gif') no-repeat left 1px;
}

.ajax-notification-w {
	background: url('images/ajax_notification_w.gif') no-repeat left 1px;
}

.ajax-notification-n {
	color: #1b7bdd;
	font-weight: bold;
	background: url('images/ajax_notification_n.gif') no-repeat left 1px;
}
/* /Ajax*/
/* Notification box */
.notification-body {
	padding: 6px 10px;
	text-align: justify;
}
.notification-title-n { /* Notification message */
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}
.notification-border-n {
	border: 1px solid #3c74ba;
	background-color: #f3f8fc;
	color: #2b2b2b;
	margin: 0px 39px;
}
.notification-th-n {
	background: #578bca url(images/notification_th_n.gif) repeat-x;
	height: 19px;
}
.notification-title-e { /* Error message */
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}
.notification-border-e {
	border: 1px solid #b71408;
	background-color: #fcf3f3;
	color: #2b2b2b;
	margin: 0px 39px;
}
.notification-th-e {
	background: #de3e37 url(images/notification_th_e.gif) repeat-x;
	height: 19px;
}
.notification-border-w { /* Warning message */
	border: 1px solid #d96e0f;
	background-color: #fdf6ed;
	color: #2b2b2b;
	margin: 0px 39px;
}
.notification-title-w {
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}
.notification-th-w {
	background: #d96e0f url(images/notification_th_w.gif) repeat-x;
	height: 19px;
}
/* /Notification box */