.pagesWrapper .links {
  float:right;
}
.publicForm .productCart input[type="text"] {
	width: 30px;
	padding: 3px;
}
.productDetails-bottomShadow {
	background-image: url(../catalog/images/productDetails_shadow_bottom.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 20px;
	margin-left:-17px;
	margin-right:-17px;
}
.itemName {
  font-size:16px;
  margin:0px 10px 15px;
  font-weight:bold;
}
.cartSummaryWrapper {
	margin:20px 0;
}
.cartSummaryWrapper .title {
	float: left;
	width: 200px;
	padding-top: 12px;
	margin:0 0 0 10px;
}
.cartSummaryWrapper .details-text {
	padding: 20px;
}
.cartSummaryWrapper .details table th {
	padding: 20px 20px 0 0;
	font-weight: normal;
	width: 140px;
}
.cartSummaryWrapper .details table td {
	padding: 20px 20px 0 0;
}
.cartSummaryWrapper .details table th.total {
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 10px;
}
.cartSummaryWrapper .details table td.total {
	font-weight:bold;
	padding-bottom: 20px;
	text-align:right;
}
.cartSummaryWrapper .separator {
	background-image: url("../../../images/cartsummary_separator.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 12px;
	padding: 0;
	/*margin-bottom: 20px;*/
}

table.eC_CartSummary{
	width:100%;
}
.eC_CartSummary th{
	text-align: left;
}
.eC_CartSummary td{
	text-align:right;
}

#outerWrapper #contentWrapper #content h4 {
	font-style:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:1px;
}
.productCartEmpty {
	padding:5px;
	min-height:0;
}
#WA_Store_Cart_Checkout {
  float:right;
  margin-top: 10px;	
}
.ps_pod2 {
	font-weight:bold;
	margin:30px 0;
	padding:0 0 10px 0;
}
.ps_pod2 table td, .ps_pod2 table th {
	width:120px;
	text-align:left;
	font-size:12px;
}

/* cart-editable */

.cart-editable {
	
}
.cart-editable th {
	font-size:12px;
	font-weight: normal;
	padding: 10px 5px;
}
.cart-editable th.price {
	text-align: right;
	width: 65px;
}
.cart-editable th.quantity {
	width: 85px;
}
.cart-editable th.remove {
	width: 60px;
	padding: 0;
}
.cart-editable th.total {
	text-align: right;
	width: 65px;
	padding-right: 20px;
}
.cart-editable td {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
.cart-editable td.name {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.cart-editable td.name div {
	width: 350px;
	overflow: hidden;
}
.cart-editable td.price {
	text-align: right;
	font-weight: normal;
}
.cart-editable td.quantity input {
	width: 50px;
	text-align: center;
	float: none;
}
.cart-editable td.remove {
	padding: 0;
}
.cart-editable td.total {
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
}
.cart-editable tr.separator td {
	border-top: solid 2px #fff;
	padding-top: 7px;
}

.cart-item-wrapper {
	overflow: hidden;
	padding-bottom: 10px;
}
.cart-item-wrapper .image-wrapper {
	width: 145px;
	float: left;
}
.cart-item-wrapper .image-wrapper img {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 5px;
}
.cart-item-wrapper .info-wrapper {
	font-weight: normal;
	margin-left: 160px;
	text-align: left;
	padding-top: 5px;
}
.cart-item-wrapper .info-wrapper p {
	font-weight: normal;
	clear: none;
}