#rpg  {
	width:600px;
	float:left;
}

#rpg #navigation {
	width: 100%;
	border-bottom: 3px solid #013870;
	clear:both;
	height:28px;
	margin-top:20px;

}

#rpg #navigation #section {
	margin-left:20px;	
	padding-left:3px;
	background: #FFFFFF;
	float:left;
}

#rpg  #navigation #section a {
	display:block;
	float:left;
	width: 102px;
	height: 20px;
	color:white;
}

html>body #rpg #navigation #section a {
	width: 93px;
	height: 19px;
}

#rpg #navigation #section a:hover { text-decoration: none; }

#rpg #navigation #section #challenges { background: 0px 0px url("/images/rpg/quest_browse/stats_challenges_tab.png");}
#rpg #navigation #section #challenges:hover { background-position: 0px -29px; }

#rpg #navigation #section #challenges_selected { background: 0px -29px url("/images/rpg/quest_browse/stats_challenges_tab.png");}

#rpg #navigation #section #stats { height:25px;background: 0px 0px url("/images/rpg/quest_browse/stats_challenges_tab.png"); }
html>body #rpg #navigation #section #stats { height:19px; }
#rpg #navigation #section #stats:hover { background-position: 0px -29px; }

#rpg #navigation #section #competitions {
	background: 0px 0px url("/images/rpg/quest_browse/competitions_tab.png");
	width: 119px;
}
html>body #rpg #navigation #section #competitions {
	width: 109px;
}
#rpg #navigation #section #competitions:hover { background-position: 0px -29px; }

#rpg  #navigation #section #competitions.selected { background-position: 0px -29px; }
#rpg  #navigation #section #challenges.selected { background-position: 0px -29px; }
#rpg  #navigation #section #stats.selected { background-position: 0px -29px; }


#rpg #navigation #level {
	float:left;
	clear:both;
	background: 0px 0px  repeat-x url("/images/rpg/quest_browse/level_section_bg.png");
	height:25px;
	width: 570px;
	left:-23px;
	position:relative;
}

html>body #rpg #navigation #level {
	width:600px;
}

#rpg #navigation #level img{
	border:0px;
	float:left;
	margin-top:3px;
}

#rpg #navigation #level a{
	display: block;
	float:left;
	color:white;
	line-height:18px;
	width: 80px;
}
#rpg #navigation #section label {
	font-size:12px;
	font-weight:bold;
}
#rpg #navigation #section #path {
	margin-top:0px;
}

#rpg #navigation #current_quests {
	clear:both;
	float:left;
	text-align:left;
	margin-top:15px;
}
#rpg #navigation #current_quests #title{
	font-size:14px;
	font-weight:bold;
}
#rpg #navigation #current_quests a{
	margin-left:10px;
}

#rpg .challenge_item {
	background: 0px 0px no-repeat url("/images/rpg/quest_browse/challenge_box.png");
	width: 183px;
	height: 280px;
	margin-left:0px;
	margin-top:30px;
	position:relative;
	float:left;
}
html>body #rpg .challenge_item {
	width:190px;
	margin-left:5px;
}

#rpg .challenge_item div {
	width:180px;
	text-align:left;
	padding-left: 10px;
}

#rpg .challenge_item .difficulty {
	width:190px;	
	height:25px;
	line-height:25px;
	color:white;
	background: white;
	font-size:16px;
	font-weight: bold;
}
html>body #rpg .challenge_item .difficulty {
	width:180px;
	margin-top:-6px;
}
#rpg .challenge_item #difficulty_Easy {
	background: url("/images/rpg/quest_browse/easy_top.png");
}
#rpg .challenge_item #difficulty_Medium {
	background: url("/images/rpg/quest_browse/medium_top.png");
}
#rpg .challenge_item #difficulty_Hard {
	background: url("/images/rpg/quest_browse/hard_top.png");
}

#rpg .challenge_item #name {
	width:175px;
	text-align:center;
	margin: 5px 0px 0px 0px;
	font-size:18px;
	font-weight: bold;
}

#rpg .challenge_item #description {
	width:180px;
	margin-top: 10px;
	font-size:11px;
	font-weight:bold;
}

#rpg .challenge_item #rewards {
	width:180px;
	margin-top: 10px;
	font-size:11px;
	font-weight:bold;
}

#rpg .challenge_item #more {
	width:98px;
	height:29px;
	line-height:29px;
	position:absolute;
	bottom:45px;
	right:0px;
	margin:5px;
	background: 3px 0px no-repeat url("/images/rpg/quest_browse/more.png");
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	font-size:10px;
}
html>body #rpg .challenge_item #more {
	width:88px;
}

#rpg #quest_view {
	margin-top:20px;
	float:left;
	width:450px;
	text-align:left;
}

#rpg #quest_view .title{
	margin-left:15px;
}

#quest_view #quest_wrapper_top {
	background: 0px 0px no-repeat url("/images/rpg/quest_common/quest_wrapper_top.png");
	width:460px;
	height:17px;
	float:left;
}

#quest_view #quest_wrapper {
	border-left: 2px solid #868686;
	border-right: 2px solid #868686;
	width:459px;
	float:left;
}
html>body #quest_view #quest_wrapper {
	width:455px;
	border-width:2px;
}

#quest_view #quest_wrapper_bottom {
	background: 0px 0px no-repeat url("/images/rpg/quest_common/quest_wrapper_bottom.png");
	width:460px;
	height:22px;
	float:left;
}

#rpg #quest_view #difficulty{
	float:left;
	font-size:12px;
	clear:both;
	margin:15px;
}

#rpg #quest_view #description{
	float:left;
	font-size:12px;
	text-align:left;
	margin:5px;
	padding-right:5px;
	padding-bottom:10px;
	border-bottom: 4px ridge #7a7ef7;
	width:420px;
}
html>body #rpg #quest_view #description{
	margin:15px;	
}

#rpg #quest_view #short_description{
	width:280px;
	margin-bottom:15px;
	float:left;
}


#rpg #quest_view #long_description{
	margin-top:10px;
	width:420px;
	float:left;
	clear:both;
}

#rpg #quest_view #image{
	float:left;
	width:120px;
	max-height:100px;	
	margin: -40px 5px 15px 10px;
	display:block;
	border: 0px;
}
#rpg #quest_view #image img{
	width:70px;
	border: 0px;
	max-height:100px;	
}

#rpg #quest_view #rewards{
	float:left;
	font-size:13px;
	clear:both;
	text-align:left;
	margin:5px;
	margin-top:0px;
	padding-bottom:10px;
	padding-right:5px;	
	width:420px;
	border-bottom: 4px ridge #7a7ef7;
}
html>body #rpg #quest_view #rewards{
	margin: 15px;
}

#rpg #quest_view #rewards #title{
	font-weight:bold;
	margin-bottom:5px;
}

#rpg #quest_view #end_date{
	float:left;
	font-size:13px;
	clear:both;
	text-align:left;
	margin:15px;
	margin-top:0px;
}
#rpg #quest_view #start_date{
	float:left;
	font-size:13px;
	clear:both;
	text-align:left;
	margin:15px;
	margin-top:0px;
}


#rpg #quest_view #take{
	font-size:14px;
	clear:both;
	width:140px;
	margin:5px 15px 7px 5px;
	background: #00FF00;
	padding:7px;
	display:block;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
