div.FilterRowContainer
{
    margin-top: 0.3em;
}

div#sortLinks
{
    margin-top: 1em;
}

div#sortLinks a
{
    margin-left: 0.3em;
}

div.SearchResults
{
    margin-top: 1em;
}

div#searchButton
{
    margin-top: 1em;
}

div#addFilter
{
    margin-top: 1em;
	border-top:1px dotted #bbb;
	padding-top:10px
}
div#addFilter a{
	outline:none	
}
#wrapper .search-box-container
{
    width: 900px;
}

#wrapper .search-box-container.home
{
    width: 250px;
}

#wrapper .search-box-container .search-box
{
}
#wrapper .search-box-container .search-box.home
{
}

#wrapper .search-box h2
{
    padding: 6px 0 10px 10px;
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
}

#wrapper .search-box .book
{
    margin: 15px 10px 0 10px;
    float: left;
    width: 100%;
}

#wrapper .search-box .book .image
{
    width: 87px;
    height: 135px;
    overflow: hidden;
    margin-right: 10px;
    vertical-align: top;
    float: left;
}

img
{
    border: none;
}

#wrapper .search-box .book .image a
{
    text-decoration: none;
}

#wrapper .search-box .book .info
{
    width: 800px;
    float: left;
}

#wrapper .search-box .book .title
{
    color: #1e82c6;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
    margin-bottom: 5px;
}
#wrapper .search-box .book .title a:link, #wrapper .search-box .book .title a:visited
{
    color: #1e82c6;
    text-decoration: none;
}
#wrapper .search-box .book .title a:hover
{
    text-decoration: underline;
}
#wrapper .search-box .book .author
{
    font-weight: bold;
    text-align: left;
    line-height: 100%;
    margin-bottom: 5px;
}
#wrapper .search-box .book .author a:link, #wrapper .search-box .book .author a:visited
{
    text-decoration: none;
}
#wrapper .search-box .book .author a:hover
{
    text-decoration: underline;
}
#wrapper .search-box .book .publisher, .binding, .format, .language, .series, .subtitle, .price
{
    text-align: left;
    font-size: 85%;
    line-height: 110%;
}
#wrapper .search-box .book .publisher a:link, #wrapper .search-box .book .publisher a:visited
{
    text-decoration: none;
}
#wrapper .search-box .book .publisher a:hover
{
    text-decoration: underline;
}
#wrapper .search-box .book .year
{
    text-align: left;
    font-size: 85%;
    line-height: 110%;
    margin-bottom: 5px;
}
#wrapper .search-box .book .year a:link, #wrapper .search-box .book .year a:visited
{
    text-decoration: none;
}
#wrapper .search-box .book .year a:hover
{
    text-decoration: underline;
}
#wrapper .search-box .book .descr
{
    text-align: justify;
    font-size: 85%;
    color: #949494;
    line-height: 110%;
}
#wrapper .search-box-container .more
{
    clear: both;
    background-color: #fbfbfb;
    text-align: right;
    font-size: 85%;
    float: right;
    margin-right: 20px;
    display: inline;
    position: relative;
    top: 4px;
    left: 0;
    padding: 0 2px;
}
#wrapper .search-box-container .more img
{
    vertical-align: middle;
}
#wrapper .search-box-container .more a:link, #wrapper .editions-box-container .more a:visited
{
    text-decoration: none;
}

a.SortLinkSelected
{
    text-decoration: none;    
}
