﻿/*======================================================================
	THOMAS SCIENTIFIC: Cart Controls
----------------------------------------------------------------------*/

/*======================================================================
	CONTROL: Cart: Detail
----------------------------------------------------------------------*/
.c-cart-detail
{}
	
/*---------------------------------
	TOP & BOTTOM
---------------------------------*/
.c-cart-detail .checkout-top 
{
	margin-bottom: 2em;
}

.c-cart-detail .checkout-bottom 
{
	margin: 2em 0 0;
}

	.c-cart-detail .checkout-top a:hover,
	.c-cart-detail .checkout-bottom a:hover
	{
		background: none;
	}
	
/*---------------------------------
	QUICK ADD
---------------------------------*/
.c-cart-detail .u-cart-quickadd
{
	min-height: 92px;
}

/*---------------------------------
	TRAP CODES
---------------------------------*/
.c-cart-detail .u-miscellaneous-trapcodemanager
{
	min-height: 92px;
}
	
/*---------------------------------
	TOTALS TABLE
---------------------------------*/
.c-cart-detail .u-miscellaneous-totalstable table
{
	width: 300px;
	float: right;
}

/*---------------------------------
	CONTINUE SHOPPING
---------------------------------*/
.c-cart-detail .continue-shopping
{
	margin-top: 2em;
}

	.c-cart-detail .continue-shopping .u-miscellaneous-recentlyviewed .categories
	{
		margin-right: 36px;
		float: left;
	}

	.c-cart-detail .continue-shopping .u-miscellaneous-recentlyviewed .searches
	{
		float: left;
	}

/*======================================================================
	CONTROL: Cart: Empty
----------------------------------------------------------------------*/
.c-cart-empty
{}

	.c-cart-empty .u-cart-quickadd
	{
		margin-bottom: 2em;
	}
	
	.c-cart-empty .continue-shopping
	{
		clear: both;
	}

/*======================================================================
	CONTROL: Cart: Interim
----------------------------------------------------------------------*/
.c-cart-interim
{}