#pagetitle-columns {
	background-image: url(../images/columns/header.jpg);
}

/* SECTION HIGHLIGHT //////////////////////////////////////////////////////////////////////////////*/

.featured-column {
	width: 630px;
	height: 200px;
	margin-bottom: 10px;
	background-image: url(../images/global/components/slidebar/background.jpg);
	background-repeat: no-repeat;
}

#featured-columns {
	overflow: hidden;
	width: 620px;
	position: relative;
}

#featured-columns-items {
	width: 5000px;
	position: relative;
	left: 6px;
}

#featured-columns ul {
	list-style: none;
	width: 620px
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
}
#featured-columns li {
	width: 133px;
	height: 150px;
	margin: 0 0 0 0;
	padding: 20px 11px 0;
	float: left;
}

#featured-columns-items li {
	background-image: url(../images/global/components/slidebar/item_background.jpg);
	background-repeat: no-repeat;
	background-position: 4px 15px;
}

#featured-columns li h5 {
	text-align: center;
	background: none;
}

#featured-columns li h5 a {
	color: #000;
}

#featured-columns li img {
	margin: 0 0 10px 0;
}

#featured-columns-control {
	background-image: url(../images/global/components/slidebar/controls_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin:  0 0 0 10px;
	padding: 0 0px 0 0px;
	width: 613px;
}

#featured-columns-tab {
	background-image: url(../images/global/components/slidebar/scrub.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 114px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 2000;
}

#featured-columns-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2001;
}
#featured-columns-controls li {
	float: left;
	width: 114px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
#featured-columns-controls li a {
	width: 116px;
	height: 20px;
	display: block;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}

#featured-columns-controls li.prev {
	width: 20px;
	height: 20px;
	text-align: left;
	margin: 0 0 0 1px;
}

#featured-columns-controls li.prev a {
	width: 20px;
	height: 20px;
	display: block;
}

#featured-columns-controls li.prev a img {
	margin: 2px 0 0 2px;
}

#featured-columns-controls li.prev a:hover {
	text-decoration: none;
}


#featured-columns-controls li.next {
	width: 20px;
	height: 20px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center center;
}

#featured-columns-controls li.next a {
	width: 20px;
	height: 20px;
	display: block;
}

#featured-columns-controls li.next a img {
	margin: 2px 0 0 2px;
}


/* END SECTION HIGHLIGHT //////////////////////////////////////////////////////////////////////////////*/

#filter-controls {
	position: relative;
	width: 610px;
	height: 30px;
	padding: 7px 10px 0 10px;
	margin: 0 0 10px 0;
	background-image: url(../images/columns/filter_background.jpg);
	background-repeat: no-repeat;
	display: block;
}

#filter-controls dt {
	width: 400px;
	margin: 0;
	float: left;
}

form {
	margin: 0;
	padding: 0;
}


#filter-controls dd {
	position: absolute;
	top: 8px;
	left: 440px;
	width: 180px;
	padding: 0;
}

#filter-controls select {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
}

#columns-tables h3 {
	margin: 0 10px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #999;
}

#columns-tables table {
	width: 610px;
	margin: 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCC;
}

#columns-tables table a {
	color: #336600;
}

#columns-tables table tr.alt {
	background-color: #EFF5E5;
}

#columns-tables table th {
	height: 25px;
}

th.icon {
	width: 20px;
	height: 15px;
	text-align: center;
}


td.icon-logo {
	background-image: url(../images/columns/icon_white.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

tr.alt td.icon-logo {
	background-image: url(../images/columns/icon_alt.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

th.title {
	background-image: url(../images/columns/table_title.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

th.name {
	background-image: url(../images/columns/table_name.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	width: 170px;
	padding: 0 10px 0 0;
}

th.writer {
	background-image: url(../images/columns/table_writer.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	width: 160px;
	padding: 0 10px 0 0;
}

#newsbox {
}

#newsbox-content {
	height: 268px;
	background-repeat: no-repeat;
	background-position: center center;
}

#newsbox-tabs li a  {
	height: 26px;
	display: block;
}

#newsbox-tab-news a {
	width: 79px;
	background-image: url(../images/columns/columnbox_tab_news.gif);
	background-position: center 7px;
	padding: 0 0 0 10px;
}

#newsbox-tab-news a:hover {
	background-image: url(../images/columns/columnbox_tab_news_over.gif);
}

#newsbox-tab-news.selected a {
	background-image: url(../images/columns/columnbox_tab_news_selected.gif);
}










