@charset "UTF-8";
/* CSS Document */

/* Logo Styling */
#fc_cart_container {
	background-image:url(images/rebelcart.jpg);
	}

/* Update Styling*/

#fc_cart_container #fc_cart_controls_top a.fc_cart_update:hover, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_update:hover, #fc_cart_container #fc_cart_controls_top a.fc_cart_checkout:hover, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_checkout:hover {
background-position: right -21px;
}
#fc_cart_container #fc_cart_controls_top a.fc_cart_update, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_update {
	background-image:url(images/update.jpg);
	width:79px;
}

/* Checkout Styling*/
#fc_cart_container #fc_cart_controls_top a.fc_cart_update:hover, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_update:hover, #fc_cart_container #fc_cart_controls_top a.fc_cart_checkout:hover, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_checkout:hover {
background-position: right -23px;
}
#fc_cart_container #fc_cart_controls_top a.fc_cart_checkout, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_checkout {
		background-image:url(images/checkout.jpg);

}

#fc_cart_controls_top, #fc_cart_controls_bottom {styles.css (line 221)
float:right;
margin:12px 10px 15px 0;
min-width:250px;
}



/* Container Window*/
#fc_tb_window {
background:#FFF none repeat scroll 0 0;
}

#fc_tb_window {
background:#FFFFFF none repeat scroll 0 0;
border:4px solid #5E7482;
}

/* Top Bar*/
div.fc_tb_title {
background-color:#FFF;
}

element.style {
display:block;
margin-left:-325px;
margin-top:-225px;
width:650px;
}

#fc_cart_table thead th {
background:#5E7482 none repeat scroll 20px 0;
}

#fc_cart_table #fc_cart_foot_total td {
background:#5E7482 none repeat scroll 0 0;
}