﻿/* Search Graphic Area */
.SearchContentDiv
{
    width: 750px;
	position: relative;
}

.SearchHeaderDiv
{
	width: 750px;
	height: 188px;
	position: relative;
	background-color: #DA221D;
}

.SearchHeaderLeft
{
	width: 200px;
	height: 188px;
	background-color: #DA221D;
	border-bottom: solid 1px black;	
	float: left;
}

.SearchHeaderMiddle
{
	background-image: url(../../Common/Images/Neutral/Search/SearchImage.png);
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;	
	width: 266px;
	height: 188px;
	float: left;	
}
.SearchHeaderRight
{
	width: 282px;
	height: 188px;
	border-bottom: solid 1px black;	
	float: left;
}

/* Eingabe */
.SearchInputDiv
{
    height: 22px;
    width: auto;
    z-index: 1000;
    border-bottom: solid 1px black;
}
.SearchEditLeft
{
    width: 200px;
    height: 22px;
    float: left;
	background-color: #CCCCCC;
	z-index: 1000;
}
.SearchEditMiddle
{
    width: 266px;
    height: 22px;
    float: left;
	border-left: solid 1px black;
	border-right: solid 1px black;   
}
.SearchEditRight
{
    width: 282px;
    height: 22px;
    float: left;
}
.SearchEditLabelSearch
{
	padding-top:6px;
	text-align:right;
	font-size: 8pt;
	font-weight: bold;
}
.SearchEditLabelFilter
{
	padding-top:8px;
	text-align:right;
	font-size: 8pt;
	font-weight: bold;
}
.SearchTextBox
{
    width: 260px;
    height: 19px;
    border-style: none;
    /*border-bottom: solid 1px black;*/
    padding: 2px 0px 0px 6px;
}
.SearchCheckBox
{
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: auto;
}

/* Ergebniss */
.ResultDivContent
{
	width: 750px;
    height: 100%;
	position: relative;
	z-index: 20;
    padding-bottom: 30px;
}
.ResultDiv
{
	width: 467px;
    height: 100%;
    position: relative;
	float: left;
	z-index: 10;
}
.ResultDivWide
{
	width: 750px;
    height: 100%;
    position: relative;
	float: left;
	z-index: 10;
}
.DetailsDiv
{
	width: 282px;
    height: 100%;
    min-height:0px;
	float: left;
}
.ResultFamilyRow
{
	width: 100%;	
	background-color: #A0A0A0;
}

.ResultFamilyLeftCell
{
	width: 186px;
	color: Black;
	padding: 4px 2px 4px 17px;
	font-size: 9pt;
}
.ResultFamilyRightCell
{
	color: Black;
	background-color: #A0A0A0;
	padding: 4px 2px 4px 2px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	font-size: 9pt;
}
.ResultProductRow
{
	width: 100%;
	color: Black;
	font-size: 8pt;
}

.ResultProductColorCell
{
	width: 15px;
	height: 10px;
}

.ResultProductNrCell
{
	width: 178px;
    height: 100%;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
	color: Black;
	padding: 2px 5px 2px 4px;
}
.ResultProductTextCell
{
	width: 266px;
    height: 100%;
    padding-bottom: 32767px;
    margin-bottom: -32767px;	
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding: 2px 5px 2px 2px;
}

.ResultDetailsImageProductNr
{
	background-color: black;
	color: White;
	font-weight: bold;
	text-align:left;
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 9pt;
}

.ResultDeatilsImageImage
{
	padding: 5px;
}

.ResultDeatilsImageProductText
{
	font-weight: bold;
	padding: 2px;
	font-size: 8pt;
}

.ResultDeatilsImageProductDesc
{
	font-weight: normal;
	padding: 2px;
	font-size: 8pt;
}

.SearchBackgroudLeft
{
    width: 200px;
    height: 213px;
    position: absolute;
    top: 210px;
    left: 0px;
    background-color: #CCCCCC;
	z-index: 5;
}
.SearchBackgroudMiddle
{
    width: 266px;
    height: 213px;
    position: absolute;
    left: 200px;
    top: 210px;
	border-left: solid 1px black;
	border-right: solid 1px black;   
	z-index: 5;
}
.SearchBackgroudRight
{
    width: 282px;
    height: 42px;
    position: absolute;
    left: 468px;
    top: 210px;
	z-index: 5;
}

.SearchListHeader
{
    width: 740px;
    height: 23px;
    padding: 6px 0px 0px 10px;
    font-weight: bold;
    border-bottom: solid 1px black;
}
.SearchListResults
{
    background-color: #bcbcbc;
    background: url( 'images/background.png' );
    /*border-top: solid 1px #bbb;
    border-bottom: solid 1px black;*/
}

.roundarrow
{
    height: 24px;
    width: 20px;
    border-width:0px;
    position:relative;
    top:-2px;
    padding-left:20px;
    padding-bottom:5px;
    margin-left: 5px;
    background: url( 'images/roundarrow.png');
    background-repeat:no-repeat;
}
