/* CSS Document */
.shop_category {
	clear: both;
	min-height: 1px;
	margin: 0 -20px 40px 0;
	}
	
* html .shop_category {
	height: 1px;
	}
	
.shop_category h3 {
	margin: 0 0 10px 0;
	}


.shop_category ul {
	padding: 0;
	margin: 0;
	list-style: none;
	min-height: 1px;
	position: relative;
	z-index: 1;
	}
	
* html .shop_category ul {
	height: 1px;
	}

.shop_category ul:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	}	
	
.shop_category li {
	width: 170px;
	float: left;
	display: inline;
	font-size: 12px;
	background: url(bullet.gif) no-repeat 0 4px;
	padding: 0 0 0 10px;
	min-height: 30px;
	line-height: 14px;
	margin: 0 0 10px 0;
	position: relative;
	font-weight: bold;
	z-index: 2;
	}
	
* html .shop_category li {
 	 height: 30px !important;
}

.shop_category li .phone {
  color: #777;
  display: block;
  font-weight: normal;
}
	
.shop_popup {
	display: none;
	padding: 10px 20px 0;
	border: 2px solid #ccc;
	}
	
	
.shop_popup p {
	line-height: 1.4em;
	}
	
.shop_popup a {
	color: #c36e20;
	}
	
.shop_popup .details {
	margin: 0 -20px;
	padding: 10px 20px 50px;
	border-top: 2px solid #ccc;
	background: #f0f0f0;
	}
	
.shop_popup .detail {
	clear: both;
	margin: 5px 0;
	}
	
.shop_popup .detail strong {
	float:left;
	width: 60px;
	color: #333;
	}

.visible {
	display: block !important;
	}
	
#superbox{
	padding: 0;
	
}

#superbox-innerbox{
	height: auto !important;
	padding: 0;
}

#superbox .close{
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -20px;
	width: 45px;
}