/* ADVANCED SEARCH PAGE CSS */
#mainSearch
{
	margin-top: 5px;
	margin-left: 10px;
}

#mainSearch h1.dollarBinTitle { font-size: 1.45em; }

label
{
	width: 7em;
	float: left;
	clear: both;
	line-height: 20px;
}

.input-box { line-height: 20px; }

#leftContent
{
	float: left;
	margin-left: 1px;
	width: 384px;
}

#column1 
{
	padding: 5px 0px 0px 0px;
	float: left;
	width: 500px;
	background: url("/images/vert_border.png") right repeat-y;
}

#column2
{
	padding: 5px 0px 0px 0px;
	background: url("/images/shaded_background.png") top repeat-x;
	float: left;
	width: 250px;
}
#column2 .innerContent {
	background: url("/images/vert_border.png") right repeat-y;
}
.searchButton
{	
	float: left;
	padding-left: 20px;
	
	margin-bottom:0px;
}

#rightContent
{
	margin-left: 10px;
	float: left;
	width: 365px;
}

#currentcolorbox
{
	width: 18px;
	height: 18px;
	border: 1px solid #666;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}

.colorTypes
{
	clear: both;
	margin-bottom: 10px;
}

#searchTips
{
	padding: 5px 10px 0px 10px;
	float: left;
	width: 800px;
}

#searchTipsLeft
{
	margin-left: 10px;
	margin-right: 10px;
	width: 300px;
	float: left;
}

#searchTipsRight
{
	width: 300px;
	float: left;
}


/* SEARCH RESULTS */

#topSearch { width: 100%;}
.colorSelector { float: left; }
#searchResultsBox { padding: 10px 0px 10px 15px; }

.copyColorBox {
	float: left;
	margin-left: 10px;
	text-align: center;
	}
.searchResultTop
{
	margin: 0px 0px 10px 0px;
	float: left;
}

#commonKeywords
{
	width: 300px;
	float: right;
}

.floatercell
{
	height: 260px;
	float: left;
	border: 0px solid #080;
	margin: 0px;
	width: 112px;
	overflow: hidden;
}


.tableimage { float: left; }

.paddingDiv
{
	float: left;
	margin-right: 10px;
}

.flames{
	height: 13px;
	float: left;
	line-height: 0px;
	font-size: 0px;
	}

.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; close this else firefox run */
	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;
}

/* COPYSPACE */
/*#cs_box
{
	cursor: pointer;
	border: 0px solid #CCC;
	padding: 0px;
	float: left;
	width: 80px;
	margin-top: 4px;
	z-index: 15000;
	/* spacing: 0px; TODO css has no "spacing" property -- do you mean margin? */
/*}

#copyspaceContainer
{
	border: 0px solid #666;
	background-color: #fff;
	width: 30px;
	height: 0px;
	float: left;
	margin-left: 10px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
}

#copyspaceContainer2
{
	border: 1px solid #ccc;
	background-color: #fff;
	width: 66px;
	height: 78px;
	float: left;
	padding: 5px;
	padding-right: 4px;
	margin-top: 15px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	z-index: 1500;
	display: none;
	position: absolute;
}

.cs_xxx
{
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 0px solid #888;
	background-color: #666;
	width: 20px;
	height: 20px;
	background: url(/images/cs_grey.gif);
}

.xxx
{
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #666;
	width: 20px;
	height: 20px;
}

.cs_on
{
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 0px solid #8C8;
	background-color: #4E4;
	width: 20px;
	height: 20px;
	background: url(/images/cs_green.gif);
}

.cs_off
{
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 0px solid #C88;
	background-color: #E44;
	width: 20px;
	height: 20px;
	background: url(/images/cs_red.gif);
}

#sensitivity1
{
	cursor: pointer;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 1px;
	background: url('/images/copyspace_1.png');
}

#sensitivity2
{
	cursor: pointer;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 1px;
	background: url('/images/copyspace_2.png');
}

#sensitivity3
{
	cursor: pointer;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 1px;
	background: url('/images/copyspace_3.png');
}

#sensitivity4
{
	cursor: pointer;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 1px;
	background: url('/images/copyspace_4.png');
}

#sensitivity5
{
	cursor: pointer;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 1px;
	background: url('/images/copyspace_5.png');
}

.sensitivity_off
{
	cursor: pointer;
	border: 1px solid #999;
}

.sensitivity_on
{
	cursor: pointer;
	border: 1px solid #000;
}*/

.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;
}