#cart-table {
	position: relative;
 margin-top: 7;
	margin-left: 0;
 width: 100%;
 border: 1px solid #ebebeb;
 background-color: #efefef;
 height: auto;
}

* html #cart-table {
	position: relative;
 margin-top: 7;
	margin-left: 0;
 width: 100%;
 border: 1px solid #ebebeb;
 background-color: #efefef;
 height: auto;
}

#cart-table .text {
 font-family: arial, verdana;
 font-size: 11px;
 color: #000;
 padding-top: 2px;
 padding-left: 0px;
 padding-right: 0px;
}

#cart-table .leftPad 
{
 padding-left: 3px;
}

#cart-table .rightPad 
{
 padding-right: 3px;
}

#cart-table .leftPadEmpty
{
 padding: 0px 0px 0px 10px;
}


#cart-table .divider
{
 width:100%; 
 height:8px; 
 border-bottom: 1px dotted black;
}

#cart-table b {
 font-family: arial, verdana;
 font-size: 11px;
 color: #000;
}

#your-cart-head {
 background-color: #4f8ed9;
 color: #ffffff;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
}

#total-items {
 color: #2352b0;
 font-size: 11px;
 font-weight: bold;
}

a.totalItems {
 color: #2352b0;
 font-size: 11px;
 font-weight: bold;
}


#you-saved {
 color: #e00707;
 font-size: 11px;
 font-weight: normal;
}

#sub-total {
 color: #000000;
 font-size: 11px;
 font-weight: bold;
}

#view-cart {
 background-color: #ffffff;
 color: #2352b0;
 text-align: center;
 height: 15px;
}

#free-freight {
 background-color: #f6f6f6;
 /*
 border-top: 1px solid #c0c0c0;
 border-bottom: 1px solid #c0c0c0;
 */
 color: #2352b0;
 text-align: center;
 text-decoration: underline;
 font-weight: bold;
 font-size: 10px;
 padding-top: 2px;
 padding-bottom: 2px;
}

#amt-ff {
 color: #990000;
 font-weight: bold;
 text-decoration: underline;
}

.quickAdjust
{
 position: relative;
 top: -8px;
 left: -1px;
 left: -2 px;
}

.catalogAdjust
{
 position: relative;
 left: -1px;
 left: -2 px;
}
