﻿        .shoppingCartHeader{
            background:#8cbcfc none repeat scroll 0 0;
            border:0 none;
            color:#333333;
            font-size:95%;
            font-weight:normal;
            line-height:18px;
            padding:0 5px;
        }
        
        .shoppingCartTotal{
            background:#0d3671 none repeat scroll 0 0;
            color:#FFFFFF;
            font-size:110%;
            font-weight:bold;
            line-height:20px;
        }

        .shoppingCartTotalPayments{
            background:#D7DCDE none repeat scroll 0 0;
            color:#333333;
            font-size:110%;
            font-weight:bold;
            line-height:18px;
        }

        .shoppingCartTotalBalance{
            background:#808385 none repeat scroll 0 0;
            color:#FFFFFF;
            font-size:110%;
            font-weight:bold;
            line-height:20px;
        }
        
        .shoppingCartPrice{
            padding-right:15px;
            text-align:right;
        }
        
        .shoppingCartQuantity{
            text-align:center;
        }
        .shoppingCartRemove{
            text-align:center;
        }
        
        .shoppingCartRow{
            font-size:95%;
            font-weight:bold;
            line-height:20px;
            padding:6px 5px;   
            background-color:#ffffff;     
        }
        .shoppingCartAltRow{
            font-size:95%;
            font-weight:bold;
            line-height:20px;
            padding:6px 5px;        
            background-color:#d6e7fd;     
        }
        
        a.removeLink
        {
        	font-size:10px;
        	padding:5px 5px;
        }
        
        .chck_existing{
            background:#F9F9F9 none repeat scroll 0 0;
            position:relative;
            border: 1px solid #cccccc;
            width:300px;
            height:150px;
            padding:5px;
        }

        .chck_new{
            background:#F9F9F9 none repeat scroll 0 0;
            position:relative;
            border: 1px solid #cccccc;
            width:300px;
            height:150px;
            padding:5px;
        }
        
        .subCheckHeader
        {
            color:#000000;
            margin:10px 0 3px 10px;
            padding:0;
            font-weight:bold;
            font-size:12px;
            font-family:Arial;
        }
        
        .subCheckDesc
        {
            color:#333333;
            margin:0 10px 5px;
            padding:0;
            font-size:11px;
            font-family:Arial;
        }
        
        .subCheckLabel
        {
            color:#333333;
            padding:0;
            font-size:11px;
            font-family:Arial;
        }
        
        .shoppingCartBarFaded
        {
        	width:700px;height:30px;background-color:#e5e5e5;border:1px solid #08469d;border-top:3px solid #08469d; filter: alpha(opacity=30);-moz-opacity:0.3; opacity:0.3;
        }
        
        .shoppingCartBar
        {
        	width:700px;height:30px;background-color:#e5e5e5;border:1px solid #08469d;border-top:3px solid #08469d;
        }
        
        .shoppingCartBarInside
        {
        	width:70px;height:30px;background-color:#08469d;color:#ffffff;font-family:Arial;font-size:12px;font-weight:bold;text-align:center;vertical-align:middle;float:left;
        }
        
        .payment_box
        {
            background:#F9F9F9 none repeat scroll 0 0;
            position:relative;
            border: 1px solid #cccccc;
            width:450px;
            padding:5px;

        }
        
        .confirmHeader
        {
        	font-family:Arial;
        	font-size:14px;
        	font-weight:bold;
        	
        }
        
        .confirmLabel
        {
        	font-family:Arial;
        	font-size:12px;
        }
        
        .confirmData
        {
        	font-family:Arial;
        	font-size:12px;
        	font-weight:bold;
        }
        
        .shoppingCartStep1On
        {
        	background: url(../images/shoppingcart/step1_on.jpg);
        	width:700px;
        	height:30px;
        }

        .shoppingCartStep2On
        {
        	background: url(../images/shoppingcart/step2_on.jpg);
        	width:700px;
        	height:30px;
        }

        .shoppingCartStepShippingOn
        {
        	background: url(../images/shoppingcart/step2_shipping_on.jpg);
        	width:700px;
        	height:30px;
        }

        .L10
        {
            font-family:'Lucida Grande',Geneva,Arial,Verdana,Helvetica,sans-serif;
            font-size:10px;
            line-height:14px;
        }
        
        h4 
        {
            border-bottom:1px solid #E7E7E7;
            margin:0;
            padding:0px 0 5px;
            font-size:12px;
        }

.errorTxt
{
    color: Red;
}

.cPrice{text-align: right; padding-right: 5px;}
.cProduct{font-size: 8pt;}
.cAlt{ background-color: #e3edfa;}
