﻿/*	cs = Cart Summary */

	.csWrapper{
		width: 180px;
		border: double 3px #ccc;
	}

	.csHeader{
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		background-image: url('/Images/Formatting/GridBg_01.jpg');
		background-repeat: repeat-x;
		background-color: #ccc;
		padding: 3px;
		text-align: center;
	}

	.csHeading{
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		text-align: left;
	}

	.csDetail{
		font-family: arial;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		text-align: left;
	}

	.csSummary{
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		color: #000;
		text-align: right;
	}

	.csTotal{
		font-family: arial;
		font-size: 13px;
		font-weight: bold;
		color: #000;
		text-align: right;
	}

	.csCheckout{
		font-family: arial;
		font-size: 13px;
		font-weight: bold;
		color: #00f;
		text-align: left;
	}

	.csDivider{
		width: 100%;
/*		height: 1px;*/
		line-height: 1px;
		border-bottom: solid 1px #ccc;
		border-collapse: collapse;
	}

	.csDivider2{
		width: 100%;
/*		height: 1px;*/
		line-height: 1px;
		border-bottom: double 3px #ccc;
		border-collapse: collapse;
	}