body, html {
    margin: 0;
    padding: 0;
    color: #000;
    font: 13px/15px arial, sans-serif;
}
body {
    margin: 10px 5px 0 5px;
}
a {
    color: #039;
}
a img {
    border: none;
}
p {
    margin: 1em 0 0 0;
}
h1 {
    margin: 0 0 10px 0;
    font: bold 20px arial, sans-serif;
}
h2 {
    margin: 0 0 10px 0;
    font: bold 18px arial, sans-serif;
}
h3 {
    margin: 0 0 10px 0;
    font: bold 16px arial, sans-serif;
}
label {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font: 13px/19px arial, sans-serif;
}
form {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}

/*
fieldset input {
    margin-right: 10px;
}
fieldset {
    border: 1px solid #ccc;
    padding: 15px 5px 5px 15px;
    margin-bottom: 15px;
    background: #efefef;
}
fieldset p {
    margin: 5px 0 15px 0;
}
fieldset legend {
    border: 1px solid #ccc;
    padding: 3px 5px;
    font-weight: bold;
    background: #fff;
}
*/

fieldset {
    border: 0 none;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

div.submit {
    border-top: 1px dotted #e3e3e3;
    padding: 5px 10px 0 0;
    text-align: right;
}

legend {
    font: bold 13px arial, sans-serif;
    padding: 5px 0 10px 0;
    margin: 0;
}

label {
    margin: 0 10px 10px 0;
}


div.fix {
    clear: both;
	height: 0;
	visibility: hidden;
}
.inline {
    display: inline;
}
.block {
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.red {
    color: red;
}
.green {
    color: green;
}
.big {
    font-size: 200%;
}
#header_outer {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#header_inner {
    width: 960px;
    margin: 0 auto;
}
#footer_outer {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin: 50px 0 10px 0;
}
#footer_inner {
    width: 960px;
    margin: 0 auto;
}
div.copy {
    font: 11px/31px arial, sans-serif;
    color: #333;
}
#wrapper {
    width: 960px;
    margin: 20px auto 0 auto;
}
#content {
    width: 700px;
    float: left;
}
#sidebar {
    width: 240px;
    padding: 0 0 10px 10px;
    float: right;
    border-left: 1px solid #ededed;
}
#sidebar h3 {
    margin: 0 0 5px 0;
}
#homepage {
    width: 760px;
    margin: 0 auto;
}
#homepage img.logo {
    width: 348px;
    height: 70px;
    display: block;
    margin: 30px auto;
}
#homepage p {
    text-align: center;
    line-height: 135%;
}
#homepage form table {
    margin: 0 auto;
}
#homepage td.input_field {
    border: 1px solid #999;
}
#homepage td.submit_button {
    border: 1px solid #999;
    background: #ebf2ee url(/img/buttonbg.gif) repeat-x;
}
#homepage td.submit_button input {
    background: transparent;
    border: none;
    cursor: pointer;
    font: 18px arial, sans-serif;
}
#homepage h2 {
    color: #666;
    border-bottom: 1px solid #ccc;
    margin: 40px 0 0 0;
    padding: 0;
    font: bold 18px arial, sans-serif;
}
#search_results {
    width: 100%;
}
#search_results h1 {
    margin: 0;
    padding: 0;
    font: bold 13px/15px arial, sans-serif;
    display: inline;
}
#search_results ul.items {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
}
#search_results ul.items li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}
#search_results div.image {
    width: 75px;
    float: left;
}
#search_results div.details {
    float: left;
    margin-left: 10px;
    width: 435px;
}
#search_results div.price {
    float: right;
    width: 165px;
    font-size: 17px;
    font-weight: bold;
}
#search_results div.price a {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: normal;
}
#search_results h3 {
    font: bold 17px arial, sans-serif;
    margin: 0 0 5px 0;
}
#search_results div.author,
#search_results div.publ,
#search_results div.format {
    line-height: 19px;
    color: #333;
}
#search_results div.author {
    font-style: italic;
}
#item h1 {
    margin: 0;
}
#item div.cover {
    float: left;
    width: 130px;
    text-align: center;
}
#item div.cover img:hover {
    cursor: pointer;
}
#item div.cover a {
    padding-left: 15px;
    background: url(/img/zoom.png) no-repeat center left;
    font-size: 11px;
    color: #666;
}
#item div.details {
    float: right;
    width: 560px;
}
#item div.image img {
    padding: 4px;
    border: 1px solid #ccc;
}
#item div.title {
    font-size: 18px;
    font-weight: bold;
}
#item div.authors a {
    line-height: 200%;
    font-style: italic;
    white-space: nowrap;
}
#item div.publ,
#item div.isbn,
#item div.pages {
    color: #666;
    line-height: 150%;
}
#item div.format {
    line-height: 150%;
}
#item #prices {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}
#item #prices th {
    font-weight: normal;
    text-align: left;
    background: #deefff;
    background: #CCE5FF;
    padding: 5px 10px;
    font-size: 13px;
}
#item #prices td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
#item #prices td.notes {
    font-size: 13px;
}
#item #prices td.price {
    font-weight: bold;
}
#terms {
    width: 760px;
    margin: 0 auto;
}
#terms li {
    padding-top: 10px;
}

input.textinput {
    border: none;
    padding: 3px 5px;
}

#homepage input.textinput {
    color: #999;
    width: 300px;
    font: 15px/20px arial, sans-serif;
    height: 20px;
}

#partner_welcome {
    width: 760px;
}

#partner_welcome li {
    margin: 0 0 10px 0;
}

#partner_welcome li p {
    margin: 10px 0 0 0;
}

#partner_welcome p.info {
    line-height: 135%;
    padding: 10px;
    border: 1px solid #c3d9ff;
    background: #edf3fe;
    text-align: justify;
}

#sidebar ul.xsell {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar ul.xsell li {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ddd;
}

#sidebar ul.xsell li.first {
    border-top: none;
}

#sidebar ul.xsell div.cover {
    width: 60px;
    float: left;
}

#sidebar ul.xsell div.details {
    width: 170px;
    float: right;
}

#sidebar ul.xsell h4 {
    margin: 0;
    font: bold 13px arial, sans-serif;
}

#sidebar ul.xsell div.authors,
#sidebar ul.xsell div.format {
    line-height: 19px;
    color: #333;
}

#sidebar ul.xsell div.authors {
    font-style: italic;
}

#sidebar ul.xsell div.price {
    font-weight: bold;
}

ul.pager {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    font: 12px verdana, arial, sans-serif;
}
ul.pager li {
    float: left;
    margin: 0 5px 0 0;
    text-align: center;
    border: 1px solid #c3c3c3;
    background: #EBF2FB;
}
ul.pager li.first {
    padding: 3px 6px;
    background: transparent;
    border: none;
    margin-right: 0;
}
ul.pager li.current {
    font-weight: bold;
    padding: 3px 6px;
    background: transparent;
}
ul.pager li.dots {
    padding: 3px 6px;
    border: none;
    background: transparent;
    color: #c3c3c3;
}
ul.pager a {
    display: block;
    text-decoration: none;
    padding: 3px 6px;
}
ul.pager a:hover {
    color: #000;
    background: #fff;
}
#feed_specification p {
    font: 13px/19px arial, sans-serif;
}
#feed_specification table {
    border: 1px solid #C3D9FF;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#feed_specification th {
    border: 1px solid #C3D9FF;
    background: #EDF3FE;
    padding: 5px;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
}
#feed_specification td {
    border: 1px solid #C3D9FF;
    padding: 5px;
    vertical-align: top;
}
#feed_specification tr.alt td {
    background: #f9f9f9;
}
#feed_specification p.hints {
    font: 11px arial, sans-serif;
    margin: 10px 0 0 0;
}
#feed_specification pre {
    background: #fcfce1;
    padding: 10px 0;
    border: 1px solid #fc0;
}
#feed_specification p.info {
    padding: 10px;
    border: 1px solid #C3D9FF;
    background: #EDF3FE;
    text-align: justify;
}