/*

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@
@@
@@ CART.CSS
@@
@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

*/


/*
########################################################################################################################
##
## CART LINKS
##
########################################################################################################################
*/

.keep_shopping_link, .keep_shopping_link a
{
	color: 4095B8;
	font-size: 18px;
	font-weight: bold;
}

.cart_link_description
{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}


.checkout
{
	color: #999999;
	font-size: 18px;
	font-weight: bold;
}

.checkout a
{
	color: #FD4B11;
	font-size: 18px;
	font-weight: bold;
}


.orange_text
{
	color: #FD4B11;
	font-size: 18px;
	font-weight: bold;
}


/*
########################################################################################################################
*/


.shopping_cart
{
	font-size: 14px;
	color: #666666 
	font-family: arial;
	background:	#4F8097;
	/*background:	#82BCD3;*/
	border: 1px solid #999999;
}

.shopping_cart_heading
{
	font-size:		16px;
	color:			#FAFDFE;
	font-family:	arial;
	font-weight:	bold;
}

.shopping_cart_item_link
{
	font-size: 14px;
	color: #333333;
}

.shopping_cart_shipping_calc
{
	/*background: #B2DFF2;*/
	background: #DBEFF7;
	border-top: 1px solid #999999;

}

/*
########################################################################################################################
##
## CART ROW COLORS
##
########################################################################################################################
*/

.cart_row_dark
{
	background: #F2F3F3;
}

.cart_row_light
{
	background: #F8F9FA;
}

.shopping_cart_remove a
{
	font-size: 12px;
	color: #666666;
}

.cart_small
{
	font-size: 10px;
	color: #333333;
	font-family: arial;
}

.cart_button
{
	font-size: 10px;
	color: #333333;
	font-family: arial;
}

.cart_shipping_forms
{
	padding-right: 7px;
}

