
#TB_window.cartbox {
	background: url(/images/ss-cart_updated_bg.png) no-repeat !important;
	border: 0;
}

#TB_window.cartbox div {
	background: none !important;
}

#TB_window.cartbox #TB_title {
	display: none !important;
}


#TB_window.cartbox #updated_buttons {
	padding-top: 110px;
	font-size: 16px;
	color: #444;
	text-align: center;
	width: 375px;
}

	#TB_window.cartbox #updated_buttons a {
		padding: 0 10px 0 5px;
		margin-right: 10px;
		font-family: Courier,Arial,Sans-Serif;
	    font-size: 12px;
	    font-weight: 500;
		background: url(/images/cart_arrow.jpg) center right no-repeat;
		color: #000 !important;
		text-decoration: underline;
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	    filter: gray; /* IE6-9 */
	}
	
	#TB_window.cartbox #updated_buttons a:hover {
		color: #444;
		text-decoration: none;
	}

#TB_window.cartbox #updated_buttons .updated_msg {
	font-weight: normal;
	font-family: beanpole,'beanpole', "beanpole", Courier,Arial,Sans-Serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.5;
}