@import"footer.css";
@import"serviceStatus.css";
@import"JQuerySpinBtn.css";
@import"featuredBlock.css";

body{
    background-color: #686868;
    background-image: url(/images/bg.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: small;
    color: #FFF;
    padding: 0;
    margin: 0;
}

h1 {
    width: 420px;
    height: 59px;
    background: url('/images/lazery_attack_logo/logo/main1_on_white_l.png') no-repeat;
    text-indent: -9999em;
    display: block;
    position: relative;
    left: 140px;
    margin: 0;
}

#logo{
    width: 700px;
    padding-top: 28px;
    float: left;
    display: inline;
    background: #FFF;
}

h2 {
    font-size: medium;
    font-weight: normal;
    color: #FFF;
}

a {
    text-decoration:  none;
    font-weight: bold;
    color: #FFF
}
a:hover {
    border-bottom: 1px solid #F20000;
    color: #FFF;
    text-decoration:  none;
}

img {
    border: 0;
    padding: 0;
}

#mainContainer{
    text-align: center;
    background: #FFF;
    width: auto;
    width: 990px;
    margin: 0 auto;
    padding: 0;
}

#centreContainer{
    margin: 0 auto;
    padding: 0 10px;
}

#top{
    background-color: #F2F2F2;
    width: auto;
    height: 10px;
}

#login{
    background: #FFF url('/images/login_bg.png') no-repeat 0 0;
    color: #000;
    width: 270px;
    padding: 0;
    height: 67px;
    float: right;
    display: inline;
    margin: 0;
    margin-right: 10px;
}

#login a{
    color: #DA2F2F;
    text-align: right;

}

#login > form > p {
    text-align: left;
    margin: 0;
    padding: 0;
}
#login > form > p > input {
    position: relative;
    top: 2px;
}

#shopping{
    width: 270px;
    background: #FFF;
    padding: 0;
    margin: 0 10px;
    float: right;
    display: inline;
    vertical-align: middle;
}

#shopping a{
    color: #000;
}

#shopping > p > label {
    position:relative;
    top:2px;
    padding-right:3px;
    cursor: pointer;
}

#shopping > p > label:hover {
    border-bottom: 1px solid #F20000;
    text-decoration:  none;
}

#shopping > p > label > a:hover {
    border-bottom: 0;
    text-decoration:  none;
}

#shopping > p{
    line-height: 14px;
}

input {
    font-size: small;
    text-align: left;
    vertical-align: middle;
    color: #FFF;
    margin: 5px 0;
    padding: 4px 0 0 0;
    height: 20px;
    border: 0;
}

input[type="text"], #login form input[type="password"] {
    width: 70px;
    padding: 4px 10px 0 10px;
    background: #000 url('/images/controls/text_field.png') no-repeat 0 -24px;
}
input[type="text"]:focus, #login form input[type="password"]:focus {
    background: #000 url('/images/controls/text_field.png') no-repeat 0 0;
}

input[type="text"].serverName{
    width: 188px;
    height: 15px;
    padding: 2px 6px;
    color: #000;
    background: url(/images/controls/filter_field.png) no-repeat 0 -95px;
    font-size: smaller;
}

input[type="submit"] {
    height: 24px;
    width: 50px;
    padding: 0 0 4px;
    background: url('/images/controls/login.png') no-repeat 0 0;
    cursor:pointer;
    text-align: center;
    font-size: smaller;
    font-weight: bold;
}

input[type="submit"]:hover {
    background: url('/images/controls/login.png') no-repeat 0 -24px;
    color: #FFFF00;
}

input[type="submit"].longSubmit {
    width: 90px;
    background: url('/images/controls/login.png') no-repeat -50px 0;
}

input[type="submit"].longSubmit:hover {
    background: url('/images/controls/login.png') no-repeat -50px -24px;
}

input[type=checkbox] {
    position: absolute;
    left: -9999em;
    height: 13px;
    width: 14px;
}

input[type=checkbox] + label{
    overflow: hidden;
    position: relative;
    cursor:pointer;
    background: url('/images/controls/remember.png') no-repeat 0 -45px;
    padding-left: 20px;
}
input[type=checkbox]:checked + label{
    background: url('/images/controls/remember.png') no-repeat 0 -15px;
}

input[type=checkbox] + label:hover{
    background: url('/images/controls/remember.png') no-repeat 0 -30px;
}

input[type=checkbox]:checked + label:hover{
    background: url('/images/controls/remember.png') no-repeat 0 -0px;
}

select{
    background: url('/images/controls/filter_field.png') no-repeat 0 -76px;
    border: 0;
    height: 19px;
    width: 90px;
    font-size: smaller;
    padding: 2px 4px 3px 5px;
    margin: 0;
    color: #000;
}

option{
    background: #fff;
}

#login a#rememberMeCheckbox {
    color: #000;
    margin-left: 20px;
}

#header{
    height: 120px;
}
#header > div:last-child {
    width: 290px;
    float: right;
    display: inline;
}

#nav{
    padding: 0;
    margin: 0;
}

#nav > li > a {
    font-size: small;
    font-weight: bold;
    position: relative;
    top: 7px;
    padding: 0 20px;
}

#nav > li > a:hover,#leftMenu > li > a:hover, #rss-news > label:hover{
    border: 0;
    color: #FFFF00;
}

#nav > li {
    height: 30px;
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
}

#nav > li:first-child.left {
    background: transparent url('/images/right_top.png') no-repeat scroll 0 0;
}

#nav > li.left {
    background: transparent url('/images/top_Grey.png') repeat-x scroll 0 -91px;
    float: left;
    display: inline;
}

#nav > li.right {
    background: transparent url('/images/top_Grey.png') repeat-x scroll 100% -361px;
    float: right;
    display: inline;
}

#nav > li.redBorder {
    background: transparent url('/images/top_Grey.png') repeat-x scroll -1px -91px;
}

#nav > li.rightEnd {
    background: transparent url('/images/top_Grey.png') repeat-x scroll 100% -271px;
}

#nav > li.leftEnd {
    background: transparent url('/images/top_Grey.png') repeat-x scroll 100% -181px;
    width: 8px;
}

#nav > li.lastChild {
    height: 30px;
    background: transparent url('/images/top_Grey.png') repeat-x scroll 0 -181px;
}

span.topRightLight {
    background: transparent url('/images/hdr_top_right_lightGrey.png') no-repeat 0 0;
    width: 11px;
    height: 30px;
    display: block;
}

span.topLeftLight {
    background: transparent url('/images/hdr_top_left_lightGrey.png') no-repeat 0 0;
    width: 11px;
    height: 30px;
    display: block;
}

span.topRightDark {
    background: transparent url('/images/hdr_top_right_darkGrey.png') no-repeat 0 0;
    width: 11px;
    height: 30px;
    display: block;
}

.bottomLeft{
    width: 70%;
    margin-right: 10px;
    float: left;
    display: inline;
    display: inline;
    background: #F2F2F2 url('/images/top_Grey.png') repeat-x 0 0;
}

.bottomLeft > h2{
    width: auto;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.bottomLeft > h2 > span{
    height: 30px;
}

.bottomLeft > h2 > span > span{
    height: 30px;
    position: relative;
    top: 7px;
}

.bottomLeft > h2 > span:first-child{
    background: #fff url('/images/right_top.png') no-repeat 0 0;
    width: 100px;
    float: left;
    display: inline;
}

.bottomLeft > h2 > span.newsHeaderEnd{
    background: #696969 url('/images/hdr_top_right_lightGrey.png') no-repeat 0 0;
    width: 11px;
    float: right;
    display: inline;
    top: 0;
}

.bottomLeft > h2 > span:nth-child(2){
    text-align: left;
    float: left;
    display: inline;
    width: auto;
}

.bottomLeft > h3{
    height: 30px;
    width: auto;
    padding: 0;
    margin: 0;
    background: #999999;
}

.bottomLeft > h3 > span{
    height: 30px;
    padding: 0;
}

.bottomLeft > h3 > span > span{
    height: 30px;
    padding: 0;
    position: relative;
    top: 7px;
}

.bottomLeft > h3 > span:first-child{
    text-align: left;
    padding-left: 20px;
    float: left;
    display: inline;
}

.bottomLeft > h3 > span:last-child{
    text-align: right;
    background: #8C8C8C;
    width: 30%;
    padding-right: 20px;
    float: right;
    display: inline;
}

.bottomLeft > h4{
    text-align: left;
    padding: 10px;
    margin: 0;
    color: #000;
    background-color: #F2F2F2;
}

#paypal{
    text-indent: -9999em;
    background: #F2F2F2 url('/images/external/PayPal_logo.gif') no-repeat 0 0;
    margin: 0 0 0 20px;
    display: block;
    height: 45px;
}

#bankTransfer{
    text-indent: -9999em;
    background: #F2F2F2 url('/images/banktransfer.png') no-repeat 0 0;
    margin: 0 0 0 20px;
    display: block;
    height: 45px;
}

.bottomLeft > p{
    text-align: left;
    padding: 10px;
    margin: 0;
    color: #000;
    background-color: #F2F2F2;
}

.bottomLeft > p a{
    color: #000;
    font-style: italic;
    font-weight: bold;
}

div#newsFooter {
    height: 10px;
    background: #F2F2F2;
}

div#newsFooter > span.footerLeft{
    min-width: 20px;
    max-width: 20px;
    height: 10px;
    background: #F2F2F2 url('/images/news_bottom.png') no-repeat 0 0;
    float: left;
    display: inline;
}

div#newsFooter > span.footerRight{
    min-width: 20px;
    max-width: 20px;
    height: 10px;
    background: #FFF url('/images/news_bottom.png') no-repeat right;
    float:right;
    display: inline;
}

#twitter{
    width: 35px;
    height: 35px;
    background: url('/images/community.png') no-repeat -50px -12px;
    text-indent: -9999em;
    display: block;
    position: relative;
    float: right;
    z-index: 30;
    top: 5px;
}

#twitter:hover{
    background: url('/images/community.png') no-repeat -50px -62px;
    border: 0;
}

#rss{
    width: 35px;
    height: 35px;
    background: url('/images/community.png') no-repeat -8px -10px;
    text-indent: -9999em;
    display: block;
    position: relative;
    float: right;
    z-index: 30;
    margin-right: 20px;
}

#rss:hover{
    background: url('/images/community.png') no-repeat -8px -60px;
    border: 0;
}

#rss-news{
    width: 50px;
    background: url('/images/community.png') no-repeat 0 -9px;
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    right: 30px;
    top: 2px;
    float: left;
    height: 30px;
}

#rss-news > label{
    text-indent: 0;
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 5px;
}

#rss-news:hover{
    background: url('/images/community.png') no-repeat 0 -59px;
    border: 0;
}

#rss-news + label{
    position: relative;
    top: 7px;
    right: 30px;
    cursor:pointer;
    color: #262627;
}

.rightColumn{
    float: right;
    display: inline;
    width: 28%;
}

.rightBlock{
    width: auto;
    color: #fff;
    background: #4C4C4C;
}

.rightBlock > h2{
    width: auto;
    height: 30px;
    padding: 0;
    margin: 0;
    color: #fff;
    background: #fff url('/images/right_top.png') no-repeat 0 0;
}

.rightBlock > h2 > span.rightEnd{
    background: #fff url('/images/right_top.png') no-repeat -339px 0;
    width: 11px;
    height: 30px;
    float: right;
    display: inline;
}

.rightBlockFooter{
    width: auto;
    padding: 0;
    margin: 0;
    height: 30px;
    background: #8C8C8C;
    background: #FFF url('/images/right_bottom.png') no-repeat 0 0;
}

.rightBlockFooter > span.footerEnd{
    width: 11px;
    float: right;
    display: inline;
    height: 30px;
    background: #8C8C8C;
    background: #FFF url('/images/right_bottom.png') no-repeat -339px 0;
}

#gameCloud > p{
    padding: 0 5px;

}

#gameCloud a{
    font-weight: normal;
}

.spacer {
    height: 5px;
    background: #4D4D4D;
}

.clearSpacerSmall {
    height: 10px;
    background: #FFF;
}

.clearSpacerLarge {
    height: 40px;
    background: #FFF;
}

.top {
    height: 25px;
    background: #3B3B3B;
}

.middle {
    min-height: 200px;
    background: #262627;
    position: relative;
    z-index: 1;
}

.middle > img {
    padding: 3.5%;
}

.bottom {
    height: 27px;
    width: auto;
    background: #3B3B3B;
}

.bottom > div:first-child{
    width: 20px;
    height: 27px;
    background: #FFF url('/images/main_bottom.png') no-repeat 0 0;
    float: left;
    display: inline;
}

.bottom > div:last-child{
    width: 20px;
    height: 27px;
    background: #FFF url('/images/main_bottom.png') no-repeat right;
    float:right;
    display: inline;
}

.hidden {
    display: none;
}

.clearAll{
    clear:   both;
    height: 0;
    line-height: 0;
    font-size: 0px;
}

#leftMenuControl{
    float: left;
    display: inline;
    position: relative;
    top: -10px;
    z-index:10;
}

#leftMenu{
    width: 174px;
    height: 225px;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

#leftMenu > li{
    width: 174px;
    height: 21px;
    padding: 4px 0 4px 0;
    background: #9C0000;
    float: left;
    display: inline;
}

#leftMenu > li > a{
    padding: 0 0 0 20px;
    position: relative;
    top: 4px;
}

#leftMenu > li.lineTop{
    width: 174px;
    height: 21px;
    background: #9C0000 url('/images/leftMenuTop.png') no-repeat 0 0;
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
}

#leftMenu > li.lineBreak{
    width: 174px;
    height: 2px;
    background: #9C0000 url('/images/red_panel_line.png') no-repeat 0 0;
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
}

#leftMenu > li.lineBottom{
    width: 174px;
    height: 20px;
    background: #9C0000 url('/images/leftMenuBottom.png') no-repeat 0 0;
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
}

#leftMenuToggle{
    float: left;
    display: inline;
    position: relative;
    top: -10px;
    width: 11px;
    height: 225px;
    padding: 0;
    margin: 0;
    z-index: 10;
    background: transparent url('/images/leftMenuClose.png') no-repeat -12px 0;
}

.closeLeftMenu {
    cursor: pointer;
    background: transparent url('/images/leftMenuClose.png') no-repeat 0 0;
}

.closeLeftMenu:hover {
    background: transparent url('/images/leftMenuClose.png') no-repeat -24px 0;
}
.openLeftMenu {
    cursor: pointer;
    background: transparent url('/images/leftMenuClose.png') no-repeat -36px 0;
}

.openLeftMenu:hover {
    background: transparent url('/images/leftMenuClose.png') no-repeat -60px 0;
}

#gameImageBlock{
    float: left;
    width: 200px;
    height: 328px;
    overflow: hidden;
}

#gameDataBlock{
    float: left;
    width: 740px;
    padding: 0 10px;
    text-align: left;
}

#backLink{
    top:-20px;
    left: -370px;
    padding: 0;
    margin: 0;
    position: relative;
}

#backLink > a{
    font-weight:bold;
    font-style: italic;
}

.largeGameImage{
    width: 201px;
    height: 91px;
    background: url('/images/game_panels_large.png') no-repeat;
    margin: 0;

}

.largeGameImage > a {
    width: 99px;
    height: 23px;
    font-size: small;
    font-weight: bold;
    background: url('/images/greyTrans.png') repeat;
    display: block;
    float: left;
    margin: 60px 0 0;
    padding: 7px 0 0;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    border-bottom: #000 1px solid;
}

.largeGameImage > a:first-child {
    border-left: #000 1px solid;
}

.largeGameImage > a:hover{
    color: #FFFF00;
    background: url('/images/redTrans.png') repeat;
}

#pricing {
    height: 80px;
    text-align: center;
}

.minorGameImage {
    width: 200px;
    height: 59px;
    background: transparent url('/images/game_panels.png') no-repeat;
    display: block;
    float: left;
    text-indent: -9999em;
}

.minorGameImage:hover {
    border: 0;
}

.minorGameImage > span{
    width: 200px;
    height: 59px;
    display: block;
}

.minorGameImage > span:hover{
    background: url('/images/redTrans.png') repeat;
}

#shoppingCart {
    margin: 20px auto;
    border-collapse: collapse;
}

#shoppingCart th{
    background: transparent url(/images/right_top.png) no-repeat -10px 0;
    height: 30px;
    text-indent: -9999px;
}

#shoppingCart th:first-child{
    background: transparent url(/images/right_top.png) no-repeat 0 0;
}

#shoppingCart th.endColumn{
    background: transparent url(/images/right_top.png) no-repeat -288px 0;
    width: 60px;
}

#shoppingCart tr{
    background: #4F4A4A;
}

#shoppingCart tr:first-child{
    background: transparent;
}

#shoppingCart tr.odd{
    background: #3B3B3B;
}

#shoppingCart td{
    padding: 6px 5px;
    height: 40px;
    margin: 0;
    text-align: center;
}

#shoppingCart td.description{
    text-align: left;
    font-size: small;
    font-weight: bold;
    padding: 0 0 0 10px;
}

#gameImages {
    padding: 10px;
    width: 850px;
    margin: auto;
}

#gameImages a{
    width: 202px;
    height: 61px;
    float: left;
    background: url('/images/game_panels_round.png') no-repeat;
    display: block;
    position: relative;
    margin: 5px 5px 30px;
    font-size: small;
    font-weight: bold;
}

#gameImages a:hover{
    border: 0;
    color: #FFFF00;
}

#gameImages a span{
    top: 70px;
    position: relative;
}

.leftImage {
    float:left;
    padding: 10px 0;
    margin: 0;
    width: 220px;
}

.rightText {
    width: 700px;
    float: left;
}

.rightText > div {
    width: 650px;
    margin: auto;
    text-align: left;
}

.hosting {
    float:left;
    padding: 0;
    margin: 0;
    width: 480px;
}

.hosting > div {
    padding: 0;
    margin: auto;
    width: 330px;
    text-align: left;
}

.endHosting {
    padding: 5px;
    margin: auto;
}

.bronze {
    color: #bf6f43;
}

.silver {
    color: #ededed;
}

.gold {
    color: #f8de66;
}

.platinum {
    color: #9f9e9e;
}

#ardescoLogo {
    float: right;
    padding: 10px;
}

#lazeryLogo {
    float: left;
    padding: 10px;
}

#aboutContainer{
    width: 100%;
    padding: 10px 0;
}

#aboutUs{
    margin: auto;
    width: 740px;
    text-align: left;
}

#aboutUs > p{
    margin: 0;
    padding: 10px 0;
}

#voiceDataBlock{
    width: 970px;
    padding: 0;
    text-align: left;
}

#voiceImage{
    float: left;
    height: 100px;
    padding: 10px;
}

#voiceDesc{
    float: left;
    width: 700px;
}

.topLink{
    float: left;
    margin: 5px 10px 0;
}

#empty{
    width: 400px;
    height: 200px;
    margin: 0 auto;
    padding: 10px;
}

#empty > span{
    position: relative;
    top: 100px;
}

.orderReminder{
    font-style: italic;
    padding: 5px;
    margin: 0;
    font-size: x-small;
    font-weight: bold;
}