/* search page styles */
#search {
	float: left;
}

#search-container {
	margin: 0 auto 30px;
	padding: 30px 0 0 0;
	width: 950px;
	min-height: 500px;
}

#search-page-form {
	margin: 20px 0 20px 0;
}

ul#search-input li {
	float: left;
}

input#search {
	background: transparent;
	border: solid 1px #8b8b8b;
	color: #8b8b8b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 4px;
	height: 18px;
	width: 336px;
}

input#search-submit {
	border: 0;
	display: block;
	height: 28px;
	width: 46px;
}

input#search-submit:hover {
	cursor: pointer;
}

#search-toolbar {
	margin: 8px 0 10px;
}

#search-toolbar-left {
	float: left;
	width: 460px;
}

#search-toolbar-right {
	float: right;
	width: 460px;
	margin-top: 9px;
}

a#search-help {
	background: url(/market-photolibrary-portlet/images/layout/search/search-help-button.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 18px;
	text-decoration: none;
	width: 18px;
}

a#search-help:hover {
	background: url(/market-photolibrary-portlet/images/layout/search/search-help-button.png) no-repeat 0 -22px;
}

#search-help-text {
	background: #000;
	border: solid 1px #333;
	display: none;
	margin: -40px 0 0 -40px;
	padding: 15px;
	position: absolute;
	width: 465px;
}

p.search-tip-copy {
	color: #A0A0A0;
	line-height: 18px;
}

ul.search-tips {
	margin: 0 0 10px 10px;
}

ul.search-tips li {
	color: #A0A0A0;
	font-size: 13px;
	line-height: 18px;
	list-style-type: disc;
	margin-left:15px;
}

p.close-search-help {
	float: right;
	width: 18px;
	height: 18px;
	margin: -10px -10px 0 0;
}

#search-filter-bar {
	background: #333;
	overflow: hidden;
	margin: 10px 0 30px 0;
	padding: 10px 20px 10px 20px;
}

#search-filter-bar li {
	float: left;
	margin: 0 10px 0 0;
}

#search-filter-bar li.filter-label {
	color: #A0A0A0;
	font-family: Sans-Serif;
	font-size: 23px;
	margin: 0 25px 0 0;
	padding: 3px 0 0 0;
	text-transform: uppercase;
}

#search-filter-bar a {
	background: url(/market-photolibrary-portlet/images/layout/search/filter-button-background.png) no-repeat 0 -38px;
	color: #A0A0A0;
	display: block;
	font-size: 12px;
	height: 22px;
	overflow: hidden;
	padding: 9px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 168px;
}

#search-filter-bar a:hover {
	background: url(/market-photolibrary-portlet/images/layout/search/filter-button-background.png) no-repeat 0 0;
	color: #FFF;
}

#search-filter-bar li.active-filter a {
	background: url(/market-photolibrary-portlet/images/layout/search/filter-button-background.png) no-repeat 0 0;
	color: #FFF;
	display: block;
	height: 22px;
	overflow: hidden;
	padding: 9px 0 0 0;
	text-decoration: none;
	width: 168px;
}

span.filter-label-text {
	font-family: Sans-Serif;
	float: left;
	text-align: center;
	width: 122px;
}

span.filter-number {
	font-family: Sans-Serif;
	float: right;
	text-align: center;
	width: 46px;
}

#search-left {
	border: solid #333;
	border-width: 0 1px 0 0;
	float: left;
	padding: 0 20px 0 0;
	width: 600px;
}

.text-result {
	margin: 0 0 40px 0;
}

.text-result p {
	margin-bottom: 0;
}

.search-result-headline {
	font-size: 15px;
}

.search-result-headline a {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 17px;
	text-decoration: none;
}

.search-result-headline a:hover, .search-result-headline a:focus {
	color: #585858;
}

.search-result-excerpt {
	color: #A0A0A0;
	line-height: 18px;
	font-size: 12px;
}

p.search-result-tags {
	color: #5f5f5f;
	font-size: 12px;
}

.preview-link {
	background: url(/market-photolibrary-portlet/images/layout/search/preview-arrow.png) no-repeat 0 0;
	color: #CC0000;
	font-size: 11px;
	margin: 0 0 0 5px;
	padding: 0 0 0 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.preview-link:hover {
	background: url(/market-photolibrary-portlet/images/layout/search/preview-arrow.png) no-repeat 0 -15px;
	color: #fff;
	cursor: pointer;
}

.preview-page-overlay-header {
	display: none;
}

.preview-page-overlay-body {
	background-color: #000;
	padding: 20px;
	border: 1px solid #fff;
}

a.search-perma-link {
	color: #CC0000;
	font-size: 12px;
	text-decoration: none;
}

a.preview-link:hover, a.search-perma-link:hover {
	color: #FFF;
}

#search-right {
	float: right;
	width: 328px;
}

#search-right h3 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 20px;
	margin: -3px 0 12px 20px;
	text-transform: uppercase;
}

.search-item {
	margin: 0 14px 20px 20px;
}

.search-item-left {
	float: left;
	width: 180px;
}

.search-item-left p {
	margin-bottom: 0;
}

.search-item-right {
	float: right;
	margin-top: -4px;
	width: 105px;
}

.search-item-title {
	margin: 0 0 7px 0;
}

.search-item-title a {
	color: #a0a0a0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}

.search-item-title a:hover, .search-item-title a:focus {
	color: #585858;
}

.search-item-info {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

.search-item-info a {
	color: #A0A0A0;
	text-transform: uppercase;
}

.search-item-info a:hover {
	color: #FFF;
	text-decoration: none;
}

#video-results, #news-results {
	border: solid #333;
	border-width: 0 0 1px 0;
	margin-bottom: 20px;
}

p.search-view-all {
	margin: 0 0 20px 20px;
}

p.search-view-all a {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

p.search-view-all a:hover {
	color: #FFF;
}

/* photo results slide show */
#photo-results {
	width: 270px;
	margin: 0 20px 20px 20px;
}

#photo-result-slideshow {
	overflow: hidden;
	width: 180px;
}

#photo-slide-left {
	float: left;
	margin: 30px 0 0 0;
	width: 25px;
	height: 39px;
}

.photo-result-slide {
	overflow: hidden;
	width: 180px;
}

#photo-slide-right {
	float: right;
	width: 25px;
	height: 39px;
	margin: 30px 0 0 0;
}

.photo-results-wrapper {
	float: left;
}

.photo-results-wrapper .bx-window {
	overflow: hidden !important;
	width: 180px;
	margin: 0 0 0 20px;
}
/* end photo results slide show */
/* end search page styles */

/* news search page styles */
.news-search-content {
	margin: 0 0 29px 0;
}

.news-search-left {
	float: left;
	width: 180px;
}

.news-search-right {
	float: right;
	width: 755px;
}
/* end news search page styles */

/* photo search page styles */
#search-container #featured-story {
	float: left;
	margin: 0 0 20px 100px;
	padding: 0 0 18px 0;
	width: 370px;
}

#search-container .news-list-item {
	float: left;
	margin: 0 5px 18px;
	width: 180px;
	height: 160px;
}

#search-container .news-list-item-left {
	width: 180px;
}

#search-container .news-list-item-right {
	width: 180px;
}

#search-container .news-list-item-right h3 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/* end photo search page styles */

/* video search page */
#video-search-results {
	margin: 0 auto;
	width: 960px;
}

#video-search-results .queue-slide {
	float: left;
	margin: 0 10px 20px 0;
	width: 180px;
}

#video-search-results .queue-slide:nth-child(5n) {
	float: left;
	margin: 0 0 20px 0;
	width: 180px;
}
/* end video search page */

.list-img {
	width: 180px;
	height: 102px;
}

.news-slide-nav {
	border: solid #333;
	border-width: 1px 0 0 0;
	padding: 38px 0 0 0;
	text-align: center;
}

.news-slide-nav li {
	float: left;
	margin: 0 3px 0 0;
}

.news-slide-nav a {
	color: #FFF;
	border: solid 1px #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 1px 5px 1px;
	text-decoration: none;
	display: block;
}

.news-slide-nav a:hover {
	color: #CC0000;
}

.news-slide-nav a.active-news-page {
	border: solid 1px #FFF;
}

.news-slide-nav a.active-news-page:hover {
	border: solid 1px #CC0000;
}

.suggestionsBox {
	position: relative;
	left: 0px;
	margin: 0px 0px 0px 0px;
	width: 390px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
}

.suggestionList li:hover {
	background-color: #000000;
}

.suggestionsBoxHeader {
	position: relative;
	left: 0px;
	margin: 0px 0px 0px 0px;
	width: 403px;
	background-color: #212427;
	color: #fff;
}

.suggestionListHeader {
	margin: 0px;
	padding: 0px;
	width: 403px;
}

.suggestionListHeader li {
	background-color: #414141;
	margin-top: -5px;
	padding: 10px;
	width: 383px;
}

.suggestionsBoxFooter {
	position: relative;
	left: 0px;
	margin: 0px 0px 0px 0px;
	width: 401px;
	background-color: #212427;
	color: #fff;
}

.suggestionListFooter {
	margin: 0px;
	padding: 0px;
}

.suggestionListFooter ul {
	width: auto !important;
}

.suggestionListFooter li {
	background-color: #414141;
	padding: 10px;
	width: 371px;
}

.photo-result-caption {
	color: #a0a0a0;
}

#video-results p{
	margin: 0 20px 20px 20px;
}

#news-results p{
	margin: 0 20px 20px 20px;
}

#view-all-results-none {
	border: solid #333;
	border-width: 0 1px 0 0;
	float: left;
	padding: 0 20px 0 0;
	width: 600px;
	height: 230px;
}

#suggestionitem {
	color: #a0a0a0;
}

#suggestionitem .suggestionitemLink {
	color: #fff;
}