body {
	background-image: url(../images/bg.png);
	margin: 0px;
	background-color: #CBCBCB;
	background-repeat: repeat-x;
	background-position: 0px -20px;
	font-family: Verdana, Geneva, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #7900CA;
	font-size: 28px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
a {
	outline: none;
}

#wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
acronym {
	cursor: help;
}
a:link {
	color: #90F;
	text-decoration: none;
}
a:visited {
	color: #90F;
	text-decoration: none;
}
a:hover {
	color: #4FC600;
	text-decoration: underline;
}

#header {
	position: relative;
	height: 120px;
	width: 1000px;
	background-image: url(../images/header.png);
	background-position: bottom;
	float: left;
	z-index: 2;
}
#header_logo {
	position: relative;
	height: 115px;
	width: 375px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
#header_menu {
	float: left;
	position: relative;
	height: 40px;
	width: 528px;
	margin-left: 10px;
	top: 50px;
	z-index: 100;
}
#header_lang {
	position: relative;
	float: left;
	width: 65px;
	height: 25px;
	padding-top: 80px;
	padding-left: 5px;
}
.toplink {
	height: 145px;
	width: 130px;
	display: block;
	text-align: center;
	position: relative;
	float: left;
	margin-left: 2px;
}


#mid {
	position: relative;
	height: 239px;
	width: 1000px;
	background-image: url(../images/mid.png);
	float: left;
	z-index: 1;
}
#content {
	width: 1000px;
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	position: relative;
	height: auto;
	float: left;
}
#footer {
	background-image:url(../images/footer.png);
	float: left;
	position: relative;
	height: 150px;
	width: 1000px;
}
.tooltip{
	position:absolute;
	left:-2000px;
	width:auto;
	height:27px;
	z-index: 999;
}

.tooltip p{
	margin:0;
	padding:0;
	color:#fff;
	padding:5px 5px;
	width:auto;
	height:15px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/tooltipbg.png);
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #E4E4E4;
}
#content_left {
	position: relative;
	width: 735px;
	height: auto;
	float: left;
}
#content_static {
	float: left;
	width: 710px;
	height: auto;
	position: relative;
	padding-left: 20px;
	background-image: url(../images/content_div.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

#news {
	position: relative;
	height: auto;
	width: 710px;
	float: left;
	padding-left: 20px;
}
div.news_header {
	background-image: url(../images/news_header.png);
	height: 80px;
	background-position: center center;
	width: 600px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #333;
	line-height: 75px;
	padding-left: 110px;
	margin-bottom: 10px;
}
div.news_date {
	background-image: url(../images/datebg.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 71px;
	position: absolute;
	top: 0px;
	left: 20px;
}
div.date_month {
	font-size: 12px;
	color: #FFF;
	position: absolute;
	width: 71px;
	height: 30px;
	left: 0px;
	top: 0px;
	line-height: 30px;
	text-align: center;
}
div.date_day {
	font-size: 30px;
	color: #333;
	position: absolute;
	width: 71px;
	height: 35px;
	top: 30px;
	left: 0px;
	line-height: 35px;
	text-align: center;
}
div.date_year {
	font-size: 10px;
	position: absolute;
	height: 15px;
	width: 71px;
	left: 0px;
	top: 65px;
	line-height: 10px;
	text-align: center;
}
.date_paper {
	background-image: url(../images/date_paper.png);
	height: 20px;
	width: 26px;
	position: absolute;
	top: 53px;
	left: 41px;
}





li.check {
	font-family: Verdana, Geneva, sans-serif;
	list-style-image: url(../images/check.png);
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	position: relative;
	width: 600px;
	margin-left: 50px;
	color: #333;
	line-height: 25px;
	margin-bottom: 5px;
}


#content_right {
	float: right;
	position: relative;
	width: 245px;
	height: auto;
}
#controlpanel {
	height: 160px;
	width: 245px;
	position: relative;
	background-image: url(../images/controlepanelbox.png);
	background-repeat: no-repeat;
	background-position: center 22px;
	margin-bottom: 15px;
}
.rs_box {
	position: relative;
	width: 245px;
	margin-bottom: 10px;
	float: left;
}
.rs_boxtop {
	background-image: url(../images/rs_boxtop.png);
	background-position: center top;
	height: 4px;
	width: 245px;
	position: absolute;
	top: 22px;
	background-repeat: no-repeat;
}
.rs_boxmid {
	background-image: url(../images/rs_boxmid.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 205px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.rs_boxbottom {
	background-image: url(../images/rs_boxbottom.png);
	background-position: center top;
	height: 4px;
	width: 245px;
	background-repeat: no-repeat;
}
.rightside_images {
	text-align: center;
	width: 205px;
}
.space {
	position: relative;
	height: 10px;
}




.right_header {
	background-image: url(../images/sideheader.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	width: 245px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333;
	padding-top: 7px;
}

.rightside_icons {
	margin-right: 2px;
	margin-top: 2px;
	position: absolute;
	left: 45px;
	top: 5px;
}
.tab_icons {
	height: 16px;
	width: 16px;
	margin-right: 2px;
	margin-top: 2px;
}
.tabNavigation {
	position: relative;
	height: 25px;
	width: 220px;
	float: left;
	top: 0px;
	right: 42px;
	margin-top: 1px;
	z-index: 2;

}

.tabNavigation LI {
	height: 25px;
	width: 68px;
	list-style-type: none;
	position: relative;
	float: left;
	margin-right: 1px;
}

.tabNavigation LI A {
	color: #CCC;
	text-decoration: none;
	background-image: url(../images/tab.png);
	height: 25px;
	width: 68px;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	position: relative;
}

.tabNavigation LI A.selected,
.tabNavigation LI A:hover {
	color: #fff;
	background-image: url(../images/tab_active.png);
}


.tabNavigation LI A:focus {
	outline: 0;
}
.tabs    {
	width: 210px;
	height: 135px;
	position: relative;
	margin-left: 21px;

}
#first {
	position: absolute;
	height: 102px;
	width: 206px;
	top: 27px;
	left: 0px;
}
#second {
	position: absolute;
	height: 102px;
	width: 206px;
	top: 27px;
	left: 0px;
}
#third {
	position: absolute;
	height: 102px;
	width: 206px;
	top: 27px;
	left: 0px;
}
.control_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	float: left;
	margin-left: 5px;
	line-height: 20px;
	margin-bottom: 2px;
}
.loginbutton {
	height: 29px;
	width: 196px;
	color: #FFF;
	position: relative;
	margin-left: 3px;
	margin-top: 5px;
	background-image: url(../images/login_button.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.loginbutton a:hover {
	height: 29px;
	width: 196px;
	color: #FFF;
	position: relative;
	margin-left: 3px;
	margin-top: 5px;
	background-image: url(../images/login_button_o.png);
}

.username {
	float: right;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 2px;
}
#myController {
	position: relative;
	width: 350px;
	height: 194px;
	float: right;
	background-image: url(../images/mid_slide_select_box.png);
	padding-top: 13px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	margin-top: 8px;
	margin-right: 23px;
	cursor: pointer;
}

#jFlowSlide{
	position: relative;
	float: left;
}
#slide_container {
	background-image: url(../images/mid_slide_image_box.png);
	position: relative;
	height: 196px;
	width: 542px;
	padding: 12px;
	margin-top: 8px;
	margin-left: 23px;
}
#mySlides {
	font-size: 13px;
	color: #333;
}
div.slide {
	height: 176px;
	width: 522px;
	padding: 10px;
}


span.jFlowControl {
	float: left;
	position: relative;
	height: 38px;
	width: 340px;
	margin-bottom: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	padding-left: 10px;
}
span.jFlowSelected {
	background-image: url(../images/mid_slide_select_over.png);
	float: left;
	position: relative;
	height: 38px;
	width: 330px;
	color: #FFF;
	padding-left: 20px;
}


.jFlowPrev, .jFlowNext{
cursor:pointer;
}
.slide_text_box {
	background-image: url(../images/slide_text_box.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 490px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 85px;
	font-size: 11px;
	padding: 10px;
}
.text_header {
	font-size: 14px;
	color: #A900E1;
	font-weight: bold;
}
#footer_logo {
	background-image: url(../images/logo.png);
	float: left;
	width: 278px;
	height: 35px;
	margin-top: 20px;
	margin-left: 10px;
	color: #CCC;
	font-size: 10px;
	padding-top: 70px;
	padding-left: 100px;
}
#footer_sitemap {
	float: right;
	width: 550px;
	height: 120px;
	margin-right: 8px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
}
#footer_sitemap ul {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_li {
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
}
.footer_li a {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}
.footer_li a:hover {
	font-size: 12px;
	color: #90F;
	text-decoration: none;
}
.footer_ul {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: url(../images/footer_list.png);
	color: #CCC;
	list-style-position: inside;
	margin: 0px;
}
.footer_ul a {
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}
li {
	list-style-type: none;
}

.footer_ul a:hover {
	font-size: 10px;
	color: #90F;
	text-decoration: none;
}
#mid_gamepage {
	background-image: url(../images/gamepage_bg_pic.png);
	width: 930px;
	height: 196px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#gamepage_extra {
	background-image: url(../images/extrabg.png);
	height: 39px;
	width: 244px;
	position: absolute;
	top: 160px;
	z-index: 0;
	padding-left: 70px;
	padding-top: 5px;
}
#gamepage_logo {
	background-image: url(../images/logobg.png);
	width: 930px;
	height: 70px;
	position: absolute;
	z-index: 0;
	text-align: center;
	padding-top: 10px;
}
#gamepage_price {
	background-image: url(../images/pricebg.png);
	height: 185px;
	width: 210px;
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center bottom;
	right: 15px;
}
#gamepage_ribbon {
	background-image: url(../images/ribbon_24h.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	position: absolute;
	z-index: 2;
	right: 19px;
	top: 4px;
}
#price {
	background-image: url(../images/pricetagbg.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 112px;
	position: absolute;
	z-index: 1;
	right: 45px;
	font-size: 30px;
	color: #FFF;
	line-height: 80px;
	text-align: center;
}
#pay_options {
	background-image: url(../images/price_payoptions.png);
	height: 70px;
	width: 169px;
	position: absolute;
	top: 100px;
	right: 20px;
}

.order_button a{
	background-image: url(../images/order_button_n.png);
	height: 38px;
	width: 154px;
	position: absolute;
	right: 25px;
	z-index: 1;
	top: 58px;
}
.order_button a:hover{
	background-image: url(../images/order_button_o.png);
	height: 38px;
	width: 154px;
	position: absolute;
	right: 25px;
	z-index: 1;
	top: 58px;
}
.order_button_portable a{
	background-image: url(../images/order_button_n.png);
	height: 38px;
	width: 154px;
	position: absolute;
	display: block;
	top: 60px;
	left: 0px;
	z-index: 2;
}
.order_button_portable a:hover{
	background-image: url(../images/order_button_o.png);
	height: 38px;
	width: 154px;
	position: absolute;
	display: block;
	top: 60px;
	left: 0px;
	z-index: 2;
}

#gamepage_pic {
	height: 196px;
	width: 930px;
}

.featureBig {
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
}
#features_div {
	padding-left: 0px;
}
span.features a:link,
span.features a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #90F;
	text-decoration: none;
	cursor: default;	
}
span.features a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #90F;
	text-decoration: none;
}
#gamelist {
	width: 700px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}
div.gamelist_box {
	height: 150px;
	width: 225px;
	float: left;
	margin-left: 7px;
	background-image: url(../images/gamelist_bg.png);
	position: relative;
	margin-bottom: 7px;
	background-repeat: no-repeat;
}
div.gamelist_pic {
	height: 115px;
	width: 215px;
	position: absolute;
	top: 5px;
	left: 4px;
	background-repeat: no-repeat;
}
div.gamelist_shine {
	background-image: url(../images/gamelist_shine.png);
	height: 76px;
	width: 215px;
	position: absolute;
	left: 4px;
	top: 5px;
}
span.gamelist_name a{
	background-image: url(../images/gamelist_full.png);
	height: 125px;
	width: 195px;
	position: absolute;
	font-size: 11px;
	color: #FFF;
	line-height: 50px;
	padding-left: 30px;
	text-decoration: none;
}

span.gamelist_name a:hover {
	background-image: url(../images/gamelist_full.png);
	height: 125px;
	width: 195px;
	position: absolute;
	font-size: 11px;
	color: #FFF;
	line-height: 50px;
	padding-left: 30px;
	background-position: 0px 125px;
	text-decoration: none;
}
div.gamelist_icon {
	position: absolute;
	height: 20px;
	width: 20px;
	background-position: center center;
	top: 15px;
	left: 10px;
	background-repeat: no-repeat;
}

div.gamelist_paper {
	background-image: url(../images/gamelist_paper.png);
	height: 25px;
	width: 25px;
	position: absolute;
	left: 3px;
	top: 97px;
}
div.gamelist_price_under {
	height: 35px;
	width: 100px;
	position: absolute;
	left: 108px;
	top: 81px;
	font-size: 30px;
	color: #333;
	text-align: center;
	z-index: 1;
}
span.gamelist_more {
	position: absolute;
	height: 23px;
	width: 177px;
	top: 122px;
	left: 29px;
	text-align: center;
}

div.gamelist_price {
	height: 35px;
	width: 100px;
	position: absolute;
	left: 107px;
	top: 80px;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	z-index: 2;
}

#rs_testimonials_box {
	height: 200px;
	width: 220px;
	padding-right: 10px;
	padding-left: 15px;
	position: relative;
	float: left;
}
div.testimonials_box {
	position: relative;
	width: 692px;
	height: auto;
	float: left;
	margin-left: 20px;
	padding-top: 30px;
}
div.testimonials_top {
	background-image: url(../images/testimonials_top_big.png);
	height: 17px;
	width: 690px;
}
div.testimonials_mid {
	background-image: url(../images/testimonials_mid_big.png);
	height: auto;
	width: 670px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
div.testimonials_bottom {
	background-image: url(../images/testimonials_bottom_big.png);
	height: 60px;
	width: 680px;
	background-repeat: no-repeat;
	font-size: 15px;
	color: #191919;
	line-height: 90px;
	padding-left: 10px;
	display: block;
}



#rs_testimonials_top {
	background-image: url(../images/testimonials_top.png);
	height: 17px;
	width: 216px;
	position: relative;
	font-size: 13px;
	color: #333;
	text-align: center;
}
#rs_testimonials_mid {
	background-image: url(../images/testimonials_mid.png);
	width: 196px;
	font-size: 11px;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	text-align: justify;
	position: relative;
}
#rs_testimonials_bottom {
	background-image: url(../images/testimonials_bottom.png);
	height: 39px;
	width: 216px;
	padding-top: 40px;
	background-repeat: no-repeat;
	font-size: 13px;
	padding-right: 7px;
	padding-left: 7px;
	position: relative;
}
.price_box {
	position: absolute;
	height: 100px;
	width: 154px;
	right: 20px;
	top: 130px;
}
div.price_under {
	background-image: url(../images/gamelist_price.png);
	position: absolute;
	height: 68px;
	width: 112px;
	text-align: center;
	color: #333;
	font-size: 25px;
	line-height: 85px;
	left: 20px;
}
div.price {
	position: absolute;
	height: 68px;
	width: 112px;
	text-align: center;
	color: #FFF;
	font-size: 25px;
	line-height: 83px;
	left: 19px;
}

div.content {
	position: relative;
	width: 710px;
}
div.from {
	font-size: 10px;
	color: #FFF;
	position: absolute;
	text-align: center;
	z-index: 2;
	width: 154px;
	height: 15px;
	top: 16px;
}
