html,
body
{
  overflow: hidden;
}

#wrapOuter
{
  width: 100%;
  height: 100%;
  overflow: auto;
}

#cartBase
{
  position: absolute;
}


.cartItem {
	position: relative;
	float:left;
	margin:0px;
	padding:0px;
	width:80px;
	height:78px;
	background:none;
	border:0px solid red;
}

.albumCartImg {
	border:1px solid gray;
	cursor:hand;
	margin:3px;
	width:70px;
	height:60px;
}

.albumCartImgSel {
	border:1px solid red;
	cursor:hand;
	margin:3px;
	width:70px;
	height:60px;
}

#cartBase {
	position: absolute;
	width: 100%;
	height:212px;
	left: 0px;
	bottom: 0px;
	line-height:100%;
	text-align:center;
	margin: 0 auto;
	background: white;
	overflow:hidden;
}

#cartBody {
	width: 100%;
	height:190px;
	line-height:100%;
	text-align:center;
	display:block;
	background: none;
	overflow:hidden;
}

#cartHeader {
	width:100%;
	height:29px;
	line-height:100%;
	background: url(../../image/mypepbox/bar_bg.gif) repeat-x ;
}

#cartMain {
	width: 100%;
	height:134px;
	line-height:100%;
}

#cartItems {
	margin-top:3px;
	padding-top:20px;
	line-height:100%;
	background:url(../../image/mypepbox/thumb_bg_02.gif) no-repeat;
	width: 400px;
	height:86px;
}

#cartButton {
	line-height:100%;
	width: 100%;
	height:47px;
	text-align:center;
	overflow:hidden;
}

#cartFooter {
	background: #747474;
	width:100%;
	height:22px;
	line-height:0px;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}

#cartFooter a { color:#ffffff; }
#cartFooter a:hover { color:#ffffff; }

.orderInfoBox {
	background:#f3f3f3;
	width:122px;
	height:18px;
	text-align:right;
	padding-right:10px;
	padding-top:4px;
}

#cartItemPrice {
	color:red;
	font-size:14px;
}