/* store specific */
#header ul {
    width:196px;
}

#animal {
    float:right;
    width:120px;
    height:67px;
    margin:0;
    padding:0;
    background:url(/images/oreilly/store_hawk.jpg) no-repeat 0 0;
    font-size:0;
    text-indent:-9999px;
}

h2 {
    font-family: Verdana,helvetica,arial,sans-serif;
    font-size:30px;
    font-weight:normal;
    color:#990000;
    display:inline;
    float:left;
    margin:0;
    clear:right;
}

h2.global_header {
    font-size:38px;
}

p.tagline /*h2 + p*/ {
    font-family: Verdana,helvetica,arial,sans-serif;
    display:block;
    width:25em;
    font-size:13px;
    color:#333;
    text-align:right;
    margin:0.8em 0 0;
    float:right;
    clear:none;
}

#store p.steps {
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #aaaaaa;
    width: 500px;
    padding: 5px;
}

#store p.steps .current {
    color: #000000;
    font-weight:bold;
}

#store hr {
    margin:0 0 2em;
}

#store #booklist img, #bookstore #booklistfull img {
    margin-right:1em;
    margin-bottom:.5em;
    float:left;
}

#store #booklist img.icon, #store #booklist img.aright {
    float:right;
}

#store #booklistfull td img {
    float: none;
}

#store .txt {
    display:table;
}

#booklist {
    width:46em;
    float:left;
}

#booklist ul {
    margin: 0 0 0 1.2em;
    padding: 0;
    font-size: 13px;
    line-height: 15pt;
}

.buy
{
    color:#000;
    width:230px;
    float:right;
    border: 1px solid #003399;
    background-color:#99CCFF;
    padding:0.2em 0.5em;
    margin:0 0 0.5em 0;
}

.book-title {
    font-size: 20px;
    line-height: 24px;
    }
    
.book-subtitle {
    font-size: 16px;
    line-height: 20px;
    }

.book-series {
    font-size: 14px;
    line-height: 20px;
    }

.pick {
    padding:0.2em 0.5em;
    margin:0 0 0.5em 0;
    background-image: none;
}

#bestnumbering ol {
    margin:0 0 0 1em;
    padding:0 0 0 1em;
} 

#bestnumbering li {
    padding:0.3em 0 0.3em 0;
    margin: 0 0 1em 1em; 
    font-size: 16px !important;
}

#adspace {
    width:18em;
    float:right;
    margin-left:2em;
}

#adspace ol, #adspace ul {
    margin:0;
    padding:0;
    color:#666;
}

#adspace li {
    padding:0;
    margin:0 0 1em 2em;
}

#adspace h3 {
    font-size:13px;
    font-weight:normal;
    text-transform:uppercase;
    color:#666;
    margin:0.5em 0;
}

#adspace h4 {
    color: #666;
    font-weight:normal;
}

table.cart {
     text-align: center;
     width: 500px;
     background-color: #fafafa;
     border: 1px #aaaaaa solid;
     border-collapse: collapse;
     border-spacing: 0px;
}

table.cart tr.total {
     background-color: #cecece;
     text-align: right;
     border: 1px #aaaaaa solid;
     font-size: 12px;
}

table.cart th {
     background-color: #cecece;
     padding: 10px;
     border: 1px #aaaaaa solid;
     font-size: 12px;
}     

table.cart td {
     padding: 10px;
     border: 1px #aaaaaa solid;
}

table.cart td.item {
     text-align:left;
}

#checkout {
    width: 500px;
}

/* added for rough cuts */

#roughcut {
    margin:0 10px 10px 10px;
    border:1px solid #000;
    width:290px;
    padding:0px;
}   
    
#roughcutheader {
    height:30px;
    padding:10px; 
    padding-bottom:15px;
    background-color:#000;
    background-image:url(/images/roughcuts/roughcuts.gif);
    background-repeat:no-repeat;
    background-position:top left;
    text-align:right;
}   

#roughcutheader a {
    color:#fff;
}
    
#roughcutcontent {
    background-color:#F8F7F5;
    padding:5px 10px;
    text-align:left;
}

body {
    background-color:#eee;
}
