/***********************************************************************
 * search content
 ***********************************************************************/
.searchImagesLine {
	clear: both;
	display: table-row;
	vertical-align: bottom;
}
.searchLeft, .searchRight {
	color: #2C2E31;
	font-size: 18px;
	
	margin: 0 0 15px 0;
}
.searchLeft {
	float: left;
}

/* Legende */
.searchRight {
	width:100%;
	color: #2C2E31;
	font-size:14px;
}
.searchRight ul {
	float:right;
}
.searchRight li {
	display:inline;
}
li.show {
	background: url(buttons/show.png)  0px 0px no-repeat transparent;
	padding: 0 10px 0 18px;
}
li.del {
	background: url(buttons/X.png)  0px 0px no-repeat transparent;
	padding: 0 10px 0 18px;
}
li.box {
	background: url(buttons/box.png)  0px 0px no-repeat transparent;
	padding: 0 10px 0 18px;
	}
li.cart {
	background: url(buttons/cart.png)  0px 0px no-repeat transparent;
	padding: 0 10px 0 18px;
}

/*******************************************/

.imageSearchDescriptionContainer h2 {
	color: #2C2E31;
	font-size: 14px; 
	font-weight: normal;
	margin: 2px 0 0;
	height: 34px;
	width: 110px;
	overflow: hidden;
	
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.imageSearchResultContainer {
	width: 105px;
	padding: 5px 3px;
	overflow: hidden;
	
	font-size: 14px;
	display: table-cell;
	vertical-align: bottom;
}

.imageSearchImage {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.imageSearchImage a {
	width: 105px;
	display: block;
	text-align: center;
}

.imageSearchShortText {
	overflow: hidden;
	width: 105px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.imageSearchShowID {
	color: #cb1c27;
}

.imageSearchActionContainer {
	text-align: right;
	border-bottom: 5px solid #e5e5e5;
	height: 25px
}
.imageSearchActionContainer a {
	float: right;
	height: 32px;
	margin: 0 0 0 7px;
	position: relative;
	top: -2px;
	width: 32px;
}
.imageSearchActionContainer .searchIconSquared {
	background: url(images/iconMiddle_search.png) top left no-repeat;
}

.imageSearchActionContainer .lightboxAddIconSquared {
	background: url(images/iconMiddle_addToLB.png) top left no-repeat;
}

.imageSearchActionContainer .lightboxDeleteIconSquared {
	background: url(images/iconMiddle_removeFromLB.png) top left no-repeat;
}

.imageSearchActionContainer .cartAddIconSquared {
	background: url(images/iconMiddle_addToCrat.png) top left no-repeat;
}

/***********************************************************************
 * pageing
 ***********************************************************************/
.pageCounterContainer {
	width: 910px;
}


.bilderSuchePageNaviLink {
	margin: 0 5px 0 0;
}

.activeBilderSucheLink {
	text-decoration: underline;
}

.imgShownContainer {
	display: inline;
	float: right;
	width: 10px;
	height: 24px;
	margin: 1px 0 0 3px;
}

.shownImgDown, .shownImgUp {
	width: 8px;
	height: 8px;
	display: block;
	cursor: pointer;
	position: absolute;
}
.shownImgUp {
	background: url(images/up.gif) left top no-repeat;
}
.shownImgDown {
	background: url(images/down.gif) left bottom no-repeat;
	margin: 12px 0 0 0;
}