﻿/* STREAM GALLERY - GALLERY VIEWER */
.ListItemGalleryCategory							{width:165px; height:240px; float:left; margin-bottom:5px; list-style:none; border:1px solid #f00;}
.GalleryImageTableContentOuter					{width:200px; vertical-align:middle; text-align:left; border:1px solid #f00;}
.GalleryImageTableContentInner					{border:1px #f00; vertical-align:middle; text-align:center; width:120px; height:120px;}
.GalleryTitleTableContent							{vertical-align:top; text-align:left; width:130px;}
.GalleryGrid										{padding:5px;}
.GalleryGrid th									{padding:6px 3px; text-align:left; font-weight:bold;}
.GalleryBorder										{border:1px solid #ccc; padding:2px;}
.imagewrapper	{clear:both;}
.FilterPanel	{font-size: 11px;}
.FilterPanel label {margin-right: 18px;}
.FilterLink {border-radius: 8px; background-color: #f1f5f8;padding: 4px 7px; margin-right: 6px;}
.FilterLinkOn {border-radius: 8px; background-color: #bce4ff; padding: 4px 7px; margin-right: 6px;}
.ShowMoreItems {background-color: #f8f8f8; padding: 15px 0; text-align: center; color: #b1b1b1; font-size: 16px; border: 1px solid #e6e6e6;  margin: 10px 0 0 0;}
.ShowMoreItems:hover {background-color: #f2f2f2;}


/* Search */  
.SearchPanel {width:500px; margin:0 auto 26px auto;}
.SearchProductsTextBox {float:left; width:72%; background-color:#fff; padding:0; font-size:16px; line-height:normal; color:#666 !important; height:46px; border-left:1px solid #666; border-top:1px solid #666; border-bottom:1px solid #666; border-right:1px solid #666;}
.SearchPanel .RadComboBox input[type="text"]					{height:46px !important; font-size:16px !important; line-height:normal !important; border:0 !important; padding:0 0 0 20px !important;}
.SearchPanel .RadComboBox_Default .rcbInputCell, .SearchPanel .RadComboBox_Default .rcbArrowCell				{background-image:none !important; padding:0 !important;}
.SearchImageBtn {height:48px; width:23%; float:left; margin:0 !important; padding:0; border-bottom-right-radius:15px; border-top-right-radius:15px; border:1px solid #107889; background-color:#107889; color:#fff; font-family:BebasNeue, Arial Narrow, Arial; font-size:20px;}
.SearchImageBtn:hover	{background-color:#f38034; border:1px solid #f38034;}
    
 @media only screen and ( max-width: 870px) /* 640 */ {
	#gallery img {width:45%;} 
	.SearchPanel {width:500px;}
 }
 
 @media only screen and ( max-width: 600px) /* 640 */ {
	#gallery img {width:90%;} 
	.SearchPanel {width:360px;}
 }
 