#footer
{
	border-top: 1px solid #CCCCCC;
	float: left;
	overflow: hidden;
	padding-top: 5px;
	margin-top:10px;
	width: 950px;
}



.shopping
{
	background: transparent url("../../img/footer/shopping.gif") no-repeat scroll 0 0;
}

.question
{
	background: transparent url("../../img/footer/bottom_qa.gif") no-repeat scroll 0 0;
}

.help
{
	background: transparent url("../../img/footer/bottom_help.gif") no-repeat scroll 0 0;
}

.infoItems
{
	float: left;
	margin-left: 20px;
	overflow: hidden;
	padding-left: 70px;
	/*padding-top: 35px;*/
	padding-top: 15px;
	width: 210px;
}

.infoItems li
{
	height: 20px;
}

.infoItems ul li a
{
	background: transparent url("../../img/footer/articleitems.gif") no-repeat scroll 0 3px;
	border-bottom: 1px dotted #CCCCCC;
	color: #666666;
	display: block;
	padding-left: 15px;
	text-align: left;
}

.infoItems ul li a:hover
{
	text-decoration:none;
	border-bottom: 1px solid #E02C86;
}

#subFooter
{
	background: transparent url(../../img/footer/footer_bg.jpg) repeat-x scroll left center;
	color: #666666;
	height: 100px;
	margin-top: 10px;
	padding-top: 25px;
	text-align: center;
	width: 100%;
	float: left;
}

