#body {
	display:block;
	height:100%;
	width:100%;
	overflow:hidden;
}
#pageWrap {
	display:block;
	height:100%;
	max-height:100%;
	position:relative;
}
#visualCartWrap {
	bottom:0;
	left:0;
	margin:0;
	position:fixed!important;
	width:1050px;
	z-index:100;
	display:block;
	height:112px;
	background-image:url(/images2/footer-back.png);
	background-repeat:no-repeat;
}
#visualCartHead ul.vcLinks li {
	display:inline;
	float:left;
	margin:0 10px;
	width:auto;
}
#visualCart {
	height:112px;
	overflow:hidden;
}
#visualCart .vcFlashWrapper {
	width:100%;
	height:112px;
	bottom:0;
	position:fixed;
	overflow:hidden;
}
#visualCart .vcFlash, #visualCart .vcFlashTabify {
	width:100%;
	bottom:0;
	position:absolute;
	display:block;
}
#visualCart .vcFlash {
	height:250px;
}
#visualCart .vcFlashTabify {
	bottom:-51px;
}
#visualCart .nonFlashCartWrapper {
	width:100%;
	bottom:0;
	position:absolute;
	display:block;
	background-color:#bbb;
	height:40px;
}
#visualCart .nonFlashCart #noFlashCartContent p {
	background:#60A88B url(/assets/icons/error-sm.gif) no-repeat scroll 10px center;
	color:#FFF;
	display:block;
	margin:3px 0 10px 3px;
	min-height:20px;
	overflow:visible;
	padding:3px 3px 3px 40px;
	position:relative;
	width:auto;
}
#visualCart .nonFlashCart #noFlashCartContent p a {
	color:#fff;
	text-decoration:underline;
}
#visualCart .nonFlashCart {
	background-color:#FFF;
	height:35px;
	margin:5px auto 0;
	width:1000px;
}
#visualCart #cartTabs {
	float:right;
	height:25px;
}
#visualCart #cartTabs a#cartTab, #visualCart #cartTabs a#favoritesTab, #visualCart #cartTabs a#giftRegistryTab {
	background-color:#BBB;
	color:#FFF;
	float:left;
	font-size:12px;
	font-weight:700;
	margin:2px 1px;
	padding:5px;
	text-align:center;
	width:95px;
}
#visualCart #cartTabs a#cartTab:hover, #visualCart #cartTabs a#favoritesTab:hover, #visualCart #cartTabs a#giftRegistryTab:hover {
	color:#F56017;
	text-decoration:none;
}
#visualCart #cartTabs a.shopButton {
	margin:3px;
}
#visualCart #noFlashCartContent {
	float:left;
}
