@CHARSET "ISO-8859-1";

.aligntop {
	vertical-align: top;
}
table.form-table {
	width: 100%;
}

table.form-table td,
table.form-table th {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

table.form-table td.description {
	width: 175px;
	font-weight: bold;
	text-align: right;
}

table.form-table td input {
	font-size: 75%;
}

table.standard-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

table.standard-table td,
table.standard-table th {
	padding: 3px;
	text-align: left;
}

table.standard-table td {
	vertical-align: top;
}

table.standard-table th {
	font-weight: bold;
	background-color: #c9c9c9;
	vertical-align: bottom;
}

table.standard-table tr.lightrow td {
	background-color: #ffffff;
}

table.standard-table tr.darkrow td {
	background-color: #e9e9e9;
}
#cart-table{
	float:left;
	width: 100%;
	color: black;
}

#invoice-area {
	width: 725px;
	float: left;
}

#upsell-area{
	width:190px;
	float:right;
}

#cart-upsell{

}
#upsell-item{
	margin:10px;
	border: 1px solid #000;
	padding:10px;
	text-align:center;
}
#cart{
		margin:10px;
		border: 1px solid #000;
		background-color:#eeeeee;
		border-collapse:collapse;
}

#cart th {
		background-color:#aaaaaa;
		border-bottom: 1px solid #000;
}
#cart td{
		border: 1px solid #000;
		border-spacing:0;
		margin:0px;
}

table.partslist {
	border: 1px solid #000;
	vertical-align: top;
	width: auto;
	margin: 4px auto auto auto;
	font-size: 11px;
	border-spacing: 0px;
}

th.partslistheaderright {
	text-align: right;
	padding-right: 3px;
	padding-left: 3px;
	background: #DEDEDE;
	font-weight: bold;
	border-bottom: 1px solid black;
}

th.partslistheaderleft {
	text-align: left;
	background: #DEDEDE;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	border-bottom: 1px solid black;	
}

td.partslistcontentright {
	text-align: right;
	border-top: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.partslistcontentleft {
	text-align: left;
	border-top: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

td.partslistcontent {
	border-top: 1px solid #CCC;
}

/* ShopCartNavigation.jsp */
.shopcart-navigation-section {
	margin: 0;
	padding-top:3px;
	background-color: #e9e9e9;
	height:32px;
}

.shopcart-navigation-section ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 26px;
	border: 1px solid #cccccc;
	background: #f9f9f9;
	width:99%;
}

.shopcart-navigation-section li {
	margin: 0 12px;
	padding-left: 21px;
	line-height: 26px;
	display: inline;
}

.shopcart-navigation-section li.complete {
	padding: 3px 0 3px 21px;
	background: #f9f9f9 url(../images/checkmark-small.jpg) 0 50% no-repeat;
}

.shopcart-navigation-section li.complete a {
	color: #000000;
}

