@charset "UTF-8";

/*footer*/
div#Copyright {
  color: #ffffff;
  font: 10px "PNovaReg","Montserrat",Helvetica,Arial;
  margin: 0 auto;
  width: 432px;
}

footer .copyright_container {
	margin:  15px auto;
	position: relative;
	text-align: center;
}

footer .copyright {
  color: #ffffff;
  display: inline-block;
	position: relative;
  text-transform: uppercase;
}
footer .footerIndexWrapper {
display: inline-block;
	position: relative;
}

/* end footer */


/* Footer Index */
a.footerIndex {
  color: #ffffff;
}
span.separator {
  color: #ffffff;
  padding: 0 10px;
}
span.footerIndexExpand {
  color: #ffffff;
  cursor: pointer;
  margin-left: 2px;
  padding: 1px 7px 1px 5px;
  text-align: center;
}
#FooterIndexList {
  border-top: 1px solid #7d7d7d;
  display: none;
  margin: 40px auto 0;
  padding-top: 10px;
  width: 1150px;
}
#FooterIndexList a, #FooterIndexList img {
	border: medium none;
}
#FooterIndexList a {
	outline: none;
	text-decoration: none;
}
#FooterIndexList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#FooterIndexList ul.topCategory {
  float: left;
  padding-bottom: 10px;
  width: 33%;
}
#FooterIndexList li {
	line-height: 20px;
	padding-left: 11px;
}
#FooterIndexList ul.topCategory > li {
	padding-left: 0;
}
#FooterIndexList a {
  color: #c2c2c2;
  font: 10px/1 "PNovaReg","Montserrat",Helvetica,Arial;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#FooterIndexList ul.topCategory > li > a {
}
#FooterIndexList a:hover {
	font-weight: bold;
	text-decoration: none;
}
#FooterIndexList li.expandable > span.arrow, #FooterIndexList li.expanded > span.arrow {
	background: url("//us-cdn.justfab.com/media/images/icons/sidebarSprite.png") no-repeat scroll 0 0 transparent;
}
#FooterIndexList li.expanded > span.arrow {
	background-position: 0 -40px;
}
#FooterIndexList li.expandable > span.arrow {
	background-position: 0 -20px;
}
#FooterIndexList li > span.arrow {
  cursor: pointer;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  z-index: 5;
}
#FooterIndexList .sub3Category > li {
  padding-left: 30px;
}
#FooterIndexList ul.subCategory {
  display: none;
}
#FooterIndexList ul.sub2Category {
  display: none;
}
#FooterIndexList ul.sub3Category {
  display: none;
}
#FooterIndexList .clearL {
  clear: left;
}
#FooterIndexList .clearR {
  clear: right;
}
