/* 
Search Styles
-------------------
*/

.search_title{
color:#000;
font-weight:normal;
padding-top:6px;
}

.search_subtitle{
color:#F7A706;
margin-top:-2px;
font-weight:normal;
}

.search_personalized{
font-size:0.75em;
height:18px;
display:inline;
white-space:nowrap;
line-height:2.00em;
}

.search_personalized_newversion{
font-size:0.69em;
height:18px;
color:#7d7d7d;
}

.personalized{
width:18px;
height:18px;
}

.author_illu_container{
padding-top:5px;
padding-bottom:9px;
}

.search_authtitle{
font-size:0.80em;
color:#000;
}

.search_author{
font-size:0.80em; 
color:#59ADBA;
}

.search_author_last{
font-size:0.80em; 
color:#59ADBA;
padding-left:8px;
}

.search_check{
background-image: url(../images/search/search_check_bckrnd.gif);
background-position: top left;
background-repeat: repeat-x;
width:50%;
height:31px;
}

.search_price{
font-size:0.88em;
font-weight:normal;
color:black;
}

a.search_more:link, a.search_more:visited {
font-size:0.85em;
font-weight:bold;
color:#000;
text-decoration : none;
}

a.search_more:hover {
font-size:0.85em;
font-weight:bold;
color: #59ADBA;
text-decoration : none;
}

a.search_more:active {
font-size:0.85em;
font-weight:bold;
color:#000;
text-decoration : none;
}

a.search_author_link:link, a.search_author_link:visited {
color:#59ADBA;
text-decoration : none;
}

a.search_author_link:hover {
color: #F7A706;
text-decoration : none;
}

a.search_author_link:active {
color:#59ADBA;
text-decoration : none;
}

a.search_awards:link, a.search_awards:visited {
color:#59ADBA;
text-decoration : none;
}

a.search_awards:hover {
color: #F7A706;
text-decoration : none;
}

a.search_awards:active {
color:#59ADBA;
text-decoration : none;
}

/* 
Search Container Styles
-------------------
*/

.search_container {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:100%; /* based on image dimensions */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.2em; /* spacing under dialog */
 color:#7D7D7D;
}

.search_container .search_content,
.search_container .search_t,
.search_container .search_b,
.search_container .search_b div {
 background:transparent url(../images/search/search_content_bckrnd2k_2k.png) no-repeat top right;
 _background-image:url(../images/search/search_content_bckrnd2k_2k.png);
}

.search_container .search_content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.search_container .search_t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.search_container .search_b {
 /* bottom */
 position:relative;
 width:100%;
}

.search_container .search_b,
.search_container .search_b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.search_container .search_b {
 background-position:bottom right;
}

.search_container .search_b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.search_container .hd,
.search_container .bd,
.search_container .ft {
 position:relative;
}

.search_container .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.search_container h1,
.search_container p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.0em 0px;
}

.search_container h1 {
 padding-bottom:0px;
}