﻿/* 전체 틀 */
.xn_channel_profile {
	margin:0;
	padding:0;
	color: #3e3e3e;
	font-size: 12px;
	font-family:  "Dotum",  "Verdana", "Arial";
	width: 171px;
}

/* 프로필 사진 */
.xn_channel_profile .profile_img {
	border:0px solid #929292;
}

/* 프로필 소개 */
.xn_channel_profile .info {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* 채널 이름 */
.xn_channel_profile .channel_name {
	color: #125d96;
	font-size: 14px;
	font-weight:bold;
	line-height:16px;
}

/* 채널 이름 */
.xn_channel_profile .content {
	padding-top:7px;
	font-size:12px;
	color: #3e3e3e;
	line-height:16px;
}

/*.xn_channel_profile .gray_btn {
	display: table;
	width: 100%;
	cursor:hand;
}

.xn_channel_profile .gray_btn a {
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	color: #3e3e3e;
	text-decoration: none;
}

.xn_channel_profile .gray_btn a img {
	vertical-align: middle !important;
}

.xn_channel_profile .gray_btn a:hover {
	font-size: 11px;
	color: #3e3e3e;
	text-decoration: underline;
}*/

.xn_channel_profile .gray_btn{
	float: left;
	width: 171px;
}

.xn_channel_profile .gray_btn .setting_link{
	float: left;
	display: block;
	padding-top: 6px;
	width: 55px;
	background: transparent url("../images/btn_blet.gif") no-repeat 31px 8px;
}

.xn_channel_profile .gray_btn .setting_link {
	font-size: 11px;
	color: #3e3e3e;
	text-decoration: none;
}

.xn_channel_profile .interest_communiyu_btn_wapper {
	float: right;
}

.xn_channel_profile .interest_communiyu_btn_wapper a.interest_community_btn{
background: transparent url('../images/btn_left.png') no-repeat top left;
display: block;
float: left;
font: normal 12px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 6px; /* Width of left menu image */
text-decoration: none;
margin-right:3px;
font-family: "Dotum";
}

.xn_channel_profile .interest_communiyu_btn_wapper a:link.interest_community_btn, a:visited.interest_community_btn, a:active.interest_community_btn{
color: #333; /*button text color*/
}

.xn_channel_profile .interest_communiyu_btn_wapper a.interest_community_btn span{
background: transparent url('../images/btn_right.png') no-repeat top right;
display: block;
padding: 4px 6px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

.xn_channel_profile .interest_communiyu_btn_wapper a.interest_community_btn:hover{ /* Hover state CSS */
background-position: bottom left;
text-decoration: none;

}

.xn_channel_profile .interest_communiyu_btn_wapper a.interest_community_btn:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #333;
text-decoration: none;
}
