/*
	TMG UNIVERSITY
	FoxyCart Supplemental Styles

	MASTER STYLESHEET
	This file created: 	23 June 2009
	Authored by:		Ryan Burney

	NOTE TO FUTURE DEVELOPERS: This CSS file overrides FoxyCart defaults for the popup cart (FoxyBox)
	and checkout screen.
*/


/** FoxyBox ***************/
/**************************/

body 					 { padding:0; }

#fc_tb_iframeContent 	 { margin-top:0; }

#fc_cart_container 		 { background:url(https://www.themarketguys.com/education/cart/bg_hdr.png) repeat-x; }

#fc_cart_container_inner { background:url(https://www.themarketguys.com/education/cart/logo_hdr.png) 15px 0 no-repeat; }

#fc_cart_form 			 { background:url(https://www.themarketguys.com/education/cart/bg_hdr.png) bottom left repeat-x; padding:72px 0 0; }

/* update button */
#fc_cart_container #fc_cart_controls_top a.fc_cart_update,
#fc_cart_container #fc_cart_controls_bottom a.fc_cart_update {
	background:url(https://www.themarketguys.com/education/cart/btn_update.gif);
	display:block;
	margin:0 24px 0 0;
	padding-top:20px;
	width:105px;
	}

/* checkout button */
#fc_cart_container #fc_cart_controls_top a.fc_cart_checkout,
#fc_cart_container #fc_cart_controls_bottom a.fc_cart_checkout {
	background:url(https://www.themarketguys.com/education/cart/btn_checkout.gif);
	margin:0;
	padding-top:20px;
	width:131px;
	}

/* button hover states */
#fc_cart_container #fc_cart_controls_top a.fc_cart_checkout:hover,
#fc_cart_container #fc_cart_controls_bottom a.fc_cart_checkout:hover,
#fc_cart_container #fc_cart_controls_top a.fc_cart_update:hover,
#fc_cart_container #fc_cart_controls_bottom a.fc_cart_update:hover { background-position:0 -20px; }

#fc_cart_controls_top, #fc_cart_controls_bottom { min-width:260px; }

/* table */
#fc_cart_table thead th {
	background:#2d2d2d;
	font:bold 13px Tahoma, Geneva, sans-serif;
	letter-spacing:0;
	padding:8px 0;
	text-transform:none;
	}
#fc_cart_table thead th#fc_cart_head_item 					{ padding-left:15px; }

#fc_cart_table td, #fc_cart_table th 						{ font:13px Tahoma, Geneva, sans-serif; padding:10px 15px; }
#fc_cart_table td.fc_cart_item_quantity,
#fc_cart_table td.fc_cart_item_price 						{ padding:10px 0; }

#fc_cart_container ul.fc_cart_item_options,
#fc_cart_container li.fc_cart_item_subscription_details ul 	{ margin:0; padding-top:4px; }
#fc_cart_container li.fc_cart_item_option 					{ font-size:11px; font-weight:bold; text-transform:uppercase; }

#fc_cart_container input.fc_cart_item_quantity 				{ padding:4px; width:40px; }
#fc_cart_table .fc_cart_remove_link 						{ margin-top:2px; }

/* hide "price per each" display, since this will not be neccessary */
#fc_cart_container span.fc_cart_item_price_each 			{ display:none; }

#fc_cart_container span.fc_cart_item_price_total,
#fc_cart_container span.fc_cart_item_price_each 			{ margin-top:4px; }

	/* subtotal and total */
	#fc_cart_table tfoot td 								{ font-size:13px; font-weight:bold; padding-left:0; text-transform:uppercase; }
	#fc_cart_table #fc_cart_foot_total td 					{ font-size:14px; font-weight:bold; letter-spacing:0; }

	/* subscription deductions */
	#fc_cart_foot_subscriptions td							{ color:#c00; }
	#fc_cart_table tfoot td.fc_col1							{ font-style:normal; }


/* hide "Category" info under product name */
#fc_cart_container li.fc_cart_category_code { display:none; }

/* subscription details */
#fc_cart_container li.fc_cart_item_subscription_details { margin-top:5px; text-transform:none; }
#fc_cart_container li.fc_cart_item_subscription_details li { font-weight:normal; text-transform:none; }
#fc_cart_container li.fc_cart_item_subscription_details ul { border-top:1px dotted #ccc; }

#fc_tb_titleTop { background:#5b5b5b; padding:5px; }
#fc_tb_titleBot { background:#5b5b5b; padding:5px; }

/* "Continue Shopping" link */
#fc_tb_closeWindowButtonBot 		{ background:url(https://www.themarketguys.com/education/cart/btn_continue.gif); padding-top:10px; width:137px; }
a#fc_tb_closeWindowButtonBot:hover 	{ background-position:0 -10px; }

/* "Close" X link */
#fc_tb_closeWindowButtonTop 		{ background:url(btn_close.gif); padding-top:11px; width:10px; }
a#fc_tb_closeWindowButtonTop:hover	{ background-position:0 -11px; }

/* "Upgrade your cart" notice */
#fc_cart_container #fc_cart_controls_top span.fc_cart_notice,
#fc_cart_container #fc_cart_controls_bottom span.fc_cart_notice {
	color:white;
	font-weight:bold;
	width:auto;
	}

/* "No JavaScript" error */
#fc_error_noscript { margin-top:0; padding-top:80px; }


/** Checkout Screen *******/
/**************************/

#checkout { background:url(https://www.themarketguys.com/education/cart/bg_checkout_hdr.png) repeat-x; }

#checkout #fc_cart_container_inner 		{ background:none; }
#checkout #fc_cart_table thead th 		{ background:url(https://www.themarketguys.com/education/cart/bg_hdr.png) center left repeat-x; }

#checkout #pageContainer 				{ background:transparent url(https://www.themarketguys.com/education/cart/bg_checkout_logo.png) no-repeat; }

#fc_checkout_cart						{ margin-top:145px; }

/* "Cancel and continue shopping" link */
#fc_cancel_continue_shopping			{ margin-bottom:25px; }
#fc_cancel_continue_shopping a 			{ font:bold 13px Tahoma, Geneva, sans-serif; text-decoration:none; }
#fc_cancel_continue_shopping a:hover 	{ text-decoration:underline; }

#fc_checkout_container {
	background:url(https://www.themarketguys.com/education/cart/bg_checkout_status.png) right 61px no-repeat;
	margin-top:0;
	padding-top:115px;
	}

#fc_checkout_container fieldset,
#fc_receipt_container fieldset 			{ border:0; margin:0; padding:10px 15px; }

#fc_checkout_container label.fc_label_left,
#fc_checkout_container span.fc_text_label,
#fc_receipt_container span.fc_text_label {
	color:#000;
	font-weight:bold;
	padding:2px 0 0;
	text-align:left;
	width:130px;
	}
#fc_checkout_container input.fc_text 	{ background:#eee; }

#fc_checkout_container *,
#fc_receipt_container * 				{ font:13px Tahoma, Geneva, sans-serif; }
#fc_checkout_container span.fc_ast,
#fc_receipt_container span.fc_colon 	{ color:red; font-weight:bold; }
#fc_checkout_container h2,
#fc_receipt_container h2 				{ border-bottom:1px dotted #bbb; }

/* checkout headers */
#fc_login_register_container h2 		{ background:url(https://www.themarketguys.com/education/cart/bg_checkout_step1.gif) no-repeat; }
#fc_customer_billing_container h2 		{ background:url(https://www.themarketguys.com/education/cart/bg_checkout_step2.gif) no-repeat; }
#fc_shipping_container h2				{ background:url(https://www.themarketguys.com/education/cart/bg_checkout_step3.gif) no-repeat; }
#fc_payment_container h2				{ background:url(https://www.themarketguys.com/education/cart/bg_checkout_step4.gif) no-repeat; }


/** Checkout Screen *******/
/**************************/

#fc_receipt_container {
	background:url(https://www.themarketguys.com/education/cart/bg_receipt_status.png) right 61px no-repeat;
	padding-top:156px;
	}

/* receipt headers */
#fc_receipt_general_container h2		{ background:url(https://www.themarketguys.com/education/cart/bg_receipt_general.gif) no-repeat; }
#fc_receipt_order_container h2			{ background:url(https://www.themarketguys.com/education/cart/bg_receipt_order.gif) no-repeat; }
#fc_receipt_billing_container h2		{ background:url(https://www.themarketguys.com/education/cart/bg_receipt_billing.gif) no-repeat; }