*
{
    margin: 0;
    padding: 0;
}
body
{
    background: url(/images/tail-top.gif) repeat-x top #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1em;
    color: #7f7f7f;
}
input, textarea, select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
object
{
    vertical-align: top;
    outline: none;
}
.hidden
{
    display: none;
}
.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.clear
{
    clear: both;
}
.alignright
{
    text-align: right;
}
.aligncenter
{
    text-align: center;
}
.wrapper
{
    width: 100%;
    overflow: hidden;
}
.container
{
    width: 100%;
}
p
{
    margin: 0;
    padding: 0;
}


/*==================forms====================*/
input, select
{
    vertical-align: middle;
    font-weight: normal;
}
img
{
    border: 0;
    vertical-align: top;
    text-align: left;
}
#form label
{
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 1.08em;
}
#form input
{
    border-left: 1px solid #4f9fc0;
    border-top: 1px solid #4f9fc0;
    border-bottom: 1px solid #4f9fc0;
    border-right: 0;
    padding: 3px 6px 3px 6px;
    background: #fff;
    float: left;
    width: 165px;
    color: #ae9481;
}
#form1 .form
{
    height: 29px;
}
#form1 label
{
    display: block;
    width: 91px;
    float: left;
}
#form1 input
{
    border-left: 2px solid #808080;
    border-top: 1px solid #404040;
    border-right: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
    background: #fff;
    width: 170px;
    float: left;
    padding-left: 4px;
}
#form1 select
{
    width: 74px;
    height: 18px;
    color: #333333;
    font-size: .92em;
    float: left;
}
#form1 select.sel-1
{
    width: 55px;
    margin-right: 6px;
}
#form1 select.sel-2
{
    width: 55px;
}
#form1 textarea
{
    width: 170px;
    height: 100px;
    padding-left: 4px;
    overflow: auto;
    float: left;
    border-left: 2px solid #808080;
    border-top: 1px solid #404040;
    border-right: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
    background: #fff;
    margin-bottom: 20px;
}

#form2 .form
{
    height: 26px;
}
#form2 input
{
    width: 262px;
    padding: 2px 0 2px 3px;
    background: #fff;
    border-top: 2px solid #303030;
    border-left: 1px solid #585858;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    color: #8c8c8c;
    font-size: .92em;
}
#form2 textarea
{
    width: 262px;
    height: 189px;
    overflow: auto;
    background: #fff;
    border-top: 2px solid #303030;
    border-left: 1px solid #585858;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 2px 0 0 3px;
    color: #8c8c8c;
    font-size: .92em;
    margin-bottom: 15px;
}


/*==================list====================*/
ul
{
    list-style: none;
}
.site-nav
{
    font-size: 1.167em;
    line-height: 1.429em;
    position: relative;
    width: 930px;
    height: 38px;
    top: 24px;
    left: 20px;
}
.site-nav a
{
    color: #ffffff;
    display: block;
    text-decoration: none;
}
.site-nav a:hover
{
    color: #717171;
    background: #ffffff url(/images/link-left.gif) top left no-repeat;
    text-decoration: none;
}
.site-nav ul
{
    width: 100%;
    overflow: hidden;
}
.site-nav li
{
    float: left;
}
.site-nav .fright
{
    float: right;
}
.site-nav .fright a
{
    color: #bfbfbf;
}
.site-nav .fright a:hover
{
    color: #717171;
}
.site-nav a span
{
    display: block;
    padding: 9px 20px;
}
.site-nav a:hover span
{
    background: url(/images/link-right.gif) top right no-repeat;
}
.site-nav .selected
{
    background: #ffffff url(/images/link-left.gif) top left no-repeat;
}
.site-nav .selected span
{
    background: url(/images/link-right.gif) top right no-repeat;
}
.site-nav .selected a
{
    color: #717171;
}
.site-nav li ul
{
    position: absolute;
    width: 170px;
    color: #6eadf0;
    left: -9999px;
    background-color: #ffffff;
    border-top: 4px solid #6eadf0;
}
.site-nav li:hover ul
{
    left: auto;
}
.site-nav li ul a:hover
{
    background: #ffffff;
    color: #717171;
}
.site-nav li ul a
{
    color: #ffffff;
    width: 170px;
    height: 20px;
    background-color: #ffffff;
    padding: 13px;
    top: 0;
    left: 0;
}
#nav_428007
{
    float: right;
}
#nav_428007 li
{
    float: left;
    border-right: 1px solid #ababab;
    line-height: 1em;
    padding-right: 13px;
    margin-right: 13px;
}
#nav_428007 li a
{
    text-decoration: none;
    color: #ababab;
}
#nav_428007 li a:hover
{
    text-decoration: underline;
}
#nav_428007 li.last
{
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
.tick li
{
    background: transparent url(/images/marker.gif) no-repeat scroll left 2px;
    padding: 0 0 0 20px;
}
.list
{
    padding-bottom: 5px;
}
.list li
{
    /*font-weight: bold;     color: #57b7df;*/
    padding-bottom: 8px;
}
.list li a
{
    color: #57b7df;
}
.list1
{
    margin-top: -22px;
}
.list1 li
{
    padding-top: 22px;
}
.list1 li b
{
    display: block;
    margin-bottom: 12px;
}
.list1 li b, .list1 li a
{
    color: #57b7df;
}
.list1 li a
{
    font-weight: bold;
}
.list2
{
    margin-top: -30px;
    padding-bottom: 10px;
}
.list2 li
{
    padding-top: 34px;
}
.list2 li.title
{
    padding-top: 0;
}
.list3
{
    margin-top: -18px;
}
.list3 li
{
    padding-top: 18px;
}
.list3 li h4
{
    text-align: right;
    margin-bottom: 0;
}
.list4
{
    display: block;
}
.list4 li
{
    display: block;
    overflow: hidden;
}
.list4 img
{
    float: left;
    padding: 0 10px 18px 0;
    width: 150px;
    height: 91px;
}

/*==================other====================*/
.img-box img
{
    margin-bottom: 15px;
    display: block;
}
.img-box1
{
    width: 100%;
    overflow: hidden;
    margin-top: -4px;
}
.img-box1 img
{
    float: left;
    margin: 4px 22px 0 0;
}
.p1
{
    margin-bottom: 18px;
}
#content .tail
{
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.phone
{
    float: right;
    margin-right: 125px;
}
#GB, #US
{
    display: none;
}
.pricing-gb
{
    background: transparent url(/images/pricing-gb.gif) no-repeat scroll 205px 18px;
}
.pricing-gb-1
{
    background: transparent url(/images/pricing-gb.gif) no-repeat 205px 120px;
}
.pricing-us
{
    background: transparent url(/images/pricing-us.gif) no-repeat scroll 205px 18px;
}
.pricing-us-1
{
    background: transparent url(/images/pricing-us.gif) no-repeat 205px 120px;
}
.catalog-date-bg
{
    background: url(/images/cataloguedate.gif) no-repeat scroll 2px 100px;
}
.catalog-game-bg
{
    background: url(/images/cataloguegame.gif) no-repeat scroll 2px 100px;
}
span.green
{
    background-color: #e1ffd7;
}
span.blue
{
    background-color: #dff6ff;
}
/*==================txt, links, lines, titles====================*/
a:active
{
    outline: none;
}
a
{
    color: #57b7df;
    outline: none;
}
a:hover
{
    text-decoration: none;
}
a:focus
{
    -moz-outline-style: none;
}
.sIFR-active h1
{
    visibility: hidden;
    font-size: 2.25em;
    margin-bottom: 15px;
}
.sIFR-active h2
{
    visibility: hidden;
    font-size: 1.75em;
    margin-bottom: 15px;
}
h1, h2, h3
{
    color: #252b2a;
    font-weight: normal;
    font-size: 2.25em;
    line-height: 1.12em;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
h3 span
{
    background: url(/images/title-tail.gif) repeat-y left top;
    padding-left: 11px;
    display: block;
}
h3.icon
{
    padding-left: 54px;
    background: url(/images/icon.gif) no-repeat left top;
    height: 40px;
    margin-bottom: 10px;
}
h4
{
    color: #57b7df;
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.5em;
}
h5
{    
    font-size: 1em;    
    line-height: 1.5em;
}
.txt1
{
    color: #57b7df;
    font-weight: bold;
}
.link
{
    position: absolute;
    right: 35px;
    top: 71px;
    font-weight: bold;
}
.link a
{
    display: block;
    background: url(/images/link-bg.gif) no-repeat left top;
    width: 59px;
    height: 39px;
    color: #fff;
    text-decoration: none;
}
.link a span
{
    display: block;
    padding: 4px 0 0 7px;
    text-align: center;
}
.link a:hover
{
    color: #0089BF;
}

.link1
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: url(/images/link1-bg.png) no-repeat left top;
    width: 60px;
    height: 40px;
    margin-top: -3px;
}
.link1 span
{
    display: block;
    padding-top: 4px;
}
.link1:hover
{
    color: #0089BF;
}
.link2
{
    color: #fff;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 1.08em;
    background: url(/images/link2-tail.gif) repeat-x top;
}
.link2 em
{
    display: block;
    background: url(/images/link2-left.gif) no-repeat left top;
}
.link2 b
{
    display: block;
    font-style: normal;
    background: url(/images/link2-right.gif) no-repeat right top;
    padding: 3px 12px 4px 12px;
}
.link2:hover
{
    color: #927c6d;
}
.link3
{
    text-align: right;
    font-weight: bold;
}
.link3 a
{
    color: #57b7df;
}
.divider1
{
    background: url(/images/divider.gif) repeat-y 294px 0;
}
.divider2
{
    background: url(/images/divider.gif) repeat-y 617px 0;
}
.extra-top
{
    padding-top: 28px;
}

/*==================boxes====================*/
.box
{
    background: #fff;
    width: 100%;
    margin-bottom: 12px;
}
.box .border-top
{
    background: url(/images/border.gif) repeat-x top;
}
.box .border-bot
{
    background: url(/images/border.gif) repeat-x bottom;
}
.box .border-left
{
    background: url(/images/border.gif) repeat-y left;
}
.box .border-right
{
    background: url(/images/border.gif) repeat-y right;
}
.box .inner
{
    padding: 30px 27px 35px 30px;
}
.form-box
{
    width: 268px;
    height: 142px;
    background: url(/images/form-box-bg.gif) no-repeat left top;
}
.form-box .inner
{
    padding: 21px 24px 28px 24px;
}
.form-box h3
{
    color: #e09504;
    font-weight: bold;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    margin-bottom: 12px;
}
.form-box h3 span
{
    background: none;
    padding: 0;
    display: block;
    color: #fff;
    margin: -28px 0 0 -1px;
    position: relative;
}


/*header*/
#header .top
{
    height: 159px;
    width: 100%;
    overflow: hidden; /*border-bottom: 3px solid #fff;*/ /*background: url(/images/header-top.gif) no-repeat left top;*/
}
#header .top .logo
{
    float: left;
    padding: 21px 0 0 11px;
}
#header .top .logo img
{
    width: 394px;
    height: 76px;
}
#header .flash
{
    position: absolute;
    top: 146px;
    left: 0;
    width: 1000px;
    height: 446px;
}
#header .flash span
{
    display: block;
    padding: 19px 0 0 20px;
}
#header .slogan
{
    width: 463px;
    height: 82px;
    background: url(/images/slogan-bg.gif) no-repeat left top;
    position: absolute;
    top: 455px;
    right: 9px;
}
#header .slogan span
{
    display: block;
    padding: 28px 0 0 37px;
}
#header fieldset
{
    border: 0 none;
    margin: 0;
    padding: 0;
}
#header .search
{
    float: right;
    position: relative;
    top: 24px;
    right: 13px;
}
#header .search label
{
    float: left;
    font-size: 0.916em;
    line-height: 3.1em;
    color: #e2dcd0;
    margin: 0 15px 0 0;
}
#header .search div
{
    width: 259px;
    height: 55px;
    float: right;
    position: relative;
}
#header .search div img
{
    width: 100%;
    height: 100%;
}
#header .search .cat_button
{
    background: url(/images/none.gif) fixed;
    width: 61px;
    height: 37px;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 3;
    cursor: pointer;
}
#header .search #CAT_Search
{
    color: #7F7F7F;
    background: transparent url(/images/none.gif) repeat fixed 0 0;
    border: 0 none;
    height: 16px;
    width: 155px;
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 3;
}
#header #isloggedin, #header #login, #header #logout, #header #signup, #header #packages
{
    display: none;
}

/*content*/
#content p, #content dl
{
    line-height: 1.5em;
}
#content cite
{
    line-height: 1.5em;
    font-style: normal;
    display: block;
}
#content dl .phone
{
    margin-right: 95px;
}
#content dl dt
{
    margin-top: 18px;
}

/*footer*/
#footer .left
{
    background: url(/images/footer-left.gif) no-repeat left top;
}
#footer .right
{
    background: url(/images/footer-right.gif) no-repeat right top;
    height: 51px;
}
#footer .tail
{
    background: url(/images/footer-tail.gif) repeat-x top;
}
#footer .indent
{
    padding: 18px 30px 0;
}
/*#footer p
{
    float: left;
    color: #8b8a8a;
    line-height: 1em;
}
#footer p a
{
    text-decoration: none;
    color: #8b8a8a;
}
#footer p a:hover
{
    text-decoration: underline;
}*/
#footer .copyright li
{
    float: left;
    border-right: 1px solid #8b8a8a;
    line-height: 1em;
    padding-right: 13px;
    margin-right: 13px;
}
#footer .copyright li a
{
    text-decoration: none;
    color: #8b8a8a;
}
#footer .copyright li a:hover
{
    text-decoration: underline;
}
#footer .copyright li.last
{
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

/*==========================================*/
#header, #content, #footer
{
    padding-right: 15px;
    padding-left: 15px;
}

/*================= index.html ====================*/
#page1 #header
{
    height: 566px;
    background: url(/images/header-bg.png) no-repeat center bottom;
}

/*================= scroll pane ====================*/
.scroll-pane-platinum
{
    width: 266px;
    height: 311px;
    overflow: auto;
}

.scroll-pane-gold
{
    width: 266px;
    height: 311px;
    overflow: auto;
}

.scroll-pane-silver
{
    width: 266px;
    height: 362px;
    overflow: auto;
}

.jScrollPaneContainer
{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack
{
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
}

.jScrollPaneDrag
{
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    background: url(/images/drag.gif) no-repeat center top;
    height: 58px;
    margin: 2px 0;
}

.jScrollPaneDragTop
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.jScrollPaneDragBottom
{
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

a.jScrollArrowUp
{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    height: 18px;
}

a.jScrollArrowDown
{
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    height: 18px;
}

/*================= faq ====================*/
.comparison-table, .match-table
{
    background-color: #f9f9f9;
    /*border: 1px solid #f2f2f2;*/
}
.comparison-table .header, .match-table .header
{
    background-color: #57b7df;
    color: #ffffff;
    font-weight: bold;
    height: 35px;
    text-align: left;
    padding-left: 10px;
}
.match-table .header
{
    padding: 0;
}
.comparison-table th, .match-table th
{    
    background-color: #ffffff;
    text-align: left;
    font-weight: bold;    
    padding: 0 0 10px;
}
.comparison-table th.first, .match-table th.first
{
    background-color: #ffffff;    
}
.comparison-table td, .match-table td
{    
    height: 35px;
    border-bottom: 1px solid #f2f2f2;
}
.comparison-table td.red
{
    background-color: #cc0000;
    color: #ffffff;
}
.comparison-table .title, .match-table .title
{
    padding-left: 10px;
    text-align: left;
}
