/* 
================================================
autosuggest, inquisitor style
================================================

body

{
	position: relative;

}
*/

#headerImg{
border:0;

}
#resultsImg{
height: 60px;
width: 60px;
border:1px solid #ccc;
float:left;
margin: 15px;

}
#resultsDetails{
font-size: 10px;
font-weight: normal;
padding: 0;
margin: 0;

height: 60px;
overflow: hidden;
display:none; /*details not in comp*/

}
#resultsSpan{
float:right;
padding-right: 15px;
width: 200px;
margin-top: 15px;

}
#resultsTitle{
padding: 0;
margin: 0;
font-size: 11px;
height: 60px;
overflow: hidden;

}

div.autosuggest

{
	position: absolute;
	/*background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;*/
	padding: 0px;
	margin: 0px;
	z-index: 500;

}

div.autosuggest div.as_header,
div.autosuggest div.as_footer

{
	position: relative;
	/*height: 6px;
	padding: 0 6px;
	background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
	overflow: hidden;

}

div.as_header

{
	/*height: 25px;
	background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/header.gif);*/

}
div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner

{
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0; 
	margin: 0;
	/*height: 6px;
	width: 6px;
	background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;*/

}
div.autosuggest div.as_footer div.as_corner

{
	/*background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/ul_corner_bl.gif);*/

}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar

{
	/*height: 6px;
	overflow: hidden;
	background-color: #333;*/

}

div.autosuggest ul

{
	list-style: none;
	border:0;
	padding: 0; 
	margin: 0;

	overflow: hidden;
	background-color: #fff;

	
}div.autosuggest ul li

{
	color: #454545;
	border:0;
	padding: 0; 
	margin: 0;
	border: 0;
	height: 94px;
	text-align: left;
	overflow: hidden;

}

div.autosuggest ul li a

{
	color: #454545;
	display: block;
	text-decoration: none;
	background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/backUnselected.gif);
	background-repeat: repeat-x;
	/*text-shadow: #000 0px 0px 5px;*/
	position: relative;

	width: 100%;
	height: 96px;

}
div.autosuggest ul li a:hover

{
	background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/backSelected.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #fff;

}
div.autosuggest ul li.as_highlight a:hover

{
	background-color: #daebf5;

}

div.autosuggest ul li a span

{
	display: block;
	padding: 0;
	font-weight: bold;

}

div.autosuggest ul li a span small

{
	font-weight: normal;

}

div.autosuggest ul li.as_highlight a span small

{

}

div.autosuggest ul li.as_highlight a

{
	color: #fff;
		background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/backSelected.gif);
	background-repeat: repeat-x;
	/*background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;*/

}

div.autosuggest ul li.as_highlight a span

{
	/*background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;*/

}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr

{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;

}
div.autosuggest ul li a .tr

{
	right: 0;

}

div.autosuggest ul li.as_highlight a .tl

{
	left: 0;
	/*background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/hl_corner_tl.gif);
	background-position: bottom left;*/

}

div.autosuggest ul li.as_highlight a .tr

{
	right: 0;
	/*background-image: url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/hl_corner_tr.gif);
	background-position: bottom right;*/

}

div.autosuggest ul li.as_warning
{	font-weight: bold;
	text-align: center;

}

div.autosuggest ul em
{	font-style: normal;
	color: #069;
}div.autosuggest div.as_footer img
{border:0;

}
div.autosuggest div.as_footer

{
height: 40px;
background: transparent;
margin: 0;
padding: 0;

}

div.autosuggest div.as_footer  a {
	position: absolute;
	top: 0px;
	left: 0px;
    display: block;
    background:  url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/footerRoll.gif) bottom;
	width: 307px;
	height: 40px;
	padding:0;
	margin: 0;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 13px;

    }
div.autosuggest div.as_footer a:hover {
    background:  url(//aimg.disneystore.com/content/ds/themes/default11/images/autosuggest/footerRoll.gif) top;
	color: black;
	text-decoration: none;
    }
div.autosuggest div.as_footer  a span {
display:block;
margin-top:10px;
}

