/* Search
----------------------------------------------------------------- */
#search_container
{
	position:absolute;
	top:100px;
	padding-right:50px;
	z-index:100;
}

#search_container form 
{ 
	padding-left:12px; 
	padding-top:20px;
}

#search_container .input, #search_again .input
{
	height:15px;
	background-color:#fff;
	font:normal 10px Verdana, sans-serif;
	color:#000;
	padding-top:3px;
	border:1px solid #98988d;
}

#search_container .form-submit-button, #search_again .form-submit-button
{
	width:70px;
	height:20px;
	font-size:10px;
	font-family:Verdana, sans-serif;
	color:#000;
}

#search_container #search_div
{
	position:absolute;
	width:274px;
}

#search_container #search_div .top
{
	background-color:#fff;
	padding-left:26px;
	width:248px;
	padding-top:10px;
	background:url(images/search/search_div_bg.png) repeat-y;
}

#search_container #search_div .bottom
{
	clear:both;
	width:274px;
	height:35px;
	background:url(images/search/search_div_bg_bottom.png) no-repeat;
}

#search_container #search_div input.checkBox
{
	height:13px;
	width:13px;
}

#search_container #search_div label.category { font-weight:bold; }

#search_container #search_div ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#search_container #search_div li
{
	clear:both;
	margin-top:3px;
}

#search_container #search_div .first { margin-top:0px; }

#search_container #search_div ul.group { margin-left:18px; }

#search_container #search_div #editorialGroup select
{
	width:165px;
	font:normal 10px Verdana, Helvetica, Arial, sans-serif;
}
#search_container #search_div #closeButton
{
	background:url(images/search/btn_close.gif) no-repeat right center;
	display:inline-block;
	width:190px;
	height:11px;
	text-align:right;
	border:0;
}

/* Search PopUp 2
----------------------------------------------------------------- */
/*quickSearch*/

#assetFamilyPopUp
{
	position:relative;
	top:20px;
	z-index:10001;
	width:484px
	height:336px;
}

#assetFamilyPopUp #afpContent { margin:10px 6px 6px 6px; }

#assetFamilyPopUp p { margin:0; }

#assetFamilyPopUp ul
{
	float:left;
	list-style:none;
	margin:6px 0;
	padding:0;
	width:438px;
}

#assetFamilyPopUp li
{
	clear:both;
	float:left;
	margin:10px 0 0 0;
	width:438px;
	*width:417px;  /* ie6/7 */
}

#assetFamilyPopUp li.or { padding-left:21px; }

#assetFamilyPopUp li input
{
	float:left;
	height:13px;
	width:13px;
}

#assetFamilyPopUp li label
{
	float:left;
	margin:-1px 0 0 8px;
	padding:0;
	width:417px;
	*width:396px;  /* ie6/7 */
}

#assetFamilyPopUp li label em
{
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}

#assetFamilyPopUp #btnContinue
{
	clear:both;
	margin:10px 0 0 0;
}

#assetFamilyPopUp #afpError
{
	color:#ff0000;
	display:none;
	font-weight:bold;
	margin-left:10px;
}

.titlebar2 { font:bold 13px Arial; color:#FFF; }

/********** IMAGES **********/

.sp_tl
{
	top:0px;
	left:0px;
}

.sp_tr
{
	top:0px;
	right:0px;
}

.sp_bl
{
	bottom:0px;
	left:0px;
}

.sp_br
{
	bottom:0px;
	right:0px;
}

.sp-rndshdwbbltl, .sp-rndshdwbbltr, .sp-rndshdwbblbl, .sp-rndshdwbblbr
{
	background:url(images/search/corners-sprite.png);
	/* IE6 hack that points to a gif version of the image that does not contain the semi-transparency */
	_background:url(images/search/corners-sprite.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

.sp-rndshdwbblt, .sp-rndshdwbblb
{
	background:url(images/search/horizontals-sprite.png);
	/* IE6 hack that points to a gif version of the image that does not contain the semi-transparency */
	_background:url(images/search/horizontals-sprite.gif);
	background-color:transparent;
	background-repeat:repeat-x;
	background-attachment:scroll;
}

.sp-rndshdwbbll, .sp-rndshdwbblr
{
	background:url(images/search/verticals-sprite.png);
	/* IE6 hack that points to a gif version of the image that does not contain the semi-transparency */
	_background:url(images/search/verticals-sprite.gif);
	background-color:transparent;
	background-repeat:repeat-y;
	background-attachment:scroll;
}

.sp-rndshdwbbltl { background-position:0px -448px; }
.sp-rndshdwbblt { background-position:0px -103px; }
.sp-rndshdwbbltr { background-position:0px -476px; }

.sp-rndshdwbbll { background-position:-65px 0px; }
.sp-rndshdwbblr { background-position:-82px 0px; }

.sp-rndshdwbblbl { background-position:0px -392px; }
.sp-rndshdwbblb { background-position:0px -80px; }
.sp-rndshdwbblbr { background-position:0px -420px; }


.sp-assetfamilypopuptitle_tl, .sp-assetfamilypopuptitle_tr, .sp-assetfamilypopuptitle_bl, .sp-assetfamilypopuptitle_br
{
	background-image:url('images/search/rounded_sprite3.gif');
	position:absolute;
	height:4px;
	width:4px;
	overflow:hidden;
}
.sp-assetfamilypopuptitle_tl { background-position:0 -486px; }
.sp-assetfamilypopuptitle_tr { background-position:0 -520px; }
/*.sp-assetfamilypopuptitle_bl { background-position:0 -418px; }
.sp-assetfamilypopuptitle_br { background-position:0 -452px; }*/

/* Search Again
----------------------------------------------------------------- */
#search_again
{
	clear:both;
	width:974px;
	padding-left:15px;
	padding-top:50px;
	border:1px solid red;
}

#search_again .sp-dotted_divider
{
	background:url(images/search/sprite-divider.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	width:10px;
	height:84px;
	margin:0 0 0 10px;
}
