/*  
Theme Name: MilMoGame Theme
Description: The awesome theme for MilMoGame.com
Version: 0.1
Author: Anders Moberg

*/

html 
{
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
	overflow-x: auto;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

a:link, a:visited {
	color: #ff7f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form /* for IE */
{
	margin: 0;
	padding: 0;
}

#wrapper 
{
	margin: 0 auto 0 auto;
	width: 970px;
	text-align: left;
}

#header 
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 970px;
	height: 131px;
	background: #ffffff url('images/TopBorder.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#home
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 970px;
	height: 131px;
}

#aboutbutton
{
	position: absolute;
	right: 10px;
	top: 10px;
}

#left 
{
	float: left;
	margin: 0;
	padding: 0;
	width: 154px;
	min-height: 450px;
	background: #ffffff url('images/LeftBorder.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#middle 
{
	float: left;
	margin: 0;
	padding: 0;
	width: 662px;
	text-align: left;
}

#right 
{
	float: left;
	margin: 0;
	padding: 0;
	width: 154px;
	min-height: 450px;
	background: #ffffff url('images/RightBorder.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#navbar_big
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	height: 20px;
	width: 970px;
	text-align: center;
}

#navbar 
{
	margin: 0 auto 0 auto;
	padding: 0;
	height: 20px;
	width: 662px;
}

#navbar a, #navbar span {
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 20px;
}

#navbar a:active, #navbar a:hover {
background-position: 0 -20px;
}
#navhome {
width: 83px;
background-image: url(images/buttons/NavHome.png);
}
#navhomeSelected {
width: 83px;
background-image: url(images/buttons/NavHomeSelected.png);
}
#news {
width: 64px;
background-image: url(images/buttons/NavNews.png);
}
#newsSelected {
width: 64px;
background-image: url(images/buttons/NavNewsSelected.png);
}
#about {
width: 72px;
background-image: url(images/buttons/NavAbout.png);
}
#aboutSelected {
width: 72px;
background-image: url(images/buttons/NavAboutSelected.png);
}
#screens {
width: 84px;
background-image: url(images/buttons/NavScreens.png);
}
#screensSelected {
width: 84px;
background-image: url(images/buttons/NavScreensSelected.png);
}
#shop {
width: 62px;
background-image: url(images/buttons/NavShop.png);
}
#shopSelected {
width: 62px;
background-image: url(images/buttons/NavShopSelected.png);
}
#forum {
width: 71px;
background-image: url(images/buttons/NavForum.png);
}
#safety {
width: 84px;
background-image: url(images/buttons/NavSafety.png);
}
#safetySelected {
width: 84px;
background-image: url(images/buttons/NavSafetySelected.png);
}
#help {
width: 60px;
background-image: url(images/buttons/NavHelp.png);
}
#helpSelected {
width: 60px;
background-image: url(images/buttons/NavHelpSelected.png);
}
#login {
width: 82px;
background-image: url(images/buttons/NavLogin.png);
}

#container 
{
	width: 634px;
	min-height: 400px;
	padding: 0 14px 0 14px;
	clear: both;
	float: left;
}

.page_bar 
{
	display: block;
	margin: 10px 0 5px 0;
	min-height: 35px;
	text-align: center;
}

#page
{
	margin: 10px 7px 0 0;
	padding: 0;
	clear: both;
	float: left;
	background-color: #ffffff;
	width: 368px;
}

#page .box
{
	margin: 0;
	padding: 0;
	width: 368px;
}

#page .box .medium_paper_frame_top
{
	margin: 0;
	padding: 15px 11px 0 11px;
	height: 38px;
	background-image: url('images/frames/MediumPaperFrameTop.png');
	background-repeat: no-repeat;	
}

#page .box .medium_paper_frame_middle
{
	margin: 0;
	padding: 0 11px 0 11px;
	background-image: url('images/frames/MediumPaperFrameMiddle.png');
	background-repeat: repeat-y;
	text-align: justify;
}

#page .box .medium_paper_frame_middle h3
{
	display: block;
	margin: 0;
	padding: 10px 0 5px 0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}

#page .box .medium_paper_frame_middle strong
{
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size: 12px;
}

#page .box .medium_paper_frame_middle p
{
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}

#page .box .medium_paper_frame_middle a
{
	color: #ff7f00;
	text-decoration: none;
}

#page .box .medium_paper_frame_middle a:hover, #page .box .medium_paper_frame_middle a:active
{
	text-decoration: underline;
}

#page .box .medium_paper_frame_middle ul
{
	margin: 0 0 0 22px;
	padding: 0;
}

#page .box .medium_paper_frame_middle ul li
{
	margin-bottom: 5px;
}

#page .box .medium_paper_frame_bottom
{
	margin: 0;
	padding: 0;
	height: 28px;
	background-image: url('images/frames/MediumPaperFrameBottom.png');
}

#page .box .frametop_red, #page .box .frametop_blue
{
	display: block;
	margin: 0;
    padding: 0;
	height: 11px;
	background-repeat: no-repeat
}

#page .box .frametop_red { background-image: url('images/frames/PageFrameTop_red.png'); }
#page .box .frametop_blue { background-image: url('images/frames/PageFrameTop_blue.png'); }

#page .box .framemiddle_red, #page .box .framemiddle_blue
{
	display: block;
	margin: 0;
	padding: 0 11px 0 11px;
	background-repeat: repeat-y;
	text-align: justify;
}

#page .box .framemiddle_red { background-image: url('images/frames/PageFrameMiddle_red.png'); }
#page .box .framemiddle_blue { background-image: url('images/frames/PageFrameMiddle_blue.png'); }

#page .box .framemiddle_red p, #page .box .framemiddle_blue p /* IE - fix */
{
	display: inline;
	margin: 0;
	padding: 0;
}

#page .box .framebottom_red, #page .box .framebottom_blue
{
	display: block;
	margin: 0;
    padding: 0;
	height: 11px;
	
	background-repeat: no-repeat
}

#page .box .framebottom_red { background-image: url('images/frames/PageFrameBottom_red.png'); }
#page .box .framebottom_blue { background-image: url('images/frames/PageFrameBottom_blue.png'); }

#fullpage .box .top
{
margin: 0;
padding: 0;
height: 22px;
background-image: url('images/frames/BigPaperFrameTop.png');
background-repeat: no-repeat
}

#fullpage .box .middle
{
margin: 0;
padding: 0 10px 0 10px;
background-image: url('images/frames/BigPaperFrameMiddle.png');
background-repeat: repeat-y;
}

#fullpage .box .bottom
{
margin: 0;
padding: 0;
height: 28px;
background-image: url('images/frames/BigPaperFrameBottom.png');
background-repeat: no-repeat
}


.pagecontent 
{
	margin: 0;
	padding: 10px;
}

/* receipt */

#receipt
{
	margin: 0 -14px 0 -14px; /* compensate for padding in container */
	padding: 0;
}

#receipt .header
{
	margin: 0;
	margin-bottom: 15px;
}

#receipt .print
{
	display: block;
}

#receipt .print p
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 15px 0 15px 0;
}

#receipt .box
{
	display: block;
	text-align: center;
	width: 641px;
	margin: 0 11px 0 10px;
}

#receipt .box .top
{
	margin: 0;
    padding: 0;
	height: 22px;
	background-image: url('images/frames/BigPaperFrameTop.png');
	background-repeat: no-repeat
}

#receipt .box .middle
{
	margin: 0;
	padding: 0 10px 0 10px;
	background-image: url('images/frames/BigPaperFrameMiddle.png');
	background-repeat: repeat-y;
}

#receipt .box .bottom
{
	margin: 0;
    padding: 0;
	height: 28px;
	background-image: url('images/frames/BigPaperFrameBottom.png');
	background-repeat: no-repeat
}

#receipt_data
{
	padding: 0 10px 0 10px;
	font-size: 12px;
	text-align: left;
}

#receipt_data p
{
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
}

#receipt_data .receipt_product_header
{
	display: block;
	padding-bottom: 7px;
	border-bottom: solid 7px #7ecf4c;
	font-weight: bold;
	font-size: 14px;
}

#receipt_data .receipt_product_header .product
{
	display:-moz-inline-stack;
	display: inline-block;
	padding-left: 10px;
	width: 300px;
}

#receipt_data .receipt_product_header .items
{
	display:-moz-inline-stack;
	display: inline-block;
	width: 160px;
	text-align: right;
}

#receipt_data .receipt_product_header .unit_price
{
	display:-moz-inline-stack;
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	width: 121px;
}

#receipt_data .receipt_product
{
	padding: 7px 0 7px 0;
	display: block;
	border-bottom: solid 3px #7ecf4c;
	font-size: 12px;
}

#receipt_data .receipt_product .product
{
	display:-moz-inline-stack;
	display: inline-block;
	padding-left: 20px;
	width: 290px;
}

#receipt_data .receipt_product .items
{
	display:-moz-inline-stack;
	display: inline-block;
	padding-right: 10px;
	width: 150px;
	text-align: right;
}

#receipt_data .receipt_product .unit_price
{
	display:-moz-inline-stack;
	display: inline-block;
	padding-right: 20px;
	text-align: right;
	width: 111px;
}

#receipt_data .receipt_tax
{
	padding: 7px 0 7px 0;
	display: block;
	font-size: 12px;
}

#receipt_data .receipt_tax .tax_text
{
	display:-moz-inline-stack;
	display: inline-block;
	padding-left: 20px;
	width: 450px;
}

#receipt_data .receipt_tax .tax
{
	display:-moz-inline-stack;
	display: inline-block;
	padding-right: 20px;
	width: 111px;
	text-align: right;
}

#receipt_data .receipt_total
{
	padding: 0;
	display: block;
	font-size: 12px;
}

#receipt_data .receipt_total .total_text
{
	display:-moz-inline-stack;
	display: inline-block;
	width: 470px;
	text-align: right;
	font-weight: bold;
}

#receipt_data .receipt_total .total_price
{
	display:-moz-inline-stack;
	display: inline-block;
	padding-right: 20px;
	width: 111px;
	text-align: right;
}

#receipt_data .address
{
	display: block;
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
}

/* Side bars*/

.sidebar 
{
	margin: 10px 0 0 7px;
	padding: 0;
	float: left;
	width: 252px;
	display: inline;
}

.sidebar ul
{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

.sidebar ul li
{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	width: 100%;
}

.sidebar .newsicons
{
	margin: 0;
	padding: 4px 0 10px 0;
}

.sidebar .newsicons .newsicon
{
	width: 62px;
	height: 62px;
	margin: 0;
	padding: 0;
	border: 0;
}

.sidebar .newsicons .newsicon img
{
	border: 0;
}

.sidebar .buybutton
{
	display: block;
	width: 240px;
	height: 64px;
	background-image: url(images/buttons/BuyButton.png);
	background-position: 0 0;
	overflow: hidden;
}

.sidebar .buybutton:hover
{
	background-position: 0 -64px;
}

.sidebar .buybutton:active
{
	background-position: 0 -128px;
}

.sidebar .icon
{
	margin: 0 auto 0 auto;
	padding: 40px 50px 40px 50px;
}

.sidebar .box
{
	margin: 0;
	padding: 0;
	width: 252px;
}

.sidebar .box .emptybox
{
	padding: 0 15px 0 15px;
}

.sidebar .box .small_paper_frame_top, .sidebar .box .small_paper_frame_top_blue,
.sidebar .box .small_paper_frame_top_green, .sidebar .box .small_paper_frame_top_blue_yellow,
.sidebar .box .small_paper_frame_top_facebook
{
	margin: 0;
	padding: 12px 13px 0 14px;
	height: 33px;
	background-image: url('images/frames/SmallPaperFrameTop.png');
	background-repeat: no-repeat;	
}

.sidebar .box .small_paper_frame_top_blue
{
	padding: 0;
	height: 22px;
	background-image: url('images/frames/SmallPaperFrameTopBlue.png');
}

.sidebar .box .small_paper_frame_top_green
{
	padding: 0;
	height: 22px;
	background-image: url('images/frames/SmallPaperFrameTopGreen.png');
}

.sidebar .box .small_paper_frame_top_yellow
{
	padding: 0;
	height: 22px;
	background-image: url('images/frames/SmallPaperFrameTopYellow.png');
}

.sidebar .box .small_paper_frame_top_facebook
{
	padding: 0;
	height: 36px;
	background-image: url('images/frames/FacebookPaperFrameTop.png');
}

.sidebar .box .small_paper_frame_middle, .sidebar .box .small_paper_frame_middle_blue,
.sidebar .box .small_paper_frame_middle_green, .sidebar .box .small_paper_frame_middle_yellow,
.sidebar .box .small_paper_frame_middle_facebook
{
	margin: 0;
	padding: 0 13px 0 14px;
	background-image: url('images/frames/SmallPaperFrameMiddle.png');
	background-repeat: repeat-y;
	text-align: left;
}

.sidebar .box .small_paper_frame_middle a,
.sidebar .box .small_paper_frame_middle_blue a,
.sidebar .box .small_paper_frame_middle_green a,
.sidebar .box .small_paper_frame_middle_yellow a
{
	color: #ff7f00;
	text-decoration: none;
}

.sidebar .box .small_paper_frame_middle a:hover, .sidebar .box .small_paper_frame_middle a:active,
.sidebar .box .small_paper_frame_middle_blue a:hover, .sidebar .box .small_paper_frame_middle_blue a:active,
.sidebar .box .small_paper_frame_middle_green a:hover, .sidebar .box .small_paper_frame_middle_green a:active,
.sidebar .box .small_paper_frame_middle_yellow a:hover, .sidebar .box .small_paper_frame_middle_yellow a:active
{
	text-decoration: underline;
}

.sidebar .box .small_paper_frame_middle strong, .sidebar .box .small_paper_frame_middle_blue strong,
.sidebar .box .small_paper_frame_middle_green strong, .sidebar .box .small_paper_frame_middle_blue_yellow strong
{
	font-size: 12px;
}

.sidebar .box .small_paper_frame_middle p, .sidebar .box .small_paper_frame_middle_blue p,
.sidebar .box .small_paper_frame_middle_green p, .sidebar .box .small_paper_frame_middle_yellow p
{
	padding: 5px 0 5px 0;
}

.sidebar .box .small_paper_frame_middle ol, .sidebar .box .small_paper_frame_middle_blue ol,
.sidebar .box .small_paper_frame_middle_green ol, .sidebar .box .small_paper_frame_middle_yellow ol
{
	margin: 5px 0 0 22px;
	padding: 0;
}

.sidebar .box .small_paper_frame_middle ol li, .sidebar .box .small_paper_frame_middle_blue ol li,
.sidebar .box .small_paper_frame_middle_green ol li, .sidebar .box .small_paper_frame_middle_yellow ol li
{
	padding: 0 0 0 5px;
}

.sidebar .box .small_paper_frame_middle_blue
{
	background-image: url('images/frames/SmallPaperFrameMiddleBlue.png');
}

.sidebar .box .small_paper_frame_middle_green
{
	background-image: url('images/frames/SmallPaperFrameMiddleGreen.png');
}

.sidebar .box .small_paper_frame_middle_yellow
{
	background-image: url('images/frames/SmallPaperFrameMiddleYellow.png');
}

.sidebar .box .small_paper_frame_middle_facebook
{
	background-image: url('images/frames/FacebookPaperFrameMiddle.png');
}

.sidebar .box .small_paper_frame_bottom, .sidebar .box .small_paper_frame_bottom_blue,
.sidebar .box .small_paper_frame_bottom_green, .sidebar .box .small_paper_frame_bottom_yellow,
.sidebar .box .small_paper_frame_bottom_facebook
{
	margin: 0;
	padding: 0;
	height: 28px;
	background-image: url('images/frames/SmallPaperFrameBottom.png');
}

.sidebar .box .small_paper_frame_bottom_blue
{
	background-image: url('images/frames/SmallPaperFrameBottomBlue.png');
}

.sidebar .box .small_paper_frame_bottom_green
{
	background-image: url('images/frames/SmallPaperFrameBottomGreen.png');
}

.sidebar .box .small_paper_frame_bottom_yellow
{
	background-image: url('images/frames/SmallPaperFrameBottomYellow.png');
}

.sidebar .box .small_paper_frame_bottom_facebook
{
	background-image: url('images/frames/FacebookPaperFrameBottom.png');
}

.sidebar .box .frametop_yellow, .sidebar .box .frametop_green
{
	margin: 0;
    padding: 0;
	height: 11px;
	background-repeat: no-repeat
}

.sidebar .box .frametop_yellow { background-image: url('images/frames/SideFrameTop_yellow.png'); }
.sidebar .box .frametop_green { background-image: url('images/frames/SideFrameTop_green.png'); }

.sidebar .box .framemiddle_yellow, .sidebar .box .framemiddle_green
{
	margin: 0;
	padding: 0 15px 15px 15px;
	background-repeat: repeat-y;
}

.sidebar .box .framemiddle_yellow p, .sidebar .box .framemiddle_green p
{
	padding: 15px 5px 0px 5px;
}

.sidebar .box .framemiddle_yellow { background-image: url('images/frames/SideFrameMiddle_yellow.png'); }
.sidebar .box .framemiddle_green { background-image: url('images/frames/SideFrameMiddle_green.png'); }

.sidebar .box .framebottom_yellow, .sidebar .box .framebottom_green
{
	margin: 0;
    padding: 0;
	height: 11px;
	background-repeat: no-repeat
}

.sidebar .box .framebottom_yellow { background-image: url('images/frames/SideFrameBottom_yellow.png'); }
.sidebar .box .framebottom_green { background-image: url('images/frames/SideFrameBottom_green.png'); }

#footer 
{
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	clear: both;
	float: left;
	width: 662px;
}

#footer .buttons
{
	display: inline-block;
	margin: 20px auto;
	text-align: center;
}

#footer .navbar
{
	color: #000000;
}

#footer .navbar a
{
	color: #000000;
	text-decoration: none;
}

#footer .navbar a:active, #footer .navbar a:hover
{
	text-decoration: underline;
}

#footer .copyright
{
	color: #7f7f7f;
}

#footer .copyright a
{
	color: #7f7f7f;
	text-decoration: none;
}

#footer .copyright a:active, #footer .copyright a:hover
{
	text-decoration: underline;
}


/* Sign Up pages*/

#signup_text
{
	display: block;
	margin: 0;
	padding: 1em;
}

.milmoform
{
	margin: 0;
	padding: 0;
}

.milmoform fieldset
{
	padding: 0;
	border-style: none;
}

.milmoform fieldset.submit
{
	float: none;    
	width: auto;    
	border: 0px none #FFF;    
	text-align: center
}

.milmoform fieldset ul
{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style: none;
}

.milmoform fieldset ul li
{
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	display: block;
	text-align: right;
	font-weight: bold;
}

.milmoform .text
{
	width: 180px;
	margin: 0 10px 0 10px;
	background-color: #fff7c6;
}

.milmoform .year
{
	margin: 10px 2px 0 10px;
	width: 57px;
	background-color: #fff7c6;
}

.milmoform .month
{
	margin: 10px 2px 0 0;
	width: 65px;
	background-color: #fff7c6;
}

.milmoform .day
{
	margin: 10px 10px 0 0;
	width: 50px;
	background-color: #fff7c6;
}

.milmoform .sex
{
	margin: 10px 125px 0 10px;
	width: 70px;
	background-color: #fff7c6;
}

.smallbox 
{
	display:-moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	width: 194px;
	margin: 10px 0 0 10px;
}

.smallbox .top
{
	display: block;
	margin: 0;
    padding: 0;
	height: 9px;
	background-image: url(images/frames/TermsOfUseBoxFrameTop.png);
	background-repeat: no-repeat
}

.smallbox .middle
{
	display: block;
	margin: 0;
	padding: 5px 11px 0 11px;
	background-repeat: repeat-y;
	background-image: url(images/frames/TermsOfUseBoxFrameMiddle.png);
	text-align: justify;
}

.smallbox .bottom
{
	display: block;
	margin: 0;
    padding: 0;
	height: 16px;
	background-image: url(images/frames/TermsOfUseBoxFrameBottom.png);
	background-repeat: no-repeat;
}


.smallbox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.smallbox ul li
{
	margin: 0;
	padding: 0;
}

.login_button
{
	margin-top: 10px;
	display:-moz-inline-stack;
	display: inline-block;
	background-image: url(images/buttons/LoginButton.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	height: 93px;
	width: 93px;
}

.login_button:hover
{
	background-position: 0 -93px;
}

.login_button:active
{
	background-position: 0 -186px;
}

.signup_button
{
	margin-top: 10px;
	display:-moz-inline-stack;
	display: inline-block;
	background-image: url(images/buttons/SignupButton.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	height: 105px;
	width: 105px;
}

.signup_button:hover
{
	background-position: 0 -105px;
}

.signup_button:active
{
	background-position: 0 -210px;
}

.join_button
{
	margin-top: 10px;
	display:-moz-inline-stack;
	display: inline-block;
	background-image: url(images/buttons/JoinButton.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	height: 105px;
	width: 105px;
}

.join_button:hover
{
	background-position: 0 -105px;
}

.join_button:active
{
	background-position: 0 -210px;
}

.premium_box
{
float: left;
width: 97px;
padding-top: 70px;
vertical-align: bottom;
}

.premium_boy
{
display: block;
}

.premium_text
{
float: left;
display: block;
width: 110px;
}

.premium_button
{
	margin: 0;
	display:-moz-inline-stack;
	display: inline-block;
	background-image: url(images/buttons/PremiumButton.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	height: 24px;
	width: 97px;
}

.premium_button:hover
{
	background-position: 0 -24px;
}

.premium_button:active
{
	background-position: 0 -48px;
}

.checkbox
{
	vertical-align: middle;
}

/* payment */

.payment_methods
{
	margin: 0;
	padding: 0;
}

.payment_methods .group
{
	padding: 0;
	height: 48px;
	width: 346px;
	line-height: 48px;
	text-indent: 15px;
	color: #fff;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url('images/bars/Best_value_EN.png');
	background-position: 0 5px;
}

.payment_methods .payment_method_top
{
	display: block;
	margin: 0;
    padding: 0;
	height: 9px;
	background-image: url('images/frames/InnerFrameTop.png');
	background-repeat: no-repeat
}

.payment_methods .payment_method
{
	display: block;
	margin: 0;
	padding: 10px 20px 0 20px;
	background-image: url('images/frames/InnerFrameMiddle.png');
	background-repeat: repeat-y;
	text-align: justify;
}

.payment_methods .payment_method_bottom
{
	display: block;
	margin: 0;
    padding: 0;
	height: 16px;
	background-image: url('images/frames/InnerFrameBottom.png');
	background-repeat: no-repeat;
}

.payment_methods .payment_method .method_title
{
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	padding: 0 3px;
}

.payment_methods .payment_method .payment_method_body
{
	min-height: 64px;
	cursor: hand;
	cursor: pointer;
}

.payment_methods .payment_method .payment_icon
{
	margin-right: 10px;
}

.payment_methods .payment_method .payment_method_pricing
{
	display: block;
	margin: 0;
	padding: 0;
}

.payment_methods .payment_method .payment_method_pricing ul
{
	list-style: none;
}

.payment_methods .payment_method .payment_method_pricing .buy_button
{
	display: block;
	text-align: right;
	height: 25px;
	margin: 0;
	padding: 0;
}

.payment_methods .payment_method .more_info
{
	display: block;
	text-align: center;
	text-decoration: underline;
	color: #0099cc;
	margin: 0;
	padding: 0;
	cursor: hand;
	cursor: pointer;
}

.response_box
{
	display: none;
	margin: 0 10px 10px 10px;
	padding: 10px;
	background-color: #FFCCCC;
	border: solid 1px #FF0000;
}

.response_box ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.response_box ul li
{
	padding-bottom: 5px;
}

/* inner frame */

.innerbox
{
	margin: 0;
	padding: 0;
}

.innerbox .innerframetop
{
	display: block;
	margin: 0;
    padding: 0;
	height: 9px;
	background-image: url('images/frames/InnerFrameTop.png');
	background-repeat: no-repeat
}

.innerbox .innerframemiddle
{
	display: block;
	margin: 0;
	padding: 10px 10px 0 10px;
	background-image: url('images/frames/InnerFrameMiddle.png');
	background-repeat: repeat-y;
	text-align: justify;
}

.innerbox .innerframebottom
{
	display: block;
	margin: 0;
    padding: 0;
	height: 16px;
	background-image: url('images/frames/InnerFrameBottom.png');
	background-repeat: no-repeat;
}

/* generic pages "ok/error" */

#generic_result 
{
	margin: 0 -14px 0 -14px; /* compensate for padding in container */
}

#generic_result #generic_result_header
{
	margin-bottom: 15px;
	display: block;
	background-image: url(images/bars/HeadlineGenericResult_EN.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	height: 70px;
	width: 662px;
}

#generic_result .box
{
	display: block;
	text-align: center;
	width: 641px;
	margin: 0 11px 0 10px;
}

#generic_result .box .top
{
	margin: 0;
    padding: 0;
	height: 22px;
	background-image: url('images/frames/BigPaperFrameTop.png');
	background-repeat: no-repeat
}

#generic_result .box .middle
{
	margin: 0;
	padding: 10px;
	font-weight: bold;
	background-image: url('images/frames/BigPaperFrameMiddle.png');
	background-repeat: repeat-y;
}

#generic_result .box .bottom
{
	margin: 0;
    padding: 0;
	height: 28px;
	background-image: url('images/frames/BigPaperFrameBottom.png');
	background-repeat: no-repeat
}

#back_button 
{
	margin: 20px;
	text-align: center;	
}

#accountcreated_header
{
	margin-bottom: 15px;
	display: block;
	background-image: url(images/bars/HeadlineAccountCreated_EN.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 662px;
}

.accountcreated_text
{
	margin: -10px 50px 0 0;
	text-align: left;
	vertical-align: top;
	width: 300px;
	display:-moz-inline-stack;
	display: inline-block;
	font-weight: normal;
}

.accountcreated_text p
{
	margin: 15px 0 15px 0;
}

.accountcreated_image
{
	margin: -10px 20px 0 0;
	vertical-align: top;
	width: 188px;
	height: 168px;
	background-image: url('images/AccountCreatedBigPicture.png');
	display:-moz-inline-stack;
	display: inline-block;	
}

#splashscreen 
{
	margin: 0 -14px 0 -14px;
	padding: 36px 0 0 0;
	height: 450px;
	width: 662px;
	background: #ffffff url('images/CenterImage.jpg');
	background-repeat: no-repeat;
	background-position: top left;		
}

#splashscreen a 
{
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 232px;
	height: 65px;
	background-position: 0 0;
}

#splashscreen a:hover
{
	background-position: 0 -65px;
}

#splashscreen a:active
{
	background-position: 0 -130px;
}

#existingplayer {
	background: url(images/buttons/ExistingPlayers.png) no-repeat top center;
}

#facebooklogin {
	background: url(images/buttons/FaceBookLogin.png) no-repeat top center;
}

#newplayer {
	background: url(images/buttons/NewPlayers.png) no-repeat top center;
}

/* signup */
.signuptext
{
margin: 0 10px 20px 10px;	
}
.signupFacebook
{
height: 102px;
}
.signupFacebookButton
{
height: 85px;
}
.signupFacebookButton, .signupFacebook
{
display: block;
margin: 0 auto;
width: 327px;
}
.signupNoFacebook
{
margin-right: 10px;
height: 102px;
width: 154px;
}

/* about */
.abouttext
{
margin: 0 auto 10px auto;
width: 320px;
font-weight: bold;
}
.abouttext p
{
margin-bottom: 10px;
}
.aboutdesc
{
display: block;
margin: 0 auto;
width: 341px;
}
.aboutfacebookheadline1, .aboutfacebookheadline2, .aboutfacebookbody
{
color: #fff;
}
.girlbig
{
display: block;
margin: 0;
width: 247px;
height: 425px;
}
.aboutfacebookbody
{
margin: 0;
padding: 0 5px 5px;
}
.aboutunityheadline
{
margin: 0 10px 10px;
font-size: 16px;
font-weight: bold;
}
.aboutunitybody
{
margin: 0;
padding: 0 5px 5px;
}
.fbbutton
{
text-align: center;
margin: 0;
padding: 10px 0;
}
.getunity
{
margin: 10px auto 0;
display: block;
width: 193px;
height: 63px;
background: url('http://webplayer.unity3d.com/installation/getunity.png');
}

/* news */
.post 
{
	margin: 0;
	padding: 10px 0 0 0;
}

.post .title
{
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}

.post .body
{
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

.post .newsentry .divider
{
	margin: 0;
	padding: 0;
}

.post .postmetadata
{
	text-align: right;
	font-size: 10px;
	margin: 0;
	padding: 5px 10px 0 10px;
}

.textimg
{
	vertical-align: text-top;
}

/* flags */

.markedflag img
{
	border: solid 2px #fff;
}

.unmarkedflag img
{
	border: solid 1px #fff;
	opacity: 0.35;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
}

.unmarkedflag:hover img
{
	border: solid 1px #fff;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

/* media */
.mediapage {
	text-align: center;
}

.mediapage h1, .mediapage h2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 36px;
	color: #3e9cdd;
}
.mediapage h2 {
	font-size: 24px;
}

.mediapage .separator {
	height: 20px;
}