﻿/********************************************
           GallerySearchBar.ascx
********************************************/
.foundation_filterbar {
	background: #1d1d1d url(../images/GallerySearchBar/bg_filterbar.gif) no-repeat;
	width: 946px;
	color: #655f58;
	height: 33px;
}
.foundation_filterbar table {
	height: 100%;
}
.foundation_filterbar .txtKeywords {
	width: 123px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.foundation_filterbar .txtKeywords {
		width: 119px;
	}
}
.foundation_filterbar .orientation
{
    background-image: url(../images/GallerySearchBar/orientation.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 81px;
    height: 19px;
    cursor: pointer;
}
.foundation_filterbar .color
{
    background-image: url(../images/GallerySearchBar/color.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 61px;
    height: 19px;
    cursor: pointer;
}
.foundation_filterbar .search_popup
{
    margin-top: 1px;
    background-color: Black;
    min-width: 67px;
    padding: 3px;
    border: 1px solid #4d4d4d;
    display: none
}
.foundation_filterbar .search_popup label
{
    color: #4d4d4d;
}
.foundation_filterbar .search_popup label:hover, .foundation_filterbar .search_popup label:active
{
    color: White !important;
}
.foundation_filterbar .search_popup input
{
    height: 8px;
    width: 8px;
    margin-right: 4px;
    margin-top: 3px;
    display: block;
    float: left;
    clear: left;
}

/********************************************
               Pager.ascx
********************************************/
.foundation_btnPhArtGallery, .foundation_btnPhArtGallery span {
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	outline: none;
	text-decoration: none !important;
}
.foundation_btnPhArtGallery:hover {
	text-decoration: none;
	background-position: right -19px;
}
.foundation_btnPhArtGallery:hover span {
	background-position: left -19px;
}
.foundation_btnPhArtGallery {
	background: url(../images/Pager/btn_phartgallery_right.gif) top right no-repeat;
	color: #fff;
	height: 19px;
}
.foundation_btnPhArtGalleryArrow {
	background: url(../images/Pager/btn_phartgallery_arrow_right.gif) top right no-repeat;
}
.foundation_btnPhArtGallery span {
	background: url(../images/Pager/btn_phartgallery_left.gif) top left no-repeat;
	padding: 2px 10px 0 6px;
	height: 17px;
}
