body {
	font: normal normal 13px Helvetica, Tahoma, Arial, sans-serif;
}
#advertpro {
	background:#181818;
	padding:7px 0;
}
#advertpro div {
	height: 90px;
	width: 728px;
	margin: 0 auto;
	position:relative;
	border:#444 1px solid;
}
.content {
	background: #fff url(http://media.playpark.net/MapleStory/images/season2/revamp/images/maple_bg_koc.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	min-height:1000px;
	width:100%;
}
.innercontent {
	background: #fff url(http://media.playpark.net/MapleStory/images/season2/revamp/images/maple_bg_koc.jpg) no-repeat center -420px;
	margin: 0;
	padding: 0;
	min-height:1000px;
}
.bigwrap {
	width:1020px;
	height:100%;
	margin: auto;
	position: relative;
}
/* ==========================================================================
   Navigation
   ========================================================================== */

ul#nav {
	background: url(http://media.playpark.net/MapleStory/images/season2/revamp/images/nav_bg_koc.png) no-repeat;
	width: 1020px;
	height: 63px;
	margin: auto;
	padding: 72px 0 0 30px;
	float: left;
	left: -5px;
	position: relative;
}
ul#nav li {
	float:left;
	position:relative;
	list-style:none;
}
ul#nav li a {
	font:17px 'Roboto Condensed', Helvetica, Tahoma, Arial, sans-serif;
	letter-spacing:0.1em;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	text-decoration:none;
	position:relative;
	margin:0 18px;
	color:#FFF;
	-webkit-animation-duration: 200ms;
	-moz-animation-duration: 200ms;
	-o-animation-duration: 200ms;
	animation-duration: 200ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	display: block;
	height:50px;
}
ul#nav > li:hover > a {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
	color: #ccc;
}
ul#nav li ul {
	left: -999em;
	position: absolute;
	width: 170px;
	z-index: 9999;
	background: #000;
	padding:8px 0;
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top:#666 1px solid;
	border-left:#666 1px solid;
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
}
ul#nav li ul a {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font: normal normal 13px Tahoma, Helvetica, Arial, sans-serif;
	text-shadow:none;
	text-transform:capitalize;
	letter-spacing:normal;
	width:170px;
	height:20px;
	padding:2px 15px;
	margin:0;
}
ul#nav li ul a:hover, ul#nav ul li li:hover > a {
	color: #ccc;
}
ul#nav li:hover ul, ul#nav li:hover div.mega {
	left: -25px;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
ul#nav li span {
	width:286px;
	display: block;
	text-indent:-9999999px;
}
.sub-menu ul{
	margin: -33px 0 0 195px;
	opacity:1;
}

ul.sub-menu li ul{
	display:none;
}

ul.sub-menu > li:hover ul{
	display:block;
}


/* ==========================================================================
   Animation
   ========================================================================== */
   
   
@-webkit-keyframes bounceInUp {
  0% {opacity: 1;-webkit-transform: translateY(0);}
  50% {opacity: 0;-webkit-transform: translateY(10px);}
  60% {opacity: 0;-webkit-transform: translateY(-10px);}
  100% {opacity: 1;-webkit-transform: translateY(0);}
}
@-moz-keyframes bounceInUp {
  0% {opacity: 1;-moz-transform: translateY(0);}
  50% {opacity: 0;-moz-transform: translateY(10px);}
  60% {opacity: 0;-moz-transform: translateY(-10px);}
  100% {opacity: 1;-moz-transform: translateY(0);}
}
@-ms-keyframes bounceInUp {
  0% {opacity: 1;-ms-transform: translateY(0);}
  50% {opacity: 0;-ms-transform: translateY(10px);}
  60% {opacity: 0;-ms-transform: translateY(-10px);}
  100% {opacity: 1;-ms-transform: translateY(0);}
}
@keyframes bounceInUp {
  0% {opacity: 1;transform: translateY(0);}
  50% {opacity: 0;transform: translateY(10px);}
  60% {opacity: 0;transform: translateY(-10px);}
  100% {opacity: 1;transform: translateY(0);}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}    
  100% {opacity: 0.8;}
}
@-moz-keyframes fadeIn {
  0% {opacity: 0;}    
  100% {opacity: 0.8;}
}
@-ms-keyframes fadeIn {
  0% {opacity: 0;}    
  100% {opacity: 0.8;}
}
@keyframes fadeIn {
  0% {opacity: 0;}    
  100% {opacity: 0.8;}
}
-->
.social {
	float: right;
	margin: 46px 12px -46px;
	position:relative;
	z-index:999;
}
.social p {
	font:15px 'Roboto Condensed', Helvetica, Tahoma, Arial, sans-serif;
	text-shadow: 1px 1px #000;
	margin: 8px 7px 0 0;
	color:#FFF;
}
.social li {
	list-style:none;
	float:left;
}
.social span {
	display:none;
}
a.facebook {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/fb_forum.png);
	width:27px;
	height:26px;
	cursor:pointer;
	float:left;
}
a.forum {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/fb_forum.png) 70px top;
	width:71px;
	height:26px;
	cursor:pointer;
	float:left;
}
a.facebook:hover {
	background-position: 0 26px;
}
a.forum:hover {
	background-position: 70px 26px;
}
.mainContent {
	background: url(http://media.playpark.net/MapleStory/images/season2/revamp/images/maple_revampV3_contentbg.png) no-repeat;
	margin-top: 70px;
	float: left;
	width: 1000px;
	min-height: 750px;
	padding: 10px;
}
.topContent {
	background:#131313;
	width:100%;
	height:323px;
}
.leftContent {
	width:251px;
	float:left;
	margin:3px;
}
a.cash {
	width:124px;
	height:38px;
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/cash_topup_01.jpg);
	text-indent:-999999px;
	margin:3px 0;
	float:left;
}
a.topup {
	width:124px;
	height:38px;
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/cash_topup_03.jpg);
	text-indent:-999999px;
	margin:3px 0;
	float:right;
}
a.cash:hover, a.topup:hover {
	background-position: 0 -38px;
}
.fb_btn a{
	float: left;
	width: 241px;
	height: 90px;
	text-indent:9999999999px;
}

.fb {
	float: left;
	width: 241px;
	height: 175px;
	background: url(http://media.playpark.net/MapleStory/images/season2/revamp/images/fb_bg.jpg) no-repeat;
	padding: 0 0 0 10px;
}
.fb div {
	float: left;
	overflow: hidden;
}
.midContent {
	width:543px;
	float:left;
	margin:0;
}
.heroBnr {
	width:740px;
	height:240px;
	z-index:999;
	position: absolute;
}
.annoucement {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/annoucementBg.jpg);
	width:536px;
	height:85px;
	margin-top:212px;
	padding:10px 0 10px 7px;
}
.annoucementTitle {
	width:140px;
	float:left;
}
.annoucementTitle h1 {
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	margin:0 0 0 8px;
	padding:0;
	line-height:21px;
}
.annoucementTitle span {
	color:#FFF;
	font-size:11px;
	margin-right:4px;
}
.annoucementTitle a {
	top: -38px;
	position: relative;
	margin-left: 2px;
}
.annoucement ul {
	float:left;
	width:365px;
	margin:0 0 0 10px;
	padding:0;
}
.annoucement ul li {
	float:left;
	list-style:none;
	width:100%;
	padding-bottom:2px;
}
.annoucement ul li a {
	color:#FFF;
	float:left;
	width:100%;
	height:21px;
	overflow:hidden;
}
.annoucement ul li span {
	float: right;
	color:#f25948;
}
.rightContent {
	width:193px;
	float:left;
	margin:3px;
}
a.sideBnr_top {
	z-index: 999;
	position: absolute;
	text-indent: -999999px;
	width: 193px;
	height: 210px;
	float: left;
	right: 14px;
	top: 250px;
}
#contents_Subpage ul{
	margin:0;
	padding:0;
}
#contents_Subpage ul li{
	list-style:none;
}
.sideBnr, .sideBnr li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.sideBnr li a {
	float:left;
	text-indent:-99999px;
	width:95px;
	height:51px;
	margin:2px 0 0;
}
.sideBnr1 a {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/sideBnr_01.jpg) repeat-y;
	padding-right:3px;
}
.sideBnr2 a {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/sideBnr_02.jpg) repeat-y;
}
.sideBnr3 a {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/sideBnr_03.jpg) repeat-y;
	padding-right:3px;
}
.sideBnr4 a {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/sideBnr_04.jpg) repeat-y;
}
.sideBnr li a:hover {
	background-position:0 51px;
}
.tabbable {
	width: 530px;
	height:220px;
	margin: auto;
}
.nav {
	margin-bottom:9px;
}
.nav-tabs {
	border-bottom: 1px solid #c13e30;
}
.nav-tabs li a {
	font: 13px Helvetica, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	color:#545454;
	padding: 4px 14px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.nav-tabs li a:hover {
	color:#CCC;
}
.nav-tabs a.active{
	border-bottom:none;
	border-bottom-color:transparent;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
	border:1px solid #c13e30;
	border-bottom-color:transparent;
	cursor:default;
}
.tab-content>.tab-pane, .pill-content>.pill-pane {
	padding: 0 10px 0 15px;
}
.tab-pane ul {
	margin:0;
	padding:0;
}
.tab-pane ul li {
	list-style:none;
	padding-bottom:3px;
}
.tab-pane ul li a {
	width:100%;
	font-size:12px;
	color:#545454;
}
.tab-pane ul li span {
	float:right;
	background:#c03f30;
	color:#fff;
	padding:0 6px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.partnersBnr, .partnersBnr li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.partnersBnr li a {
	float:left;
	text-indent:-99999px;
	width:103px;
	height:98px;
	margin:8px 2px 2px;
}
.partnersBnr1 a {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/partnersBnr_01.jpg) repeat-y;
}
.partnersBnr2 a {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/partnersBnr_02.jpg) repeat-y;
}
.partnersBnr3 a {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/partnersBnr_03.jpg) repeat-y;
	padding-right:3px;
}
.partnersBnr4 a {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/partnersBnr_04.jpg) repeat-y;
}
.partnersBnr5 a {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/partnersBnr_05.jpg) repeat-y;
}
.partnersBnr li a:hover {
	background-position:0 98px;
}
.twitter {
	width: 249px;
	height: 235px;
	background: url(http://media.playpark.net/MapleStory/images/season2/revamp/images/twitterBg.jpg);
	padding: 80px 1px 10px;
}
.twitterInner {
	width: 242px;
	height: 241px;
	margin: 0 3px;
	overflow: hidden;
}

.twtr-widget {
	top:-57px;
}
.flashLeft {
	z-index: 99;
	position: absolute;
	left: -249px;
top: 230px;
}
.flashRight {
	z-index: 99;
	position: absolute;
	right: -346px;
	top: 200px;
}
.ranking {
	margin-top:7px;
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/ranking.jpg);
	width:193px;
	height:143px;
	padding-top:55px
}

.ranking ul li{
	list-style:none;
	margin:auto;
	padding-bottom:8px;
	width:93px;
}

/*button.btn{
	width:70px;
}*/
.modal-body div {
	margin-bottom:20px;
}
.modal-body h1 {
	font-size: 19px;
	margin: 0 0 10px;
	line-height: 22px;
}
.footer {
	float: left;
	width: 1200px;
	height: 206px;
	background: url(http://media.playpark.net/MapleStory/images/season2/revamp/images/footer.png);
	left: -100px;
	position: relative;
	margin: 30px 0 10px;
}
.footer ul {
	list-style: none;
}
.footer ul li {
	float:left;
}
.footer img {
	vertical-align: middle;
}
.footer p {
	color: #545454;
	font-size: 10px;
	text-align: center;
	line-height: 13px;
	float: left;
	margin:0;
	padding:0;
}
.footerlink {
	margin: 0 30px;
	width:470px
}
.footerlink ul{
	margin-left:10px;
}
.footerlink li {
	margin:0 0 0 11px;
	font-size: 10px;
}
.footerlink li a {
	color:#545454;
}
/*   Innner Page     */
.innercontent .flashLeft {
	left: -130px;
	top: -176px;
}
.innerPanel {
	background:url(http://media.playpark.net/MapleStory/images/season2/revamp/images/innerContentBg_01.png) center top no-repeat;
	margin: 70px 10px 0;
	float: left;
	width: 1000px;
	border: 1px solid #CCC;
	border-top:none;
}
.leftPanel {
	width: 177px;
	float: left;
	padding: 0 20px;
}
.rightPanel {
	width: 673px;
	height: 100%;
	float: left;
	padding: 0 40px 50px 70px;
	background: url(http://media.playpark.net/MapleStory/images/season2/revamp/images/line.png) repeat-y;
}
.innerPanel h1 {
	font:25px 'Roboto Condensed', Helvetica, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: #103b64;
}
ul#innerNav {
	padding:5px 0;
	margin: 0;
}
ul#innerNav li {
	float: left;
	line-height: 30px;
	width: 190px;
	list-style:none;
}
ul#innerNav a {
	display: block;
	color: maroon;
	padding-left:30px;
	background: url(http://media.playpark.net/MapleStory/images/season2/revamp/images/ms-btn-sidebar.gif) no-repeat -210px 0;
	font-weight:bold;
}

@media (max-width: 1100px) {
#advertpro {
	padding:25px 0 7px;
}
.flashLeft, .flashRight {
	display:none;
}
}

/* @group Cash Shop */

#cashShopRecommendation img, #cashShopBestSelling img {
	float: left;
}

#cashShopRecomTitle h4, #cashShopBestTitle h4 {
	display:none;
}

#cashShopHighlights {
	background: none no-repeat right bottom;
	width: 650px;
	overflow: hidden;
	clear: both;
	text-align: center;
}

#cashShopHighlights ul{
	margin: 0;
	padding: 0;
}

#cashShopHighlights ul li{
	list-style-type: none;
	float: left;
	width: 203px;
	margin: 10px 13px 5px 0;
	padding: 0;
	display: inline;
	clear: right;
}
#cashShopHighlights div, #cashShopHighlights p, #cashShopHighlights img{
	margin: 0;
	border: 0;
	float: left;
}

.cashShopHItem{
	width: 203px;
	height: 102px;
	padding: 63px 0 0 0;
	text-align: center;
	float: left;
	display: inline;
	background-image: url(http://media.playpark.net/MapleStory/images/cashshop/ms-bg-cshighlightitem.jpg);
}

.cashShopHItemName{
	width: 193px;
	background-image: url(http://media.playpark.net/MapleStory/images/cashshop/ms-bg-csitemtitle.gif);
	padding: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
	float: left;
	display: inline;
}

.cashShopHItemName p {
	text-align: center;
	width: 100%;
	padding: 2px 0;
}

.cashShopHDesp {
	width: 187px;
	text-align: left;
	background-image: url(..http://media.playpark.net/MapleStory/images/cashshop/ms-bg-csitemdesp.gif);
	float: left;
	display: inline;
}

.cashShopHDesp p {
	padding: 5px 10px 0;
}

#cashShopRecommendation {
	float: left;
	display: block;
	width: 423px;
	background: url(http://media.playpark.net/MapleStory/images/cashshop/ms-bg-recommend.gif) repeat-y;
}

.cashShopBestItems{
	clear: both;
	padding: 6px;
	display: block;
	float: left;
	width: 210px;
	height: 101px;
}

.cashShopRecomitems .csItemImg {
	width: 59px;
	height: 58px;
	display: block;
	float: left;
	background: url(http://media.playpark.net/MapleStory/images/cashshop/ms-bg-recomitems.gif) no-repeat;
	padding-top: 24px;
	margin: 10px 8px 9px 20px;
	padding-left: 28px;
}

.cashShopBestItems ul li{
	text-align: left;
	list-style-type: none;
}

.cashShopRecomitems{
	width: 380px;
	float: left;
	display: block;
	text-align: left;
	clear: both;
	padding: 6px 10px 6px 10px;
	height: 101px;
}

.cashShopRecomitems .csItemsName {
	font-weight: bold;
	font-size: 14px;
	color: #314311;
	float: left;
	width: 255px;
	margin-top: 45px;
	clear: right;
}

#cashShopBestSelling{
	width: 224px;
	float: left;
	display: block;
	background: url(http://media.playpark.net/MapleStory/images/cashshop/ms-bg-bestselling.gif) repeat-y;
}
	
.cashShopBestItems .csBestItemImg {
	width: 82px;
	height: 76px;
	display: block;
	float: left;
	background: url(http://media.playpark.net/MapleStory/images/cashshop/ms-bg-bestsellitem.gif) no-repeat;
	padding-top: 7px;
	margin: 10px 2px 10px 7px;
	padding-left: 8px;
}

#cashShopBestSelling .cashShopBestItems ul {
	float: left;
	display: block;
	width: 96px;
	margin-top: 10px;
}

.cashshopitem_highlight {
	display: inline;
	float: left;
	padding-left: 90px;
}

.cashShopHighlights_card {
	width: 203px;
	padding: 0 20px 20px 0;
	float:left;
}

.item_box {
	float: left;
	display: block;
	width: 180px;
	border-bottom-style: solid;
	border: 1px solid #b3b3b3;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 3px;
}

.item_image {
	float: left;
	background-color: #fff;
	width: 80px;
	height:100px;
	text-align: center;
	padding-top: 20px;
}

.item_info {
	float: left;
	background-color: #c8e7a2;
	width: 84px;
	display: block;
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 8px;
	height: 50px;
}

.item_info2 {
	float: left;
	background-color: #7ec945;
	width: 84px;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	color: white;
	font-weight: bold;
}

.item_name {
	font-weight: bold;
	padding-bottom: 10px;
}

.item_value {
	padding-top: 10px;
}

.item_validity {
	margin-top: 2px;
}

.cash-items{
	border:1px solid #ccc;
	width:175px;
	height:150px;
	float:left;
	padding:15px;
	margin-right:15px;
}

.cash-items p{
	text-align:center;
}

.cash-items h5{
	text-align:center;
}
/* @end */
