﻿@charset "utf-8";

/* CSS Document 

 * #top
 *  #container
 *   #header
 *   #content
 *    #main
 *   #footer

*/

/* Begin of sell.css */

div#content div#main div#books .individual {
position:relative;
float:left;
width:260px;
height:320px;
margin:0 10px 20px 0;
border-top:1px solid #800000;
border-left:2px solid #800000;
}

div#content div#main div#books .individual h3 {
margin:5px;
color:#800000;
font-weight:bold;
}

div#content div#main div#books .individual p {
font-size:90%;
margin:5px;
}

div#content div#main div#books .individual img.book {
position:absolute;
bottom:10px;
left:30%;
display:block;
}

div#content div#main div#books .individual img.inventory {
position:absolute;
top:5px;
right:0;
display:block;
}

div#content div#main div#contact {
width:560px;
margin:0 auto;
padding-top:20px;
}

div#content div#main div#contact p {
float:left;
margin-bottom:0;
}

div#content div#main div#contact img {
position:relative;
top:-25px;
float:right;
}

div#content div#main div#contact address {
border-top:1px solid #ccc;
}

/* End of sell.css */
