.page-title {
	height: 40px;
}

.grid-e .column {
	overflow: hidden;
	width: 734px !important;
}
div.grid-e .column.first{
	margin-top: 0px;
}

/*----------------------------------------------------
	GROUP SIDE SIDE SELECTS
----------------------------------------------------*/
#create-guide {
	margin: 12px 0px 12px 10px;
	display: block;
	width: 241px;
	height: 201px;
	overflow: hidden;
}

#featured-guides, #top-contributors {
	background:transparent url(/images/top-bar-shadow2.png) repeat-x top left;
	width:219px;
	margin: 12px 0px 12px 12px;
	padding: 13px 0px 13px 0px;
}

/*----------------------------------------------------
	Top Contributors
----------------------------------------------------*/
#top-contributors img {
	margin: 0px 10px 10px 0px;
}

#top-contributors ul li {
	padding-bottom: 12px;
}

#top-contributors ul.inner-ul {
	float: right;
	width: 140px;
}

#top-contributors ul.inner-ul li {
	border-bottom: none;
	margin: 0px;
}

#top-contributors ul li.last {
	border-bottom: none;
}

/*----------------------------------------------------
	Featured Guides
----------------------------------------------------*/
#featured-guides .subtext, #featured-guides .subtext a {
	font-size: 11px;
}

/*----------------------------------------------------
	Refine By
----------------------------------------------------*/

#au-pedia-refine-by {
	width:696px;
	margin-left:19px;
}

#au-pedia-refine-by h3 {
	border:none;
	padding:0;
	background: none;
	margin-bottom:12px;
	width: 200px !important;
	display: block;
	height: auto;
}

#au-pedia-refine-by dl {
	float:left;
	width:140px;
	margin-right:31px;
}

#au-pedia-refine-by dl dt {
	text-transform:uppercase;
	color:#666;
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:14px;
}

#au-pedia-refine-by dd ul {
	font-weight:normal;
}

#au-pedia-refine-by dd li {
	margin:0 0 9px 0;
}

#au-pedia-refine-by ul li {
	border:none;
}

/*----------------------------------------------------
	Popular Tags Toggle
----------------------------------------------------*/
#toggle-popular-tags {
	width:714px;
	height:27px;
	margin:5px 0 6px 19px;
	_margin: 0px 0px 0px 10px;
	float:left;
	background:url("/images/popular-tags-background.gif") top no-repeat;
}

#toggle-popular-tags ul.links {
	margin:0;
	padding:0;
	float:left;
}


/*----------------------------------------------------
	Search Events
----------------------------------------------------*/
.search-results-searchbox {
	margin: 12px 0px 12px 15px;
}

.search-results-searchbox .searchbox {
	width:295px;
	height:25px;
	float:left;
	border:2px solid #d3d3d3;
	margin-bottom: 12px;
}

.search-results-searchbox .searchbox input {
	width:253px;
	height:13px;
	border:none;
	color:#999;
	float:left;
	padding:0 0 0 7px;
	margin-top:6px;
	line-height:.9em;
}

.search-results-searchbox .searchbox input.submit-search {
	width:18px;
	height:18px;
	float:right;
	margin:4px 5px 0 0;
	padding:0 0 0 0;
}

/*----------------------------------------------------
	Search Tools
----------------------------------------------------*/

ul.share {
	margin-right: 0px;
}


ul.share li {
	margin-left: 0px;
	margin-right: 10px;
}

/* --------------------------------------------
		PAGINATION 
-------------------------------------------- */
.results-numbers {
	width: auto;
	margin: 0 10px 0 0;
	padding: 0;
}

.pagination-holder ul  {
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.pagination-holder ul li {
	float: left;
	height: 15px;
	margin: 0;
	border: none;
	padding: 0 2px 0 2px;
	display: block;
	
}

.pagi-line-top {
	height: 5px;
	border-bottom: 1px solid #ddd;
	width: 500px;
	overflow: hidden;
}

.pagi-line-bottom {
	height: 5px;
	border-bottom: 1px solid #ddd;
	width: 480px;
	display: block;
}

.pagination-holder {
	width: 716px;
	height: auto;
	margin: 12px 0px 0px 17px;
	padding: 0;
}

.pagination-holder.bottom {
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
}

/* --------------------------------------------
		Column Titles
-------------------------------------------- */

#col-titles {
	margin:12px 0px 0px 17px;
	border-bottom:3px solid #DDDDDD;
	width: 715px;
}

.field {
	background: url(/images/sm-down-arrow-black.gif) right center no-repeat;
	background-position: 33px 7px;
	width: 30px;
	height: 15px;
	padding: 0 15px 0 0;
}

p.title {
	text-align: left;
	color: #333;
	overflow: hidden;
	margin: 0 0 8px 0;
	padding: 0;
	height: auto;
	width: 380px;
	
}

p.updated {
	text-align: left;
	color: #333;
	overflow: hidden;
	margin: 0 0 8px 0;
	padding: 0;
	height: auto;
	width: 100px;
}

p.tags {
	text-align: left;
	color: #333;
	overflow: hidden;
	margin: 0 0 8px 0;
	padding: 0;
	height: auto;
	width: 145px;
	float: right;
}



/* --------------------------------------------
		Column Lists
-------------------------------------------- */

ul.list-outer {
	margin:12px 0px 0px 17px;
	
}

li.outer-limit {
	border-bottom: 1px solid #ddd;
}


li.outer-limit.last {
	border-bottom: none;
}

ul.list-inner {
	width: 700px;
}

ul.list-inner li  {
	float: left;
	border-bottom: none;
	padding-bottom: 8px;
}

ul.list-inner li.first  {
	width: 380px !important;
	float: left;
	border-bottom: none;
	padding-bottom: 8px;
}

ul.list-inner li.middle  {
	width: 80px;
	float: left;
	border-bottom: none;
	padding-bottom: 8px;
}

ul.list-inner li.last-item  {
	width: 130px;
	float: right;
	border-bottom: none;
	padding-bottom: 8px;
	margin-right: 0px;
	text-align: left;
}

/* --------------------------------------------
	Sub Footer
-------------------------------------------- */

#sub-footer {
	border-top:1px solid #E3DABC;
	margin:20px auto 0;
	padding:20px 0;
	width:946px;
	font-size: 10px;
}