/* ADVANCED SEARCH PAGE CSS */


.searchImg {
	border: 1px solid #E0E0E0;
	}
.floatercell .relevanceBar
{
	background: #ededed;
	margin: 4px 0px 4px 0px;
	width: 50px;
	text-align: left;
	line-height: 4px;
	font-size: 4px;
}

.floatercell .relevanceBar div
{
	background: url("/images/diag.gif");
	line-height: 4px;
	font-size: 4px;
}

.icons { height: 13px; }

.lightboxAdd {
	display: inline;
}

.batchEditAdd {
	display: none;
}

#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 0px;
	z-index: 200;
}

.searchoptions
{
	font: 1em Trebuchet, Verdana, Arial, sans-serif;
	padding-top: 3px;
	padding-left: 9px;
	padding-bottom: 3px;
	color: #494949;
	background-color: #F1F3F5;
	line-height: 14px;
}

.searchoptions img
{
	padding: 0px;
	border: 0px;
	background-color: #7699BD;
}

.searchoptions strong { font-weight: bold; }


.searchOptionHeading
{
  cursor: pointer;
}

.searchOptionGroup
{
  padding-left: 13px;
  display: none;
}
	
/* COLOR SEARHCH STUFF */
#currentSearchColor
{
	width: 22px;
	height: 22px;
	margin: 0px;
	border: 1px solid #666;
	cursor: pointer;
	z-index: 2000;
}

#colorSelector
{
	background-color: #FFF;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	display: none;
	/*height: 100px;*/
	/*width: 260px;*/
	padding: 10px;
	z-index: 20000;
}

#colorSelectorContainer
{
	background-color: #FFF;
}

#colorSelectSwitchContainer
{
	margin-bottom: 4px;
}


.roundedBox {
	float: left;
	}
.tagCheck {
	margin: 0px 5px;
	}

.tagCloud em {
	font-style: normal;
	font-size: 1.02em;
}

.tabBackground {
	background: url("/images/shaded_background.png") top repeat-x;
	padding: 5px 10px 0px 10px;
	margin-right: 1px;
	margin-left: 1px;	
	}
.tabBackground .tabBar {
 	margin: 0px;
	padding: 0px;
	background: url("/images/grey_border.png") bottom repeat-x;
	}
.tabBar div.tabContainer {
	background: url("/images/tabs_selected_right.png") top right no-repeat;
	float: left;
	padding-right: 10px;
	}
.tabBar .tabContainer div.tabText {
	background: url("/images/tabs_selected_left.png") top left no-repeat;
	padding: 8px 0px 8px 10px;
	font-size: 0.9em;
	}

.tabBar div.tabContainerOff {
	background: url("/images/tabs_off_right.png") top right no-repeat;
	float: left;
	padding-right: 10px;
	margin-bottom: 1px;
	
	}
.tabBar .tabContainerOff div.tabText {
	background: url("/images/tabs_off_left.png") top left no-repeat;
	padding: 8px 0px 7px 10px;
	font-size: 0.9em;
	color: #a6a6a6;
	}
.tabContent {
	 margin-top: 0px;
	 padding: 10px 10px 10px 10px;
	 border-left: 1px solid #e0e0e0;
	 border-top: 0px solid #e0e0e0;
	 border-right: 1px solid #e0e0e0;
	 border-bottom: 0px solid #e0e0e0;
	 background-color: #FFFFFF;
 }
.tabContent .usedImage {
	 float: left;
	 width: 120px;
	 height: 140px;
	 margin-right: 20px;
	 margin-bottom: 10px;
}