
#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1040;
}

#popup {
  max-width: 600px;
  width: 80%;
  max-height: 300px;
  height: 80%;
  padding: 20px;
  position: relative;
  background: none;
  margin: 20px auto;
  z-index: 1050;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
}

#p7ssm #p7ssm_navList #cart {
	padding: 12px 10px;
	background-color: #FF9900;
	color: #FFFFFF;
}
#p7ssm #p7ssm_navList #cart:hover {
	background-color: #8F8FDA;
	color: #000000;
	border-color: #000000;
}
/*A simple Style Edit*/
#p7ssm_counter {
	width: 7.35em;
	padding: 1px 4px;
	margin: 0 0 0 6px;
	font-size: 10px;
}
.uberlink {
	font-weight: bold !important;
	background-color: #333333 !important;
	color: #0066FF!important;
	cursor: default;
	border-color: #333333 !important;
}
#exlinks {
	font-size: .75em;
	text-align: center;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#exlinks a {
	color: #999999;
}
#exlinks a:visited {
	color: #999999;
}
#exlinks a:hover {
	color: #FF6600;
}
#demoNav {
	background-color: #FFFFFF;
	color: #CCCCCC;
	font-size: .7em;
	zoom: 1;
}
#demoNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#demoNav li {
	float: left;
	margin: 0;
}
#demoNav a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	color: #000000;
	border-right: 1px solid #000000;
}
#demoNav a:hover {
	color: #ABABAB;
	background-color: #000000;
}
.clearfloats {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0.0;
	display: block;
}
#demoNav a.uber {
	background-color: #333333 !important;
	color: #CCCCCC !important;
	cursor: default;
}
