/* Jokkmokk - an open source xhtml/css website layout made by Andreas Viklund (http://andreasviklund.com) for for Style Master 4.5. Free to use for any purpose as long as the proper credits are given to the original author. Version: 1.0 (Jan 22, 2006) */

*
{
    margin: 0;
    padding: 0;
}

/******** General tags ********/

body
{
    margin: 25px auto;
    padding: 0;
    font: 76% Verdana,Tahoma,Arial,sans-serif;
    color: #303030;
    background: #1e3044;
    line-height: 1.3em;
}

a
{
    text-decoration: none;
    color: #20526a;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    color: #20526a;
}

a img
{
    border: 0;
}

p
{
    margin: 0 0 18px 8px;
}

h2
{
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 10px 0 8px 0;
}

h3
{
    font-size: 1.2em;
    margin: 2px 0 8px 0;
}

/******** Main wrap ********/

#wrap
{
    background: #ffffff url(images/wrapbg.gif) top left repeat-y;
    color: #303030;
    margin: 0 auto;
    width: 760px;
}

/******** Header ********/

#header
{
    clear: both;
    background: url(images/header.png) top left no-repeat;
    height: 140px;
}

#header h1
{
    font-size: 3.8em;
    letter-spacing: -4px;
    color: #d88d44;
    padding: 55px 0 10px 45px;
}

#header h1 a
{
    color: #d88d44;
    text-decoration: none;
}

#header h1 a:hover
{
    color: #e99e55;
}

#slogan
{
    color: #20526a;
    margin: 15px 0 0 45px;
    font-size: 1.6em;
    letter-spacing: -1px;
}

/******** Sitemenu, left sidebar ********/

#sitemenu
{
    clear: both;
    float: left;
    width: 135px;
    margin: 0;
    padding: 20px 0 0 15px;
}

#sitemenu ul
{
    list-style: none;
    width: 135px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.2em;
    letter-spacing: -1px;
}

#sitemenu li
{
    margin-bottom: 4px;
}

#sitemenu li a
{
    font-weight: bold;
    text-decoration: none;
    color: #20526a;
    display: block;
    height: 1.1em;
    padding: 2px 2px 2px 8px;
    border-left: 8px solid #70a2ba;
}

#sitemenu li a:hover
{
    color: #d88d44;
    text-decoration: none;
    border-left: 8px solid #d88d44;
}

#sitemenu .current
{
    border-left: 8px solid #d88d44;
}

#sitemenu ul ul
{
    font-size: 0.8em;
    width: 110px;
    font-weight: normal;
    margin: 5px 0 8px 20px;
}

#sitemenu ul ul li
{
    margin-bottom: 2px;
}

#sitemenu ul ul li a
{
    border: 0;
    padding: 2px;
}

#sitemenu ul ul li a:hover
{
    border: 0;
    padding: 2px;
    text-decoration: underline;
}

/******** Extras, right sitebar ********/

#extras
{
    float: right;
    width: 135px;
    margin: 0;
    padding: 10px 15px 0 0;
}

#extras ul
{
    margin: 0 0 14px 2px;
    list-style: none;
}

#extras li
{
    margin: 0 0 2px 0;
}

#extras li a
{
    padding: 2px 2px 2px 2px;
    height: 1.2em;
    letter-spacing: -1px;
    font-weight: bold;
}

#extras li a:hover
{
    color: #d88d44;
}

#extras ul ul, #extras ul ul ul
{
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 2px 0 2px 15px;
}

#extras ul ul a, #extras ul ul ul a
{
    font-weight: normal;
}

#extras input.passive
{
    color: #789;
    width: 100px;
}

#extras input.active
{
    color: #000;
    width: 100px;
}

/******** Content variations ********/

#content
{
    margin: 5px 170px 0 170px;
    padding: 2px 0 0 0;
    line-height: 1.5em;
    text-align: left;
}

#content input.passive
{
    color: #789;
    width: 150px;
}

#content input.active
{
    color: #000;
    width: 150px;
}

#content h2
{
    font-size: 1.6em;
    margin: 20px 0 10px 0;
}

#content h3
{
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 10px 0 8px 0;
}

#content p
{
    text-align: justify;
}

#content ul
{
    margin: 0px 0px 0px 20px;
}

/* #content .note {
font-size:1.0em;
line-height:1.2em;
}  */

#content table.tablebuy
{
    width: 98%;
}

#content table.tablebuy td
{
    margin: 0;
    padding: 6px 0;
    text-align: center;
    border: 0px solid #eee;
    vertical-align: middle;
}

#content table.tablebuy td.item
{
    text-align: left;
    font-weight: bold;
    padding-left: 12px;
    border-right: none;
    font-size: 16px;
}

#content table.tablebuy td.price
{
    font-weight: bold;
    border-right: none;
    border-left: none;
    font-size: 16px;
    background: transparent;
}

#content .order
{
    color: #20526a;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

#content .order:hover
{
    color: #d88d44;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

#content .buy_product
{
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 0.3em;
    text-align: left;
    display: block;
}

#content .buy_product_note
{
    color: #757580;
    font-size: 9px;
    padding: 0;
    margin: 0 0 0 0.5em;
    text-align: left;
    display: block;
}

/******** Footer ********/

#footer
{
    clear: both;
    margin: 5px auto 0 auto;
    padding: 10px 0 10px 0;
    width: 760px;
    text-align: center;
    background: url(images/footer.jpg) bottom left no-repeat;
    color: #808080;
    font-size: 0.9em;
}

#footer p
{
    margin: 3px;
}

#footer a
{
    color: #808080;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

/******** Various classes ********/

.textright
{
    text-align: right;
}

.center
{
    text-align: center;
}

.frontphoto
{
    margin: 20px 0 10px 0;
}

.small
{
    font-size: 0.8em;
}

.bold
{
    font-weight: bold;
}

.clear
{
    clear: both;
}

.hide
{
    display: none;
}

.note
{
    margin-top: 1.5em;
    margin-right: 16px;
    border-right: 3px /* solid #C3CED9 */;
    border-left: 3px /* solid #C3CED9 */;
    padding: 13px 16px 16px 16px;
    background-color: #E5F2FF;
}

.alert
{
    margin-top: 1.5em;
    margin-right: 16px;
    border-right: 3px /* solid #C3CED9 */;
    border-left: 3px /* solid #C3CED9 */;
    padding: 13px 16px 16px 16px;
    background-color: yellow;
    font-size: 15px;
}

.note .first
{
    margin-top: 0;
}
