.cg-nav {
  width: 519px;
}

.cg-nav div {
  border: solid 1px #c3c7c9;
  border-right: none;
  
  height: 30px;
  line-height: 16px;
  
  float: left;
  text-align: center;
}

.cg-nav div a {
  color: #8B8B8B;
  height: 23px;
  display: block;
  padding: 7px 0 0 0;  
  margin: 0;
  vertical-align: middle;
}

.cg-nav div a:hover {
  color: #000;  
}

.cg-nav div.recently-added {
  width: 150px;  
}

.cg-nav div.location { 
  width: 120px;
  position: relative;
}

.cg-nav div.top-rated {
  width: 100px;  
}

.cg-nav div.submit {
  width: 70px;  
}

.cg-nav div.empty {
  width: 74px;
  height: 31px;
  
  border-top: none;
}

.cg-nav div.selected {
  height: 31px;
  
  border-bottom: none;
}

.cg-nav div.selected a {
  color: #000;
}

/*
.location-search {
  position: absolute;
  top: -30px;
  left: 427px;
  width: 121px;
  height: 80px;
  padding: 4px 10px 10px 10px;
  background-image: url(/decks/gallery/rate/info_bg.gif);
  background-repeat: no-repeat;
} */

.location-search div.search-left {
	padding:2px;
	float:left;
}
.location-search div.search-right {
	float:right;
	text-align:right;
	margin-top:-10px;
}

.location-search {
	position: absolute;
	top:0px;
	left:450px;
	width:120px;
	height:30px;
	border: 1px solid #FF2800;
	padding:8px 2px 8px 8px;
	background-color:#FFFFFF;
	text-align: center;
  	display: none;
}

.location-search input {
	border: 1px solid #8B8B8B;
	width:40px;
	display: inline;
}
*:first-child+html .location-search input#zip, * html .location-search input#zip {
	margin-bottom:4px;
}
*:first-child+html .locatiom-search, * html .location-search {
	padding-bottom:0px;
}

.location-search .submit {
  	margin: 2px auto;
  	width: 50px;
  	display: inline;
}

.location-search .hidden {
  display: none;
}
