body {
   
    background-position:0 314px;
    background-repeat:repeat-x;
    background-color: #000;
    color:#572d1a;
    font-family:Tahoma, Arial, sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
}

a {
    text-decoration: none;
    color:#572d1a;
}
a:hover {
    text-decoration: underline;
}
p a {
    text-decoration: underline;
}


#main {
    margin-left:auto;
    margin-right:auto;
    width:894px;
    margin-top:319px;
}

/* ### HEADER SECTION ####################################################### */

#logo {
height:291px;
position:absolute;
text-align:center;
top:213px;
width:100%;
z-index:1;
}

#logo img {
    margin-left:30px;
    border:0px;
}

#headerImage {
    background:transparent url(../images/header.jpg) no-repeat scroll center top;
    float:left;
    height:319px;
    left:0;
    margin-top:0;
    position:absolute;
    top:0;
    width:100%;
}


#headerPage{
    background:transparent url(../images/headerPage.jpg) no-repeat center top;
    float:left;
    height:222px;
    width:100%;
    margin:0px;
    position:absolute;
    left:0px;
    top:319px;

}

#mainMenu {
font-family:Garamond,Georgia,Times New Roman,Serif;
height:50px;
margin-left:auto;
margin-right:auto;
margin-top:53px;
padding:0 0 0 365px;
position:relative;
text-transform:uppercase;
width:491px;
z-index:3;
}

#mainMenu li a {
color:#cdc89c;
display:block;
font-size:12px;
height:46px;
padding-top:23px;
position:relative;
width:98px;
text-align: center;
}

#mainMenu li a:hover {
    background:black;
    opacity:0.3;
    filter:alpha(opacity=50);
    text-decoration: none;
}


#mainMenu li {
    left:0px;
    display:inline;
    vertical-align:top;
    float:left;
}

#mainForum{
    position:relative;
    right:58px;
}
#mainGuide{
    position:relative;
    right:65px;
}
#mainMedia{
    position:relative;
    right:49px;
}

#mainRanking{
    position:relative;
    right:20px;
}

/* ### LEFT SECTION ######################################################### */

#leftColumn {
    background:transparent url(../images/login_box.png) no-repeat scroll 0 0;
    float:left;
    height:249px;
    margin-left:44px;
    padding:5px 2px;
    position:relative;
    top:-6px;
    width:209px;
    z-index:4;
}

#leftColumn form {
    margin-left:13px;
    margin-top:6px;
}

.leftColumnIe {
    background:transparent url(../images/login_box_ie.png) no-repeat scroll 0 0 !important;
}

#leftColumn h1 {
    color:#F0F0F0;
    font-family:Georgia,Serif;
    font-size:13px;
    font-weight:normal;
    margin:-1px 0 19px -1px;
    text-align:left;
    text-transform:uppercase;
}

#leftColumn .loggedLinks {
    background-color:#8C5828;
    border-bottom:2px solid #734219;
    border-top:2px solid #734219;
    color:#FBF7B8;
    display:block;
    font-size:10px;
    margin-top:5px;
    padding:2px;
    text-align:center;
    text-transform:uppercase;
}


#loginForm label {
color:#FFFFFF;
display:block;
font-family:Georgia, Garamond;
font-size:14px;
margin-top:4px;
text-align:left;
text-shadow:1px 1px 2px black;
text-transform:uppercase;
}
#loginForm input {
    display:block;
    width:178px;
    height:18px;
    border:1px solid transparent;
    background:none;
    margin: 0px;
}

#loginForm a{
    color: #fff;
}

.loginButton {
    background:transparent url(../images/login_button.png) no-repeat scroll center top;
    color:#FAE3A6;
    cursor:pointer;
    font-family:georgia;
    font-size:11px;
    height:18px;
    left:100px;
    margin-top:5px;
    position:relative;
    text-align:center;
    width:82px;
    padding-top:6px;
    text-transform: uppercase;
    z-index:1000;
}
.loginButton:hover {
    color:#FFFFFF;
    background-position:bottom;
}





.registerButton {
background:transparent url(../images/register_button.png) no-repeat scroll center top;
color:#F1E9AD;
cursor:pointer;
font-family:georgia;
font-size:14px;
height:24px;
left:18px;
padding-top:8px;
position:absolute;
text-align:center;
text-transform:uppercase;
top:26px;
width:178px;
}
.registerButton:hover {
    background-position:bottom;
    color:#FFFFFF;

}



/* ### RIGHT SECTION ######################################################## */
#rightColumn {
    float:right;
    margin-top:170px;
    position:relative;
    width:630px;
}

#rightColumn #rightHeader {
    background:url(../images/main_box_up.png);
    width:668px;
    height:62px;
    position: absolute;
}
#rightColumn #rightFooter {
    background:url(../images/main_box_bottom.png);
    width:668px;
    height:62px;
    position: absolute;
    z-index: -1;
    margin-top:-30px;
}

#rightColumn .box {
    left: 623px;
    background-color: #f6e89c;
    border:1px solid #e5c25d;
    padding:4px;

}

.featureBox {
    background:transparent url(../images/features.png) no-repeat scroll 0 0;
    float:left;
    height:237px;
    margin:15px 0 0;
    padding-left:10px;
    padding-right:20px;
    padding-top:20px;
    width:266px;
}

.featureBox p {
font-family:Georgia;
font-size:15px;
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin-bottom:14px;
margin-left:14px;
margin-top:6px;
}

.featureBox p b {
    font-size:16px;
}

.featureBox p.margin {
    margin-left:30px;
}

.innerBoxNews p {
    float:right;
    margin:0 0 8px;
    width:210px;
}

.innerBoxNews p.date {
    clear:right;
    color:white;
    float:left;
    font-size:10px;
    font-weight:normal;
    line-height:15px;
    margin:0 2px 0 0;
    padding:0;
    width:40px;
}

.innerBoxNews {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/news.png) no-repeat scroll 0 0;
color:#45453D;
float:left;
font-size:11px;
height:245px;
margin:15px auto 0;
padding-left:24px;
padding-right:17px;
padding-top:12px;
width:256px;
}

.innerBoxNews hr {
border-color:#C0BA9A;
border-style:solid solid none;
border-width:1px 1px 0;
clear:right;
height:1px;
}
.innerBoxNews a{
    /*color:#fff;*/
}

.innerBoxNews .innerBoxHeader {
    width: 276px;
    height:40px;
    position:relative;
    left:12px;
    font-size:9px;
    padding-top:2px;
}


.innerBoxNews ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:5px 0 0px 15px;
}

.innerBoxNews li{
    margin-bottom:8px;    
    position:relative;
    width:242px;
    
}

.innerBox .innerBoxFooter {
    width: 623px;
    height:25px;
    background: url(../images/inner_box_bottom.png) no-repeat;
    position:relative;
    left:-10px;
    margin-top:12px;
}


.innerBoxScreenShoot{
    background:#f7eaa3 url(../images/screenshoots.jpg) no-repeat scroll 0 0;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    width:572px;
    height:217px;
    margin-top:10px;
    margin-bottom:-10px;
    position:relative;
    float:right;
    right:76px;
    color:#fff;

}

.innerBoxScreenShoot .innerBoxScreenShootHeader h1{
    color:#fff;
    font-weight: normal;
    font-size:12px;
    text-transform:uppercase;
    text-align: center;
    font-family: Georgia, serif;
    padding-top:10px;
    float:left;
    margin-left:20px;
}

.innerBoxScreenShoot .innerBoxScreenShootContent{
    
    float:left; 
    margin-top:22px;
    padding-top:10px;
}

.innerBoxScreenShoot  a{
    margin-left:35px;
}

#footer {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/footer.jpg) no-repeat scroll center center;
    clear:both;
    color:#FFFFFF;
    height:65px;
    position:relative;
    top:122px;
    width:100%;
}

#footer a{
    color:#fff;
}

#footer p {
    text-align: center;
    padding:25px;
}

#footerPadding {
    background: transparent url(../images/footer-padding.jpg) no-repeat;
    background-color:#000;
    clear:both;
    height:10px;
    margin-top:7px;
    position:relative;
    top:80px;
    width:915px;
    color:#795113;
    margin-left:131px;
    top:-259px;
}


#playNow {
    height:112px;
    left:0;
    position:absolute;
    top:153px;
}

#playNow h1 {
    color:#1c2206;
    font-family:georgia;
    font-size:11px;
    font-weight:normal;
    margin-top:6px;
    position:relative;
    text-align:center;
    text-transform:uppercase;
    width:215px;
}

#playNow hr {
    color: #fff;
}

.innerBox hr {
    border-bottom:none;
    border-top:solid 1px #E5C25C;
    height:1px;
    left:-5px;
    position:relative;
    width: 613px;
}
.innerBox h2 {
    font-family:georgia;
    font-size:11px;
    font-weight:normal;
    left:-5px;
    padding:7px;
    position:relative;
    color:#a3652c;
    margin-bottom: 0px;
    margin-top: 0px;
}

.innerBox h1 {
    color:#124D52;
    font-family:Georgia;
    font-size:17px;
    font-weight:normal;
    margin-bottom:0;
    margin-top:0;
    padding-top:10px;
    text-transform:uppercase;
}

label {
    display:inline-block;
    width:130px;
    text-align: right;
    padding-right:6px;
}

input, select {
    width: 159px;
    margin-top: 10px;
    background-color: #ece9d6;
    border:1px solid #d1ccae;
}

input.selected, select.selected {
    background-color: #f3f1e4;
}

form small {
color:#86857b;
float:right;
position:relative;
top:8px;
width:235px;
}

form small.error {
    color:#e53b22;
}
form small.sucess{
    color:green;
}
#recaptcha_widget_div {
    display:inline-block;
    vertical-align:top;
    width:320px;
    height:130px;
}

#createAccountButton {
    background: transparent url(../images/create_account_button.png) no-repeat top;
    width: 187px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 25px;
    height: 41px;
    text-transform: uppercase;
    font-family: georgia;
    font-weight: bold;
    font-size: 12px;
    cursor: url(/sobreimages/gui/cursors/pointer.ico), default;
}

#createAccountButton:hover {
    background-position: bottom;
}

table {
    border:none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width:537px;
}

table th.left {
background-image:url(/sobreimages/gui/general/table_corner_left.gif);
background-position:left top;
background-repeat:no-repeat;
}
table th.right {
background-image:url(/sobreimages/gui/general/table_corner_right.gif);
background-position:right top;
background-repeat:no-repeat;
}

table td, table th {
    border:medium none;
    margin:0;
    padding:2px;
    text-align:center;
}

table th {
    background-color:#707970;
    color:#FEF7C1;
    font-family:Georgia,serif;
    font-size:10px;
    font-weight:normal;
    padding:3px;
    margin:0;
    text-transform:uppercase;
}

table tr.even {
    background-color: #fcf3bb;
}


table tr.odd {
    background-color: #fef6c3;
}
table tr.odd:hover, table tr.even:hover {
    background-color: #fef8d4;
}

#pagination {
    width: 537px;
    height: 37px;
    background-color: #e0bb60;
    margin-left: auto;
    margin-right: auto;
    font-size:11px;
    font-family: Tahoma;
}

#pages a, #pages div {
    width:26px;
    height:16px;
    display: inline-block;
    padding-top:3px;
    text-align: center;
    background:url(../images/rank_page.png) bottom;
}


#pages .actualPage {
    background-position: top;
    font-weight: bold;
}

#pagination p {
    float:left;
    margin:0px;
    margin-left:10px;
    padding:8px;
}
#pagination p input {
    width: 20px;
    border:1px solid #9d6f31;
    text-align: center;
    margin:0px;
}


#pagination #pages {
    float:right;
    margin-right:10px;
    position:relative;
    top:25%;
}

#pages .first {
    background:url(../images/pages_first.png) center;
}

#pages .first:hover {
    background:url(../images/pages_first.png) bottom;
}

#pages .previous {
    background:url(../images/pages_previous.png) center;
    width: 18px;
}
#pages .previous:hover {
    background:url(../images/pages_previous.png) bottom;
    width: 18px;
}
#pages .next {
    background:url(../images/pages_next.png) center;
    width: 18px;
}
#pages .next:hover {
    background:url(../images/pages_next.png) bottom;
    width: 18px;
}
#pages .last {
    background:url(../images/pages_last.png) center;
}
#pages .last:hover {
    background:url(../images/pages_last.png) bottom;
}

#pages .disabled {
    background-position: top !important;
}


.smallWindowButton {
    background-color:#A0AEA4;
    color:#75471E;
    font-family:Tahoma,Arial,sans-serif;
    font-size:10px;
    height:12px;
    margin-left:10px;
    padding:5px 10px;
    position:relative;
    text-align:center;
    text-transform:uppercase;
    width:90px;
    cursor:pointer;
    white-space: nowrap;
}

#languages {
    float:right;
    position:relative;
    right:32px;
    top:86px;
    z-index:3;
}

h4{
    color:#ffffff;
}

#languages a {
    float:left;
    margin-left:3px;
}
#languages img {
    border:none;
}

#links {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none no-repeat scroll 0 0;
height:140px;
margin-left:-25px;
margin-bottom:30px;
padding:15px;
position:relative;
top:112px;
width:228px;
}

#linkForum{
    background: url(../images/Forum.png) no-repeat scroll center top;
}
#linkForum:hover {
    background: url(../images/Forum.png) no-repeat scroll center bottom;
}

#linkGuide{
    background: url(../images/Guide.png) no-repeat scroll center top;
}
#linkGuide:hover{
    background: url(../images/Guide.png) no-repeat scroll center bottom;
}

.insideLink{    
    position:relative;
    width:228px;
    height:36px;
    margin-bottom:9px;
}

.insideLink p {
    color:#FFFFFF;
    font-family:Garamond,Georgia,Serif;
    font-size:15px;
    margin:0;
    padding:12px 6px 6px 24px;
    text-transform:uppercase;
}

#ranking {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/bounty_hunter.png) no-repeat scroll 0 0;
    float:left;
    height:423px;
    padding:8px 13px 14px;
    position:relative;
    top:24px;
    width:184px;
}

#ranking p {
    clear:left;
    color:wheat;
    float:left;
    font-size:10px;
    height:16px;
    margin:0 4px 4px;
    overflow:hidden;
    padding:0 1px 15px 0;
    white-space:nowrap;
    width:62px;
}
#ranking .bounty {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#242018 none repeat scroll 0 0;
clear:left;
height:33px;
padding-top:2px;
width:182px;
}

#ranking .costs {
float:right;
padding-top:1px;
width:110px;
}

#ranking .costs span {
color:wheat;
display:inline-block;
font-size:10px;
overflow:hidden;
white-space:nowrap;
width:53px;
margin-bottom:1px;
}
#ranking .costs span img {
height:11px;
margin-right:4px;
vertical-align:text-bottom;
}

#ranking span p{
    color:#fff;
    font-size:small;
    padding: 0px 5px 4px 13px;
    margin:0px;
    margin-bottom:3px;
    font-family:Tahoma,Arial,sans-serif;
    margin-left:40px;
}

#ranking hr{
    width:178px;
    color:#fff;
    float:left;
    margin-left:8px;
}


#ranking a p{
    color:#fff;
    font-size:10px;
    float:right;
}

#ranking #rankingFooter{
    position:absolute;
    bottom:28px;
}

#background {
    background-image:url(../images/background.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    height:1023px;
    margin-left:0;
    margin-top:222px;
    position:absolute;
    width:100%;
}

.innerBoxContent{
    position:relative;
    padding-bottom:170px;
    color: #fff;
    width:600px;

}

#topLinks {
left:371px;
margin-left:auto;
margin-right:auto;
margin-top:28px;
padding-right:15px;
position:relative;
text-align:right;
width:100px;
z-index:1;
}

#topLinks img {
    border:0px;
}

/* #################################### CONTENT BOX */

.contentBox {
    width:597px;
    clear:both;
    padding-top: 10px;
}
.contentBoxHeader {
    width:597px;
    height:14px;
    background:url(../images/contentbox/header.png);
}
.contentBoxHeader2 {
    background:transparent url(../images/contentbox/header2.png) repeat scroll 0 0;
    height:128px;
    position:relative;
    width:579px;
    z-index:-1;
    margin-top:-40px;
    margin-left:-18px;
    margin-bottom:-87px;
}
.contentBoxFooter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/contentbox/footer.png) no-repeat scroll 0 0;
height:15px;
position:relative;
top:7px;
width:597px;
}
.contentBoxFooter2 {
background:transparent url(../images/contentbox/footer2.png) repeat scroll 0 0;
clear:both;
height:89px;
margin-left:-18px;
margin-right:auto;
margin-top:-82px;
position:relative;
width:579px;
z-index:-1;
float:left;
}
.contentBoxMain {
    background:transparent url(../images/contentbox/main.png) repeat scroll 0 0;
    margin-left:9px;
    padding-left:18px;
    padding-right:18px;
    padding-top:40px;
    position:relative;
    width:543px;
    z-index:1;
    color:#45453D;
    
}

.contentBoxHeader2 h1, .innerBoxNews h1  {
    font-family:Georgia, Garamond, Serif;
    font-size:14px !important;
    color:#f0f0f0 !important;
    padding-left:10px;
    margin:0px !important;
    text-shadow:1px 1px 2px black;
    text-transform: uppercase;
    font-weight: normal;
}


.innerBoxNews h1  {
    padding-left:0px;
    left:-15px;
    position:absolute;
}


.contentBoxMain h2 {
    font-family:Georgia, Garamond, Serif;
    font-size:12px;
    color:#b94600;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom:3px;
    padding-bottom:0px;
    margin-top: 10px;
    clear:both;
}

.contentBoxMain h1 {
    font-family:Georgia, Garamond, Serif;
    font-size:18px;
    color:#b94600;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom:5px;
    padding-bottom:0px;
    margin-top: 20px;
    clear:both;
}

.contentBoxMain .screenshots img {
border:medium none;
float:left;
height:120px;
margin:10px 12px 13px 8px;
width:161px;
}

.contentBoxMain img {
    float:left;
    margin-bottom: 10px;
    margin-right: 10px;
    border:none;
}

.contentBoxMain p {
    margin-top:0px;
}

.contentBoxLeftShadow {
    background:transparent url(../images/contentbox/leftshadow.png) repeat-y scroll 0 0;
    height:100%;
    left:-9px;
    position:absolute;
    top:0;
    width:10px;
}

.contentBoxRightShadow {
    background:transparent url(../images/contentbox/rightshadow.png) repeat-y scroll 0 0;
    height:100%;
    right:-9px;
    position:absolute;
    top:0;
    width:10px;
}


/* #################################### CONTENT BOX */

/* ############ GAME GUIDE ######## */

.table_structure_header{

    margin-top:0px !important;
    margin-left:3px !important;
    background:none ;
    text-align: left;
    padding-bottom: 60px;
    width:435px;


}


.structure_header_info{
    position: relative;
    width: 110px;
    color: #d49e48 !important;

}

.structure_header{
    position:relative;
    width:370px;
    background:none !important;
    text-align: left !important;

}

.structure_header .structure_header_info p , .structure_header .structure_header_requeriment p{
    text-align: left !important;
    color: #d49e48 !important;

}

.structure_header .cost{
    width: 200px;
}

.structure_header_requeriment{
    background:none !important;
    text-align: left !important;

}

.structure_header_data{
    text-align: left !important;

}


td.cost  {
    padding-left:4px;
    padding-top:3px;
    width:110px;
    vertical-align:top;
}
td.cost span img {
    margin-right:1px;
    vertical-align: bottom;
}

td.cost span {
    float:left;
    margin-bottom:2px;
    text-align:left;
    width:55px;
}

td.cost .timeAndCost {
    float:left;
    margin-bottom:2px;
    text-align:left;
    width:39px;
    font-size:9px;
}


.requirement{
    position: relative;
    width:230px !important;


}

#gameguideBox h1 {
    color:#124D52;
    font-size:17px;
    width: 542px;
    text-align:left;
    padding-top:10px;
    padding-bottom:5px;
    padding-left:10px;
    border-bottom:1px solid #767a91;
    border-top:1px solid #767a91;
    position:relative;
    background-color:#a0abae;
    left:-6px;
    margin-top:10px;

}

table tr {
    background-color:#a0aea4;
}

/* ############ GAME GUIDE ######## */