/* @group User info */

#user-info {
	position: relative;
	height: 433px;
	margin-bottom: -50px;
	background: url('../img/layout/bkgr_header.jpg') 0 0 no-repeat;
	border-top: 1px solid #d44c98;
	}
#user-info .photo {
	margin: 24px 0 0 8px;
	border: 1px solid #862b5b;
	background: #b5618d;
	padding: 3px;
	}
#user-info .info {
	position: absolute; top: 24px; left: 110px; z-index: 9;
	}
#user-info .name {
	float: left;
	margin-top: 3px;
	font-size: 33px;
	text-transform: uppercase;
	font-weight: normal;
	color: white;
	vertical-align: middle;
	}

#user-info .level {
	float: left;
	height: 29px;
	margin: 10px 0 0 5px;
	padding: 0 0 0 14px;
	background: url('../img/profile/level_l.png') left center no-repeat;
	color: white;
	font-size: 13px;
	line-height: 27px;
	}
#user-info .level em {
	display: block; height: 100%;
	padding: 0 10px 0 0;
	background: url('../img/profile/level_r.png') right center no-repeat;
	font-style: normal;
	}
#user-info .stats {
	position: relative;
	float: left;
	height: 29px;
	margin: 10px 0 0 5px;
	padding: 0 0 0 12px;
	background: url('../img/profile/stats_l.png') left center no-repeat;
	color: white;
	font-size: 13px;
	line-height: 27px;
	cursor: pointer;
	}
#user-info .stats .cover {
	height: 100%;
	padding: 0 20px 0 0;
	background: url('../img/profile/stats_r.png') right center no-repeat;
	font-weight: normal;
	}
#user-info .stats.open .cover {
	position: absolute; top: 0; left: 0; z-index: 99;
	width: 128px; height: 152px;
	padding: 0 12px;
	background: url('../img/profile/stats_bkgr.png') 0 0 no-repeat;
	}
#user-info .stats-tbl {
	margin: 0 auto;
	width: 100%; height:115px;
	font-size: 11px;
	line-height: 1;
	}
#user-info .stats-tbl {
	display: none;
	margin: 0 auto;
	width: 100%; height:115px;
	font-size: 11px;
	line-height: 1;
	}
#user-info .stats-tbl tr {
	border-bottom: 1px solid #c7589c;
	}
#user-info .stats-tbl th {
	padding: 0;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;
	}
#user-info .stats-tbl td {
	padding: 0;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	}

#user-info .desc {
	position: absolute; top: 70px; left: 110px;
	color: #ffceeb;
	font-size: 12px;
	}

#user-info .howto {
	position: absolute; top: 32px; right: 24px;
	}
#user-info .howto.deCode { right: 65px; }
#user-info .action {
	position: absolute; top: 32px; right: 24px;
	}
#user-info .action a {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	height: 38px; width: 38px;
	background: url('../img/common/btn_sqr.png') 0 0 no-repeat;
	vertical-align: top;
	}
#user-info .action a:hover {
	background-position: -38px 0;
	}
#user-info .action a span {
	display: block;
	width: 38px; height: 38px;
	background: url('../img/profile/ico_action.png') 0 0 no-repeat;
	}
#user-info .action a.add span {
	background-position: -38px 0;
	}
#user-info .action a.del span {
	background-position: -76px 0;
	}
#user-info .action a span span {
	display: none;
	}

/* @end */

/* @group Tab menu */

#tab-menu {
	position: absolute; top: 86px; right: 12px;
	text-align: right;
	}
#tab-menu.short {
	right: 85px;
	}
#tab-menu li {
	float:left;
	margin: 0 -1px 0 0;
	height: 40px;
	text-transform: uppercase;
	color: #ffcdea;
	}
#tab-menu li.sel {
	background: url('../img/menu/bkgr_tab.png') top center no-repeat;
	}
#tab-menu li a {
	display: block;
	height: 30px;
	padding: 0 12px;
	background: url('../img/menu/div_tab.png') center right no-repeat;
	color: #ffcdea;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	}
#tab-menu li.last a {
	background: transparent;
	}
#tab-menu li a:hover {
	color: #3f1c30;
	}
#tab-menu li.sel a {
	color: white;
	background: transparent;
	}

/* @end */

/* @group mid col */

#mid-lcol {
	position: absolute; top: 160px; left: 18px;
	}
#mid-lcol h3 {
	padding-left: 10px;
	font-size: 23px;
	line-height: 1.2;
	color: #fcd8ed;
	font-weight: normal;
	text-transform: uppercase;
	}
#invite-tbl {
	margin: 32px 0 0 0;
	width: 263px;
	font-size: 13px;
	color: #fff;
	}
#invite-tbl tr.odd {
	background: url('../img/profile/invite_bkgr.png') no-repeat -10px 0;
	}

#invite-tbl th,
#invite-tbl td {
	border-top: 1px solid #ec89c3;
	border-bottom: 1px solid #dc77b2;
	padding: 4px 0;
	}
#invite-tbl th {
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
	}
#invite-tbl td {
	padding-right: 5px;
	text-align: right;
	color: #8f1053;
	}
#invite-tbl td .box {
	margin-right: -5px;
	padding: 5px 7px;
	background: #a43771;
	color: #fff;
	}

#invite-form {
	position: absolute; top: 140px; left: 290px;
	width: 577px; height: 238px;
	background: url('../img/profile/invite_bkgr2.png') 0 0 no-repeat;
	font-size: 13px;
	}
#invite-form .l-box {
	position: absolute; top: 20px; left: 16px;
	width: 260px;
	}
#invite-form .r-box {
	position: absolute; top: 20px; left: 295px;
	width: 260px;
	}
#invite-form label {
	font-size: 14px;
	color: white;
	}

#invite-form input,
#invite-form textarea {
	width: 250px;
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
	color: #581b3d;
	background: #c15b91;
	border: 1px solid #ac4a7d;
	border-bottom-color: #cb78a4;
	border-right-color: #cb78a4;
	}
#invite-form textarea,
#invite-form button {
	font-size: 13px;
	}
#inp-invtext {
	height: 122px;
	}
#invite-form p {
	margin-bottom: 5px;
	}
#invite-form p.submit {
	text-align: right;
	}

/* @end */

/* @group bottom - left col */

#bottom-lcol {
	padding-top: 25px;
	}
#bottom .ttl {
	margin: 0 0 0.25em 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #e280b4;
	}
#bottom-lcol .ttl {
	margin: 0 0 21px 18px;
	line-height: 1;
	}
#bottom-lcol {
	position: relative; z-index: 9;
	}
#bottom-lcol .paging {
	position: absolute; top: 22px; right: 20px;
	}
#photo-tbl {
	margin: 0 0 0 18px;
	}
#photo-tbl td {
	border: 1px solid #333;
	}
#photo-tbl .photo {
	position: relative;
	}
#photo-tbl .photo a {
	text-decoration: none;
	}
#photo-tbl .status {
	display: none;
	position: absolute; top: -9px; left: -10px; z-index: 9;
	margin: 0;
	width: 146px; height: 50px;
	padding: 20px 0 0 84px;
	background: url('../img/profile/user_over2.png') 0 0 no-repeat;
	color: #1d0e16;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
	}
#photo-tbl .status em {
	color: #68224a;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	}

/* @end */

/* @group bottom - right col */

#bottom-rcol {
	position: relative;
	}

#bottom-rcol .ttl {
	margin: 8px 8px 0 0;
	background: #141414;
	height: 53px;
	}
#bottom-rcol .ttl .tab {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	padding: 16px 16px 12px 16px;
	margin: 0;
	font-size: 16px;
	color: #777;
	text-decoration: none;
	white-space: nowrap;
	}
#bottom-rcol .ttl .tab.sel {
	background: url('../img/profile/tab_sel.jpg') 0 0 no-repeat;
	color: #e280b4;
	}
#bottom-rcol .ttl .tab.sel:last-child {
	min-width: 150px;
	}
#bottom-rcol .ttl .tab.selafter {
	background: url('../img/profile/tab_shadow_l.jpg') 0 0 no-repeat;
	}
#bottom-rcol .ttl .tab.selbefore {
	background: url('../img/profile/tab_shadow_r.jpg') top right no-repeat;
	}
#bottom-rcol .ttl .tab:hover {
	color: #e280b4;
	}
#bottom-rcol .ttl .tab .warn {
	display: block;
	height: 100%;
	padding-right: 23px;
	background: url('../img/common/ico_warn.png') right center no-repeat;
	}

#bottom-rcol .paging {
	position: absolute; top: 14px; right: 16px;
	}
#bottom-rcol .backlink {
	position: absolute; top: 14px; right: 16px;
	white-space: nowrap;
	}
#bottom-rcol .backlink a {
	padding-left: 10px;
	background: url('../img/common/ico_larr.png') 0 55% no-repeat;
	font-size: 11px;
	color: #c5c5c5;
	text-decoration: none;
	}
#bottom-rcol .backlink a:hover {
	color: #d26fab;
	}

#bottom-rcol .content {
	position: relative;
	min-height: 206px;
	margin-right: 8px;
	background: #141414;
	}
table.list {
	width: 572px;
	margin-left: 8px;
	font-size: 11px;
	line-height: 1.3;
	}


/* @end */

/* @group chat write */

#writecmt {
	position: absolute; bottom: 0; left: 0;
	width: 588px;
	padding-top: 7px;
	background: url('../img/common/ico_tarr.png') 88% 0 no-repeat;;
	}
#writecmt.open {
	background-image: none;
	}
#writecmt h4 {
	margin: 0 8px;
	padding: 6px 16px 4px 16px;
	color: white;
	font-size: 11px;
	line-height: 1;
	font-weight: normal;
	text-align: right;
	background: #1d1d1d; 
	}
#writecmt h4 span {
	vertical-align: middle;
	}
#writecmt.open h4 {
	display: none;
	}
#writecmt h4 a {
	color: white;
	text-decoration: none;
	}
#writecmt h4 a span {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	width: 17px; height: 15px;
	margin-left: 8px;
	background: url('../img/common/icons.png') -77px -3px no-repeat;
	}
#writecmt h4 a:hover span {
	background-position: -77px -22px;
	}
#writecmt .editor {
	display: none;
	padding-top: 16px;
	background: #141414 url('../img/common/ico_tarr.png') 50% 9px no-repeat;
	}
#writecmt.open .editor {
	display: block;
	}
#writecmt .editor-in {
	position: relative;
	height: 88px;
	margin: 0;
	background: url('../img/profile/write_bkgr.png') bottom center no-repeat;
	}
#writecmt #inp-cmttext {
	position: absolute; top: 25px; left: 25px;
	width: 500px;
	font-size: 11px;
	color: #777;
	border: none;
	background: transparent;
	}
#writecmt #btn-cmtok {
	position: absolute; top: 28px; left: 547px;
	width: 19px; height: 19px;
	background: url('../img/common/icons.png') -77px -3px no-repeat;
	border: none;
	}
#writecmt #btn-cmtok:hover {
	background-position: -77px -22px;
	}
#writecmt #btn-cmtok span {
	display: none;
	}
#writecmt #btn-cmtcancel {
	position: absolute; top: 3px; left: 289px;
	width: 9px; height: 9px;
	background: url('../img/common/icons.png') -24px -5px no-repeat;
	border: none;
	}
#writecmt #btn-cmtcancel:hover {
	background-position: -24px -24px;
	}
#writecmt #btn-cmtcancel span {
	display: none;
	}

/* @end */

/* @group mail list */

table.list td {
	padding: 4px 9px;
	color: #c5c5c5;
	white-space: nowrap;
	}
table.list td.date {
	width: 135px !important;
	color: #6c6c6c;
	white-space: nowrap;
	vertical-align: top;
	}
table.list td.to {
	width: 75px;
	padding: 0 10px;
	background: #0c0c0c;
	color: #515151;
	}
table.list td.to p {
	white-space: nowrap;
	}
table.list td.name {
	width: 75px;
	color: #90557a;
	border-left: 1px solid #161616;
	border-right: 1px solid #161616;
	}
table.list td.merge {
	background: url('../img/common/ico_darr.png') top center no-repeat;
	}
table.list td.conv {
	width: 15px;
	border-right: 1px solid #161616;
	}
table.list td.del {
	width: 7px;
	vertical-align: top;
	}
table.list td strong,
table.list td strong a {
	font-weight: normal;
	color: #d765a8;
	text-decoration: none;
	}
table.list tr.over td strong a,
table.list td strong a:hover { color: #000 !important; }
table.list td.to strong {
	color: #c5c5c5;
	}
table.list .del a {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	width: 9px; height: 9px;
	background: url('../img/common/icons.png') -24px -5px no-repeat;
	vertical-align: middle;
	}
table.list .del a:hover {
	background-position: -24px -24px;
	}
table.list .del a span { display: none }
table.list .conv a {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	width: 13px; height: 13px;
	background: url('../img/common/icons.png') -3px -1px no-repeat;
	vertical-align: bottom;
	}
table.list .unread .conv a,
table.list .conv a:hover {
	background-position: -3px -20px;
	}
table.list .conv a span { display: none }

table.list .singleline .conv a,
table.list .singleline .del a {
	margin-left: 3px;
	}

table.list .odd td {
	background-color: #0c0c0c;
	border-color: #121212;
	}
table.list tr.over td {
	background-color: #d765a8;
	border-color: #df82b8;
	color: white;
	}
table.list .over td.name,
table.list .over td strong {
	color: #0c0c0c;
	}
table.list .over td.merge {
	background-color: transparent;
	}
table.list .over .del a {
	background-position: -24px -43px;
	}
table.list .over .conv a {
	background-position: -3px -39px;
	}


table.list td.subject {
	padding: 0 0 0 15px;
	}
table.list .subject input {
	width: 410px;
	padding: 8px 10px;
	background: #121212;
	color: #999;
	border: 1px solid #0c0c0c;
	border-bottom-color: #1b1b1b;
	border-right-color: #1f1f1f;
	font-size: 11px;
	}
table.list .subject p {
	position: relative;
	}
table.list .subject label {
	position: absolute; top: 10px; left: 10px;
	z-index: 1;
	border: none;
	font-size: 11px;
	line-height: 1.2;
	color: #666;
	font-style: italic;
	}
table.list .subject label .err-msg{
	color: #ffd866;
	}


#read {
	position: absolute; bottom: 0; left: 16px;
	width: 560px; height: 160px;
	overflow: auto;
	font-size: 11px;
	line-height: 1.8;
	color: #8d8d8d;
	}

#writemail {
	position: absolute; bottom: 0; left: 8px;
	width: 568px; height: 160px;
	font-size: 11px;
	line-height: 1.8;
	color: #8d8d8d;
	}
#writemail textarea {
	width: 530px; height: 100px;
	padding: 8px;
	background: #121212;
	color: #999;
	border: 1px solid #0c0c0c;
	border-bottom-color: #1b1b1b;
	border-right-color: #1f1f1f;
	font-size: 11px;
	line-height: 1.5;
	overflow: auto;
	}
#writemail label {
	position: absolute; top: 16px; left: 16px;
	z-index: 1;
	border: none;
	font-size: 11px;
	line-height: 1.2;
	color: #666;
	font-style: italic;
	}
#writemail label .err-msg{
	color: #ffd866;
	}
#writemail .send {
	margin: 8px 10px 8px 0;
	text-align: right;
	}
#writemail .send button {
	background: transparent;
	border: none;
	color: #c5c5c5;
	font-size: 11px;
	}
#writemail .send button span {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	width: 17px; height: 15px;
	margin-left: 8px;
	background: url('../img/common/icons.png') -96px -3px no-repeat;
	vertical-align: middle;
	}
#writemail .send button:hover span {
	background-position: -96px -22px;
	}


/* @end */


/*#write-ovl {
	height: auto;
	min-height: 240px;
	background: #1a1a1a;
	font-size: 11px;
	color: #ccc;
	}

#write-ovl form h4 {
	margin: 36px 0 24px 32px;
	font-size: 16px;
	font-weight: normal;
	color: #e78fbf;
	}
#write-ovl form a {
	color: #e78fbf;
	text-decoration: none;
	}

table.form {
	margin: 0 auto;
	width: 556px;
	font-size: 11px;
	}
table.form th {
	width: 155px;
	padding: 8px 0 0 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	}
table.form td {
	padding: 4px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	}
table.form td.last {
	padding: 8px 0 0 0;
	text-align: right;
	}
table.form td p {
	position: relative;
	}
table.form input.text,
table.form textarea,
table.form .select-replace {
	width: 380px;
	padding: 4px 10px;
	background: #101010;
	color: #999;
	border: 1px solid #0c0c0c;
	border-bottom-color: #292929;
	border-right-color: #292929;
	font-size: 12px;
	}
table.form .select-replace {
	background: #121212 url('../img/common/ico_darr_w.png') 95% 50% no-repeat;
	}
table.form select.styled {
	width: 400px;
	font-size: 12px;
	}
table.form textarea {
	width: 535px;
	overflow: auto;
	}

#write-ovl .submit {
	position: relative;
	margin: 24px 32px 36px 32px;
	}
#write-ovl .send {
	position: absolute; top: 0; right: 0;
	text-align: right;
	}
#write-ovl .send button {
	background: transparent;
	border: none;
	color: #e78fbf;
	font-size: 11px;
	}
#write-ovl .send button span {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	width: 17px; height: 15px;
	margin-left: 8px;
	background: url('../img/common/icons.png') -96px -3px no-repeat;
	vertical-align: middle;
	}
#write-ovl .send button:hover span {
	background-position: -96px -22px;
	}

form .err-lbl {
	top: -30px;
	}

#write-ovl .form-ok {
	padding: 100px 32px 80px;
	text-align: center;
	}
#write-ovl .form-ok h4 {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: normal;
	color: #e78fbf;
	text-transform: none;
	}
#write-ovl .form-ok p {
	font-size: 16px;
	}
#write-ovl .form-ok p.link {
	margin: 40px 0 0 0;
	font-size: 11px;
	}
#write-ovl .form-ok a {
	font-size: 11px;
	color: #e78fbf;
	padding-left: 10px;
	background: url('../img/common/ico_rarr.png') left center no-repeat;
	}*/



/* dummy */

#carousel {
	position: absolute; top: 200px; left: 9px;
	width: 884px; height: 180px;
	text-align: center;
	line-height: 180px;
	}

#user-info p.small { font-size: .7em; color: #fff; }
#user-info p.small a { color: #E78FBF; text-decoration: none; }
.nw { white-space: nowrap; }

/*- expand text box -*/

.more-text { position: absolute; right: 32px; }
.messageNice { white-space: normal; }

#bottom-rcol .content.withCaptcha { height: 330px !important; }
.withCaptcha #captcha-img p { padding: 10px 0; }