#slidingTopWrap {
    width: 190px;
	margin:0;
	padding:0;
}

#slidingTopContent {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color:#EBEBEB;
	color:#000;
}

#slidingTopFooter {
	width: 190px;
	height: 20px;
	padding-top:5px;
	padding-left:40px;
	font-size: 14px;
	color: #666666;
}

#slidingTopFooter A:link {
	text-decoration: none;
	color: #666666;
}

#slidingTopFooter A:visited {
	text-decoration: none;
	color: #666666;
}

#slidingTopFooter A:hover {
	text-decoration: underline;
	color: #666666;
}

#slidingTopFooter A:active {
	text-decoration: underline;
	color: #666666;
}


#slidingTopFooterLeft {
	float: left;
}
#slidingTopFooterRight {
	float: right;
}
#basketWrap {
	margin: 5px;
	background-color: #EBEBEB;
}

#basketItemsWrap img {
	border: 0;
	float:left;
}

#basketItemsWrap ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#basketItemsWrap ul li {
	background-color: #ffffff;
	margin: 0px;
	height: 17px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
}
#basketItemsWrap ul li div{
    float:right;
	width:158px;
	margin: 2px;
	text-align:left;
}
