﻿.SimpleSearchContainer 
{

}

.SimpleSearchControl
{
    padding-top: 0;
    width: auto;
    /*margin:none;*/
	margin: 0px 50px;
}

.SimpleSearchControl .Frame 
{
	width: 550px;
	position: relative;
}

.SimpleSearchControl .Frame .LeftShadow 
{
	background-image: url(../image/frontoffice-box-bottom-left.png);
	background-position: left;

	width: 191px;
	height: 17px;
	
	position: absolute;
	bottom: -17px;
	left: 0;
	
	clear: both;
}

.SimpleSearchControl .Frame .RightShadow 
{
	background-image: url(../image/frontoffice-box-bottom-right.png);
	background-position: right;

	width: 191px;
	height: 17px;

	position: absolute;
	bottom: -17px;
	right: 0;
	
	clear: both;
}

.SimpleSearchControl .FramedSearchPanel 
{
	margin-bottom: 16px;
	float: left;
	width: 51%;
	min-width: 310px;
	max-width: 600px;
	/*margin: auto;*/
}

.SimpleSearchControl .PanelSearch 
{
	/*border: solid 1px #7c6c5e;
	background-color: #E0C2AA;
	*/
	padding: 20px;
}

.SimpleSearchControl .SearchField
{
	margin-bottom: 20px;
}

.SimpleSearchControl .SearchField .TextBox
{
	width: 99%;
	line-height: 25px;
	height: 25px;
	
	margin: 2px auto;
	
	border: solid 1px #7c6c5e;
	
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 1.3em;
}

.SimpleSearchControl .SearchField .TextBoxOff
{
	color: #BCBDC0;
}

.SimpleSearchControl .SearchField .Label
{
	/*color: #333;*/
	font-size: 1.3em;
}

.SimpleSearchControl .SearchField .LabelTerms 
{
	font-size: 1.5em;
}

.SimpleSearchControl .SearchField .TextBoxDate 
{
	width: 7em;
	padding-left: 0.5em;
}

.SimpleSearchControl .SearchFieldRepresentation
{
	margin-bottom: 0px;
	padding-right: 110px;
}

.SimpleSearchControl .SearchFieldRepresentation ul
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.SimpleSearchControl .SearchFieldRepresentation .AspNet-CheckBoxList-Item
{
	color: #333;
}

.SimpleSearchControl .PanelSearch .ButtonSearch 
{
	position: absolute;
	bottom: 20px;
	right: 20px;
/*	
	width: 7em;
*/
}

.SimpleSearchControl .PanelSearch .ButtonSearch .ButtonImage
{
    background-image:url(../image/button_search_nano.png);
}

.SimpleSearchControl .TopRow,
.SimpleSearchControl .BottomRow 
{
	clear: both;
	margin-bottom: 50px;
}

.SimpleSearchControl .News
{
	/*float: right;
	width: 200px;
	*/
	float: left;
	padding-left: 20px;
	padding-top: 12px;
	width: 45%;
}

.SimpleSearchControl .News .Title
{
	color: #5D5148;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.SimpleSearchControl .DescriptionListMostRecent,
.SimpleSearchControl .DescriptionListMostViewed,
.SimpleSearchControl .TagCloudFrequentSearches
{
	width: 33%;
	float: left;
}

.SimpleSearchControl .DescriptionListMostViewed,
.SimpleSearchControl .DescriptionListMostRecent
{
	border-left: solid 1px #ccc;
}

.SimpleSearchControl .TagCloudFrequentSearches .ContentWrapper
{
	width: 90%;
}

.SimpleSearchControl .DescriptionListMostViewed .ContentWrapper
{
	margin: auto;
	width: 80%;
}

.SimpleSearchControl .DescriptionListMostRecent .ContentWrapper
{
	width: 90%;
	float: right;
}

.SimpleSearchControl .DescriptionListMostRecent .Title,
.SimpleSearchControl .DescriptionListMostViewed .Title,
.SimpleSearchControl .TagCloudFrequentSearches .Title
{
	color: #5D5148;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.SimpleSearchControl .DescriptionListMostRecent .List,
.SimpleSearchControl .DescriptionListMostViewed .List,
.SimpleSearchControl .TagCloudFrequentSearches .List
{
	margin-top: 15px;
}

.SimpleSearchControl .DescriptionListMostRecent .Link:hover,
.SimpleSearchControl .DescriptionListMostViewed .Link:hover
{
	text-decoration: none;
}

.SimpleSearchControl .TagCloudFrequentSearches .List
{
	line-height: 2em;
}

.SimpleSearchControl .ListItem
{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	white-space: nowrap;
}

.SimpleSearchControl .ListItem .ThumbnailLink,
.SimpleSearchControl .ListItem .TextLink,
.SimpleSearchControl .ListItem .ImageButtonRemove
{
	
	display: inline-block;
	vertical-align: middle;
}

.SimpleSearchControl .ListItem .ThumbnailLink 
{
	width: 50px;
}

.SimpleSearchControl .ListItem .TextLink 
{
	line-height: 1.4em;
	white-space: normal;
}

.SimpleSearchControl .ListItem .ImageButtonRemove 
{
	width: 0px;
}

.SimpleSearchControl .ListItem .Thumbnail
{
	max-width: 50px;
	max-height: 50px;
}

.SimpleSearchControl .ListItem,
.SimpleSearchControl .ListItem .Text,
.SimpleSearchControl .Word
{
	color: #666;
}

.SimpleSearchControl .ListItem .TextColumnInner
{
	position: absolute; 
	top: 50%; 
	height: 2em;
	margin-top: -1em;
}
