
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	color: #ffffff;
	font-family: Arial;
	height: 100%;
}

img, table, tr, td, th {
	border: 0px;
	border-collapse: collapse;
}

img, div, a, table, tr, td, th, ul, ol, li {
	outline: none;
}

h1 {
	font-size: 29px;
	font-weight: normal;
	margin-bottom: 27px;
	line-height: 1.2;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 1.5;
}

h3 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 4px;
	line-height: 1.5;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 4px;
	line-height: 1.5;
}

h5 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 4px;
	line-height: 1.5;
	font-style: italic;
}

img {
	border: 1px solid #00bcff;
	margin-right: 18px;
}

p {
	line-height: 1.5;
	margin-bottom: 23px;
}

li, td  {
	line-height: 1.5;
}

.border_none {
	border: none !important;
}


/* all */
.all {
	width: 895px;
	height: 100%;
	margin: 0 auto;
}

.all td {
	vertical-align: top;
}

/* footer */
.footer_td {
	width: 100%;
	height: 105px;
}
.footer {
	width: 100%;
	height: 105px;
	position: relative;
}
.footer .block {
	width: 200px;
	height: 100%;
	position: absolute;
	left: 390px;
	top: 0;
}
.footer .block .logo_4game {
	width: 73px;
	height: 32px;
	background: url('../img/logo_4game.png') no-repeat;
	display: inline-block;
	float: left;
}
.footer .block .logo_nhn {
	width: 73px;
	height: 32px;
	background: url('../img/logo_nhn.png') no-repeat;
	display: inline-block;
}
.footer .block .copyright {
	margin-top: 14px;
}


/* page */
.page {
	margin: 70px auto 40px auto;
	width: 80px;
	height: 25px;	
}
.page div {
	width: 23px;
	height: 19px;
	float: left;
	margin: 0 5px;
	text-align: center;
	border: 1px solid #00bcff;
	padding: 1px;
	padding-top: 4px;
	text-decoration: underline;
	cursor: pointer;
}
.page div.active {
	border: 2px solid #00bcff;
	padding: 0;
	padding-top: 3px;
	text-decoration: none;
	cursor: default;
}
.page_01 {
	display: block;
}

.page_02 {
	display: none;
}


/* index */
.index {
	background:  #000000 url('../img/bg_index.jpg') center top no-repeat;
	font-size: 14px;
}
.index a {
	color: #ffffff;
	font-size: 14px;
}
.index .container{
	width: 100%;
	position: relative;
}

.index .logo_revenge {
	width: 228px;
	height: 83px;
	background: url('../img/logo_r2_revenge.png') no-repeat;
	position: absolute;
	top: 16px;
	left: 360px;
	z-index: 100;
}
.index .link_return {
	position: absolute;
	top: 16px;
	left: 20px;
	font-size: 12px;
	z-index: 100;
}
.index .link_return a {
	font-size: 12px;
}

.index .menu {
	width: 100%;
	position: relative;
	z-index: 10;
}

.index .menu a {
	position: absolute;
	background: #000000;
	border: 1px solid #000000;
	padding: 2px 8px 4px 8px;
	color: #55d5ff;
	font-size: 13px;
	text-decoration: underline;
}

.index .menu a:hover {
	background: url('../img/bg_hover.png');
	border: 1px solid #2b5b57;
}

.index .menu.up {
	height: 270px;
}

.index .menu.up a#quests_bonuses {
	top: 165px;
	left: 230px;
	font-size: 15px;
}
.index .menu.up a#set_in_guild {
	top: 230px;
	left: 315px;
	font-size: 23px;
}
.index .menu.up a#skills_mages {
	top: 150px;
	left: 435px;
	font-size: 20px;
}
.index .menu.up a#increased_weapons_armor {
	top: 150px;
	left: 630px;
	font-size: 18px;
}
.index .menu.up a#new_rules_for_sieges {
	top: 230px;
	left: 580px;
	font-size: 20px;
}

.index .content {
	width: 100%;
	padding-top: 25px;
}

.index .content .block {
	width: 486px;
	padding: 10px 25px 0 25px;
	margin-left: 295px;
	background: url('../img/bg_content_index.png');
}
.index .content .block_bottom {
	width: 536px;
	height: 18px;
	margin-left: 295px;
	background: url('../img/bg_content_index_bottom.png');
}

.index .content h1 {
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 16px;
	color: #ffffff;
}
.index .content p {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
.index .content p span {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.index .menu.down {
	height: 150px;
	margin-top: 23px;
}
.index .menu.down a#battle_chaos {
	top: 10px;
	left: 200px;
	font-size: 23px;
}
.index .menu.down a#new_locations {
	top: 50px;
	left: 370px;
	font-size: 18px;
}
.index .menu.down a#new_outfit {
	top: 0;
	left: 440px;
	font-size: 15px;
}
.index .menu.down a#gallery {
	top: 5px;
	left: 720px;
	font-size: 13px;
}
.index .menu.down a#other_changes {
	top: 40px;
	left: 600px;
	font-size: 23px;
}


/* inner */
.inner {
	background:  #000000 url('../img/bg.jpg') center top no-repeat;
	font-size: 13px;
}
.inner .logo_revenge {
	width: 228px;
	height: 83px;
	background: url('../img/logo_r2_revenge.png') no-repeat;
	position: relative;
	margin-top: 28px;
	margin-left: 32px;
	z-index: 100;
	display: block;
}
.inner a {
	color: #ffffff;
	font-size: 13px;
}
.inner .menu {
	width: 100%;
	height: 165px;
	position: relative;
	margin-top: 24px;
}
.inner .menu a {
	position: absolute;
	background: #000000;
	border: 1px solid #000000;
	padding: 2px 5px 4px 5px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}
.inner .menu a span {
	border-bottom: 1px dotted #ffffff;
}
.inner .menu a:hover {
	background: #2b4049;
	border: 1px solid #007277;
}
.inner .menu a.active {
	position: absolute;
	background: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	cursor: default;
	padding: 2px 5px 4px 5px;
	color: #000000;
	font-size: 13px;
}
.inner .menu a#new_locations {
	top: 40px;
	left: 40px;
}
.inner .menu a#skills_mages {
	top: 10px;
	left: 150px;
}
.inner .menu a#increased_weapons_armor {
	top: 97px;
	left: 140px;
}
.inner .menu a#new_rules_for_sieges {
	top: 50px;
	left: 185px;
}
.inner .menu a#battle_chaos {
	top: 26px;
	left: 346px;
}
.inner .menu a#quests_bonuses {
	top: 75px;
	left: 414px;
}
.inner .menu a#set_in_guild {
	top: 38px;
	left: 512px;
}
.inner .menu a#gallery {
	top: 75px;
	left: 628px;
}
.inner .menu a#new_outfit {
	top: 0;
	left: 572px;
}
.inner .menu a#other_changes {
	top: 45px;
	left: 732px;
}

.inner .content {
	width: 832px;
	padding: 20px 30px;
	border: 1px solid #007277;
	background: url('../img/bg_content.png');
	margin-bottom: 64px;
	display: none;
}
.inner .content.active {
	width: 832px;
	padding: 20px 30px;
	border: 1px solid #007277;
	background: url('../img/bg_content.png');
	margin-bottom: 64px;
	display: block;
}


/* quests_bonuses */
.inner .content.quests_bonuses .block {
	width: 100%;
}
.inner .content.quests_bonuses .left {
	width: 460px;
	padding-right: 30px;
}
.inner .content.quests_bonuses .left p {
	padding-left: 23px;
}
.inner .content.quests_bonuses .right {
	padding-bottom: 80px;
}
.inner .content.quests_bonuses .right ul li {
	margin-left: 15px;
	line-height: 1.5;
	font-style: italic;
}
.inner .content.quests_bonuses .left .one {
	margin-left: 23px;
}
.inner .content.quests_bonuses .left .one td {
	width: 183px;
	margin-left: 23px;
}

/* set_in_guild */
.inner .content.set_in_guild .left {
	width: 480px;
	padding-right: 30px;
	padding-bottom: 80px;
}
.inner .content.set_in_guild .left p {
	padding-left: 23px;
}

/* battle_chaos */
.inner .content.battle_chaos .block_1 {
	width: 100%;
}
.inner .content.battle_chaos .block_1 td {
	width: 33%;
	padding: 0 17px 50px 17px;
}
.inner .content.battle_chaos .block_2 {
	width: 100%;
}
.inner .content.battle_chaos .block_2 .left {
	width: 500px;
	padding-right: 30px;
}
.inner .content.battle_chaos .block_2 .right {
	padding-top: 30px;
}
.inner .content.battle_chaos .block_2 .left ul li {
	margin-left: 27px;
	margin-bottom: 12px;
}
.inner .content.battle_chaos .block_3 {
	width: 100%;
}
.inner .content.battle_chaos .block_3 .left {
	width: 410px;
	padding-right: 30px;
}
.inner .left a {
	color: #00aeef;
}
.inner .content.battle_chaos .block_3 .left ol li {
	margin-left: 25px;
}

/* new_rules_for_sieges */
.inner .content.new_rules_for_sieges .block .left {
	width: 400px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 80px;
}
.inner .content.new_rules_for_sieges .block p {
	margin-left: 10px;
}
.inner .content.new_rules_for_sieges .block ul li {
	margin-left: 25px;
	margin-bottom: 23px;
}

/* new_locations */
.inner .content.new_locations .block .left {
	width: 360px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 80px;
}
.inner .content.new_locations .block .right {
	padding-right: 30px;
	padding-bottom: 80px;
}
.inner .content.new_locations .block h2 {
	margin-bottom: 0;
}

/* increased_weapons_armor */
.inner .content.increased_weapons_armor .block_01 .left {
	width: 385px;
	padding-left: 23px;
	padding-right: 30px;
}
.inner .content.increased_weapons_armor .block_01 .right {
	padding-top: 70px;
}
.inner .content.increased_weapons_armor .block_01 ul li {
	margin-left: 16px;
}
.inner .content.increased_weapons_armor .block_01 ul {
	margin-bottom: 26px;
}
.inner .content.increased_weapons_armor .block_02 {
	padding-left: 23px;
	padding-bottom: 80px;
}
.inner .content.increased_weapons_armor .block_02 .one td {
	width: 160px;
}

/* skills_mages */
.inner .content.skills_mages .block .left {
	width: 330px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 80px;
}

/* other_changes */
.inner .content.other_changes .block_01 .left {
	width: 360px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 80px;
}
.inner .content.other_changes .block_01 .expand {
	display: none;
	margin-bottom: 23px;
}
.inner .content.other_changes .block_01 .show_expand {
	color:#00aeef;
	text-decoration: underline;
	cursor: pointer;
}
.inner .content.other_changes .block_01 .hide_expand {
	color:#00aeef;
	text-decoration: underline;
	cursor: pointer;
	display: none;
}


.inner .content.other_changes .block_01 .right {
	padding-right: 30px;
}
.inner .content.other_changes .block_02 {
	padding-left: 23px;
	padding-bottom: 80px;
}

/* new_outfit */
.inner .content.new_outfit .block_01 .left {
	width: 450px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.inner .content.new_outfit .container .item {
	width: 210px;
	height: 48px;
	margin-right: 15px;
	margin-bottom: 25px;
	float: left;
}
.inner .content.new_outfit .container .item td {
    vertical-align: middle;
	text-align: left;
}
.inner .content.new_outfit .container .item .item_img {
	width: 56px;
}
.inner .content.new_outfit .container .item .super {
	border-bottom: 1px dashed #ffffff;
	cursor: pointer;
}
.inner .content.new_outfit .container .item img {
	border: none;	
}
.tooltip {
	width: auto;
	height: auto;
	position: absolute;
}
.hidden_content {
	display: none;
}
.inner .content.new_outfit .block_01 .right .super {
	border-bottom: 1px dashed #ffffff;
	cursor: pointer;
}
.inner .content.new_outfit .block_01 .right p {
	margin-bottom: 20px;
}
.inner .content.new_outfit .block_02 .left {
	width: 450px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 50px;
}
.inner .content.new_outfit .block_02 .right {
	padding-bottom: 50px;
}


/* gallery */
.inner .content.gallery .container {
	width: 100%;
	padding-bottom: 50px;
}
.inner .content.gallery .container .item {
	width: 150px;
	height: 150px;
	margin: 0 27px 54px 27px;
	display: inline-block;
}
.inner .content.gallery .container .item img {
	margin: 0;
	padding: 0;
}
.ShowAll {
border-bottom:1px dotted !important;
color:#00AEEF !important;
text-decoration:none !important;
}

















