#articleList a.subject .votewrap {
    cursor: pointer;
}
#articleList .subject .votewrap {
    overflow: hidden;
    text-overflow: ellipsis;
}
#articleList .list li .info {
	padding: 4px 11px 5px 10px;
	margin-left: 0px;
}

.articleSubject .subject .votewrap {
    color: black;
    display: block;
    font-size: 0.6em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0.4em 0 0;
    padding: 0 0 0 1em;
}
#articleView .articleSubject .info {
	clear:both;
}
#articleView .articleSubject .votewrap {
	clear:both;
	float: right;
	margin-right: 7px;
}
#articleView .articleSubject .votewrap,
#articleView .articleSubject .votewrap span {
	font-size: 0.8em;
}
.articleContent .subTitle {
	font-size:1.4em;
	margin: 0.7em 0 0.7em 0;
	font-weight:bold;
	letter-spacing:-1px;
	color: #FFC600;
}
.mMaster { float:left;height:auto;border: 1px solid #2D5373;padding:5px;margin-top:5px;margin-left:5px;}
.mMaster.show {
    display: inline;
}
.mMaster.hide {
    display: none;
}
.articleContent { background-color:#041021;color:#D4C492;}
.articleContent { border-color: #323232;}
.articleContent .masteryList { text-align:right; color: #e3e3e3;}
.articleContent .masterWrap div { display: inline; float:left; width: 20px;_width: 22px; height:22px;padding-top:0px; margin:5px 0 0 5px; border: 1px solid #9e9e9e;color:#9e9e9e;}
.articleContent .masterWrap div { text-align: center;}
.articleContent .masterWrap div.masterOneNone { border: 1px solid #041021;}
.articleContent .masterWrap div.select {background-color:blue; color:white; font-weight:bold; letter-spacing:-1px; border: 1px solid black;}
.articleContent .masterWrap { clear:both; float:left;width: 108px;}
.articleContent .runeListPart li {clear:both;}
.articleContent .runeListPart li div { display:inline;float:left;}
.articleContent .runeListPart .runeList li div.name { margin-top: 0.4em;margin-left:0.7em; color:#00FCFF;}
.articleContent .runeListPart .runeList li div.count { margin-top: 1.0em; margin-left:0.5em; font-size: 1.3em; color:#00FCFF;}
.articleContent .runeListPart .runeTotal ul {margin-left:1.0em;}
.articleContent .runeListPart .runeTotal li div { font-weight:bold; letter-spacing:-1px;}
.articleContent .runeListPart .runeTotal li div.count { margin-left: 1.0em;}
.articleContent .runeListPart .runeTotal{ clear:both;}
.articleContent .summonerList ul li { float:left; display:inline; margin-left:0.5em;}

.articleContent .itemList .itemTitle {clear:both; margin-top:10px; font-weight:bold;letter-spacing:-1px;}
.articleContent .itemList ul {clear:both;}
.articleContent .itemList ul li { float:left; display:inline; margin:0.5em 0 0 0.5em;}
.articleContent .itemList .itemBuild ul li img {float:left; display:inline;}
.articleContent .itemList .itemBuild ul li div { float:left; display:inline; margin: 5px 10px 0 5px;}
.articleContent .vote .voteTitle { font-weight:bold; color:#01CCFF;}
.articleContent .vote .voteList ul li a { color: #D4C492;}
.articleContent .vote .voteList ul li.myVote { text-align:bold;color: #F35122;}

 .skillList .skillBuild UL LI {
	float:left; display:inline; 
    margin-right: 0;
    overflow: hidden;
    width: 73px;
	margin-top:5px;
}
.skillList .skillBuild UL LI img {
	clear:both;
	display:inline;
	float:left;
    height: 48px;
    width: 48px;
}
.skillList .skillBuild .skillIcon {
	display:inline;
	float:left;
}
.skillList .skillBuild .skillIcon img {
	display:inline;
	float:left;
	height: 14px;
    width: 16px;
}
.skillList .skillBuild .skillLevel {
	display: inline;
	float:left;
    color: white;
    font-weight: bold;
    height: 14px;
    overflow: hidden;
    text-align: center;
	font-size:9pt;
    width: 16px;
	background-color:#323232;
}
.skillList .skillBuild .skillMaster {
    background: url("//static.inven.co.kr/image_2011/lol/common/icon_37x13_master.png") no-repeat scroll left top transparent;
    height: 13px;
    overflow: hidden;
    width: 37px;
}

.title660 h2 {font-size: 1.3em; border-bottom: 1px solid #D4C492;}
.counterList  {margin-top: 10px; padding-bottom:10px;}
.counterList .champPart .image img {width: 32px;}
.counterList .champPart .image {
display: inline-block;
float: left;
width: 32px;
height: 32px;
}
.counterList .champPart .text {
display: inline-block;
height: 27px;
_height: 32px;
padding-top: 5px;
font-weight: bold;
}

.counterList .w664M {
	padding-bottom: 10px;
	border-bottom:1px solid #0f355a;
}

/*
.bottomMenu {
	width:auto;
	height: auto;
	background-color:#3e3e3e;
	color:white;
	text-align:center;
	position:fixed;
	right:0;
	bottom:0;
	border-bottom:2px solid black;
	border-right:2px solid black;
}
.bottomMenu ul { float:none;text-align:center;margin:5px;}
.bottomMenu ul li {clear:both; padding: 10px 0 6px 0; border-bottom: 1px solid #9e9e9e;font-size:0.7em;}
.bottomMenu ul li a { color: white;}
*/
.bottomMenu {
	width:100%;
	height: auto;
	background-color:#3e3e3e;
	color:white;
	text-align:center;
	position:fixed;
	left:0;
	bottom:50px;
	border-top:1px solid #939393;
	border-bottom:1px solid black;
}
.bottomMenu ul { float:none;text-align:center;}
.bottomMenu ul li {display:inline-block;border-right: 1px solid #9e9e9e;font-size:0.8em;}
.bottomMenu ul li.last {border-right: none;}
.bottomMenu ul li a { display:inline-block;color: #e2e2e2;padding: 10px 7px 8px;}