/* -------------------------------------------------------------
 *	MINICART
 *
 *  This style sheet manages minicart styles.
 * -------------------------------------------------------------
 */

#minicart
{
}

.minicart-closed, .minicart-opened
{
	width: 100%;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	background-repeat: no-repeat;
	background-position: left top;
}

.minicart-closed
{
	height: 48px;
	background-image: url(/images/minicart/bkgd-minicart-closed.png);
}

.minicart-opened
{
	background-image: url(/images/minicart/bkgd-minicart-opened.png);
}

#minicart-inner-wrapper
{
	display: none;
}

.minicart-inner-closed
{
	background-image: none;
}

#minicart-inner-opened-bottom
{
	background-image: url(/images/minicart/bkgd-minicart-bottom-opened.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 19px;
	padding: 10px;
	color: #958e8b;
}

#minicart-inner-opened-bottom div
{
	float: left;
	display: inline; /* IE6 double margin hack */
}

#minicart-inner-opened-bottom #email-edit-cart
{
	width: 160px;
}

#minicart-inner-opened-bottom #minicart-toggle-bottom
{
	width: 50px;
	text-align: right;
}

#minicart-inner-content
{
	background-image: url(/images/minicart/bkgd-minicart-fill-opened.png);
	background-repeat: repeat-y;
	padding: 5px 0;
}

#minicart-inner #minicart-info
{
	position: relative;
	padding: 7px 5px 7px 38px;
	text-align: right;
}
	
#minicart-inner #minicart-info p
{
	float: left;
	display: inline; /* IE6 double margin hack */
	line-height: 18px;
}

#minicart-inner #minicart-info a.btn
{
	position: absolute;
	top: 7px;
	right: 5px;
}

#minicart-inner #minicart-toggle-top
{
	padding: 0 0 0 38px;
}

.minicart-plan
{
	border: 1px solid #6088ad; 
	border-top-style: none;
	border-top-width: 0; /* for IE */
	margin: 0 1px; /* for the borders */
}

/* Hack for IE6 & IE7 only. Forces hasLayout(). */
.minicart-plan { display: inline-block; }
html[xmlns] .minicart-plan { display: block; }

.minicart-plan .minicart-plan-title
{
	background-color: #6088ad;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
}
	
.minicart-package
{
	display: none;
}

.minicart-package-toggle
{
	background-color: #c7d6e4;
	color: #000;
	padding: 5px 20px;
}
	
.minicart-package-toggle a
{
	color: #000;
}
	
.minicart-package table
{
	width: 100%;
}

.minicart-package table tr th, 
.minicart-package table tr td
{
	padding: 5px;
}

.minicart-package table thead tr
{
	background-color: #787878;
}

.minicart-package table thead tr th
{
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.minicart-package table thead tr th.minicart-thumb
{
	width: 36px;
}

.minicart-package table thead tr th.minicart-price
{
	width: 50px;
	text-align: center;
}

.minicart-package table tbody tr
{
	border-bottom: 1px solid #e0e0e0;
}

.minicart-package table tbody tr td.minicart-thumb
{
	text-align: center;
	vertical-align: bottom;
	background-color: #fff;
}

* html .minicart-package table tbody tr td img.phone-thumb {
	position: fixed;
}

.minicart-package table thead tr th.minicart-item
{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.minicart-package table tbody tr td.minicart-item
{
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	vertical-align: bottom;
}

.minicart-package table tbody tr td.minicart-price
{
	text-align: right;
	vertical-align: bottom;
}

#minicart-total-wrapper
{
	margin-top: 5px;
	padding: 5px 10px;
}

#minicart-total-wrapper h4
{
	float: left;
	display: inline; /* IE6 double margin hack */
	font-weight: bold;
	text-transform: uppercase;
}

#minicart-total
{
	width: 160px;
}

#minicart-total-amt
{
	width: 50px;
	text-align: right;
}

#minicart-checkout
{
	text-align: right;
	padding: 10px 5px;
}
