﻿@media screen and (-webkit-min-device-pixel-ratio:0) {
	.m_myPrivateGallery .filterBar .txtKeywords {
		width: 119px;
	}
}
.m_siteSearch {
	
}
.m_siteSearch a.btnPhArtGallery, .m_siteSearch a.btnPhArtGallery span {
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
.m_siteSearch a.btnPhArtGallery:hover {
	text-decoration: none;
	background-position: right -19px;
}
.m_siteSearch a.btnPhArtGallery:hover span {
	background-position: left -19px;
}
.m_siteSearch a.btnPhArtGallery {
	background: url(images/btn_phartgallery_right.gif) top right no-repeat;
	color: #fff;
	height: 19px;
}
.m_siteSearch a.btnPhArtGalleryArrow {
	background: url(images/btn_phartgallery_arrow_right.gif) top right no-repeat;
}
.m_siteSearch a.btnPhArtGallery span {
	background: url(images/btn_phartgallery_left.gif) top left no-repeat;
	padding: 2px 10px 0 6px;
	height: 17px;
}
.m_siteSearch .filterBar {
	background: #1d1d1d url(images/bg_filterbar.gif) no-repeat;
	width: 100%;
	color: #655f58;
	height: 33px;
}
.m_siteSearch .filterBar td {
	vertical-align: middle;
}
.reviewPanel {
	margin-top: 12px;
	background: #1d1d1d;
}
.reviewPanel .tl, 
.reviewPanel .tr, 
.reviewPanel .bl, 
.reviewPanel .br {
	width: 4px;
	height: 4px;
} 
.reviewPanel .tl {
	background: #000 url(../Foundation/images/Common/roundedCorners_tl.gif) no-repeat;
}
.reviewPanel .tr {
	background: #000 url(../Foundation/images/Common/roundedCorners_tr.gif) no-repeat;
}
.reviewPanel .bl {
	background: #000 url(../Foundation/images/Common/roundedCorners_bl.gif) no-repeat;
}
.reviewPanel .br {
	background: #000 url(../Foundation/images/Common/roundedCorners_br.gif) no-repeat;
}
hr {
	border: 0;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #2d2d2d;
}
.searchResult {
	line-height: 16px;
}
.searchResult a {
	text-decoration: none;
}
.searchResult a:hover {
	text-decoration: underline;
}
.searchResult .searchContent {
	margin: 6px 0;
}
.searchResult .link {
	color: #6d6d6d;
}
/* === themes === */
.blue .searchResult .link a { color: #91B6CE; }
.gray .searchResult .link a { color: #CACACA; }
.green .searchResult .link a { color: #C9D38A; }
.pink .searchResult .link a { color: #CA99B6; }
.orange .searchResult .link a { color: #DAAF93; }
.red .searchResult .link a { color: #DDA1A1; }
.yellow .searchResult .link a { color: #B8A46F; }
