/**
 * Main CSS Stylesheet
 *
 * @package obtainingmoksha
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_cart.css 5952 2009-08-05 15:20:46Z phuongtnm $
 */

h1#cartDefaultHeading{
	margin:0;
	background:url(../images/hr.jpg) bottom repeat-x;
	padding-bottom:19px; 
	width:100%; 
	font-size:1.6em;
	color: #5b85ad;
}


/** bof div wrapper table **/
div.column{  }

/*div.col_01{ width: 1%; } div.col_02{ width: 2%; } div.col_03{ width: 3%; } div.col_04{ width: 4%; } div.col_05{ width: 5%; } 
div.col_06{ width: 6%; } div.col_07{ width: 7%; } div.col_08{ width: 8%; } div.col_09{ width: 9%; } div.col_10{ width: 10%; }
div.col_11{ width: 11%; } div.col_12{ width: 12%; } div.col_13{ width: 13%; } div.col_14{ width: 14%; } div.col_15{ width: 15%; } 
div.col_16{ width: 16%; } div.col_17{ width: 17%; } div.col_18{ width: 18%; } div.col_19{ width: 19%; } div.col_20{ width: 20%; } 
div.col_21{ width: 21%; } div.col_22{ width: 22%; } div.col_23{ width: 23%; } div.col_24{ width: 24%; } div.col_05{ width: 25%; } 
div.col_26{ width: 26%; } div.col_27{ width: 27%; } div.col_28{ width: 28%; } div.col_29{ width: 29%; } div.col_10{ width: 30%; }
div.col_31{ width: 31%; } div.col_32{ width: 32%; } div.col_33{ width: 33%; } div.col_34{ width: 34%; } div.col_35{ width: 35%; } 
div.col_36{ width: 36%; } div.col_37{ width: 37%; } div.col_38{ width: 38%; } div.col_39{ width: 39%; } div.col_40{ width: 40%; }
div.col_41{ width: 41%; } div.col_42{ width: 42%; } div.col_43{ width: 43%; } div.col_44{ width: 44%; } div.col_45{ width: 45%; } 
div.col_46{ width: 46%; } div.col_47{ width: 47%; } div.col_48{ width: 48%; } div.col_49{ width: 49%; } div.col_50{ width: 50%; } 
div.col_51{ width: 51%; } div.col_52{ width: 52%; } div.col_53{ width: 53%; } div.col_54{ width: 54%; } div.col_55{ width: 55%; } 
div.col_56{ width: 56%; } div.col_57{ width: 57%; } div.col_58{ width: 58%; } div.col_59{ width: 59%; } div.col_60{ width: 60%; }*/

div.col_01{ width: 10px; } div.col_02{ width: 20px; } div.col_03{ width: 30px; } div.col_04{ width: 40px; } div.col_05{ width: 50px; } div.col_06{ width: 60px; } div.col_07{ width: 70px; } div.col_08{ width: 80px; } div.col_09{ width: 90px; }
div.col_10{ width: 100px; } div.col_11{ width: 110px; } div.col_12{ width: 120px; } div.col_13{ width: 130px; } div.col_14{ width: 140px; } div.col_15{ width: 150px; } div.col_16{ width: 160px; } div.col_17{ width: 170px; } div.col_18{ width: 180px; } div.col_19{ width: 190px; }
div.col_20{ width: 200px; } div.col_21{ width: 210px; } div.col_22{ width: 220px; } div.col_23{ width: 230px; } div.col_24{ width: 240px; } div.col_25{ width: 250px; } div.col_26{ width: 260px; } div.col_27{ width: 270px; } div.col_28{ width: 280px; } div.col_29{ width: 290px; }
div.col_30{ width: 300px; } div.col_31{ width: 300px; } div.col_32{ width: 300px; } div.col_33{ width: 300px; } div.col_34{ width: 300px; } div.col_35{ width: 300px; } div.col_36{ width: 300px; } div.col_37{ width: 300px; } div.col_38{ width: 300px; } div.col_39{ width: 300px; }
div.col_40{ width: 400px; } div.col_41{ width: 410px; } div.col_42{ width: 420px; } div.col_43{ width: 430px; } div.col_44{ width: 440px; } div.col_45{ width: 450px; } div.col_46{ width: 460px; } div.col_47{ width: 470px; } div.col_48{ width: 480px; } div.col_49{ width: 490px; }
div.col_51{ width: 500px; } div.col_51{ width: 510px; } div.col_52{ width: 520px; } div.col_53{ width: 530px; } div.col_54{ width: 540px; } div.col_55{ width: 550px; } div.col_56{ width: 560px; } div.col_57{ width: 570px; } div.col_58{ width: 580px; } div.col_59{ width: 590px; }
div.col_61{ width: 600px; } div.col_61{ width: 610px; } div.col_62{ width: 620px; } div.col_63{ width: 630px; } div.col_64{ width: 640px; } div.col_65{ width: 650px; } div.col_66{ width: 660px; } div.col_67{ width: 670px; } div.col_68{ width: 680px; } div.col_69{ width: 690px; }

#shoppingCartTable{
	vertical-align: top;
	margin-bottom: 10px;
}
.rowsTitle{
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 25px;
	padding-top: 5px;	
}
.rows{
	padding: 5px 0;
	height: 100%;
}
.rows a{
	font-size: 1.2em;
}

.rows li{
	list-style-type: disc;
	list-style-position: inside;
}
div.rowRight{ text-align: right; }
div.rowLeft{ text-align: left; }
.rowOdd { background-color: #E8E8E8; }
.rowEven { background-color: #F0F0F0; }

.cartUnitDisplay, .cartTotalDisplay {
	font-size: 1.3em;
	color: #0F7EC2;
}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	background-color: #e9e9e9;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	font-size: 1.2em;
}

.messageStackError{
	margin-bottom: 10px;
}
/** eof div wrapper table **/
