﻿/*

 This StyleSheet is split into the following sections:

        Containers
        Header
        Body
        Nav
        Search
        Headings
        Lists
        Forms
        Links
        Misc
        Footer

  Search for blocks using the = prefix eg. =Nav

/* --------------------------------------------
   =Containers
   -------------------------------------------- */
#outercontainer
{
    border-width: 0px;
    padding: 0;
    width: 100%;
    margin: 0 0 0 0;
    background-color: #fff;
    position: relative;
}
#container
{
    /*border-color: #dfcfbf;     border-style: none solid none solid;     border-right-width: thin;     border-left-width: thin;*/
    padding: 0;
    width: 930px;
    margin: 0 auto 0 auto;
    background-color: #fff;
    position: relative;
    top: 0px;
    left: 0px;
}

/* --------------------------------------------
   =Header
   -------------------------------------------- */
#pageheader
{
    background-color: #dfcfbf;
    padding-bottom: 5px;
    width: auto;
    clear: both;
    overflow: auto;
    height: 20px;
}

.forum_head
{
    height: 600px;
}
#masthead
{
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    height: 156px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow:auto;
}
#masthead-left
{
    padding-left: 0px;
    padding-top:5px;
    position: relative;
    width: 160px;
    height: 90px;
    float: left;
    clear: both;
    display: block;
    top: 0px;
    left: -4px;
}
#masthead-right
{
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 728px;
    height: 90px;
    float: right;
}
#masthead-bottom
{
    position: relative;
    width: 100%;
    height: 60px;
    float: left;
}
#ViewBasket
{
    float: right;
    top: 14px;
    right: 4px;
    position: relative;
}

/* -------------------------------------------- 
   =Search
   -------------------------------------------- */
#search
{
    width: 500px;
    height: 30px;
    position: relative;
    float: left;
    top: 16px;
    padding-left: 40x;
}
#Login
{
    position: relative;
    top: 24px;
    right: 20px;
    float: right;
}
/* -------------------------------------------- 
   =Nav
   -------------------------------------------- */
#navigation
{
    background-color: #ca7;
    overflow: hidden;
    width: auto;
    clear: both;
}
#extendednavbar
{
    background-color: #ca7;
    width: 100%;
}
.vBasket
{
    position: relative;
    float: right;
}
.lView
{
    position: relative;
    float: right;
}
.LoginDetails
{
    float: left;
    bottom: 0px;
    right: 0px;
    width: 70%;
    vertical-align: baseline;
}
.LoginViewComponent
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}
.login_pos
{
    margin: 15px;
    position: relative;
    z-index: auto;
    top: 12px;
    left: 112px;
}
.myaccount
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 50%;
}
.loginstatus
{
    position: relative;
    top: 0px;
    width: 49%;
    right: 0px;
    text-align: right;
}
.Recover_password_link
{
    margin: 0px;
    position: relative;
    z-index: auto;
    top: 20px;
    left: 114px;
}
/* --------------------------------------------
   =Body
   -------------------------------------------- */
body
{
    margin: 0 auto 0 auto;
    padding: 0;
    border: 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    background-color: #fff;
}
#page_content
{
    left: 0px;
    top: 0px;
    float: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCAA77;
    height: 100%;
    background-color: #FFFFFF;
}
#column_l
{
    background-color: #FFFFFF;
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    float: left;
    width: 590px;
    height: 100%;
}
#column_r
{
    margin: 0;
    float: right;
    width: 300px;
    padding: 24px 0px 20px 10px;
    background-color: #FFFFFF;
    position: relative;
    height: 600px;
}
#column_r_inner_container
{
    float: right;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    height: 601px;
}
#column_r_list
{
    border: thin solid #dfcfbf;
    float: left;
    width: 239px;
    padding: 20px 20px 40px 40px;
    position: relative;
    margin-bottom: 20px;
}
#column_r_advert
{
    padding: 0px;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
    height: 250px;
    display: block;
    text-align: left;
}
#leftcol_content
{
    height: 111px;
    margin-top: 14px;
}
#singlecolumn
{
    background-color: #FFFFFF;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#bodyViewBasket
{
    text-align: center;
}
#pricetable
{
    padding: 10px;
    border: thin solid #ca7;
    background-color: #FAFAD2;
    table-layout: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}
#pricetableheader
{
    background-color: #ca7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    height: 36px;
    padding-right: 10px;
    padding-left: 10px;
}
.pricetablerow
{
    padding: 10px 10px 20px 10px;
    height: 40px;
}
.pricetablecol1
{
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
}
.pricetablecurrency
{
    width: 17%;
    text-align: right;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pricetablecol3
{
    width: 87px;
}
.pricetablecenter
{
    width: 17%;
    text-align: center;
}
.pricetablecol5
{
    width: 87px;
}
.row_dark_yellow
{
    background-color: #EEE8AA;
}
.equipGrid
{
    padding: 10px;
    border: thin solid #ca7;
    background-color: #FAFAD2;
    table-layout: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 20px;
    left: 20px;
}
.vert_centred
{
    min-height: 30px;
    display: table-cell;
    vertical-align: middle;
}

/* -------------------------------------------- 
   =Headings
   -------------------------------------------- */
h1
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 72px;
    color: #6699FF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
h2
{
    padding: 0px;
    margin: 20px 0px 15px 0px;
    font-size: 36px;
    color: #446699;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 534px;
}
h3
{
    font-size: 1.5em;
    color: #446699;
    margin-top: 16px;
    margin-bottom: 18px;
}
h4
{
    font-size: 1.25em;
    color: #446699;
    margin-top: 20px;
    margin-bottom: 10px;
}
h5
{
    font-size: 1em;
    color: #446699;
}
h6
{
    font-size: 0.5em;
    color: #446699;
}

/* -------------------------------------------- 
   =Footers
   -------------------------------------------- */
#footer
{
    background-color: #dfcfbf;
    padding-bottom: 5px;
    width: auto;
    clear: both;
    overflow: auto;
    height: 120px;
}

/* =Lists
----------------------------------------------- */
.eq_Bullet_list
{
    list-style-image: url('../images/bullet.gif');
    margin: 20px 10px 30px 30px;
    font-size: 0.8em;
    line-height: 18px;
}

/* =Forms
----------------------------------------------- */
/* =Links
----------------------------------------------- */
/* =Misc
----------------------------------------------- */
p
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.img_keys
{
    float: right;
    position: relative;
    clip: rect(20px, auto, auto, auto);
    width: 100%;
    height: 300px;
}

.div_avatars
{
    text-align: center;
}
.pos_Avatar
{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.style1
{
    width: 100%;
}
.style3
{
    width: 130px;
    height: 5px;
}
.style4
{
    height: 5px;
    width: 122px;
}
.style5
{
    width: 811px;
}
.style6
{
    height: 5px;
    width: 811px;
}
.style7
{
    width: 122px;
}
.style8
{
    width: 130px;
    height: 196px;
}
.style9
{
    width: 811px;
    height: 196px;
}
.style10
{
    width: 122px;
    height: 196px;
}

.PswdRecovCtrl
{
    margin: 20px;
}
.table_column_medium
{
    width: 130px;
}
.forum_head
{
    height: 600px;
}
.RegisterTableLeftColWidth
{
    width: 290px;
}
.ForumLeftCell
{
    width: 300px;
}

#login_container
{
    height: 420px;
    position: relative;
    top: 0px;
    left: 0px;
}
.txt_below_images
{
    margin: 10px 10px 10px 0px;
    position: relative;
    width: 100%;
    z-index: 1;
    float: left;
}
.img_black
{
    border-width: 0px;
}
.img_brothersoft
{
    position: relative;
    height: 110px;
    width: 160px;
    float: right;
}
.btn_add_to_basket
{
    border-color: #ca7;
    position: relative;
    height: 22px;
    width: 70px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    top: 0px;
    left: 0px;
}
.div_img_l_txt_r
{
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    margin: 20px 10px 20px 0px;
    padding: 0px;
}
.txt_right_of_img
{
    margin: 10px 10px 10px 190px;
}
.btn_get_started
{
    width: 104px;
    height: 26px;
    cursor: pointer;
}


.txt_info_support
{
    width: 168px;
    position: relative;
    float: right;
}
.p_info_support_hl
{
    width: 375px;
    position: relative;
    float: right;
}
.float_right
{
    float: right;
}
.base_area
{
    height: 300px;
    position: relative;
    background-color: #CCDDFF;
    width: 100%;
}
.logo_position
{
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
    position: relative;
    left: 0px;
}
/* Styles for Masthead */

#masthead p
{
    font-size: small;
    text-align: right;
    color: #000;
    margin: 30px 10px 10px 0;
    padding: 0;
    float: right;
    top: -2px;
    left: 334px;
    height: 65px;
}
/* Styles for Navigation */
#navigation ul
{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#navigation li
{
    float: left;
    top: -23px;
    left: 112px;
}
#navigation a
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 1px solid #ca7;
    background-color: #dc8;
}
.nav_breadcrumb
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    position: relative;
    text-align: left;
    padding: 5px;
    width: 470px;
    height: 13px;
    display: block;
}
#navigation a:hover
{
    color: #000;
    text-decoration: none;
    border: 1px solid #ed9;
    background-color: #ed9;
}
/* Styles for Footer */
#footer p
{
    font-size: x-small;
    text-align: center;
    color: #393939;
    margin: 30px 10px 10px 10px;
    padding: 1px;
}
#footer a
{
    color: #393939;
    text-decoration: underline;
}
#footer a:hover
{
    color: #000;
    text-decoration: none;
}
/* Styles for Links */
a
{
    color: #469;
    text-decoration: underline;
}
a:hover
{
    color: #000;
    text-decoration: underline;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}
.inner_container
{
    border: thin solid #ca7;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.txt_equip_prem_desc
{
    font-family: Arial, Helvetica, sans-serif;
    width: 106px;
    margin-left: 20px;
    margin: 10px auto 10px auto;
}
.triangle_img
{
    width: 140px;
    height: 140px;
}
.div_btn_equip_lite
{
    width: 600px;
    position: relative;
    float: left;
    height: 120px;
}
.div_btn_equip_prem
{
    width: 300px;
    float: left;
    height: 120px;
}
.txt_free
{
    margin: 10px 0 10px 0;
    padding: 0px;
    width: 100%;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: #00FF00;
}
.txt_premium
{
    padding: 0;
    width: 100%;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: #FF9900;
    margin-top: 10px;
    margin-bottom: 10px;
}
.txt_lite_info
{
    font-family: Arial, Helvetica, sans-serif;
}
.div_equip_lite
{
    padding: 0px;
    margin: 0px;
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.btn_equip_lite
{
    padding: 0px;
    width: 140px;
    height: 40px;
    margin-top: 10px;
    cursor: pointer;
}
.inputform
{
    padding: 0px;
    margin: 0px;
}
.div_equip_prem
{
    padding: 0px;
    margin: 0px;
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.txt_equip_lite_desc
{
    font-family: Arial, Helvetica, sans-serif;
    width: 190px;
    margin-left: 20px;
    margin: 10px auto 10px auto;
}


.img_pos_text
{
    margin: -10px 20px 0px 0px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    height: 122px;
    width: 119px;
}
.img_pos_textCopy
{
    padding: 10px;
    margin: 20px;
    float: left;
    position: relative;
    left: 0px;
}
.div_img_l_txt_r_no_ptr
{
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 10px 20px 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
}


.cell2width
{
    width: 140px;
}
.p_masthead_email_login
{
    padding: 5px;
    margin: 5px;
    width: 583px;
    position: absolute;
    float: right;
    top: 0px;
}
.cell1width
{
    width: 300px;
}

.div_pointer
{
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
.bottomBorder td
{
    border-width: 10px 1px 10px 1px;
    border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
    border-style: solid;
}
.cell3width
{
    width: 140px;
}
.cell4width
{
    width: 140px;
}


