/* ------- Shopping Cart --------- */
table.shoppingCart {
	width:100%;
    background: #fff;
	margin-top:10px;
	float: left;
}
.shoppingCart th, .subTotal {
	font-weight: bold;
	font-size:  8pt;
	line-height:12px;
	color: #46290C;
	text-align:center;
    padding: 4px;
	vertical-align: bottom;
}

.shoppingCart th{
    background: #eeece9;
}

.subTotal {
	font-weight: bold;
	font-size:  10pt;
	line-height:140%;
	color: #46290C;
	text-align:center;
}
.shoppingCart td {
	font-size: 11px;
	border-bottom: 1px solid #999;
	background: #fff;
    padding:8px;
	margin:0 5px;
	line-height: 20px;
	vertical-align: top
}

.shoppingCart td.prodImage {
	width:100px;
	padding-left: 0px;
	padding-right: 0px;
}

.shoppingCart td.delete {
	width: 38px;
	padding-right: 0px;
}

.shoppingCart input {
	margin-top: 0;
	font-size: 11px;
	color: #46290C;
}
.description {
	clear:both;
}

td.center {text-align:center;}
.cartCheckoutButton {
	clear:both;
	display: block;
	margin-top: 14px;
    margin-bottom: 30px;
	float:left;
	width: 100%;
	
}

.cartCheckoutButton li {
	text-align: right;
	float:left;
	margin-left: 110px;
	display: inline;
	
}

#cartCoupon {
    display: inline;
    font-size: 11px;
    float: left;
    width: 280px;
    padding: 8px;
    border: 2px solid #f0ece0;
    margin: 25px 0px 0px 60px;
}

#cartCoupon a {
    font-size: 10px;
    text-decoration: none;
}

#cartCoupon a:hover{
    text-decoration: underline;
}

#cartCoupon .small {
    font-size: 10px;
}

#cartCoupon input{
    height: 11px;
    padding: 2px;
    width: 140px;
    font-size: 12px;
    margin: 0px;
}

#checkButton {
	text-align: right;
	float: right;
}

#contButton a {
	margin-right: 15px;
}

.cartButtons {
	float:right;
	margin:0 3px 0 0;
	padding:0;
	text-align:right;
}
.cartButtons li {
	list-style-type:none;
	float:left;
	padding-top:10px;
	margin:0 0 0 30px;
	display:inline;

}
.cartButtons input {padding-top:0px; margin:0 0 0 0;}
.subTotal {
	text-align:right;
	font-size: 11px;
}



/* ---- Cross Promotes Cart ---- */

#crossPromotesCart {
	clear:both;
	display:block;
	width: 611px;
	margin:0px 0px 0px 0px;
    margin-top: 30px;
	padding: 0px;
	background: #fff;
	border: 1px solid #999;
	
}

#crossPromotesCart #clearing {
	clear: both;
}

#crossPromotesCart dl {
	text-align: center;
	width: 33%;
	height: 177px;
	line-height:100%;
	float:left;
	margin:5px auto;
	border-left: 1px #999 solid;
	background: transparent;
}

#crossPromotesCart .left {
	clear: both;
	border-left: 0px #C6BBAF solid;
}
#crossPromotesCart dt {
	height:104px;
	padding-left:0px;
	border: 0px #999 solid;
	margin: 0px 8px;
}

#crossPromotesCart dd {
	border: 0px #999 solid;
	text-align: left;
	padding: 0px 8px;
	margin: 0px 8px;
}

#crossPromotesCart span {
	font-size:11px;
	font-weight: bold;
	color: #000;
	background: #eeece9;
	display: block;
	padding-left: 10px;
	border-bottom: 1px solid #999;
}

#crossPromotesCart p {
	padding:0;
	margin-bottom: 0px;
}

#crossPromotesCart p.salePrice {
	padding:0;
	margin: 0px;
}

#crossPromotesCart:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#crossPromotesCart .itemName {line-height:100%}
#crossPromotesCart .itemName a {
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	line-height:100%;
	color: #000;
}

