#sideBar
{
	width: auto;
	height: auto;
	top: 200px;
	right: -7px;
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: repeat-y;
}

#sideBarTab
{
	float: left;
	height: 137px;
	width: 28px;
}

#sideBarTab img
{
	border: 0px solid #FFFFFF;
}

#sideBarContents
{
	overflow: hidden !important;
}

#sideBarContentsInner
{
	width: 200px;
}

#panel
{
	position: absolute;
	background: #ECE9D8;
	display: none;
}
.slide
{
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url(../images/loginBg.gif) repeat-x;
}
.btn-slide
{
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active
{
	background-position: right 12px;
}


#viewcartContainer
{
	position: absolute;
	margin: 0px;
	float: right;
}
#viewcart
{
	width: 185px;
	background: #ECE9D8;
	display: none;
}

#viewcartLink
{
	height: 25px;
	width: 185px;
	background-image: url(../images/loginBg.gif);
	display: block;
	cursor: pointer;
}
#viewcartLink a
{
	text-align: center;
	width: 144px;
	height: 25px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}