<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *  File:         mybasket.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for overlay cart and checkout page
 *  Author:       Jimmmy Bai
 *  Created:      Friday May 28 2010
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      eConnect
 *  Version:      7 SP1
 *
 **************************************************Note*********************************************************
 * The styles given here mainly defined the layout for mybasket overlay not related to any color and background images
 * So for general customization, this stylesheet should be ignored.	  
 ************************************************End Note*******************************************************/
.basket-item-title
{
	font-size: 14px;
	font-weight: 600;	
}

.basket-item-title a
{
	font-weight:600;
}

.basket-items .basket-item-title a
{
	max-width:400px;
	float:left;
	_width:350px;
	font-weight:600;
}

.basket-item-info
{
	padding: 10px;
}

.basket-item-info div
{
	padding: 5px 0;	
}

.basket-item-info span
{
	padding-right: 10px;
}

.basket-item-info a
{
	font-weight: bold;
}

#basket-datails
{
	width: 75%;	
}

#basket-datails div
{
	padding: 5px 0;
}

#basket-checkout
{
	width: 85%;
	overflow: visible;
}

.panel-center
{
	margin-left: auto;
	margin-right: auto;
}

.recommend-course-row
{
	margin: 5px 0 5px 0;
}

.recommend-course-row span
{
	margin: 5px 2px;
	padding: 2px;
	float:left; 
	font-weight: bold; 
	font-size: 13px;
}

#promotion-offer-authorization
{
	padding: 10px;
}

#promotion-offer-authorization div
{
	padding-bottom: 5px;
}

.mybasket-details-activity-prompt-type-text
{
	width: 350px;
}

.mybasket-details-activity-prompt-type-content
{
	padding-left: 5px;
}

#cart-subtotal
{
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#shipping-info
{
	text-align:center;
}

#disabled-default-payment-schedule
{
	background-color:#E0E0E0
}</pre></body></html>