<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bookstore-wrapper {
    width: 1000px;
    margin: 0 auto;
}

#bookstore-search-box {
    background: url('/img/service/bookstore/college-search-box-bg.png') 0 0 no-repeat;
    width: 1000px;
    height: 89px;
    margin: 0;
    padding: 30px;
    line-height: 100%;
    font-size: 100%;
}

#bookstore-search-box h1 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 13pt;
    color: #fff;
}

#bookstore-search-box #bookstore-search-form {
    background: url('/img/service/bookstore/college-search-box-input.png') 0 0 no-repeat;
    width: 940px;
    height: 60px;
    margin: 15px 0 0 0;
    padding: 0;
}

#bookstore-search-form input[type=text] {
    border: none;
    border: 0;
    border-width: 0;
    width: 914px;
    height: 54px;
    margin: 3px 8px;
    padding: 0 5px;
    font-size: 14pt;
    color: #65a0dc;
}
.ie6 #bookstore-search-form input[type=text],
.ie7 #bookstore-search-form input[type=text],
.ie8 #bookstore-search-form input[type=text],
.ie9 #bookstore-search-form input[type=text] {
    line-height: 54px;
    vertical-align: middle;
}



#bookstore-search-results {
    background: url('/img/service/bookstore/results-bottom-bg.png') 0 bottom no-repeat;
    width: 1000px;

    margin: 0 0 20px 0;
    padding: 0;
    padding-bottom: 15px;
}

#bookstore-search-results ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

#bookstore-search-results .bookstore-border {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

#bookstore-search-results ul li {
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    margin-top: 10px;
    padding: 0 30px;
}

#bookstore-search-results ul li.odd {
    background-color: #f5f7fa;
    
}

#bookstore-search-results ul li a {
    color: #728293;
    font-weight: bold;
    font-family: 'Arial';
}

#bookstore-search-results ul li a:hover {
    color: #000000;
}

#bookstore-search-results #bookstore-landing {
    padding: 30px 30px 0;
    color: #6b6c6e;
    font-family: 'Arial';
}
#bookstore-search-results #bookstore-landing div.message-notification-black-underlined {
	margin: 0 0 40px 0;
}
#bookstore-isbn-form {
    overflow: hidden;
    margin: 20px 0 0 0;
}
#bookstore-isbn-form input[type=text] {
    height: 26px;
    width: 300px;
    border: 1px solid #6b6c6e;
    color: #6b6c6e;
    display: block;
    float: left;
    margin-right: 10px;
    padding-left: 5px;
}

.ie6 #bookstore-isbn-form input[type=text],
.ie7 #bookstore-isbn-form input[type=text],
.ie8 #bookstore-isbn-form input[type=text],
.ie9 #bookstore-isbn-form input[type=text] {
    line-height: 26px;
}


#bookstore-isbn-form input[type=image] {
    display: block;
    float: left;
}</pre></body></html>