﻿/* PAGE
----------------------------------------------------------*/
html
{
    background: #948f89 url(../images/body-bg.png) repeat-y scroll center top;
}

body
{
    font-family: Georgia, "Times New Roman", Times, Serif;
    color: #000000;
}

a:link
{
    color: #660000;
    text-decoration: none;
}
a:visited
{
    color: #660000;
    text-decoration: none;
}
a:hover
{
    color: #660000;
    text-decoration: underline;
}
a:active
{
    color: #cccc99;
    text-decoration: none;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    
}

h1
{
    
}
h2
{
    
}
h3
{
    
}
h4
{
    
}
h5, h6
{
    
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#doc4
{
    background-color: #000000;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    width: 74.773em;
}
#masthead
{
    background-color: #990000;
    height: 93px;
    margin-top: 5px;
    position: relative;
}
#masthead a
{
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

#logo a
{
    background-image: url(../images/irwin-law-logo.png);
    display: block;
    float: left;
    height: 67px;
    margin: 10px;
    text-indent: -9999px;
    width: 103px;
}

#tagline
{
    bottom: 0;
    font-size: 20px;
    height: 67px;
    left: 120px;
    line-height: 67px;
    margin: 0 10px;
    position: absolute;
}

#navglobal
{   
    font-size: 16px; 
    height: 27px;
    text-align: center;
}

#navglobal ul, .navfooter ul
{
    margin: 0;
    padding: 0 0 2px;
    position: relative;
}

#navglobal ul li, .navfooter ul li
{
    display: inline;
    list-style: none;
}

#navglobal ul li a, .navfooter ul li a
{
    background: #000000 url(../images/navglobal-bg.png) no-repeat scroll center right;
    color: #cccccc;
    font-family: Georgia, Times New Roman, Times, Serif;
    line-height: 26px;
    padding: 0px 8px 3px 4px;
    text-transform: lowercase;
}

#navglobal ul li.last a, .navfooter ul li.last a
{
    background: none;
}

.navfooter ul li a
{
    line-height: 12px;
    padding: 0px 6px 3px 1px;
}
#bd
{
    background-color: #ffffff;
    padding: 5px 20px 40px;
}

#breadcrumbs
{
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    margin-bottom: 10px;
}

div#main
{
    line-height: 140%;
    margin: 10px 10px 0 -10px;
}

div#main.yui-g
{
    margin: 20px 20px 0 10px;
}

div#main h2, div#main h3
{
    clear: both;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 18px;
    margin-bottom: 10px;
}

div#main h3
{
    font-size: 16px;
    font-weight: bold;
}

div#main p
{
    margin-bottom: 1em;
}

div#main p a
{
    font-weight: bold;
    text-decoration: underline;
}

#bd > div.yui-b
{
    margin-top: 10px;
}

#ft
{
    color: #444444;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    height: 108px;
    padding-top: 10px;
    text-align: center;
}

#ft div
{
    margin: 10px auto 0px;
    width: 630px;
}

#ft div.navfooter
{
    width: 974px;
}

#ft a
{
    color: #cccccc;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* MESSAGING ELEMENTS   
----------------------------------------------------------*/

.info, .success, .warning, .error, .validation-summary-errors
{
    border: 1px solid;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    margin: 10px 0px;
    padding: 15px 10px 15px 10px;
}

.info 
{
    color: #00529B;
    background-color: #BDE5F8;
}

.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
}

.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
}

.error, .validation-summary-errors
{
    color: #D8000C;
    background-color: #FFEEEE;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #cccccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset div.inline, fieldset div.inlineseparator
{
    float: left;
    margin: 0 20px 5px 0;
}

fieldset div.inlineseparator
{
    margin-top: 25px;
}

fieldset div.inline + label
{
    clear: both;
}

fieldset div.last
{
    clear: right;
}

fieldset div.instruction
{
    color: #666666;
    float: right;
    font-size: 11px;    
}

fieldset label 
{
    display: block;
    margin-top: 6px;
}

fieldset label.inline 
{
    display: inline;
    margin-right: 20px;
}

fieldset label.hiddenlabel
{
    height: 0px;
    text-indent: -9999px;
}

fieldset img
{
    vertical-align: top;
}

legend 
{
    font-size: 13px;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] , input[type="password"], select
{
    border: 1px solid #cccccc;
    padding: 2px 0 2px 2px;
    width: 200px;
}

input[type="text"].short
{
    width:50px
}

input[type="text"].qty
{
    text-align:right;
    width:25px;
}

input[type="text"].date
{
    width: 80px;
}

input[type="submit"].cart, a.cart, input[type="submit"].admin
{
    background-color: #990000;
    border: none;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
    padding: 2px 6px;
    text-transform: uppercase;
    width: auto;
}

input[type="submit"].cartsecondary, a.cartsecondary, input[type="submit"].adminsecondary
{
    font-size: 10px; 
    line-height: 20px;
    margin-top: 0;   
    padding: 1px 3px;
}

select.month
{
    width: 50px;
}

select.year
{
    width: 60px;
}

textarea
{
    border: 1px solid #cccccc;
    height: 95px;
    padding: 2px 0 2px 2px;
    width: 615px;
}

fieldset .inline .warning, fieldset .inline .error
{
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    margin-top: 25px;
    width: 300px;
}

/* TABLE
----------------------------------------------------------

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}*/

/* CART
----------------------------------------------------------*/
#cart-container
{
    border: solid 1px #000000;
    padding: 3px 5px;
}

#cart-container div
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
}

#cart-container div h2, #cart-container div p, #cart-container div ul
{
    margin-left: 15px;
}

.hrod-container 
{
    background:transparent url(../images/hrod-wide.png) no-repeat scroll right top;
    clear:both;
    height:15px;
    margin:0 0 10px 0;
}

.hrod
{
    background:transparent url(../images/hrod-wide.png) no-repeat scroll left top;
    height: 15px;
    width: 15px;
}

div#minicart
{
    background-color: #ebead6;
    padding: 5px 5px 10px;
}

div#minicart table, div#cart table
{
    border-collapse: collapse;
    width: 100%;
}

div#minicart table caption, div#cart table caption, #cart-container div h2, #cart-container div ul label
{
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: capitalize;
}

div#minicart table thead
{
    display: none;
}

div#minicart table tbody tr td
{
    vertical-align: top;
}

div#minicart table tr td.col2
{
    text-align: right;
}

div#minicart table tfoot hr, div#cart table tfoot hr
{
    background-color: #666666;
    border: none;
    height: 1px;
}

div#minicart table tfoot
{
    text-transform: lowercase;
}

div#cart
{
    border: solid 1px #990000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    
}

div#cart table caption
{
    background-color: #990000;
    color: #ffffff;
    padding-left: 5px;
    padding-top: 5px;
}

div#cart table thead
{
    background-color: #eaeaea;
    font-weight: bold;
}

div#cart table tr th, div#cart table tr td
{
    padding: 5px;
}

div#cart table tr.alt
{
    background-color: #eaeaea;
}

div#cart tfoot
{
    font-weight: bold;
}

div#orderdetails
{
    width: 500px;
}

div#orderdetails label, div#orderdetails th
{
    font-weight: bold;
    border-bottom: solid 1px #666666;
}

div#orderdetails label
{
    display: block;
}

div#orderdetails div.orderaddress
{
    float:left;
    width: 250px;
}

div#orderdetails ul
{
    clear: both;
    margin-right: 20px;
    margin-bottom: 20px;
}

div#orderdetails table
{
    margin-bottom: 20px;
}

div#orderdetails th, div#orderdetails td
{
    padding-right: 15px;
    text-align: right;
    vertical-align: top;
}

div#orderdetails tr > th:first-child, div#orderdetails tr > td:first-child
{
    text-align: left;
    width: 300px;
}

div#orderdetails td label
{
    border: none;
}

div#orderdetails tfoot tr > td:first-child
{
    padding-right: 0px;
}

.ordernumber
{
    color: #000000;
    font-size: 18px;
}

.checkout-step
{
    float: right;
}

/* PAGE SPECIFIC
----------------------------------------------------------*/
div#home-content
{
    padding: 10px 10px 20px 30px;
}

div#homelinks
{
    margin-top: 5px;
}

div#homelinks ul, div#posts dl
{
    margin-bottom: 20px;
}

div#homelinks ul label
{
    font-size: 18px;
}

div#news
{
    clear: both;
}

div#posts dl label, div#news label, div#home-featuredtitles label, div#home-featuredlinks dt
{
    display: block;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 5px;
}

div#home-secondarylinks dt
{
    font-size: 18px;
    font-weight: bold;
}

div#home-secondarylinks dt a
{
    color: #000000;
}

div#home-featuredlinks dd
{
    font-size: 16px;
}

div#home-featuredlinks dd, div#home-secondarylinks dd
{
    margin-bottom: 30px;
}

div#home-featuredlinks dt + dd, div#home-secondarylinks dt + dd
{
    margin-bottom: 5px;
}

div#homelinks ul li, .post-date
{
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-style: italic;
}

div#homelinks ul li
{
    margin-bottom: 7px;
}

div#homelinks ul li a
{
    color: #000000;
    font-style: normal;
    font-weight: bold;
}

div#homelinks ul li.last a, div#posts dd a
{
    color: #660000;
    text-transform: uppercase;
}

div#posts dt
{
    font-weight: bold;
}

div#posts dd
{
    font-size: 11px;
    line-height: 130%;
    margin-bottom: 10px;
}

div#categories, div#series, div#products, div#productdetails, div#authors, div#posts dd a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
}

div#categories ul, div#series ul, div#authors ul, div#products ul
{
    float: left;
    margin-right: 20px;
    width: 180px;
}

div#series ul
{
    margin-bottom: 20px;
    width: auto;
}

div#series ul + ul
{
    width: 260px;
}

div#series ul li
{
    line-height: 1.2em;
    margin-bottom: 5px;
}

div#series h3
{
    clear: both;
}

div#author h2
{
    margin-top: 10px;
}

div#products .row
{
    clear: both;
}

div#products .row .product
{
    float: left;
    margin-right: 15px;
    width: 135px;
}

div#products dl
{
    line-height: 140%;
    margin-bottom: 20px;
}

div#products dl dt.productimage
{
    height: 176px;
}

dl dt.author
{
    font-weight: normal;
}

/*div#products a.cart
{
    margin-left: 1em;
    text-transform: uppercase;
}*/

div#browsebyindex
{
    margin-bottom: 10px;
    text-align: left;
}

div#browsebyindex a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

div#productdetails
{
    margin-top: 3em;
}

div#productdetails dl dt.meta
{
    font-weight: normal;
}

div#productdetails dl dt img
{
    width: 110px;
}

div#productdetails dl dd
{
    font-size: 13px;
    margin-top: 5px;
}

div#productdetails dl dd label
{
    margin-left: 1em;
}

input[type="submit"].text
{
    background: none;
    border: none;
    color: #990000;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
    text-align: left;
    width: 90px;
}

input[type="submit"].text:hover
{
    text-decoration: underline;
}

/*div#productdetails a.cart, button.cart, div#cart a.cart
{
    background: #990000 url(../images/button-bg.png) no-repeat right top;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0 0;
    outline: none;
    overflow: auto;
    padding: 0 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}*/

button.cart:hover
{
    text-decoration: underline;
}

/*button.cart span, div#cart a.cart span
{
    background: #990000 url(../images/button-bg.png) no-repeat left top;
    border: 0;
    display: block;
    height: 27px;
    line-height: 27px;    
    padding: 0 0 0 10px;
    position: relative;
    white-space: nowrap;
}*/

div#myaccount ul
{
    margin-bottom: 20px;
}

div#myaccount ul label
{
    font-weight: bold;
}

div#orders
{
    width: 680px;
} 

div#orders div
{
    clear: both;
    margin-bottom: 20px;
    max-width: 660px;
}      

div#orders div.inline
{
    clear: none;
    float: left;
    margin-right: 20px;
    min-width: 320px;
}

div#orders table
{
    border: solid 1px #999999;
    border-spacing: 5px 10px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 130%;
    min-width: 320px;
    table-layout: fixed;
}

div#orders thead tr
{
    background-color: #999999;
}

div#orders thead, div#orders tr
{
    border-bottom: solid 1px #999999;
}

div#orders th, div#orders td
{
    padding: 3px 20px 3px 2px;
    vertical-align: top;
}

div#orders th
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    width: 60px;
}

div#orders tr.row
{
    background-color: #DCDCDC;
}

div#orders table.h-layout
{
    width: 660px;
}

div#orders table.h-layout th
{
    width: auto;
}

div#orders table.h-layout th.item-title
{
    width: 270px;
}

th.number, td.number, th.total, td.total, td.action
{
    text-align: right;
    white-space: nowrap;
}

table.h-layout th.action, table.h-layout th.total
{
    width: 60px;
}

th.action, td.action
{
    font-weight: bold;
}

/* TEXT CONTENT
----------------------------------------------------------*/

.text-content, .text-content p
{
    margin-top: 1em;
}

.text-content ul, .text-content ol
{
    margin: 0 0 1em 2em;
}

.text-content ul li
{
    list-style-type: disc;
}

.text-content ol li
{
    list-style-type: decimal;
}

.text-content a
{
    font-weight: bold;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    display:block;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    margin: 10px;
    padding: 10px 5px 0 0;
    text-align:right;
}

#login-welcome
{
    margin-top: 5px;
}

.search-form
{
    margin: 20px 0px 0px;
}

.search-form label
{
    display: none;
}

div#logindisplay .search-form input[type="submit"]
{
    display: none;
}

div#logindisplay .search-form label
{
    display: inline;
    text-transform: uppercase;
}

.cart-items
{
    padding-right: 10px;
}

.cart-qty
{
    color: #FFFFFF;    
}

.license
{
    margin-top: 20px;
}

.license textarea
{
    font-family: Courier New, Courier, Fixedsys;
    height: 400px;
}

.license input
{
    margin-top: 10px;
}

#fullsize-dialog
{
    display: none;
}

#fullsize-dialog img
{
    max-height: 450px;
    max-width: 300px;
}