﻿/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:14px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

/* AR */
pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}
INPUT.type_radio,
INPUT.type_checkbox {
	position: relative;
	bottom: -2px;
}
* HTML INPUT.type_radio,
* HTML INPUT.type_checkbox {
    position:static;
    bottom: 0;
}
A {
    text-decoration:underline;
    /*-moz-outline-style:none;*/
    color:#025F94;
    font-weight:bold;
}
A:hover{
    text-decoration:none;
}
INPUT, TEXTAREA, SELECT {
    font: 12px arial;
    padding: 1px 2px;
}
OPTION{
    padding: 0 7px 0 3px;
}
/* CLEARFIX */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0;
	line-height: 0;
	font-size: 0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
/* Hide from IE Mac \*/
    .clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {
    height:1%;
}
.imgfix {
	vertical-align: bottom;
}
html {
    height: 100%;
}
body {
    background:#62CFFF url(../images/bg_body.png) repeat-x;
    height: 100%;
}
.container {
    position: relative;
    min-height: 100%;
    background:url(../images/bg_top.png) no-repeat center top;
}
.content {
    width:980px;
    margin:0 auto;
	padding-bottom:80px;
	position:relative;
	z-index:1;
}
.content_wide {
    width:1100px;
    margin:0 auto;
	padding-bottom:80px;
	position:relative;
	z-index:1;
}
.footer {
    position: relative;
    margin: -80px auto 0 auto;
	height:80px;
	width:980px;
}
.footer_inner {
    position:absolute;
    z-index:2;
    bottom:0px;
    left:180px;
    height:61px;
    width:636px;
    background:url(../images/bg_footer.png) no-repeat;
}
.footer ul {
    text-align:center;
    padding:27px 0 0 0;
}
.footer li {
    display:inline;
    padding:0 10px;
    height:20px;
    line-height:20px;
    text-align:center;
    border-right:solid 1px #6AA1BE;
}
.footer li.last {
    border:none;
}
.footer li a {
    font-size:13px;
    font-weight:bold;
    color:#025F94;
    position:relative;
}
.content_top,
.content_btm {
    display:block;
    width:980px;
    height:18px;
    overflow:hidden;
    background-repeat:no-repeat;
    background-image:url(../images/bg_content.png);
}
.content_top {
    background-position:0 0;
}
.content_btm {
    background-position:0 100%;
}

.content_top_wide,
.content_btm_wide {
    display:block;
    width:1150px;
    height:18px;
    overflow:hidden;
    background-repeat:no-repeat;
    background-image:url(../images/bg_content_wide.png);
}
.content_top_wide {
    background-position:0 0;
}
.content_btm_wide {
    background-position:0 100%;
}


.with_tabs {
    height:48px;
    background-image:url(../images/bg_content_toptab.png);
    position:relative;
    z-index:1;
}
.with_tabs a {
    position:absolute;
    top:20px;
    color:#025F94;
    font-size:12px;
    text-decoration:underline;
}
.with_tabs a:hover {
    text-decoration:none;
}
.with_tabs a.back {
    background:url(../images/bg_arrows.png) no-repeat left top;
    padding:0 0 0 10px;
    left:20px;
}

/* Home */
.with_tabs a.home {
    left:370px;
    font-weight:normal; 
}
.with_tabs a.home.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.sign_up {
    left:430px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.sign_up.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}


.with_tabs a.faq {
    left:506px;
    font-weight:normal; 
}
.with_tabs a.faq.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}
.with_tabs a.about {
    left:556px;
    font-weight:normal; 
}
.with_tabs a.about.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}
.with_tabs a.contact {
    left:624px;
    font-weight:normal; 
}
.with_tabs a.contact.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}


/********* */
.with_tabs a.catalog {
    left:514px;
    font-weight:normal; 
}
/* AR */
.with_tabs a.catalog.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

/* Create */

.with_tabs a.about_studio {
    left:65px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.about_studio.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.studio {
    left:220px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.studio.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.tutorials {
    left:310px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.tutorials.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.sample {
    left:390px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.sample.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.graphics {
    left:510px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.graphics.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.distribution {
    left:635px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.distribution.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.get2mobile {
    left:730px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.get2mobile.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}


.with_tabs a.contests {
    left:790px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.contests.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.forum {
    left:870px;
	color: #ff6501;
    font-weight:bold; 
}
.with_tabs a.forum.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

/* Contests */

.with_tabs a.active {
    left:65px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.active.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.past {
    left:185px;
    font-weight:normal; 
    color:#025F94;
    text-decoration:underline;
}
.with_tabs a.past.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}


/* End of Contests */

/* GameCast #1 */

.with_tabs a.info {
    left:450px;
    font-weight:normal; 
}
.with_tabs a.info.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.rules {
    left:500px;
    font-weight:normal; 
}
.with_tabs a.rules.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.sponsors {
    left:560px;
    font-weight:normal; 
}
.with_tabs a.sponsors.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.judges {
    left:640px;
    font-weight:normal; 
}
.with_tabs a.judges.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.prizes {
    left:710px;
    font-weight:normal; 
}
.with_tabs a.prizes.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.with_tabs a.winners {
    left:770px;
    font-weight:normal; 
}
.with_tabs a.winners.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

/* End of GameCast #1 */

/* Play */

.with_tabs a.catalog {
    left:732px;
    font-weight:normal; 
}
.with_tabs a.catalog.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}



/* End of Play */

.with_tabs a.competition p {
    background:url(../images/award.gif);
	width:50px;
}

.with_tabs a.competition {
    left:514px;
    font-weight:normal; 
	background-repeat:no-repeat;
    background-position:0 0;
}

/* AR */
.with_tabs a.competition.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
    background-repeat:no-repeat;
    background-position:0 0;
}


.content_body {
    width:933px;
    background:url(../images/bg_content.png) repeat-y right;
    padding:10px 24px 10px 23px;
    color:#505050;
}

.content_body_wide {
    width:1104px;
    background:url(../images/bg_content_wide.png) repeat-y right;
    padding:10px 24px 10px 23px;
}

.header {
    width:980px;
    height:110px;
    margin:0 auto;
    position:relative;
    z-index:2;
}
.header h1 {
    width:303px;
    height:114px;
}
.header h1 a {
    display:block;
    width:303px;
    height:114px;
    overflow:hidden;
    text-align:left;
    text-indent:-9999em;
    background:url(../images/logo_mominis.png) no-repeat;
}
.header .nav {
    position:absolute;
    right:0px;
    bottom:-4px;
    width:380px;
    height:36px;
    z-index:2;
}
.header .nav li {
    float:left;
    width:126px;
    height:36px;
}
.header .nav li a {
    display:block;
    width:126px;
    height:36px;
    overflow:hidden;
    text-align:left;
    text-indent:-9999em;
    background-image:url(../images/bg_navbar.png);
    background-repeat:no-repeat;
}
.header .nav li a.home {
    background-position:0 0;
}
.header .nav li a.home:hover {
    background-position:0 -40px;
}
.header .nav li a.about {
    background-position:-126px 0;
}
.header .nav li a.about:hover {
    background-position:-126px -40px;
}
.header .nav li a.blog {
    background-position:-252px 0;
}
.header .nav li a.blog:hover {
    background-position:-252px -40px;
}
.header .mymenu {
    position:absolute;
    top:24px;
    right:10px;
}
.header .mymenu li {
    float:left;
    height:14px;
}
.header .mymenu li.inbox {
    background:url(../images/icon_inbox.png) no-repeat 0 1px;
    padding:0 10px 1px 30px;
    border-right:solid 1px #FFFFFF;
}
.header .mymenu li.forum {
    padding:0 110px 1px 10px;
}

.header .mymenu li.forum_loggedin {
    padding:0 14px 1px 10px;
}
.header .mymenu li.logout {
    padding:0 2px 1px 50px;
}
.header .mymenu li.logout a {
    color:#C7F0FF;
}
.header .mymenu li.login {
    padding:0 10px 1px 10px;
    border-right:solid 1px #FFFFFF;
}
.header .mymenu li.signup {
    padding:0 10px 1px 10px;
    border-right:solid 1px #FFFFFF;
}

.header .mymenu li a {
    color:#FFFFFF;
    font-weight:bold;
    font-size:13px;
    text-decoration:underline;
}
.header .mymenu li a:hover {
    text-decoration:none;
}
.header .navtabs {
    position:absolute;
    z-index:2;
    right:11px;
    top:77px;
}
.header .navtabs li {
   float:left;
   width:121px;
   height:43px;
   position:relative;
   z-index:2;
}
.header .navtabs li.tab_create {
   width:114px;
}
.header .navtabs li.tab_play {
   width:114px;
}
.header .navtabs li.tab a {
   position:absolute;
   top:0px;
   left:0px;
   z-index:2;
   width:121px;
   height:44px;
/*    background-image:url(../images/bg_navtabs.png);		*/
    background-image:url(../images/bg_navtabs_contests.png);
   background-repeat:no-repeat;
   overflow:hidden;
   text-align:left;
   text-indent:-9999em;
}
.header .navtabs li.tab_home a {
    background-position:0 0;
}
.header .navtabs li.tab_create a {
	width:114px;
	background-position:-121px 0;
}
.header .navtabs li.tab_play a {
	background-position:-235px 0;
	width:114px;
}
.header .navtabs li.tab_contest a {
	background-position:-348px 0;
}


.header .navtabs li.tab_home a:hover {
   background-position:0 -57px;
}
.header .navtabs li.tab_create a:hover {
   background-position:-121px -57px;
}
.header .navtabs li.tab_play a:hover {
    background-position:-235px -57px;
}

.header .navtabs li.tab_contest a:hover {
   background-position:-348px -57px;
   width:145px;
}
.header .navtabs li.selected a {
    background-position:0 -124px;
    height:47px;
}
.header .navtabs li.selected a {
   height:47px;
}
.header .navtabs li.selected a.link_contest,
.header .navtabs li.tab_contest a:hover {
    background-position:-348px -115px;
/*	width:114px;	*/
/*	width:145px;	*/
}
.header .navtabs li.selected a.link_play,
.header .navtabs li.tab_play a:hover {
    background-position:-235px -115px;
}
.header .navtabs li.selected a.link_create,
.header .navtabs li.tab_create a:hover {
    background-position:-121px -115px;
}
.header .navtabs li.selected a.link_home,
.header .navtabs li.tab_home a:hover {
    background-position:0 -115px;
}
.header .navtabs li.none {
   text-align:right;
   width:138px;
}
.header .navtabs li.none a {
   display:inline;
   line-height:43px;
   font-size:18px;
   font-weight:bold;
   color:#FFFFFF;
}
.header .navtabs li.none a:hover {
    text-decoration:none;
}

.content_body .left_side {
    width:657px;
    float:left;
}

.content_body .get2mobile_banner {
    background:url(../images/get2mobile.jpg) no-repeat left top;
	width:653px;
	height:305px;
}

/*
	AR Fix
*/
.content_body .left_side_narrow {
    width:266px;
    float:left;
}

.content_body .right_side {
    width:267px;
    float:right;
}
.left_side .box_1 {
    width:656px;
    margin:0 0 10px 0;
}
.left_side .box_1 .box_top {
    height:44px;
    font-size:18px;
    line-height:36px;
    color:#4E4D4D;
    background:url(../images/bg_box_1_leftside.png) no-repeat left top;
    padding:0 0 0 10px;
}
.left_side .box_1 .box_body {
    background:url(../images/bg_box_1_leftside.png) repeat-y right;
    padding:0 10px;
}
.left_side .box_1 .box_btm {
    height:26px;
    background:url(../images/bg_box_1_leftside.png) no-repeat left bottom;
}

/*
.steps li {
    display:inline; 
    float:left;
    width:207px;
    height:53px;
    padding:174px 0 0 0;
    margin:0 4px 0 0;
    background-image:url(../images/bg_3steps.jpg);
    background-repeat:no-repeat;
    color:#FFFFFF;
}
.steps li a {
    color:#FFFFFF;
}
.steps li.one {
    background-position:0 0;
	display:block;
}
.steps li.one a {
	width:207px;
	height:53px;
}
.steps li.one span {
	visibility: hidden;
}

.steps li.two {
    background-position:0 -174px;
}
.steps li.three {
    background-position:0 -348px;
    margin:0;
}
.steps li em {
    float:left;
    width:33px;
    height:53px;
    line-height:53px;
    font-family:Trebuchet MS;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    background:url(../images/bg_3steps.jpg) bottom left;
}
.steps li strong {
    float:right;
    width:174px;
    height:48px;
    padding:5px 0 0 0;
    background:url(../images/bg_3steps.jpg) bottom right;
    text-align:center;
    font-size:17px;
    font-weight:bold;
}
*/


.step1 a {
	float:left;
	width: 207px;
	height: 53px;
    padding:174px 0 0 0;
    margin:0 4px 0 0;
    text-decoration:none;
    background-image:url(../images/bg_3steps.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#FFFFFF;
}

.step2 a {
	float:left;
	width: 207px;
	height: 53px;
    padding:174px 0 0 0;
    margin:0 4px 0 0;
    text-decoration:none;
    background-image:url(../images/bg_3steps.jpg);
    background-repeat:no-repeat;
    background-position:0 -174px;
    color:#FFFFFF;
}

.step3 a {
	float:left;
	width: 207px;
	height: 53px;
    padding:174px 0 0 0;
    margin:0;
    text-decoration:none;
    background-image:url(../images/bg_3steps.jpg);
    background-repeat:no-repeat;
    background-position:0 -348px;
    color:#FFFFFF;
}

.steps {
	display:block;
	height:220px;
}

.steps em {
    float:left;
    width:33px;
    height:53px;
    line-height:53px;
    font-family:Trebuchet MS;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    background:url(../images/bg_3steps.jpg) bottom left;
}
.steps strong {
    float:right;
    width:174px;
    height:48px;
    padding:5px 0 0 0;
    background:url(../images/bg_3steps.jpg) bottom right;
    text-align:center;
    font-size:17px;
    font-weight:bold;
}

.created_by_info {
    position:relative;
    padding:0 320px 0 0;
}
.created_by_preview {
    position:absolute;
    width:226px;
    height:297px;
    top:-49px;
    right:34px;
    background:url(../images/bg_phone.png) no-repeat;
}
.created_by_preview .frame {
    position:absolute;
    top:36px;
    left:28px;
    width:172px;
    height:224px;  
    overflow:hidden;
}
.created_by_preview .frame span {
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    width:172px;
    height:224px;
    background:url(../images/bg_phoneframe.png) no-repeat;
}
.created_by_preview .btn {
    font-size:14px;
    font-weight:bold;
    color:#025F94;
    text-decoration:underline;
    background-image:url(../images/bg_arrows.png);
    background-repeat:no-repeat;
    position:absolute;
    bottom:15px;
}
.created_by_preview .btn:hover {
    text-decoration:none;
}
.created_by_preview .prev {
    padding:0 0 0 10px;
    background-position:left top;
    left:30px;
}
.created_by_preview .next {
    padding:0 10px 0 0;
    background-position:right bottom;
    right:30px;
}
p.title {
    font-size:20px;
    font-weight:bold;
    line-height:40px;
    border-bottom:solid 1px #EBB700;
    color:#F48502;
    margin:0 0 8px 0;
}
p.improved_title {
    font-size:20px;
    font-weight:bold;
    line-height:40px;
    border-bottom:solid 2px #EBB700;
    color:#F48502;
    margin:0px 0px 8px 0px;
}

p.improved_title2 {
    font-size:20px;
    font-weight:bold;
    line-height:40px;
    border-bottom:solid 1px #EBB700;
    color:#F48502;
}


p strong {
    font-weight:bold;
}
p small {
    font-size:12px;
}

p.text {
    color:#4E4D4D;
    line-height:20px;
    padding:8px 0;
}

.thinlink_paragraph a {
    color:#025f94;
    font-weight:normal;

}


p.gray {
    color:#4E4D4D;
}
p.graytext_small {
    color:#505050;
	font-size: 12px;
    line-height:18px;
}

p.graytext {
    color:#4E4D4D;
	font-size: 14px;
    line-height:18px;
}
p.graytext2 {
    color:#505050;
	font-size: 14px;
    line-height:18px;
    padding:8px 0;
}


p.gray_small_headline {
    color:#505050;
	font-size: 12px;
    line-height:8px;
	font-weight: bold;
}


a.button {
    display:block;
    height:34px;
    text-align:left;
    text-indent:-9999em;
    overflow:hidden;
}
.left_side .box_2 {
    width:321px;
}

.two_boxes .box_2 {
    float:left;
}
.two_boxes .right {
    float:right;
}
.two_boxes .left {
    float:left;
}

.left_side .box_2 .box_top {
    height:10px;
    overflow:hidden;
    background:url(../images/bg_box2_leftside.png) no-repeat 0 0;
}
.left_side .box_2 .box_btm {
    height:20px;
    overflow:hidden;
    background:url(../images/bg_box2_leftside.png) no-repeat left bottom;
}
.left_side .box_2 .box_body {	
	background:url(../images/bg_box2_leftside.png) repeat-y right;
    padding: 0 16px;
}

/* AR */
.left_side_narrow .box_1 {
    width:225px;
    height:183px;
    padding:15px 20px 0 20px;
    background:url(../images/bg_box3_rightside.jpg) no-repeat 0 0;
    margin:0 0 10px 0;
}

.left_side_narrow .box_1 p {
    font-size:16px;
    line-height:28px;
    color:#005B7E;
}
.left_side_narrow .box_1 p.ttl {
    color:#FFFFFF;
    font-size:20px;
    height:51px;
    line-height:51px;
    background:url(../images/icon_cup.png) no-repeat left;
    padding:0 0 0 60px;
    margin:0 0 10px 0;
}


.left_side_narrow .box_3 {
    width:265px;
    margin:0 0 10px 0;
}


/* AR */
.left_side_narrow .box_3 .box_top {
    height:44px;
    font-size:18px;
    line-height:36px;
/*    color:#4E4D4D; */
    color:#353535;
    background:url(../images/bg_box_3_leftside_narrow.png) no-repeat left top;
    padding:0 0 0 20px;
}


/* AR */
.left_side_narrow .box_3 .box_body {
    background:url(../images/bg_box_3_leftside_narrow.png) repeat-y right;
    padding:0 10px;
}

/* AR */
.left_side_narrow .box_3 .box_body ul.bullet li {
    display:block;
    font-size:15px;
    font-weight:bold;
    line-height:20px;
    color:#4D4D4D;
    padding:0 0 5px 26px;
    background:url(../images/bullet_1.png) no-repeat 10px 3px; 
}

/* AR */
.left_side_narrow .box_3 .box_body ul.bullet li a {
    text-decoration:underline;
    /*-moz-outline-style:none;*/
    color:#025F94;
    font-weight:bold;
}

/* AR */
.left_side_narrow .box_3 .box_body ul.bullet li a.new_link {
    color:orange;
}




/* AR */
.left_side_narrow .box_3 .box_btm {
    height:28px;
    background:url(../images/bg_box_3_leftside_narrow.png) no-repeat left bottom;
}


.two_boxes .box_body {
    height:275px;
}
.frame_1 {
    position:relative;
    width:101px;
    height:86px;
    overflow:hidden;
}
.frame_1 span {
    display:block;
    position:absolute;
    width:101px;
    height:86px;
    background:url(../images/frame_1.png) no-repeat 0 0;
}
.person {
    width:278px;
    clear:both;
    position:relative;
    padding:10px 0 0 0;
}
.person .frame_1 {
    float:left;
}
.person p {
   position:absolute;
   bottom:5px;
   left:115px;
}
.person small {
    display:block;
}
.frame_2 {
    position:relative;
    width:283px;
    height:115px;
    overflow:hidden;
}
.frame_2 span {
    display:block;
    position:absolute;
    width:283px;
    height:115px;
    background:url(../images/frame_2.png) no-repeat 0 0;
}
.box_2 .frame_2 {
    margin:10px 0 0 0;
}

.right_side .box_3 {
    width:225px;
    height:183px;
    padding:15px 20px 0 20px;
    background:url(../images/bg_box3_rightside.jpg) no-repeat 0 0;
    margin:0 0 10px 0;
}
.box_3 p {
    font-size:16px;
    line-height:28px;
    color:#005B7E;
}
.box_3 p.ttl {
    color:#FFFFFF;
    font-size:20px;
    height:51px;
    line-height:51px;
    background:url(../images/icon_cup.png) no-repeat left;
    padding:0 0 0 60px;
    margin:0 0 10px 0;
}
.right_side .box_1,
.right_side .box_2 {
    width:265px;
    margin:0 0 10px 0;
}
.right_side .box_1 .box_top {
    height:44px;
    font-size:18px;
    line-height:36px;
    color:#4E4D4D;
    background:url(../images/bg_box_1_rightside.png) no-repeat left top;
    padding:0 0 0 10px;
}
.right_side .box_1 .box_body {
    background:url(../images/bg_box_1_rightside.png) repeat-y right;
    padding:0 10px;
}
.right_side .box_1 .box_btm {
    height:28px;
    background:url(../images/bg_box_1_rightside.png) no-repeat left bottom;
}

.right_side .box_2 .box_top {
    height:28px;
    background:url(../images/bg_box_2_rightside.png) no-repeat left top;
}
.right_side .box_2 .box_body {
    background:url(../images/bg_box_2_rightside.png) repeat-y right;
    padding:0 10px;
}
.right_side .box_2 .box_btm {
    height:28px;
    background:url(../images/bg_box_2_rightside.png) no-repeat left bottom;
}
.news p {
    padding:20px 0 0 0;
}
.news small.date {
    display:block;
    font-weight:bold;
}

ul.bullet {
    padding:10px 0;
}
ul.bullet li {
    display:block;
    font-size:15px;
    font-weight:bold;
    line-height:20px;
    color:#4D4D4D;
    padding:0 0 5px 16px;
    background:url(../images/bullet_1.png) no-repeat 0 3px; 
}


/* AR */
ul.category {
    padding:5px 0;
}
ul.category li {
    display:block;
    font-size:15px;
    text-decoration:underline;
    font-weight:bold;
    line-height:20px;
    color:#4D4D4D;
    padding:0 0 0px 10px;
}

.box_1 p.more {
    padding:10px 0 0 16px;
}
.box_4 {
     width:933px;
}
.box_4 .box_top {
    height:10px;
    overflow:hidden;
    background:url(../images/bg_box_4.png) no-repeat 0 0;
}
.box_4 .box_body {
    background:url(../images/bg_box_4.png) repeat-y right;
    padding: 0 16px;
}
.play .box_body {
    position:relative;
    height:437px;
}
.box_4 .box_btm {
    height:20px;
    overflow:hidden;
    background:url(../images/bg_box_4.png) no-repeat left bottom;
}
.play {
    margin:40px 0 0 0;
}
.play .frame {
    width:324px;
    height:494px;
    position:absolute;
    top:-41px;
    left:20px;
}
.play .frame span {
    width:324px;
    height:494px;
    display:block;
    overflow:hidden;
    background:url(../images/bg_phoneframe_2.png) no-repeat 0 0;
    position:absolute;
    top:0px;
    left:0px;
}
.play .frame img {
    margin:38px 0 0 41px;
}


.play .frame_more_game {
    width:204px;
    height:394px;
    position:absolute;
    top:-41px;
    left:20px;
}
.play .frame_more_game span {
    width:204px;
    height:394px;
    display:block;
    overflow:hidden;
    background:url(../images/bg_phoneframe_2.png) no-repeat 0 0;
    position:absolute;
    top:0px;
    left:0px;
}
.play .frame_more_game img {
    margin:38px 0 0 41px;
}


.play .gameinfo {
    padding:10px 40px 0 370px;
}
.gameinfo .head {
    padding:0 0 10px 0;
    margin:0 0 20px 0;
    border-bottom:solid 1px #F48502;
}
.gameinfo h2 {
    color:#F48502;
    font-size:20px;
    font-weight:bold;
    float:left;
    width:460px;
}



.gameinfo .game_header
{  
	width: 490px;  
	position:relative;
    display:block;
    margin:0 0 0 0;
}  


/* Left DIV */  
.gameinfo .game_header .l
{  
	width: 290px;  
	margin: 0px;  
	padding: 0px;   
	float: left;
	text-align: left;  
	font-size: 9px;
}  
  
/* Right DIV */  
.gameinfo .game_header .r
{  
	width: 200px;
	margin: 0px;  
	padding: 0px;     
	float: right;   
	text-align: left;  
	font-size: 9px;
}  

.stars_preview
{
	position: relative;	
	top: 10px;
	left: 40px;
}

/* Rating */
#star ul.star {
LIST-STYLE: none; MARGIN: 0; PADDING: 0; WIDTH: 85px; HEIGHT: 20px; LEFT: 10px; POSITION: relative; FLOAT: left; BACKGROUND: url('/images/stars.gif') repeat-x;
}
#star ul.pointer{
CURSOR: pointer;
}

#star li {
PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 85px; HEIGHT: 20px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute;
}
#star li.curr {
	background: url('/images/stars.gif') left 25px; FONT-SIZE: 1px;
	left: 0px;
}
#star div.user {
LEFT: 15px; POSITION: relative; FLOAT: left; TOP: 4px; FONT-SIZE: 13px; FONT-FAMILY: Arial; COLOR: #888;
}

.gameinfo .game_header .votes
{
	position:relative;
	float: right;
	top: 8px;
	font-size: 9px;
}



/*.gameinfo .rates {
    display:inline;
    float:right;
}*/

.gameinfo .rates li {
    float:left;
    width:28px;
    height:26px;
}

.gameinfo .rates li a {
	display: block;
    height: 100%;
    width: 100%;
}

.gameinfo .rates li.rate_enabled {
	background-image:url(../images/rate_enabled.png);
	width: 28px;
	height: 26px;
}
.gameinfo .rates li.rate_enabled:hover {
	background-image:url(../images/rate_selected.png);
	width: 28px;
	height: 26px;
}

.gameinfo .rates li.rate_disabled {
	background-image:url(../images/rate_disabled.png);
	width: 28px;
	height: 26px;
}

.gameinfo .rates li.rate_disabled:hover {
	background-image:url(../images/rate_selected.png);
	width: 28px;
	height: 26px;
}

/* Not being used any more in order to allow actual rating (instead of plain view) */
.gameinfo .rating {
	float:right;
    width:154px;
    height:32px;
    background-image:url(../images/icon_rating.png);
    background-repeat:no-repeat;
}
.rated_5 {
    background-position:0 0;
}
.rated_4 {
    background-position:0 -32px;
}
.rated_3 {
    background-position:0 -64px;
}
.rated_2 {
    background-position:0 -96px;
}
.rated_1 {
    background-position:0 -128px;
}
.gameinfo .description {
    background-color:#FFFFFF;
    padding:4px;
    width: auto;
    height:135px;
    overflow-y:auto;
    border:solid 1px #DEDEDE;
    color:#4E4D4D;
    font-size:14px;
    line-height:20px;
    margin:0 0 20px 0;
}
.frame_3 {
    position:relative;
    width:77px;
    height:77px;
    overflow:hidden;
}
.frame_3 span {
    display:block;
    position:absolute;
    width:77px;
    height:77px;
    background:url(../images/frame_3.png) no-repeat 0 0;
}
.gameinfo .author {
    margin:10px 0;
    clear:both;
}
.gameinfo .author .frame_3 {
    float:left;
}
.gameinfo .author p {
    padding:20px 0 0 90px;
    font-size:12px;
    font-weight:bold;
    color:#787878;
}
.gameinfo .author p a {
    font-weight:normal;
/*    color:#787878; */
}
.box_5 {
    width:479px;
    background:url(../images/bg_box_5.png) no-repeat 0 0;
    padding:10px 0 0 0;
}
.box_5 .box_5_inner {
    width:459px;
    background:url(../images/bg_box_5.png) no-repeat 0 100%;
    padding:0 10px 10px 10px;
}
.tags,
.tags a {
    color:#4E4D4D;
    font-weight:normal;
}
.tags strong {
    font-weight:bold;
}
.box_7 {
    width:450px;
    background:url(../images/bg_box_7.png) no-repeat 0 0;
    padding:20px 0 0 0;
}
.box_7 .box_7_inner {
    width:410px;
    background:url(../images/bg_box_7.png) no-repeat 0 100%;
    padding:0 20px 30px 20px;
}
.comments_area {
    float:left;
    width:580px;
}
.box_6 {
     width:573px;
     margin:12px 0 0 0;
}
.box_6 .box_top {
    height:44px;
    font-size:18px;
    line-height:36px;
    color:#4E4D4D;
    background:url(../images/bg_box_6.png) no-repeat left top;
    padding:0 0 0 10px;
}
.box_6 .box_btm {
    height:18px;
    overflow:hidden;
    background:url(../images/bg_box_6.png) no-repeat left bottom;
}
.box_6 .box_body {
    background:url(../images/bg_box_6.png) repeat-y right;
    padding: 10px 16px 0 16px;
}
.comment .frame_3 {
    float:left;
}
.comment p.head {
    margin:0 0 10px 90px;
}
.comment p.head a {
    color:#005B7E;
}
.comment .box_7 {
    margin:0 0 0 87px;
}
.comment {
    color:#4E4D4D;
    line-height:20px;
    padding:0 0 10px 0;
}
.add_comment {
    width:570px;
    margin:12px 0 0 0;
}
.add_comment p.title {
    font-size:15px;
    line-height:29px;
    border:none;
}
.add_comment textarea {
    border:solid 1px #939393;
    width:560px;
    height:108px;
    overflow:auto;
}
.related {
    width:352px;
    float:right;
}
.box_8 {
     width:352px;
     margin:12px 0 0 0;
}
.box_8 .box_top {
    height:44px;
    font-size:18px;
    line-height:36px;
    color:#4E4D4D;
    background:url(../images/bg_box_8.png) no-repeat left top;
    padding:0 0 0 10px;
}
.box_8 .box_btm {
    height:18px;
    overflow:hidden;
    background:url(../images/bg_box_8.png) no-repeat left bottom;
}
.box_8 .box_body {
    background:url(../images/bg_box_8.png) repeat-y right;
    padding: 10px 0 0 24px;
}
.frame_4 {
    position:relative;
    width:142px;
    height:117px;
    overflow:hidden;
}
.frame_4 span {
    display:block;
    position:absolute;
    width:142px;
    height:117px;
    background:url(../images/frame_4.png) no-repeat 0 0;
}
.related ul {
	position:relative;
	left: 14px;
}

.related li {
    float:left;
    width:162px;
    height:148px;
}
.related li a.name {
    display:block;
    text-align:center;
    width:118px;
    padding:5px 0 0 0;
}
.login label {
    float:left;
    width:75px;
    line-height:22px;
    color:#4D4D4D;
    font-size:14px;
    font-weight:bold;
    margin:0 0 16px 0;
}
.login input {
    float:right;
    width:150px;
    height:20px;
    border:solid 1px #939393;
    margin:0 0 16px 0;
}
.login .remember {
    padding:0 0 10px 0;
}
.login .remember input {
    float:none;
    display:inline;
    width:auto;
    height:auto;
    border:none;
    margin:0;
}
.login .remember label {
    float:none;
    display:inline;
    width:auto;
    line-height:normal;
    padding:0 0 0 5px;
    margin:0;
}
.login ul {
    padding:0 0 0 2px;
}
.login ul li {
    float:left;
    width:113px;
    height:28px;
    position:relative;
    z-index:2;
}
.login ul li a {
    display:block;
    width:113px;
    height:29px;
    line-height:29px;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
    color:#FFFFFF;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
    background-image:url(../images/bg_tabs.png);
    background-repeat:no-repeat;
    background-position:0 -42px;
}
.login ul li a:hover {
    background-position:0 -74px;
}
.login ul li.selected a,
.login ul li.selected a:hover {
    background-position:0 0;
    height:36px;
    cursor:default;
    color:#4E4D4D;
}
.link_password {
    float:left;
    line-height:34px;
    font-size:12px;
}
a.button {
    display:block;
    overflow:hidden;
    text-indent:-9999em;
    text-align:left;
    background-image:url(../images/buttons.png);
    background-repeat:no-repeat;
}
.add_comment .button {
    float:right;
}
.box_1_button_wrapper{
    margin-bottom: 10px;
}
a.play_game {
    width:135px;
    height:34px;
    background-position:0 0;
    float:left;
    margin:0 3px 0 0;
}
a.play_game:hover {
    background-position:0 -63px;
}
a.play_game:active {
    background-position:0 -127px;
}
a.view_makingof {
    width:167px;
    height:34px;
    background-position:-162px 0;
    float:left;
    margin:0;
}
a.view_makingof:hover {
    background-position:-162px -63px;
}
a.view_makingof:active {
    background-position:-162px -127px;
}
a.watch_full {
    width:240px;
    height:39px;
    background-position:-488px 0;
    margin:0 0 20px 0;
}
a.watch_full:hover {
    background-position:-488px -63px;
}
a.watch_full:active {
    background-position:-488px -127px;
}
a.login {
    width:89px;
    height:34px;
    background-position:-364px 0;
    float:right;
}
a.login:hover {
    background-position:-364px -63px;
}
a.login:active {
    background-position:-364px -127px;
}

/****************/
/* AR additions */
/****************/
/* 	position:absolute; */
.content_body .internalcontent {
	top: 90px;
	right: 10px;
    width:650px;
    float:right;
    line-height:20px;
}

.content_body .internalcontent .box_1 {
    width:656px;
    margin:0 0 10px 0;
}
.content_body .internalcontent .box_1 .box_top {
    height:44px;
    font-size:18px;
    line-height:36px;
    color:#4E4D4D;
    background:url(../images/bg_box_1_internalcontent.png) no-repeat 0 0;
    padding:0 0 0 10px;
}
.content_body .internalcontent .box_1 .box_body {
    background:url(../images/bg_box_1_internalcontent.png) repeat-y right;
    padding:0 10px;
}
.content_body .internalcontent .box_1 .box_btm {
    height:20px;
    background:url(../images/bg_box_1_internalcontent.png) no-repeat left bottom;
}

.content_body_wide .widepage {
	top: 90px;
	right: 10px;
    width:1100px;
    float:right;
    line-height:20px;
}
.content_body_wide .widepage .box_1 {
    width:1100px;
    margin:0 0 10px 0;
}
.content_body_wide .widepage .box_1 .box_top {
    height:44px;
    font-size:18px;
    line-height:36px;
    color:#4E4D4D;
    background:url(../images/bg_box_1_widepage.png) no-repeat 0 0;
    padding:0 0 0 10px;
}
.content_body_wide .widepage .box_1 .box_body {
    background:url(../images/bg_box_1_widepage.png) repeat-y right;
    padding:0 10px;
}
.content_body_wide .widepage .box_1 .box_btm {
    height:20px;
    background:url(../images/bg_box_1_widepage.png) no-repeat left bottom;
}


.content_body .staticpage {
	top: 90px;
	right: 10px;
    width:936px;
    float:right;
    line-height:20px;
}
.content_body .staticpage .box_1 {
    width:940px;
    margin:0 0 10px 0;
}
.content_body .staticpage .box_1 .box_top {
    height:44px;
    font-size:18px;
    line-height:36px;
    color:#4E4D4D;
    background:url(../images/bg_box_1_staticpage.png) no-repeat 0 0;
    padding:0 0 0 10px;
}
.content_body .staticpage .box_1 .box_body {
    background:url(../images/bg_box_1_staticpage.png) repeat-y right;
    padding:0 10px;
}
.content_body .staticpage .box_1 .box_btm {
    height:20px;
    background:url(../images/bg_box_1_staticpage.png) no-repeat left bottom;
}




.title {
    color:#F07800;
    font-weight:bold;
    font-size:21px;
    padding:0 0 10px 1px;
}
.search {
    color:#F07800;
    font-weight:bold;	
    padding:15px 0 0px 10px;
}

.sort_options {
    float:left
	color:#005a7F;
    margin:0 7px 10px 0;
}

.sort_options a {
    font-weight:normal;
}

.sort_options li {
    display:inline;
    padding:174px  0 0;
}

.sort_options .selected {
    font-weight:bold;
/*    font-size:16px;
    line-height:28px;*/
    color:#015b7E;	
}

.games_preview {
	width:640px;
    color:#015b7E;
    border-top:solid 2px #EBB700;
    padding:10px 0 0 0;
}


.games_preview .boxes {
	display: block;
	height: 860px;
}

.games_preview .pages_nav {
	text-align: center;
    text-decoration:none;
	font-size:18px;
}

.games_preview .pages_nav a.page_num {
	color:black;
	font-weight:normal;
    background:url(../images/bg_game_nav.png) no-repeat;
    padding:0 0 0 5px;
    left:20px;
}

.games_preview .pages_nav a.selected, .games_preview .pages_nav a.page_num:hover {
	font-size:18px;
	text-align: center;
    text-decoration:none;
	font-weight:normal;
	color:white;
    background:url(../images/bg_game_nav_selected.png) no-repeat center;
    padding:0 0 0 5px;
}

.games_preview .pages_nav .btn {
    background:url(../images/bg_arrows2.png) no-repeat;
	text-decoration: none;
	color:#ffffff;
	padding:0 10px 0 10px;
}

.games_preview .pages_nav .btn.back {
    background-position:left top;
}

.games_preview .pages_nav .btn.next {
    background-position:bottom;
}


.game_preview {
	position:relative;
	width: 680px;
	height: 270px;
}

.game_preview li {
    display:inline;
    float:left;
    width:222px;
    height:282px;
    background:url(../images/bg_game.png) no-repeat;
}


.frame_7 {
	position:relative;
    top:18px;
    left:18px;
    width:172px;
    height:140px;  
    overflow:hidden;
}

.frame_7 span {
    display:block;
    position:absolute;
    width:172px;
    height:140px;
    background:url(../images/frame_7.png) no-repeat 0 0;
}


.game_preview .description {
    padding:30px 0px 0px 0px;
    text-align:center;
	bottom: 200px;
    line-height:20px;
}

.game_preview .rating {
	margin: 5px 0 0 30px;
    width:154px;
    height:32px;
    background-image:url(/images/icon_rating2.png);
    background-repeat:no-repeat;
}

/* narrow_game_preview - for winners page */

.narrow_game_preview {
	position:relative;
	width: 680px;
	height: 270px;
}

.narrow_game_preview li {
    display:inline;
    float:left;
    width:215px;
    height:282px;
    background:url(../images/bg_game.png) no-repeat;
}
.narrow_game_preview .description {
    padding:30px 0px 0px 0px;
    text-align:center;
	bottom: 200px;
    line-height:20px;
}



.member {
	height:190px;
    background:url(../images/bg_profile1.png) no-repeat;
}

.member .picture {
    position:relative;
	top:18px;
	left:18px;
    margin:10px 0;
    clear:both;
}
/*
.member .frame {
	position:relative;
    top:18px;
    left:18px;
    width:110px;
    height:110px;  
    overflow:hidden;
}*/

.member .name {
	color:white;
	font-weight:bold;
	font-size:18px;
    padding:18px 0 0 18px;
    text-align:left;
	bottom: 200px;
    line-height:20px;
}

.featured_game .gametitle {
    font-size:16px;
    font-weight:bold;
    line-height:40px;
    border-bottom:solid 1px #EBB700;
	color:#F48502;
}


.featured_game .frame_6 {
    position:relative;
    width:175px;
    height:140px;
    overflow:hidden;
}
.featured_game .frame_6 span {
    position:absolute;
    width:175px;
    height:140px;
    background:url(../images/frame_6.png) no-repeat 0 0;
}
.featured_game .picture {
    position:inline;
    margin:10px 0;
    clear:both;
}

.featured_game .description {
	position:relative;
	display:inline;
}

.featured_game .description .rating {
    width:154px;
    height:32px;
    background-image:url(../images/icon_rating2.png);
    background-repeat:no-repeat;
}

a.play_now {
    width:186px;
    height:41px;
    background-position:-917px 0;
    margin:10px 0 0 0;
}
a.play_now:hover {
    background-position:0 -63px;
}
a.play_now:active {
    background-position:0 -127px;
}

/* AR */
a.download_studio {
    width:186px;
    height:41px;
    background-position:-917px 0;
    margin:10px 0 0 0;
}
a.download_studio:hover {
    background-position:0 -63px;
}
a.download_studio:active {
    background-position:0 -127px;
}


.timeline li {
    display:inline;
	font-size:16px;
	font-weight:bold;
	float:left;
    width:207px;
    padding:35px 0 70px 0;
    margin:0 4px 0 0;
    background-repeat:no-repeat;
    color:#FFFFFF;
}

.timeline li em {
	display:inline;
    width:33px;
    height:53px;
    font-family:Trebuchet MS;
    font-size:20px;
    font-weight:bold;
    text-align:center;
	color:black;
	padding:25px;
}

.timeline li.normal {
    background-image:url(../images/timeline.png);
}

.timeline li.special {
    background-image:url(../images/timeline2.png);
}

/*
.studio li {
    display:inline;
	font-size:16px;
	font-weight:bold;
	float:left;
    width:250px;
	height:151px;
    padding:10px 0 0px 0;
    margin:0 4px 0 0;
    background-repeat:no-repeat;
    color:#FFFFFF;
}
/*
.studio li.one {
}
.studio li.two {
    background:url(../images/studio2.png) no-repeat 0 0;
}
.studio li.three {
    background:url(../images/studio3.png) no-repeat 0 0;
}
.studio li.four {
    background:url(../images/studio4.png) no-repeat 0 0;
    margin:0;
}*/

/*
.studio li em {
	position:absolute;
	bottom: 0px;
    float:left;
    height:53px;
    line-height:53px;
    font-family:Trebuchet MS;
    font-size:16px;
    font-weight:bold;
    text-align:center;
	color:black;
}
*/


.small_title {
	display:block;
    font-size:16px;
    font-weight:bold;
    line-height:16px;
	padding: 10px 0 10px 0;
    border-bottom:solid 1px #EBB700;
	margin: 0 0 10px 0;
	color:#F48502;
}


.studio_screenshots {
	position:relative;
	width:800px;
	height:160px;
	clear:both;
}

.studio_screenshots .picture1 {
    position:absolute;
	display:inline;
	left: 5px;
}
.studio_screenshots .picture2 {
    position:absolute;
	display:inline;
	left: 215px;
}
.studio_screenshots .picture3 {
    position:absolute;
	display:inline;
	left: 425px;
}


.studio {
    width:630px;
	height:240px;
    clear:both;
    position:relative;
}

.frame_5 {
	float:left;
	display:inline;
    position:relative;
    width:250px;
    height:160px;
    overflow:hidden;
}

.frame_5 span {
	display:inline;
    position:absolute;
    width:250px;
    height:151px;
    background:url(../images/frame_5_small.png) no-repeat 0 0;
}

.frame_5_small {
	float:left;
	display:inline;
    position:relative;
    width:200px;
    height:160px;
    overflow:hidden;
}

.frame_5_small span {
	display:inline;
    position:absolute;
    width:200px;
    height:151px;
    background:url(../images/frame_5_small.png) no-repeat 0 0;
}


frame_5_small_rtl {
    width:200px;
    height:160px;
}

.frame_5_small_rtl span {
	display:block;
    position:absolute;
    width:200px;
    height:151px;
    background:url(../images/frame_5_small.png) no-repeat 0 0;
}

.studio_rtl {
    width:630px;
	height:140px;
    clear:both;
	position:relative;
}
.studio_rtl .picture {
    position:relative;
	display:inline;
    clear:both;
}

.studio_rtl .description {
	position:relative;
	display:inline;
	float:left;
	padding: 5px 0px 10px 10px;
	width:400px;
}



.studio .picture {
	float:left;
	display:inline;
    position:relative;
    clear:both;
}

.studio .description {
	position:relative;
	display:inline;
	float:right;
	padding: 0 0 10px 10px;
	width:420px;
}

.competition_smalllogo
{
	display:inline;
	position:relative;
	top:5px;
	margin:0 6px 0 0;
}


.two_boxes .box_wide {
    float:left;
}

.box_wide {
    width:380px;
}
.box_wide .box_top {
    height:10px;
    overflow:hidden;
    background:url(../images/bg_box_wide_leftside.png) no-repeat 0 0;
}
.box_wide .box_body {	
	background:url(../images/bg_box_wide_leftside.png) repeat-y right;
    padding: 0 16px;
}
.box_wide .box_btm {
    height:20px;
    overflow:hidden;
    background:url(../images/bg_box_wide_leftside.png) no-repeat left bottom;
}


.left_side .box_narrow {
    width:270px;
}

.left_side .box_narrow .box_top {
    height:10px;
    overflow:hidden;
    background:url(../images/bg_box_narrow_leftside.png) no-repeat 0 0;
}
.left_side .box_narrow .box_body {	
	background:url(../images/bg_box_narrow_leftside.png) repeat-y right;
    padding: 0 16px;
}
.left_side .box_narrow .box_btm {
    height:20px;
    overflow:hidden;
    background:url(../images/bg_box_narrow_leftside.png) no-repeat left bottom;
}

.box_medium {
    width:324px;
    float:left;
}

.box_medium .box_top {
    height:10px;
    overflow:hidden;
    background:url(../images/bg_box_medium_leftside.png) no-repeat 0 0;
}
.box_medium .box_body {	
	background:url(../images/bg_box_medium_leftside.png) repeat-y right;
    padding: 0 16px;
}
.box_medium .box_btm {
    height:20px;
    overflow:hidden;
    background:url(../images/bg_box_medium_leftside.png) no-repeat left bottom;
}



.games_small {
    width:328px;
    clear:both;
    position:relative;
}
.games_small .frame_1 {
    float:left;
	padding: 3px;
	width: 100px;
}

.games_small2 {
    width:300px;
    clear:both;
    position:relative;
}
.games_small2 .frame_1 {
	position:relative;
	display:inline;
    float:left;
	padding: 3px;
	width: 100px;
}
.games_small2 .short_description {
	position:relative;
	display:inline;
	float:right;
	width:190px;
}


.frame_6 {
    position:relative;
    width:200px;
    height:115px;
    overflow:hidden;
}
.frame_6 span {
    display:block;
    position:absolute;
    width:200px;
    height:115px;
    background:url(../images/frame_6.png) no-repeat 0 0;
}


.marked_link {
	font-weight:bold;
    font-size:17px;
	color:MidnightBlue;
    text-decoration:underline;
}

ul.lightblue_bullet_text {
    padding:15px 0;
}
ul.lightblue_bullet_text li {
    display:block;
    font-size:14px;
    line-height:30px;
    color:#4E4D4D;
    padding:0 0 4px 16px;
	margin:0px 0px 0px 8px;
    background:url(../images/bullet_1_lightblue.png) no-repeat 0px 12px; 
}

ul.lightblue_bullet_text a {
	color:#025f94;
    font-weight:normal;
	font-size: 14px;
}

a.thinlink {
	color:#025f94;
    font-weight:normal;
    text-decoration:none;
	font-size: 14px;
}


ul.bullet_text_gray {
    padding:15px 0;
}

ul.bullet_text_gray a{
    font-weight:normal;

}
ul.bullet_text_gray li {
    display:block;
    font-size:14px;
    line-height:20px;
    color:#4E4D4D;
    padding:0 0 4px 16px;
    background:url(../images/bullet_1.png) no-repeat 0 3px; 
}
ul.bullet_text_gray li.indent {
	position:relative;
	left:30px;
}


ul.bullet_text {
    padding:15px 0;
}
ul.bullet_text li {
    display:block;
    font-size:14px;
    line-height:20px;
    color:#4E4D4D;
    padding:0 0 4px 16px;
    background:url(../images/bullet_1.png) no-repeat 0 3px; 
}
ul.bullet_text li.indent {
	position:relative;
	left:30px;
}



.participate {
    margin:10px 0;
    clear:both;
}
.participate .picture {
    float:left;
	width: 86px;
}
.participate .picture p.name {
    font-weight:bold;
	font-size:10px;
	text-align:center;
}

.participate p.description {
	position:relative;
	left: 100px;
	font-size:12px;
    font-weight:bold;
}

.terms {
	font-size:11px;
	line-height:11px;
}

.terms a{
	font-size:10px;
	font-weight:normal;
    text-decoration:none;
}

.orangebold {
	display:inline;
	color:#F48502;
	font-weight:bold;
}
p.blackbold {
	display:inline;
	color:black;
	font-weight:bold;
}

.error_msg {
	font-size:12px;
	font-weight:bold;
    text-decoration:underline;
	color:#F48502;
	text-align:center;
	padding: 0 0 10px 0;
}

.logged_in_menu {
	font-size:13px;
	font-weight:bold;
    text-decoration:underline;
	text-align:center;
	padding: 0 0 10px 0;
}

p.remark {
    display:inline;
	font-size:9px;
}


.registeration_form 
{  
	width: 580px;  
	height: auto;  
}  
  
/* Left DIV */  
.registeration_form .l
{  
	width: 190px;  
	margin: 0px;  
	padding: 0px;   
	float: left;
	text-align: left;  
} 

/* Left DIV links */  
.registeration_form .l a
{  
	font-size:13px;
	font-weight:normal;
    text-decoration:none;

}  
  
/* Right DIV */  
.registeration_form .r
{  
	width: 330px;  
	margin: 0px;  
	padding: 0px;     
	float: right;   
	text-align: left;  
}  
  
.registeration_form .a  
{  
	clear: both;   
	padding: 10px;  
}

a.banner {
    display:block;
    width:652px;
    height:100px;
    overflow:hidden;
    text-align:left;
    text-indent:-9999em;
/*    background-image:url(/images/forums_banner.png);  */
/*    background-image:url(/images/gamecast1ended_banner.png);	*/
    background-image:url(/images/gamecast1winners_banner.png);
    background-repeat:no-repeat;
    background-position:0 -100px;
}

a.banner:hover {
    background-position:0 0px;
}

a.contest_ad {
    display:block;
    width:264px;
    height:197px;
    overflow:hidden;
    text-align:left;
    text-indent:-9999em;
    background-image:url(/images/gamecast1.png);
    background-repeat:no-repeat;
}

a.contest_ad:hover {
    background-position:0 -197px;
}

a.contest_button {
	position:relative;
	left:100px;
    display:block;
    width:177px;
    height:48px;
    background-image:url(/images/gamecast1_button.png);
    background-repeat:no-repeat;
}
a.contest_button:hover {
    background-position:0 -50px;
}

.games_online_ad {
    display:block;
    width:264px;
    height:197px;
    overflow:hidden;
    text-align:left;
    text-indent:-9999em;
    background-image:url(/images/contest_games_online.png);
    background-repeat:no-repeat;
}

a.games_online_ad:hover {
    background-position:0 -197px;
}


/* scrolling */
#ticker-container {
	position:relative;
	overflow:hidden;
	width: 235px;
	height: 100px;
	background-color: ;
	background-repeat: repeat;
	padding: 2px;
	border:  ridge ;
/*	border:  dotted ; */
}
	
#ticker {
	position:relative;
	width:230px;
}

#ticker ul {
	padding:0;
	margin:0;
	list-style-type:none;
	padding: 10px 0 0 0;
}
#ticker ul li {
		display:list-item;
		margin-top: 1px;
		margin-bottom: 1px;
		padding-top: 1px;
		padding-bottom: 1px;
		font-family: arial;
		font-size: small;
		font-weight: normal;
		color: ;
		padding-left: 2px;
}

#ticker ul li a {
		font-family: arial;
		font-size: small;
		font-weight: normal;
		color: ;
		text-decoration: none;
		padding-left: 2px;
}
        
#ticker ul li a:hover {
	font-family: arial;
	font-size: small;
	color: #339966;
	text-decoration: none;
	padding-left: 2px;
}


/* Left DIV */  
.sides .left
{  
	width: 60px;  
	margin: 0px;  
	padding: 0px;   
	float: left;
	text-align: left;  
}  
  
/* Right DIV */  
.sides .right
{  
	width: 60px;
	margin: 0px;  
	padding: 0px;     
	float: right;   
	text-align: left;  
}  
  
.sides  
{  
	position:relative;
	clear: both;  
	width: 120px;  
	padding: 10px;
	left: -25px;
}


/* Tutorials page */
.tuts_left {
	position:absolute;
	left:40px;
    width:380px;
}
.tuts_right {
	position:absolute;
	left:496px;
    width:380px;
}
.tuts_box_top {
    height:10px;
    overflow:hidden;
    background:url(../images/bg_box_wide_leftside.png) no-repeat 0 0;
}
.tuts_box_body {	
	background:url(../images/bg_box_wide_leftside.png) repeat-y right;
    padding: 0 16px;
}
.tuts_box_btm {
    height:20px;
    overflow:hidden;
    background:url(../images/bg_box_wide_leftside.png) no-repeat left bottom;
}

a.download_studio_logo {
    display:block;
	width:207px;
	height:227px;
    overflow:hidden;
    text-align:left;
    text-indent:-9999em;
    background-image:url(/images/StudioDownload.png);
    background-repeat:no-repeat;
}

a.video_tuts_logo {
    display:block;
	width:228px;
	height:170px;
    overflow:hidden;
    text-align:left;
    text-indent:-9999em;
    background-image:url(/images/StudioTutorials.png);
    background-repeat:no-repeat;
}

.two_medium_boxes .box_body {
    height:405px;
}
.two_short_medium_boxes .box_body {
    height:370px;
}

.right {
    float:right;
}
.left {
    float:left;
}

a.tuts_menu {
    font-weight:normal; 
}
a.tuts_menu.chosen {
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.conest_awards .a  
{  
	clear: both;  
	width: 200px;  
	padding: 10px;  
}
/* Left DIV */  
.conest_awards .l
{  
	width: 140px;  
	margin: 0px;  
	padding: 0px;   
	float: left;
	text-align: left;  
}  
  
/* Right DIV */  
.conest_awards .r
{  
	width: 60px;  
	margin: 0px;  
	padding: 0px;     
	float: right;   
	text-align: left;  
}  
  


/* Affiliates */
.box_wide_aff {
	position:relative;
    width:380px;
	right:160px;
}
.box_wide_aff .box_top_aff {
    height:10px;
    overflow:hidden;
    background:url(../images/bg_box_wide_leftside.png) no-repeat 0 0;
}
.box_wide_aff .box_body_aff {	
	background:url(../images/bg_box_wide_leftside.png) repeat-y right;
    padding: 0 16px;
}
.box_wide_aff .box_btm_aff {
    height:20px;
    overflow:hidden;
    background:url(../images/bg_box_wide_leftside.png) no-repeat left bottom;
}

a.forum_link {
	color:blue;
    text-decoration:none;
	font-weight:none;
}

.logout {
	color:#F48502;
	font-size: 11px;
}

.ssi_table td {
	font-size: 12px;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #9BAEBF;
	border-right: solid 1px #9BAEBF;
	border-left: solid 1px #9BAEBF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 20px;

}

.ssi_table td a {
	font-size: 12px;
}


/* FAQ */
	/*
			Vertical Accordions
	*/
		
	.accordion_toggle {
		display: block;
		height: 26px;
		width: 890px;
		background: url(/images/faq_category.png) no-repeat;
		padding: 0 10px 0 10px;
		line-height: 26px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 12px;
		cursor: pointer;
		margin: 0 0 0 0;
	}
	
	.accordion_toggle_active {
		background: url(/images/faq_category.png) no-repeat;
		color: #ffffff;

	}
	
	.accordion_content {
		background-color: #DCDADC;
		color: #444444;
		overflow: hidden;
			width:890px;
	}
		
		.accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
		}
		
		.accordion_content p {
			line-height: 150%;
			padding: 5px 10px 15px 10px;
			width:820px;
		}
		
		.accordion_content li {
				width:820px;				
						
		}
		
	.vertical_accordion_toggle {
		display: block;
		height: 27px;
		line-height: 27px;
		width:845px;
		background-color: #9a9786;
		padding: 0 7px 0 7px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 12px;
		cursor: pointer;
		margin: 0 0 0 0;
	}

	.vertical_accordion_toggle_active {
		background-color: #9a9786;
		color: #000;
	}

	.vertical_accordion_content {
		background-color: #ffffff;
		color: #444444;
		overflow: hidden;
	}

	.vertical_accordion_content h3 {
		margin: 1px 0 1px 0;
		color: #0099FF;
	}

	.vertical_accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}
  			

    #vertical_nested_container {
      margin: 10px auto 10px auto;
      width: 860px;
    }


.faq_page {
	padding:10px 20px 10px 10px;
}
/* FAQ - END */


/*******************/
/* Games Catalogue */
/*******************/

a.play {
    width:136px;
    height:41px;
    background-position:-763px 0;
    float:left;
    margin:10px 10px 0 0;
}
a.play:hover {
    background-position:-763px -63px;
}
a.play:active {
    background-position:-763px -127px;
}


a.help {
    width:186px;
    height:41px;
    background-position:-1560px 0;
    float:left;
    margin:10px 10px 0 0;
}
a.help:hover {
    background-position:-1560px -63px;
}
a.help:active {
    background-position:-1560px -127px;
}

a.play_big {
    width:186px;
    height:41px;
    background-position:-1756px 0;
    float:left;
    margin:10px 10px 0 0;
}
a.play_big:hover {
    background-position:-1756px -63px;
}
a.play_big:active {
    background-position:-1756px -127px;
}



a.get_to_mobile {
    width:186px;
    height:41px;
    background-position:-917px 0;
    float:left;
    margin:10px 0 0 0;
}
a.get_to_mobile:hover {
    background-position:-917px -63px;
}
a.get_to_mobile:active {
    background-position:-917px -127px;
}

a.report_this {
    width:186px;
    height:41px;
    background-position:-1334px 0;
    float:left;
    margin:10px 0 0 0;
}

a.report_this:hover {
    background-position:-1334px -63px;
}
a.report_this:active {
    background-position:-1334px -127px;
}

.game_options {
	position:absolute;
	font-size:12px;
	right:50px;
}

a.post_coment {
    width:183px;
    height:41px;
    float:right;
    margin:20px 0 0 0;
    background-position:-1127px 0;
}

a.post_coment:hover {
    background-position:-1127px -63px;
}
a.post_coment:active {
    background-position:-1127px -127px;
}

.author_name {
	font-size: 12px;
}

.author_name a {
	font-size: 12px;
}
.author_names li {
	font-size: 12px;
}


.game_description_bottom 
{  
	width: 540px;  
	position:relative;
    display:block;
    margin:5px 0 0 0;
}  
  
/* Left DIV */  
.game_description_bottom .l
{  
	width: 380px;  
	margin: 0px;  
	padding: 0px;   
	float: left;
	text-align: left;  
	font-size: 9px;
}  
  
/* Right DIV */  
.game_description_bottom .r
{  
	width: 100px;  
	margin: 0px;  
	padding: 0px;     
	float: right;   
	text-align: left;  
	font-size:10px;
    margin:14px 0 0 0;
}  


.winners_description 
{  
	width: 580px;  
	height:320px;
	position:relative;
    display:block;
}  
  
/* Left DIV */  
.winners_description .l
{  
	width: 100px;  
	margin: 0px;  
	padding: 0px;   
	float: left;
	text-align: left;  
}  
  
/* Right DIV */  
.winners_description .r
{  
	width: 360px;  
	margin: 0px;  
	padding: 0px;     
	float: right;   
	text-align: left;  
    margin:14px 0 0 0;
}  

.read_more_winners {
	color:#F48502;
	font-size: 11px;
}


/* Games Catalogue - End */


/* Distribution */

.hightlights_topic_box {

}

/* Left DIV */  
.hightlights_topic_box .l
{  
	width: 500px;
	padding: 0px 0px 0px 5px;   
	margin: 0px;
	float: left;
	text-align: left;  
	font-size: 20px;
}  
  
/* Right DIV */  
.hightlights_topic_box .r
{  
	margin: 0px;  
	padding: 0px;     
	float: right;   
    background-repeat:no-repeat;
}

.hightlights_topic_box .innertext {
    color:#4E4D4D;
	font-size: 17px;
    line-height:24px;
}

.distribution_highlights {
	width: 860px;
	height: 220px;
    font-size:17px;
    line-height:24px;	
}

.distribution_highlights .r {
    background-image:url(../images/mo-globe2.png);
	width: 298px;
	height: 255px;
}  

.partners_network .r {
    background-image:url(../images/partners_network.png);
	width: 350px;
	height: 220px;
}  

.about_highlights {
	height: 220px;
	width: 880px;
}

.about_highlights .l {
	width: 540px;
}
.about_highlights .r {
    background-image:url(../images/studio-product.png);
	width: 330px;
	height: 240px;
}  

.referafriend .l {
	width: 300;
}

.referafriend .r {
    background-image:url(../images/referafriend.jpg);
	width: 400px;
	height: 240px;
}  

.overview_page {
	position:relative;
}


.overview_page li {
    display:inline;
    float:left;
    width:937px;
    height:1100px;
    background:url(../images/bg_overview_page.png) no-repeat;
}

.overview_page li .inner {
	position:relative;
	width:940px;
	top: 20px;
	left: 15px;
}


.overview_box
{
	display:block;
	width: 620px;
	height: 710px;
    color:#4E4D4D;
    line-height:22px;
	padding: 20px 0px 0px 0px;   
}

.referafriend_box
{
	display:block;
	width: 620px;
    color:#4E4D4D;
    line-height:22px;
	padding: 20px 0px 0px 0px;   
}

.referafriend_explanation_box
{
	display:block;
	width: 620px;
	height: 340px;
    color:#4E4D4D;
    line-height:22px;
	padding: 20px 0px 0px 0px;   
}




.referafriend_explanation_box .innertext {
    color:#4E4D4D;
	font-size: 12px;
    line-height:24px;
}

.referafriend_explanation_box .innertext a {
	text-decoration:none;
	font-weight:normal;
}


/* Left DIV */  
.referafriend_explanation_box .l
{  
	width: 360px;  
	padding: 0px 0px 0px 15px;   
	margin: 0px;
	float: left;
	text-align: left;  
}  
  
/* Right DIV */  
.referafriend_explanation_box .r
{  
	background:#e6f5fb;
	width: 235px;
	margin: 0px;  
	padding: 0px;     
	float: right;   
	text-align: left;  
}  

.referafriend_explanation_box .r .hightlights_title img
{
	position: relative;
	top: 10px;
	left: 20px;
}


.referafriend_explanation_box .r .hightlights_title p.innertext
{
	position: relative;
	left: 30px;
    font-size:18px;
	display:inline;
	color:#F48502;
}

.referafriend_explanation_box .r .hightlights_innerbox
{
	background:#eae5d7;
	margin: 20px;
	padding: 20px 20px 0px 20px;
	font-size: 12px;	
	line-height: 16px;
    color:#4E4D4D;
}

.referafriend_explanation_box .r .hightlights_innerbox a
{
	text-decoration:none;
	color:	#4787a8;
}


.referafriend_explanation_box .r .hightlights_innerbox .topic
{
	color:#4787a8;
	font-weight:bold;
	line-height: 21px;
	font-size: 12px;
}


.overview_box .innertext {
    color:#4E4D4D;
	font-size: 12px;
    line-height:24px;
}

.overview_box .innertext a {
	text-decoration:none;
	font-weight:normal;
}


/* Left DIV */  
.overview_box .l
{  
	width: 360px;  
	padding: 0px 0px 0px 15px;   
	margin: 0px;
	float: left;
	text-align: left;  
}  
  
/* Right DIV */  
.overview_box .r
{  
	background:#e6f5fb;
	width: 235px;
	margin: 0px;  
	padding: 0px;     
	float: right;   
	text-align: left;  
}  

.overview_box .r .hightlights_title img
{
	position: relative;
	top: 10px;
	left: 20px;
}


.overview_box .r .hightlights_title p.innertext
{
	position: relative;
	left: 30px;
    font-size:18px;
	display:inline;
	color:#F48502;
}

.overview_box .r .hightlights_innerbox
{
	background:#eae5d7;
	margin: 20px;
	padding: 20px 20px 0px 20px;
	font-size: 12px;	
	line-height: 17px;
    color:#4E4D4D;
}

.overview_box .r .hightlights_innerbox a
{
	text-decoration:none;
	color:	#4787a8;
}

.overview_box .r .hightlights_innerbox ul
{
	position: relative;
	top: 10px;
}

.overview_box .r .hightlights_innerbox li
{
	position: relative;
	left: 10px;
	display:block;
    font-size:12px;
    font-weight:normal;
    line-height:20px;
    width:200px;
    height:20px;
    color:#4D4D4D;
    padding:0 10px 8px 18px;
    background:url(../images/bullet_1.png) no-repeat 0 3px; 
}

.overview_box .r .hightlights_innerbox .topic
{
	color:#4787a8;
	font-weight:bold;
	line-height: 30px;
	font-size: 12px;
}


.channels li {
    display:inline;
    float:left;
    width:243px;
    height:772px;
    background:url(../images/bg_channels.png) no-repeat;
}

.channels li .inner {
	position:relative;
	width:214px;
	left: 10px;
	top: 0px;
}

.get_it_now {
	width: 235px;
    color:#4E4D4D;
	font-size: 12px;
    line-height:20px;
}

a.download_button
{
    display:block;
    overflow:hidden;
    text-indent:-9999em;
    text-align:left;
    background-image:url(../images/button_download_for_free_btn.png);
    background-repeat:no-repeat;
	width:215px;
    height:40px;
}
a.download_button:hover {
    background-position:0 -54px;
}
a.download_button:active {
    background-position:0 -108px;
}

a.become_a_partner_button
{
    display:block;
    overflow:hidden;
    text-indent:-9999em;
    text-align:left;
    background-image: url(../images/button_become_a_partner.png);
    background-repeat:no-repeat;
	width:129px;
    height:32px;
}
a.become_a_partner_button:hover {
    background-position:0 -47px;
}
a.become_a_partner_button:active {
    background-position:0 -96px;
}

a.refer_a_friend_button
{
    display:block;
    overflow:hidden;
    text-indent:-9999em;
    text-align:left;
    background-image: url(../images/button_referafriend.png);
    background-repeat:no-repeat;
	width:129px;
    height:32px;
}
a.refer_a_friend_button:hover {
    background-position:0 -47px;
}
a.refer_a_friend_button:active {
    background-position:0 -96px;
}

a.play_games_button
{
    display:block;
    overflow:hidden;
    text-indent:-9999em;
    text-align:left;
    background-image:url(../images/button_play_our_games.png);
    background-repeat:no-repeat;
	width:215px;
    height:40px;
}
a.play_games_button:hover {
    background-position:0 -47px;
}
a.play_games_button:active {
    background-position:0 -96px;
}


a.download_graphics_library_button
{
    display:block;
    overflow:hidden;
    text-indent:-9999em;
    text-align:left;
    background-image:url(../images/button_download_graphics_library.png);
    background-repeat:no-repeat;

	width:215px;
    height:40px;
}
a.download_graphics_library_button:hover {
    background-position:0 -53px;
}
a.download_graphics_library_button:active {
    background-position:0 -108px;
}


/* Download Studio page */

.download_studio_box {
    display:block;
    float:left;
    width:638px;
    height:237px;
    background:url(../images/bg_dl_studio_box.png) no-repeat;
}

.download_studio_box p.icon {
	position:relative;
	float:left;
	top: 0px;
	left: 10px;
    background:url(../images/dl_studio_icon.png) no-repeat;
    width:179px;
    height:232px;
}

.download_studio_box p.version {
	position:relative;
	float:left;
	top: 50px;
	left: 20px;
    background:url(../images/dl_studio_version.png) no-repeat;
    width:360px;
    height:22px;
}

.download_studio_box a.download_studio_xp_button {
    display:block;
	position:relative;
	top: 70px;
	left: 20px;
    overflow:hidden;
    text-indent:-9999em;
    text-align:left;
    background-image:url(../images/button_download_studio_xp.png);
    background-repeat:no-repeat;

	width:215px;
    height:40px;
}
.download_studio_box a.download_studio_xp_button:hover {
    background-position:0 -52px;
}
.download_studio_box a.download_studio_xp_button:active {
    background-position:0 -107px;
}


.download_studio_box a.download_studio_vista_button {
    display:block;
	position:relative;
	top: 80px;
	left: 20px;
    overflow:hidden;
    text-indent:-9999em;
    text-align:left;
    background-image:url(../images/button_download_studio_vista.png);
    background-repeat:no-repeat;

	width:215px;
    height:40px;
}
.download_studio_box a.download_studio_vista_button:hover {
    background-position:0 -52px;
}
.download_studio_box a.download_studio_vista_button:active {
    background-position:0 -107px;
}

.download_studio_box a.download_graphics_button {
    display:block;
	position:relative;
	top: 80px;
	left: 20px;
    overflow:hidden;
    text-indent:-9999em;
    text-align:left;
    background-image:url(../images/button_download_graphics.png);
    background-repeat:no-repeat;

	width:215px;
    height:40px;
}
.download_studio_box a.download_graphics_button:hover {
    background-position:0 -52px;
}
.download_studio_box a.download_graphics_button:active {
    background-position:0 -107px;
}


.download_studio_box a.view_release_notes {
	position:relative;
	float:left;
	top: 100px;
	left: 290px;
	font-size:12px;
}

.download_studio_description {
	position:relative;
	top: 30px;
	font-size: 17px;
	line-height: 24px;
    color:#4E4D4D;
}

.download_studio_description .title_noline {
	font-size:20px;
    font-weight:bold;
	color:#F48502;
	line-height: 34px;
}

.download_studio_description ul.lightblue_bullet_text a {
	color:#025f94;
    text-decoration:none;
}

/* Download Studio page - End */

/* Distribution - End */

/* Homepage */

.login_page_box {
	width: 420px;
	height: 180px;
}

.login_page_box label {
	font-size: 14px;
}

/* Left DIV */  
.login_page_box .l
{  
	width: 108px;  
	margin: 0px;  
	padding: 10px;   
	float: left;
	text-align: left;  
}  
  
/* Right DIV */  
.login_page_box .r
{  
	width: 250px;
	margin: 0px;  
	padding: 40px 0px 0px 0px;     
	float: right;   
	text-align: left;  
}  



img.play_game_small {
	margin: 0px 0px -5px 0px;

}

.indent {
	position: relative;
	left: 10px;
}

.studio_description {
    width:278px;
    clear:both;
    position:relative;
    padding:10px 0 0 0;
}

.studio_description .icon {
	float:left;
    background:url(../images/dl_studio_icon_small.png) no-repeat;
    width:49px;
    height:70px;
}

.studio_description .graytext2 {
	position:relative;
	left:16px;
	top: 6px;
}


.game_display {
    position:relative;
    padding:0 320px 0 0;
}

.game_display .phone {
    position:absolute;
    width:136px;
    height:178px;
    top:-15px;
    background:url(../images/bg_phone_small.png) no-repeat;
}

.game_display .play_games {
    position:relative;
	top:90px;
	left:160px;
}

.game_display .phone .frame {
	position:absolute;
    top:20px;
    left:17px;
    width:172px;
    height:224px;  
    overflow:hidden;
}
.game_display .phone .frame span {
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    width:103px;
    height:134px;
    background:url(../images/bg_phoneframe_small.png) no-repeat;
}

/* Homepage - End */

/* Creator spotlight */

.profile {
    width:260px;
    height:187px;
    background:url(../images/bg_profile.png) no-repeat;
}

.profile .frame {
	position:absolute;
    top:76px;
    left:40px;
    width:110px;
    height:110px;  
    overflow:hidden;
}

/*.profile .frame span {
    position:absolute;
    display:block;
    width:110px;
    height:110px;
    background:url(../images/bg_profile_frame.png) no-repeat;
}*/

.profile .frame img {
    position:relative;
    top:1px;
    left:1px;
}

.profile .name {
    position:relative;
    top:134px;
    left:18px;
	font-size:18px;
	font-weight:bold;
	color:white;
}

.spotlight_animalfarm
{
	width: 610px;
}

.spotlight_animalfarm .text {
	float:left;
	width:400px;
	font-size:18px;
}


.spotlight_animalfarm .game_box
{
    float:right;
    width:180px;
    height:180px;
	
}

.spotlight_animalfarm .game_box .game_picture
{
    width:130px;
    height:168px;
    background:url(../images/creator_spotlight_animalfarm_screenshot.png) no-repeat;
}


.spotlight_animalfarm .game_box .quote
{
    font: 17px calibri;
}

.spotlight_animalfarm .game_box .game_play
{
    position: relative;
	top: 8px;
	left:12px;
}

p.bluetext {
	color:#025f94;
	font-size:14px;
}


/* Creator spotlight - End */

.signup_innertext {
    color:#4E4D4D;
    line-height:24px;
}

signup_innertext.a {
    color:#4E4D4D;
    line-height:2px;
}

.nicelink {
	text-decoration:none;
	color:	#4787a8;
	font-weight:normal;
}

.timeline_numbers {
	padding: 0px 0px 0 30px;
	list-style-type: decimal; 
	color:#417be4;
}

.genre_icon {
	position: relative;
	top: -6px;
	display:inline;
	float:left;
	margin: 0 10px 0 0;
}

.get2mobile .banner
{
    width:995px;
    height:200px;
    background:url(../images/G2MPage_Banner.png) no-repeat;
}

/* Get2Mobile */  
.get2mobile .headline
{  
	width: 500px;
	margin: 0px;
	float: left;
	text-align: left;  
	font-size: 20px;
}  

.get2mobile .text {
	width: 600px;
	padding: 50px 0px 0px 5px;
    font-size:17px;
    line-height:25px;
}

.get2mobile ul{
	height:230px;
}

.get2mobile li{
	position: relative;
	left: 10px;
	display:block;
    height:30px;
    color:#4D4D4D;
    padding:0px 10px 8px 18px;
    background:url(../images/bullet_1.png) no-repeat 0 3px; 
	}


.get2mobile .G2M_Technical
{
    width:995px;
    height:200px;
    background:url(../images/G2M_Technical.png) no-repeat;
}

.get2mobile .G2M_Screenshot
{
	position: absolute;
	top:500px;
	left:350px;
    width:500px;
    height:300px;
    background:url(../images/G2m_Screenshot.png) no-repeat;
}
.get2MobileDownloadBtn {
    display:inline-block;
	position:relative;
	text-indent:-9999em;
    text-align:left;
    background-image:url(../images/download_btn.png);
    background-repeat:no-repeat;

	width:155px;
    height:24px;
}
.get2MobileDownloadBtn:hover {
    background-position:0 -24px;
}
.get2MobileDownloadBtn:active {
    background-position:0 -48px;
}