/* colours */
/*
#8dc63f light green
#5e9732 dark green
#3e6321 very dark green
#e0e1e2 very light grey
#d5d6d8 medium grey
#6d6f71 dark grey
#faa634 orange
*/

/* reset */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th
{
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}
ul, ol
{
    list-style: none;
}
fieldset, img
{
    border: none;
}
caption, th
{
    text-align: left;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
/* common */
h2
{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #6d6f71;
    padding: 4px 0;
}
h3.head
{
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    border-top: 2px solid #8dc63f;
    border-bottom: 1px solid #6d6f71;
    padding: 4px 0;
}
h3.text, h4.text
{
    margin-bottom: 10px;
}
body
{
    font-size: 13px;
    line-height: 18px;
    font-family: "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    background-color: #ffffff;
    color: #000000;
    background-image: url(/images/back.png);
}
a
{
    color: #5e9732;
    text-decoration: none;
    outline: none;
}
#pagecontent a[href^="http"], #subfooter a[href^="http"]
{
    --padding-right: 15px;
    --background: url(/images/external.gif) no-repeat center right;
}
a[href^="http://www.legimi.com"], .awards a
{
    --padding-right: 0 !important;
    --background-image: none !important;
}
em
{
    font-style: normal;
    color: #faa634;
    font-weight: bold;
}
.paperback_price
{
    text-decoration: line-through;
}
p
{
    margin-bottom: 10px;
}
p.text
{
    margin-top: 10px;
}
img.left
{
    float: left;
    margin-right: 10px;
}
/* forms */
input[type=submit], input[type=text], input[type=password], textarea, .button
{
    padding: 5px;
    border: 1px solid #6d6f71;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
input[type=checkbox], input[type=radio]
{
    margin-right: 15px;
}
.button
{
    cursor: pointer;
    background: url(/images/button_gradient.png) repeat-x;
    color: #fff;
    padding: 5px 10px !important;
    height: 30px;
}
.button[disabled]
{
    cursor: auto !important;
    color: #d5d6d8 !important;
}
.white
{
    background-position: 0 -28px;
    color: #000;
}
textarea
{
    width: 588px;
    height: 150px;
}
/* filters */
#filters > div
{
    margin-bottom: 20px;
}
.item_entries li, .item_entries > div, table.item_entries tr
{
    border-bottom: 1px dashed #6d6f71;
}
.item_entries li a, .item_entries > div, table.item_entries tr
{
    display: block;
    padding: 4px 0;
    width: 100%;
}
table.item_entries
{
    width: 100%;
}
.separate
{
    margin: 10px 0 20px 0;
    clear: both;
}
.non_entry
{
    border-bottom: none !important;
    clear: none;
}
.filters_applied a
{
    width: 90% !important;
    padding-left: 10% !important;
    background: url(/images/catalogue/cross.png) no-repeat 5px 5px;
}
.image
{
    text-align: center;
    margin-bottom: 20px;
}
.promo
{
    text-align: center;
}
.promo input
{
    width: 260px;
}
.text ul
{
    list-style-type: disc;
    padding-left: 2em;
}
.text > ul
{
    margin-bottom: 20px;
}
.text ul ul
{
    list-style-type: circle;
}
/* content */
.content_split
{
    clear: both;
    overflow: auto;
    margin-bottom: 20px;
}
.items_row h3
{
    background-color: #edeeee;
    padding-left: 30px;
}
.jcarousel.scroll5
{
    background: url(/images/item_gradient.png) repeat-x;
}
.jcarousel-container
{
    position: relative;
    height: 250px;
}
.box .jcarousel-container
{
    background: none;
}
.jcarousel
{
    padding: 0 20px;
    margin-bottom: 20px;
}
.jcarousel-clip
{
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.jcarousel ul
{
    overflow: hidden;
    position: relative;
    height: 250px;
    z-index: 1;
}
.jcarousel li
{
    list-style: none;
    padding: 10px 0;
    float: left;
    text-align: center;
    width: 100px;
    margin: 0 10px;
}
.item_cover
{
    overflow: visible;
}
.item_cover img
{
    width: auto !important;
    height: 120px;
    margin: 0 auto;
}
.items_row .item_info
{
    height: 62px;
    padding: 9px 0;
    overflow: hidden;
}
.items_row .title
{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
}
.items_row .author
{
    font-size: 11px;
    line-height: 12px;
}
.jcarousel li *
{
    display: block;
    width: 100%;
}
.jcarousel-prev, .jcarousel-next
{
    cursor: pointer;
    z-index: 3;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(/images/arrows.png);
}
.jcarousel-next-horizontal
{
    background-position: 20px;
    left: 620px;
}
.scroll2 .jcarousel-next-horizontal
{
    left: 260px !important;
}
.scroll3 .jcarousel-next-horizontal
{
    left: 380px !important;
}
.scroll3
{
    padding: 0 10px;
}
.no_author ul
{
    height: 230px; 
}
.no_author .item_info
{
    height: 42px;
}
.jcarousel-prev-disabled, .jcarousel-next-disabled
{
    display: none !important;
}
.jcarousel-control
{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
}
.jcarousel-control a
{
    cursor: pointer;
    z-index: 3;
    display: block;
    float: left;
    height: 10px;
    width: 10px;
    background: url(/images/dots.png) no-repeat 0 0;
    margin: 9px 5px;
    padding: 0;
}
.jcarousel-control a.current
{
    background-position: -10px;
}
.jcarousel-control a span
{
    visibility: hidden;
}
/* item view */
.item
{
    overflow: auto;
    clear: both;
    border-top: 2px solid #8dc63f;
    padding: 20px 0;
}
.item img
{
    float: left;
    width: 200px;
}
.item_desc
{
    margin-left: 220px;
}
/* container */
#container
{
    background-color: #ffffff;
    width: 980px;
    margin: 0 auto 20px auto;
    position: relative;
}
#lefttopshadow, #righttopshadow, #leftbottomshadow, #rightbottomshadow
{
    position: absolute;
    width: 50px;
    height: 350px;
    background: url(/images/shadows.png);
}
#lefttopshadow
{
    top: 0;
    left: -50px;
    background-position: 0 0;
}
#righttopshadow
{
    top: 0;
    right: -50px;
    background-position: 50px 0;
}
#leftbottomshadow
{
    bottom: 0;
    left: -50px;
    background-position: 0 350px;
}
#rightbottomshadow
{
    bottom: 0;
    right: -50px;
    background-position: 50px 350px;
}
/* header */
#header
{
    height: 61px;
    padding: 10px 20px 0 20px;
    margin-bottom: 20px;
}
#logo
{
    float: left;
}
.header_account_info
{
    float: left;
    text-align: right;
}
.header_account_image
{
    float: left;
    margin-left: 10px;
}
#account_panel
{
    float: right;
}
/* menu */
#menu
{
    position: relative;
    height: 70px;
}
#menu1
{
    float: left;
}
#menu2
{
    float: right;
}
#menu ul li 
{
    float: left;
    display: block;
}
#menu a
{
    display: block;
    color: #000000;
    text-align: center;
    min-width: 60px;
    height: 20px;
    padding: 5px 15px;
    margin: 0 5px;
}
#menu li li.on > a, #menu li li:hover > a, #menu li li.hover > a
{
    background-color: #e0e1e2;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
#menu li li.home a
{
    background: url(/images/home.png);
    min-width: 0;
    width: 20px;
    padding: 5px;
}
#menu li li.home.on a, #menu li li.home:hover a, #menu li li.home.hover a
{
    background-position: 0 30px;
}
#menu ul ul
{
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background: #e0e1e2;
    height: 40px;
}
#menu #menu2 ul li
{
    float: right;
}
#menu ul li.on ul, #menu ul li:hover ul, #menu ul li.hover ul
{
    display: block !important;
}
#menu ul li:hover ul, #menu ul li.hover ul
{
    z-index: 6000;
}
#menu ul li ul a
{
    width: auto;
    margin-bottom: 10px;
    padding: 5px 15px;
}
#menu ul ul li.on, ul.item_entries li.on
{
    font-weight: bold;
}
/* submenu */
#submenu
{
    --overflow: auto;
    --clear: both;
    background-color: #e0e1e2;
    padding: 0 20px 20px 20px;
    height: 30px;
    line-height: 30px;
}
#search_panel, #submenu .buttons
{
    float: left;
}
#search_panel input[type=text]
{
    width: 370px;
    padding-left: 30px;
    background-image: url(/images/search.png);
    background-color: #fff;
    background-position: 5px 4px;
    background-repeat: no-repeat;
}
#submenu .buttons
{
    margin: 0 20px;
    padding-left: 20px;
    border-left: 1px solid #999;
}
#cart_panel
{
    float: right;
}
#cart_panel img
{
    float: left;
}
/* layout */
#pagecontent
{
    float: left;
    text-align: justify;
    padding: 0 20px;
}
#pagecontent .content
{
    position: relative;
    min-height: 300px;
    padding: 20px 0;
}
#pagecontent.masterright .masterright_left, #pagecontent.masterleft .content
{
    float: left;
}
#pagecontent.masterright .content, #pagecontent.masterleft .masterleft_right
{
    float: right;
}
#pagecontent.masterright .masterright_left
{
    width: 280px;
    padding: 20px 0;
    margin-right: 20px;
}
#pagecontent.masterright .masterright_right
{
    width: 640px;
}
#pagecontent.masterleft .masterleft_left
{
    width: 540px;
    margin-right: 20px;
}
#pagecontent.masterleft .masterleft_right
{
    width: 380px;
    padding: 20px 0;
}
.left_half, .right_half
{
    width: 420px;
    padding: 0 20px;
}
.content_split .left_half, .content_split .right_half
{
    width: 310px;
    padding:0 ;
}
.left_half
{
    float: left;
    margin-right: 20px;
}
.right_half
{
    float: right;
}
/* processing results */
.ok
{
    color: #5e9732;
}
.error
{
    display: block;
}
.error span
{
    color: #ff0000;
    line-height: 20px;
    margin-bottom: 20px;
}
/* subfooter */
#subfooter
{
    float: left;
    border-top: 2px solid #d5d6d8;
    width: 100%;
    padding: 0 0 30px 20px;
}
.subfoot
{
    float: left;
    width: 220px;
    padding-right: 20px
}
h4
{
    font-weight: bold;
    line-height: 16px;
    border-bottom: 1px solid #6d6f71;
    padding: 4px 0;
}
/* footer */
#footer
{
    clear: both;
    width: 100%;
    height: 86px;
    text-align: right;
    background: url(/images/corners1.png) no-repeat -10px 76px;
}
#footer p
{
    width: 940px;
    height: 40px;
    line-height: 50px;
    padding: 10px 20px;
    margin: 0;
    background: url(/images/corners1.png) no-repeat 970px 50px;
    font-size: 12px;
    color: #6d6f71;
}
#footer p.logos
{
    width: 980px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    background: none;
    text-align: center;
}
#footer p.logos img
{
    float: none;
}
#footer p img
{
    float: left;
}
#footer select
{
    width: 80px;
    font: 12px "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    color: #6d6f71;
}
/* items list */
.list ul
{
    list-style: none !important;
    width: 640px;
}
.list li
{
    clear: both;
    overflow: auto;
}
.list .item_cover_container
{
    float: left;
    width: 120px;
    text-align: center;
    margin-bottom: 20px;
}
.list .item_entries
{
    margin-left: 120px;
}
.count
{
    --float: right;
    color: #000;
}
.pager
{
    height: 25px;
    line-height: 25px;
}
.pager
{
    float: right;
}
.pager .pager_button, .pager .current_page
{
    display: block;
    float: left;
    width: 25px;
    border: 1px solid #d5d6d8;
    text-align: center;
    margin-left: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

span.found
{
    float: right;
    font-weight: normal;
    font-size: 12px;
}
.sort
{
    float: right;
    margin: 10px 0 20px 0;
}
.no_items
{
    text-align: center;
    clear: both;
}
/* tabs */
.tabs
{
    margin-bottom: 20px;
    border-top: 2px solid #8dc63f;
    border-bottom: 1px solid #6d6f71;
}
ul.jcarousel-skin-promo, .jcarousel-skin-promo ul
{
    overflow: hidden;
    position: relative;
    height: 200px;
    z-index: 1;
}
.jcarousel-skin-promo li
{
    list-style: none;
    float: left;
    text-align: center;
    width: 640px;
}
.jcarousel-skin-promo .jcarousel-container
{
    height: 200px;
}
.tabslist
{
    clear: both;
    overflow: auto;
    border-right: 1px solid #6d6f71;
}
.tabslist li
{
    float: left;
    width: 212px;
    line-height: 20px;
    height: 20px;
    border-left: 1px solid #6d6f71;
    text-align: center;
    background: url(/images/tabs.png) repeat-x;
}
.tabslist li.current
{
    background-position: 0 -20px;
}
.tabslist a
{
    color: #fff;
    width: 100%;
    display: block;
}
.tabcontent li
{
    float: left;
}
/* payments */
table.cart
{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px 0 20px 0;
}
table.cart th
{
    font-weight: bold;
}
table.cart td, th
{
    border: 1px solid #d5d6d8;
    padding: 5px;
}
.payment .images
{
    float: left;
    text-align: center;
    width: 200px;
    padding-top: 25px;
}
.payment .selection
{
    margin-left: 220px;
}
.horizontal label
{
    margin-right: 20px;
}
.form_2col, .form_1col
{
    overflow: auto;
}
.form_2col, .form_2col p, .form_1col, .form_1col p
{
    clear: both;
}
.form_2col .left, .form_2col .right
{
    width: 310px;
}
.form_1col
{
    width: 640px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.form_2col div.line, .form_1col div.line
{
    line-height: 30px;
    text-align: right;
}
.form_2col input[type=text], .form_2col input[type=password]
{
    --float: right;
    width: 150px;
    margin-left: 20px;
}
.form_1col input[type=text], .form_1col input[type=password]
{
    --float: right;
    width: 250px;
    margin-left: 20px;
}
#payment_steps
{
    color: #5e9732;
    font-size: 36px;
    counter-reset: item;
    margin-left: 36px;
}
#payment_steps h4, #payment_steps p
{
    color: #000;
    font-size: 13px;
}
#payment_steps li.disabled, #payment_steps li.disabled h4, #payment_steps li.disabled p
{
    color: #d5d6d8;
    border-color: #d5d6d8;
}
#payment_steps li:before
{
    content: counter(item) " ";
    counter-increment: item;
    float: left;
    margin-left: -36px;
}
/* account */
.ereader li
{
    clear: both;
    overflow: auto;
    margin-bottom: 20px;
}
.ereader_image
{
    float: left;
    width: 200px;
    text-align: center;
}
.ereader_image img
{
    height: 61px;
}
.ereader_desc
{
    margin-left: 220px;
}
/* gallery */
.gallery .content_split
{
    margin: 20px auto;
    
}
.gallery .content_split li
{
    list-style: none;
    margin: 0 10px;
    float: left;
}
.gallery img
{
    border: 1px solid #6d6f71;
}
.awards
{
    position: relative;
}
.awards a
{
    position: absolute;
    right: 5px;
}