/*
********************************************************************
* Description.......: css file for Metal Express
* Created by........: Michael Barnum (Otherwise Inc)
* Created date......: 29JAN07
* Modified by.......: Ivan Zoraja (Otherwise Inc)
* Modified date.....: 09MAR07
********************************************************************
*/
/* Shopping cart - start */

/* Shopping cart - main */
#shoppingCart-holder
{
	padding: 20px 0px 20px 10px;
	margin: 0px;
	font-size: 10px;
	width: 690px;
}
#shoppingCart-holder img
{
	border: 0;
	padding: 0;
	margin: 0;
}

#shoppingCart-holder p
{
	padding-right: 0px !important;
}

/* Shopping cart - product header */
.shoppingCart-productHeader
{
	background-color: #333333;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
.shoppingCart-productHeader div
{
	float: left;
	height: 100%;
	text-align: left;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}
.shoppingCart-productHeader p
{
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

/* Shopping cart - product info */
.shoppingCart-productInfo
{
	background-color: #EFEFEF;
	color: #333333;
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
.shoppingCart-productInfo div
{
	float: left;
	height: 100%;
	text-align: left;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}
.shoppingCart-productInfo p
{
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

/* Shopping cart - product remove */
.shoppingCart-productRemove
{
	background-color: #EFEFEF;
	color: #333333;
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
.shoppingCart-productRemove p
{
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
.shoppingCart-productRemove hr
{
	width: 98%;
	text-align: center;
}

/* Shopping cart - columns */
.shoppingCart-columnProduct
{
	width: 39%;
}
.shoppingCart-columnUnitLength
{
	width: 10%;
}
.shoppingCart-columnUnitCost
{
	width: 10%;
}
.shoppingCart-columnUnitWeight
{
	width: 10%;
}
.shoppingCart-columnQty
{
	width: 5%;
}
.shoppingCart-columnTotalWeight
{
	width: 10%;
}
.shoppingCart-columnTotalCost
{
	width: 15%;
}

.shoppingCart-productInfo div
{
	float: left;
}

/* Shopping cart - product details-stock*/
.shoppingCart-productDetailsStock
{
	background-color: #EFEFEF;
	color: #333333;
	width: 100%;
	height: auto;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 0px;	
}
.shoppingCart-productDetailsStock div
{
	background-color: #EFEFEF;
	color: #333333;
	height: 100%;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;	
}
.shoppingCart-productDetailsStock div p
{
	margin: 0px;
	padding-left: 5px;
}
.shoppingCart-productDetails
{
	width: 49%;
}
.shoppingCart-productStock
{
	width: 50%;
}

/* Shopping cart - order details-totals*/
.shoppingCart-orderDetailsTotals
{
	color: #333333;
	width: 100%;
	height: auto;
	display: block;
	margin: 0px;
	padding: 20px 0px 5px 0px;	
}
.shoppingCart-orderDetailsTotals div
{
	height: 100%;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;	
}
.shoppingCart-orderDetailsTotals div p
{
	margin: 0px;
	padding-left: 5px;
}
.shoppingCart-orderDetails
{
	width: 49%;
}
.shoppingCart-orderTotals
{
	width: 50%;
}

/* Shopping cart - links*/
A.shoppingCart-remove
{
	text-decoration:none;
	color: #FB2A30;
}
A.shoppingCart-remove:hover
{
}
A.shoppingCart-edit
{
	text-decoration:none;
	color: #0697D6;
}
A.shoppingCart-edit:hover
{
}

/* Shopping cart - buttons*/
.shoppingCart-button
{
	margin-left: 49%;
	padding: 0px;
	clear: both;
}
#shoppingCart-checkOutCart
{
	padding-top: 3px;
	padding-bottom: 3px;
}
#shoppingCart-emptyCart
{
	padding-top: 3px;
}

/* Shopping cart - clear fix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Shopping cart - end */
