/* 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:48em;
    float:left;
}

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

#contentleft {
    width:22em;
    float:left;
}

#contentright {
    width:22em;
    float:right;
    margin:0.5em 0 0 1em;
}

.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;
    padding-left:0;
    margin-left:0;
    display:block;
}

.subtitle {
    font-size:12px;
    font-weight:bold;
}
   
.book-subtitle {
    font-size: 16px;
    line-height: 20px;
    color:#333;
    clear:left;
}

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

.book-details {
    line-height:1.4em;
    padding-top:0;
    margin-top:0;
}

.prices {
    font-size:120%;
}

.special {
    color:#990000;
    font-weight:bold;
}

.details {
    font-size:95%;
    text-align:left;
}

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

.headline {
    font-weight:bold;
}

.smalltext {
    font-size:95%;
}

.quote {
    line-height:22px;
    color:#888;
    font-size:120%;
}

.quote_author {
    line-height:16px;
    color:#990000;
    font-weight:normal;
}

div.actionbox {
    background:url(/images/oreilly/corner_tl.gif) top left no-repeat;
    margin-bottom:10px;
    width:18em;
}

div.actionboxhead {
    background:url(/images/oreilly/corner_tr.gif) top right no-repeat;
    padding:15px;
    padding-left:25px;
    margin:0;
    color:#990000;
    font-weight:bold;
    font-size:120%;
}

div.actionboxbody {
    background:url(/images/oreilly/boxline_r.gif) top right repeat-y;
    padding:20px;
    padding-left:25px;
    margin:0;
    margin-top:-2em;
} 

div.actionboxfooter {
    background:url(/images/oreilly/corner_bl.gif) bottom left no-repeat;
    position:relative;
}

div.actionboxfooter p {
    background:url(/images/oreilly/corner_br.gif) bottom right no-repeat;
    padding:0 0 20px 25px;
    margin:-2em 0 0 0 ;
}
    
#actions {
    float:right;
    padding:0 0 10px 10px;
    margin:0 0 10px 10px;
    width:18em;
}

div#cover {
    width:16em;
    float:left;
    padding:2em 0 0 2em;
}

#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;
}
