/*------------------------------------------------------------------------------------
	Global Styles
------------------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px; }

html { height: 100%; }

body {
	background: #F0F0F0 url(images/llbackground-new.jpg) center top repeat-x;
	/*background: #ededed url(images/reghead.jpg) left -30px repeat-x;*/
	/*background: #ededed url(images/reghead.jpg) left top repeat-x;*/
	/*background: #801531 url(images/bgin.jpg) left top repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	min-height:100%;
	height: 100%; }
a,
a:active,
a:link,
a:visited { color: #444; text-decoration: none; outline: none; cursor: pointer; }
a:hover { color: #dd1d54; text-decoration: underline; }

img { border: 0px; }

.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; font-size: 1px; line-height: 0px; }

h3 {
	font-size: 18px;
	font-weight: normal;
	float: left;
	color: #555; }

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dd1d54;
	text-transform: uppercase; }

h4 {
	font-size: 16px;
	font-weight:  bold;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dd1d54;
	text-transform: uppercase;
	margin-top:  5px;
	float:  left; }

p {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px; }

.content_wrapper {
	/*background: #fff url(images/topsmoke.jpg) center top no-repeat;*/
	margin-left:auto;
	margin-right:auto;
	width:972px;
	/*padding-top: 51px;*/
	padding-top: 100px;
	position: relative; }

#nav_menu_wrapper {
	height:33px;
	width:100%;
	bottom:0px;
	position:fixed;
	z-index: 900;
	overflow:hidden; }

#nav_menu_wrapper-top {
	height:35px;
	width:100%;
	bottom:0px;
	position:fixed;
	z-index: 900;
	overflow:hidden;  }

#nav_menu_wrapper .nav_menu {
	background: #fff url(images/fixed-line.jpg) left bottom repeat;
	height:33px;
	width:100%;
	border-top: 2px solid #460719;
	margin: 0px auto; }

#nav_menu_wrapper-top .nav_menu {
	background: #fff url(images/fixed-line.jpg) left bottom repeat-x;
	height:33px;
	width:100%;
	border-bottom: 2px solid #460719;
	border-top: 1px solid #ddd;
	margin: 0px auto; }

/*
* menu links and link effects
*/
#nav_menu_wrapper .nav_menu ul,
#nav_menu_wrapper-top .nav_menu ul {
	list-style:none; }

#nav_menu_wrapper .nav_menu li,
#nav_menu_wrapper-top .nav_menu li{
	display:block-inline;
	float: left; }

#nav_menu_wrapper .nav_menu li a,
#nav_menu_wrapper-top .nav_menu li a{
	/*height: 28px;*/
	height: 33px;
	display: block-inline;
	float: left; }

#nav_menu_wrapper .nav_menu a:hover,
#nav_menu_wrapper-top .nav_menu a:hover {
	background-color:#fff;
	text-decoration: none;
	color: #222; }

.cwrap {
	width: 960px;
	margin: 0 auto; }

.nobullet {
	list-style: none; }

.nobullet li {
	padding: 2px 0px; }

/* Bar icons .ichat,
.ichat-act {
	background: url(images/bar-icons.jpg) no-repeat;
	background-position: -102px top;
	width: 30px;
	height: 28px;
	float: left;
	display: block-inline;
	position: relative; }

.ichat:hover { background-position: -102px bottom; }
.ichat:hover span { background: none; color: #e01d55; }

.icams,
.icams-act {
	background: url(images/bar-icons.jpg) no-repeat;
	background-position: -69px top;
	width: 33px;
	height: 28px;
	float: left;
	display: block-inline;
	position: relative; }

.icams:hover { background-position: -69px bottom; }
.icams:hover span { background: none; color: #e01d55; }


.inotifications,
.inotifications-act {
	background: url(images/bar-icons.jpg) no-repeat;
	background-position: -222px top;
	width: 30px;
	height: 28px;
	float: left;
	display: block-inline;
	position: relative; }

.inotifications:hover { background-position: -222px bottom; }
.inotifications:hover span { background: none; color: #e01d55; }

.inotifications-act {
	background-position: -222px bottom;
	border-right: 2px solid #590c21;
	position: relative; }

.imsg {
	background: url(images/bar-icons.jpg) no-repeat;
	background-position: -133px top;
	width: 31px;
	height: 28px;
	float: left;
	display: block-inline;
	position: relative; }

.icams span,
.ichat span,
.imsg span,
.inotifications span  {
	background: rgba(224, 29, 85, 0.4);
	display: block;
	float: right;
	position: absolute;
	top: 10px;
	right: 2px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; }
	
.icams-new span,
.ichat-new span,
.imsg-new span,
.inotifications-new span {
	background: rgb(224, 29, 85);
	display: block;
	float: right;
	width: 14px; 
	height: 11px; 
	color: #fff;
	font-size: 10px;
	padding: 7px 5px;
	text-align: center;
	margin-top: 2px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; }

.inotifications-act span { display: none; }
.imsg:hover { background-position: -130px bottom; }
.imsg:hover span { background: none; color: #e01d55; }

.ilive {
	background: url(images/bar-icons.jpg) no-repeat;
	background-position: 0px top;
	width: 35px;
	height: 28px;
	float: left;
	display: block-inline; }

.ilive:hover { background-position: 0px bottom; }
*/ 

/* Bar icons - September 2010 */ 
.ichat {
	background: url(images/ficons.png) no-repeat;
	background-position: -119px bottom;
	width: 42px;
	height: 33px;
	float: left;
	display: block-inline;
	position: relative; }

.ichat:hover { background-position: -119px top; }
.ichat:hover span { background: none; color: #e01d55; }

.icams {
	background: url(images/ficons.png) no-repeat;
	background-position: -78px bottom;
	width: 41px;
	height: 33px;
	float: left;
	display: block-inline;
	position: relative; }

.icams:hover { background-position: -78px top; }
.icams:hover span { background: none; color: #e01d55; }


.inotifications {
	background: url(images/ficons.png) no-repeat;
	background-position: left bottom;
	width: 38px;
	height: 33px;
	float: left;
	display: block-inline;
	position: relative; }

.inotifications:hover { background-position: left top; }
.inotifications:hover span { background: none; color: #e01d55; }

.ifriendsreq {
	background: url(images/ficons.png) no-repeat;
	background-position: -38px bottom;
	width: 40px;
	height: 33px;
	float: left;
	display: block-inline;
	position: relative; }

.ifriendsreq:hover { background-position: -38px top; }
.ifriendsreq:hover span { background: none; color: #e01d55; }

.imsg {
	background: url(images/ficons.png) no-repeat;
	background-position: -161px bottom;
	width: 42px;
	height: 33px;
	float: left;
	display: block-inline;
	position: relative; }
	
.imsg:hover { background-position: -161px top; }
.imsg:hover span { background: none; color: #e01d55; } 

.icams span,
.ichat span,
.imsg span,
.inotifications span,
.ifriendsreq span  {
	background: rgba(224, 29, 85, 0.6);
	display: block;
	float: right;
	position: absolute;
	top: 3px;
	right: 8px;
	color: #fff;
	font-size: 10px;
	padding: 7px 12px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: #222 1px 1px 0px;
	display: none; }
	
.icams-new span,
.ichat-new span,
.imsg-new span,
.inotifications-new span,
.ifriendsreq-new span {
	background: rgba(224, 29, 85, 0.6);
	display: block;
	float: right;
	color: #fff;
	font-size: 10px;
	padding: 10px 14px 9px 14px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: #222 1px 1px 0px;
	display: block; }

#ibill {
	line-height: 28px;
	font-size: 17px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #365782;
	padding: 3px 10px; }

#ibill:hover {
	color: #DD1D54;
	text-decoration: underline; }

.posabs {
	position: absolute; }

.notif-box {
	background: #fff;
	position: absolute;
	bottom: 0px;
	border: 2px solid #590d21;
	border-bottom: 0px;
	width: 220px;
	right: 93px;
	z-index: 9999;
	padding: 10px; }

.notif-box ul {
	list-style: none;
	float: left; }

.notif-box ul li {
	float: left;
	width: 220px;
	margin: 3px 0px; }

.notif-box ul li a{
	font-weight: bold;
	color: #1c3b61; }


/*------------------------------------------------------------------------------------
	Main container
------------------------------------------------------------------------------------*/
/*
#logo {
	background: url(images/logo.png) no-repeat;
	width: 206px;
	height: 73px;
	display: inline-block;
	float: left;
	position: absolute;
	z-index: 3;
	top:55px;
	left: 45px; }
	
#logo-1may {
	background: url(images/logo-brand.png) right bottom no-repeat;
	width: 213px;
	height: 82px;
	display: inline-block;
	float: left;
	position: absolute;
	z-index: 3;
	top:55px;
	left: 45px; }
	
#logo {
	background: url(images/ll-logo.png) no-repeat;
	width: 175px;
	height: 89px;
	display: inline-block;
	float: left;
	position: absolute;
	z-index: 3;
	top:35px;
	left: 46px; }	

#logo:hover {
	top: 34px; }
*/

/*
#logo {
	background: url(images/lllogo-new.png) no-repeat;
	width: 191px;
	height: 11px;
	display: inline-block;
	float: left;
	position: absolute;
	z-index: 3; 
	top:30px;
	left: 45px;
	padding-top: 80px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	text-align: center;
	letter-spacing: 2px;
	color: #aaa; }	

#logo:hover {
	top: 29px;
	color: #DD1D70;
	text-decoration: none; }
*/

#logo {
	background: url(images/laidlist.png) no-repeat;
	width: 191px;
	height: 91px;
	display: inline-block;
	float: left;
	position: absolute;
	z-index: 3;
	top:40px;
	left: 42px;
	text-indent: -9999em; }	

#logo:hover {
	top: 39px; }

#slogan {
	float: left;
	margin-top: 15px;
	position: absolute;
	top: 0;
	left: 315px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFDFE7;
	text-shadow: #424242 1px 1px 0px;
	line-height: 1.8em;
	font-style: italic; }

.mc-top {
	background: url(images/maincontainer.gif) left top no-repeat;
	width: 972px;
	height: 10px;
	float: left;
	display: block-inline;
	margin-top: -1px; }

.mc-top-affilate {
	background: url(images/mc-top-affilate.gif) left top no-repeat;
	width: 972px;
	height: 10px;
	float: left;
	display: block-inline;
	margin-top: 15px; }

.mc-btm {
	background: url(images/maincontainer.gif) left bottom no-repeat;
	width: 972px;
	height: 10px;
	float: left;
	display: block-inline; }

.mc-btm-affilate {
	background: url(images/mc-top-affilate.gif) left bottom no-repeat;
	width: 972px;
	height: 10px;
	float: left;
	display: block-inline; }

.mcontent {
	/*background: #e5e5e5;*/
	background: #f9f9f9;
	width: 950px;
	height: auto;
	min-height: 500px;
	padding: 0px 10px;
	/*border-left: 1px solid #4c0419;
	border-right: 1px solid #4c0419;*/
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	float: left; }

.leftColumn {
	width: 310px;
	height: auto;
	float: left;
	position: relative; }

.rightColumn {
	width: 630px;
	float: right; }

.middleColumn {
	width: 310px;
	height: auto;
	float: left;
	margin: 0px 8px; }

.rightColumn-two {
	width: 310px;
	height: auto;
	float: left; }


/* top meta */
.top-meta {
	/*background: url(images/topmeta.jpg) no-repeat;*/
	background: url(images/top-meta-old.gif) no-repeat;
	/* width: 682px;
	height: 35px; */
	width: 713px;
	height: 42px;
	/* padding-top: 11px;
	padding-left: 14px; */
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	float: right;
	position: relative; }

.top-meta .new {
	color: #be043a;
	font-weight: bold; }

.add-photo {
	background: url(images/top-meta-icons.jpg) -38px top no-repeat;
	width: 36px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left; }

.add-video {
	background: url(images/top-meta-icons.jpg) -76px top no-repeat;
	width: 38px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left; }

.bal {
	background: url(images/top-meta-icons.jpg) -116px top no-repeat;
	width: 36px;
	height: 30px;
	float: left;
	padding-top: 4px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	float: left; }

.settings {
	background: url(images/top-meta-icons.jpg) -154px top no-repeat;
	width: 33px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left; }

#messages2 {
	background: url(images/top-meta-icons.jpg) -189px top no-repeat;
	width: 39px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left; }

#messages2 span {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: rgba(225, 29, 84, 0.7);
	color: #fff;
	text-shadow: #8F1137 1px 1px 0px;
	text-align: center;
	padding: 2px;
	float: left;
	margin-top: 12px;
	margin-left: 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; }

#chat2 {}

#favourites2 {
	background: url(images/top-meta-icons.jpg) -230px top no-repeat;
	width: 39px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left; }

#friends2 {
	background: url(images/top-meta-icons.jpg) -271px top no-repeat;
	width: 38px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left; }

#groups2 {
	background: url(images/top-meta-icons.jpg) -311px top no-repeat;
	width: 39px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left; }

#logout2 {
	background: url(images/top-meta-icons.jpg) -352px top no-repeat;
	width: 34px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left; }


.add-photo:hover { background: url(images/top-meta-icons.jpg) -38px -3px no-repeat; }
.add-video:hover { background: url(images/top-meta-icons.jpg) -76px -3px no-repeat; }
.bal:hover { background: url(images/top-meta-icons.jpg) -116px -3px no-repeat; }
.settings:hover { background: url(images/top-meta-icons.jpg) -154px -3px no-repeat; }
#messages2:hover { background: url(images/top-meta-icons.jpg) -189px -3px no-repeat; }
#messages2:hover span { background: rgba(225, 29, 84, 1); text-decoration: none; }
#favourites2:hover { background: url(images/top-meta-icons.jpg) -230px -3px no-repeat; }
#friends2:hover { background: url(images/top-meta-icons.jpg) -271px -3px no-repeat; }
#groups2:hover { background: url(images/top-meta-icons.jpg) -311px -3px no-repeat; }
#logout2:hover { background: url(images/top-meta-icons.jpg) -352px -3px no-repeat; }



.top-meta .msg {
	background: url(images/top-meta-icons.jpg) 0px top no-repeat;
	width: 10px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left;
	margin: 0px 3px; }

/*
.top-meta .chat {
	background: url(images/top-meta-icons.jpg) -13px top no-repeat;
	width: 10px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left;
	margin: 0px 3px; }
*/

.top-meta .fav {
	background: url(images/top-meta-icons.jpg) -26px bottom no-repeat;
	width: 10px;
	height: 34px;
	float: left;
	display: inline-block;
	float: left;
	margin: 0px 3px; }

.top-meta .url {
	float: left;
	margin-top: 10px; }

.top-meta .sep {
	background: url(images/top-meta-icons.jpg) -74px top no-repeat;
	width: 2px;
	height: 34px;
	float: left;
	margin: 0px 3px;
	display: inline-block; }

.top-meta .fav_s,
.top-meta .friends_s,
.top-meta .logout_s,
.top-meta .settings_s {
	background: url(images/icons.gif) 0px -84px no-repeat;
	width: 10px;
	height: 10px;
	float: left;
	display: inline-block;
	float: left;
	margin: 0px 3px;
	margin-top: 11px; }

.top-meta .friends_s {
	background: url(images/icons.gif) -322px -6px no-repeat;}

.top-meta .logout_s {
	background: url(images/icons.gif) 0px -474px no-repeat; }

.top-meta .settings_s {
	background: url(images/icons.gif) 0px -110px no-repeat; }

.user-box {
	width: 120px;
	float: left; }

.top-meta .nickname {
	float: left;
	color: #1c3b61;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; }

.top-meta .nickname2 {
	float: left;
	color: #1c3b61;
	margin-top: 8px;
	margin-left: 3px;
	text-shadow: #fff 1px 1px 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; }

.top-avatar img {
	background: #fff;
	width: 23px;
	height: 23px;
	padding: 2px;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0px 5px; }

.top-avatar:hover img {
	background: #fdfdfd;
	border: 1px solid #c4c4c4; }

.top-meta .smalltxt {
	float: left;
	font-size: 11px;
	color: #888; }
	 
.abs-box {
	position: absolute;
	top: 17px;
	left: 0px; }

.top-meta .money {
	position: absolute;
	right: 0px;
	top: 11px;
	width: 113px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	text-align: center; }

.top-meta .money a {
	color: #fff; }

/*
.top-meta .money {
	position: absolute;
	right: 52px;
	top: 11px;
	width: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right; }

.top-meta .money a {
	color: #fff; } */

.top-meta .vip {
	width: 38px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	float: left;
	display: inline-block;
	float: left; }


/* footer OLD background (not in use) */
#footer {
	/*background: #801531;*/
	width: 100%;
	height: 90px;
	text-align: center;
	padding-top: 15px;
	float: left;
	/*color: #c6617c;*/
	color:#888;
	text-shadow: #fff 1px 1px 1px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.8em;
	cursor: default; }

#footer a {
	/*color: #c6617c;*/
	color:#888;
	text-shadow: #fff 1px 1px 1px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif; }

#footer a:hover {
	/*color: #fbc5d3;*/
	color:#222;
	text-shadow: #fff 1px 1px 0px; }

/*new background footer*/
#mainPositioningWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px; }
	
.ff-fix {
	height: 250px;  }
	
.footer {
	background: #b80438 url(images/regfooter.jpg) repeat-x left top;
	width: 100%;
	height: 250px;
	float: left;
	margin-top: 25px; }

.footer-wrap {
	width: 933px;
	margin: 22px auto;
	line-height: 2em;
	color: #f0f0f0;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif; }

.footer-wrap2 {
	/*width: 933px;*/
	width: 980px;
	margin: 22px auto;
	margin-top:1px;
	margin-bottom: 45px;
	line-height: 2em;
	color: #f0f0f0;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif; }

.footer-wrap a,
.footer-wrap2 a {
	color: #f0f0f0;
	text-decoration: none; }

.footer-wrap a:hover,
.footer-wrap2 a:hover {
	color: #fff;
	text-decoration: underline; }

.ftrstream {
	background: url(images/ftrstream.gif) repeat-x;
	/*width: 933px;*/
	width: 980px;
	height: 103px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px; }

.tt2 {
	width: auto;
	height: 28px;
	float: left;
	margin: 7px 10px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	cursor: default;
	display: block-inline; }

.strav {
	float: left;
	margin-top: -4px;
	padding: 0px;
	margin-left: 5px; }


/*nav*/
#nav {
	background: url(images/topnavbgr-white.gif) repeat-x;
	width: 950px;
	height: 45px;
	margin-bottom: 10px;
	float: left; }

.navl,
.navr {
	background: url(images/topnavl-white.gif) no-repeat;
	width: 5px;
	height: 45px;
	float: left;
	display: block-inline; }

.navr { background: url(images/topnavr-white.gif) no-repeat; float: right; }

/*
#nav {
	background: url(images/nav.jpg) repeat-x;
	width: 950px;
	height: 45px;
	margin-bottom: 10px;
	float: left; }

.navl,
.navr {
	background: url(images/navl.jpg) no-repeat;
	width: 5px;
	height: 45px;
	float: left;
	display: block-inline; }

.navr { background: url(images/navr.jpg) no-repeat; float: right; }
*/

#nav ul li {
	background: url(images/whitesep.gif) right top no-repeat;
	float: left;
	list-style: none;
	padding-right: 2px;}

#nav ul li a {
	width: auto;
	height: 40px;
	display: inline-block;
	float: left;
	margin-top: 3px; }

#nav ul li a b {
	width: auto;
	height: 16px;
	padding: 12px 8px;
	padding-right: 7px;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #BF0B41;
	font-size: 15px;
	font-weight: bold; }

/*
#nav ul li a:hover {
	background: url(images/navh.jpg) right top no-repeat;
	text-decoration: none;
	color: #fff;
	cursor: pointer; }

#nav ul li a:hover b {
	background: url(images/navhl.jpg) left top no-repeat;
	text-decoration: none;
	color: #fff;
	cursor: pointer; }
*/

#nav ul li a:hover {
	background: url(images/navwhiter-h.jpg) right top no-repeat;
	text-decoration: none;
	color: #fff;
	cursor: pointer; }

#nav ul li a:hover b {
	background: url(images/navwhitel-h.jpg) left top no-repeat;
	text-decoration: none;
	color: #fff;
	cursor: pointer; }

#act {
	background: url(images/navwhiter-h.jpg) right top no-repeat;
	width: auto;
	height: 40px;
	display: inline-block;
	float: left;
	margin-top: 3px;
	color: #fff; }

#act b {
	background: url(images/navwhitel-h.jpg) left top no-repeat;
	width: auto;
	height: 22px;
	padding: 9px 10px;
	display: inline-block;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff !important;
	font-size: 15px;
	font-weight: bold; }

/*
#act {
	background: url(images/navh.jpg) right top no-repeat;
	width: auto;
	height: 40px;
	display: inline-block;
	float: left;
	margin-top: 3px;}

#act b {
	background: url(images/navhl.jpg) left top no-repeat;
	width: auto;
	height: 22px;
	padding: 9px 10px;
	display: inline-block;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: bold; }
*/

#bl-one {
	background: none;
	height: 45px;
	padding: 0px;
	margin: 0px;
	color: #222; }

#bl-one:hover {
	background: none;color: #222; }

#bl-one a,
#bl-one a b {
	color: #fff;color: #222; }

/* subnav */
#subnav {
	background: url(images/subnav.gif) left bottom repeat-x;
	width: 950px;
	height: 42px;
	margin-top: -10px;
	margin-bottom: 8px;
	float: left; }

.subnavl {
	background: url(images/subnavl.gif) left bottom no-repeat;
	width: 5px;
	height: 42px;
	display: inline-block;
	float: left; }

.subnavr {
	background: url(images/subnavr.gif) left bottom no-repeat;
	width: 5px;
	height: 42px;
	display: inline-block;
	float: right; }

#subnav ul {
	float: left;
	list-style: none; }

#subnav ul li {
	background: url(images/subnav-sep.gif) right top no-repeat;
	float: left; }

#subnav ul li a {
	height: 27px;
	display: inline-block;
	padding: 14px 8px 0px 8px;
	font-weight: bold; }

#subnav ul li a:hover,
#subnav-act {
	background: #f2f2f2 url(images/subnavh.gif) center 30px no-repeat;
	color: #be043a;
	text-decoration: none; }

.sIcon {
	width: 10px;
	height: 10px;
	margin-right: 6px;
	display: inline-block; }

#report {
	height: 28px;
	padding: 14px 8px 0px 8px;
	font-weight: normal;
	color: #999;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	float: right; }

#report:hover {
	background: url(images/subnavh.gif) center 30px no-repeat;
	color: #be043a;
	text-decoration: none; }

/* Boxes */
.topt {
	background: #fff url(images/topt.gif) right top no-repeat;
	width: 100%;
	height: 35px;
	float: left;
	display: block-inline; }

.toptl {
	background: url(images/toptl.gif) left top no-repeat;
	width: auto;
	height: 28px;
	float: left;
	padding: 7px 10px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dd1d54;
	text-transform: uppercase;
	cursor: default;
	display: block-inline;
	position: relative; }

.topwhite {
	background: url(images/topwhite.gif) right top no-repeat;
	width: 100%;
	height: 5px;
	float: left;
	display: block-inline; }

.ibox-c {
	background: #fff;
	width: 308px;
	height: auto;
	border-left: 1px solid #dededd;
	border-right: 1px solid #dededd;
	display: block-inline; }

.ibox-cbtm {
	background: #fff;
	width: 928px;
	height: auto;
	padding: 10px;
	border-left: 1px solid #dededd;
	border-right: 1px solid #dededd;
	display: block-inline; }

.ibox-c-right {
	background: #fff;
	width: 608px;
	height: auto;
	padding: 10px;
	border-left: 1px solid #dededd;
	border-right: 1px solid #dededd;
	display: block-inline; }

.ibox-c-affilate {
	background: #fff;
	width: 928px;
	height: auto;
	padding: 10px;
	border-left: 1px solid #dededd;
	border-right: 1px solid #dededd;
	border-top: 1px solid #dededd;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	display: block-inline;
	float: left; }

.ibox-c-padding5px {
	width: 298px;
	padding: 5px; }

.ibox-c-padding10px {
	width: 288px;
	padding: 10px; }

.ibox-btm {
	background: url(images/ibox-btm.gif) right top no-repeat;
	width: 100%;
	height: 5px;
	float: left;
	display: block-inline; }

.ibox-btm-l {
	background: url(images/ibox-btm-l.gif) left top no-repeat;
	width: 100%;
	height: 5px;
	float: left; }

.subtop {
	background: url(images/subtop.gif) repeat-x;
	width: 292px;
	height: 24px;
	float: left;
	padding: 8px 8px 0px 8px;
	font-size: 12px; }

#subtop-act {
	font-weight: bold;
	color: #dd1d54;
	text-decoration: underline; }

#act-tab {
	background: url(images/subtab.gif) no-repeat right top;
	width: auto;
	height: 28px;
	float: left;
	margin-top: 5px; }

#act-tab b {
	background: url(images/subtab-l.gif) no-repeat left top;
	width: auto;
	height: 23px;
	padding: 0px 10px;
	padding-top: 5px;
	text-transform: uppercase;
	color: #dd1d54;
	display: inline-block;
	margin-top: -4px; }

#act-tab:hover b{
	text-decoration: none; }

.subtab {
	display: inline-block;
	height: 24px;
	float: left;
	color: #6b6b6b;
	font-size: 13px;
	padding-top: 4px;
	text-transform: capitalize; }

.subtab-sep {
	background: url(images/tabs-sep.gif) repeat-y right top;
	width: 2px;
	height: 34px;
	float: left;
	margin: 0px 8px;
	margin-top: -6px; }

/* others */
.avatar img,
.avatar-live {
	background: #fff;
	padding: 2px;
	border: 1px solid #e5e5e5;
	float: left;
	position: relative; }

.avatar:hover img,
.avatar-live:hover {
	background: #fdfdfd;
	border: 1px solid #c4c4c4; }

.zs100px {
	width: 96px;
	height: 96px;
	margin: 10px;
	float: left; }

.s50px {
	width: 50px;
	height: 50px;
	margin: 5px;  }

.s50px img {
	width: 50px;
	height: 50px;
	margin: 5px; }

.live-label {
	background: url(images/live-label.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
	display: block; }

.s45px img {
	width: 45px;
	height: 45px;
	margin: 5px 4px 2px 4px; }

.s75px {
	width: 75px;
	height: 75px;
	margin: 5px; }

.s75px img {
	width: 75px;
	height: 75px;
	margin: 5px; }

.avatar-name {
	width: 81px;
	min-height: 95px;
	margin: 7px;
	display: block;
	overflow: hidden;
	float: left; }

.avatar-name img {
	width: 75px;
	height: 75px;
	margin: 0px;
	float: left;
	padding: 2px;
	border: 1px solid #d0d0d0;
	background: #fff; }

.avatar-name b {
	float: left;
	margin-top: 3px;
	margin-left: 1px;
	font-size: 11px; }

.s136px {
	width: 136px;
	height: 136px;
	margin: 5px; }

.s280px {
	width: 280px;
	height: 185px;
	margin: 5px;
	display: block; }

.s30px {
	width: 30px;
	height: 30px;
	margin: 5px 10px 5px 0px;
	float: left; }

.s100px {
	width: 96px;
	height: 96px;
	margin: 5px; }

.margin136 {
	float: left;
	margin: 6px; }

.ie6-mtfix {
	margin-top: 10px; }

.form-iwantto {
	width: 220px;
	height: 28px;
	padding-top: 4px;
	float: left;
	margin-right: 3px;
	margin-bottom: 13px;
	font-size: 13px;
	color: #222; }

.formbtn {
	background: url(images/formbtn.jpg) repeat-x;
	width: auto;
	height: 33px;
	float: left;
	border: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }

.jbtn {
	background: url(images/formbtn.jpg) repeat-x;
	width: auto;
	height: 16px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }

.jbtn2 {
	background: url(images/formbtn.jpg) repeat-x;
	width: auto;
	height: 15px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	margin: 4px 5px;
	text-transform: uppercase;
	color: #fff !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }

.jbtn-w {
	background: url(images/btn-gr.gif) repeat-x left bottom;
	width: auto;
	height: 16px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #df2c5f;
	padding: 8px;
	text-transform: uppercase;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: #fff 1px 1px 0px; }

.bbtn {
	background: url(images/bluebtn.gif) left top repeat-x;
	width: auto;
	height: 16px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }

.bbtn:hover {
	background: url(images/bluebtn.gif) left bottom repeat-x; }

.profile-handup {
	background: url(images/profile-hands.jpg) right top no-repeat;
	width: 39px;
	height: 56px;
	float: right;
	display: inline-block; }

.profile-handdown {
	background: url(images/profile-hands.jpg) left top no-repeat;
	width: 39px;
	height: 56px;
	float: right;
	display: inline-block; }

.profile-handup-compare {
	background: url(images/profile-hands.jpg) right top no-repeat;
	width: 39px;
	height: 56px;
	float: left;
	display: inline-block;
	margin-top: 12px;
	margin-left: 20px; }

.profile-handdown-compare {
	background: url(images/profile-hands.jpg) left top no-repeat;
	width: 39px;
	height: 56px;
	float: left;
	display: inline-block;
	margin-top: 12px; }

.profile-handup-compare:hover {
	padding-bottom: 1px;
	background: url(images/profile-hands.jpg) right bottom no-repeat; }

.profile-handdown-compare:hover {
	padding-bottom: 1px;
	background: url(images/profile-hands.jpg) left bottom no-repeat; }

form b {
	color: #1c3b61; }

.smalltxt {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #888;
	float: right;
	margin-bottom: 5px; }

.int-form {
	background: url(images/int-form.gif) no-repeat;
	width: 228px;
	height: 30px;
	padding: 8px 5px 0px 5px;
	float: left;
	border: 0px;
	font-size: 17px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

.hand-up,
.hand-down {
	background: url(images/int-hands.jpg) no-repeat left top;
	width: 49px;
	height: 56px;
	float: left;
	border: 0px;
	cursor: pointer; }

.hand-down {
	background: url(images/int-hands.jpg) no-repeat left bottom; }

/**/
.profile-box1 {
	width: 184px;
	height: 95px;
	float: left;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;}

.profile-box2,
.profile-box2a {
	width: 200px;
	height: 95px;
	float: left;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;}

.profile-box2a {
	width: 229px; }

.profile-box2 .massboxurl,
.profile-box2a .massboxurl {
	width: 198px; }

.profile-box2 .massboxurl .pr-right,
.profile-box2a .massboxurl .pr-right {
	margin-top: 5px;
	width: 95px;
	display: block;
	float: left; }

.profile-box3 {
	width: 290px;
	height: 150px;
	padding: 5px;
	float: left;
	margin: 0px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;}

.profile-box3 .pr-right {
	margin-top: 0px;
	margin-left: 5px;
	width: 137px;
	display: block;
	float: right; }

.profile-box3 .nick {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #2c507c; }

.massboxurl {
	width: 184px;
	height: 95px;
	display: inline-block;
	margin: 0px;
	padding: 0px; }

.massboxurl:hover {
	background: #f7f7f7;
	text-decoration: none; }

.nick {
	width: 100%;
	height: auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1c3b61;
	float: right;
	margin-bottom: 3px; }

.profile-txt {
	float: left;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif; }

.ptc {
	color: #868686; }

.pr-right {
	margin-top: 5px;
	width: 93px;
	display: block;
	float: right; }

.check-box {
	font-size: 12px;
	color: #777;
	font-weight: normal;
	text-transform: none;
	float: right;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif; }

.live-label {
	background: url(images/live-label.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
	display: block; }

.rating-label {
	background: #dd1d54;
	width: 30px;
	height: 18px;
	float: left;
	bottom: 2px;
	left: 2px;
	position: absolute;
	z-index: 2;
	display: block;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center; }

.live-label-chat {
	background: url(images/live-label.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	top: 6px;
	left: 6px;
	position: absolute;
	z-index: 2;
	display: block; }

.cam-label {
	background: url(images/cam-label.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
	display: block; }

.online-label {
	background: url(images/online-label.png) no-repeat;
	width: 13px;
	height: 13px;
	float: left;
	top: 4px;
	right: 4px;
	position: absolute;
	z-index: 2;
	display: block; }

.online-label-fav {
	background: url(images/online-label.png) no-repeat;
	width: 13px;
	height: 13px;
	float: left;
	position: absolute;
	top: 9px;
	left: 69px;
	z-index: 200;
	display: inline-block; }

.remove {
	background: url(images/blockuser.gif) no-repeat left top;
	width: 11px;
	height: 11px;
	margin-left: 4px;
	display: inline-block;
	position: absolute;
	z-index: 4;
	top: 3px;
	right: 3px; }

.remove:hover {
	background: url(images/blockuser.gif) no-repeat right top; }

/**/
.post-form {
	background: #fff url(images/chronology-bgr.gif) repeat-x left bottom;
	width: 608px;
	height: 74px;
	padding: 10px;
	padding-top: 0px;
	border-left: 1px solid #dededd;
	border-right: 1px solid #dededd;
	display: block-inline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*margin-bottom: 15px !important;*/ }

.chronology-input {
	background: url(images/chronology-input.gif) repeat-x;
	width: 559px;
	height: 30px;
	padding: 8px 5px 0px 5px;
	float: left;
	border: 0px;
	border-left: 1px solid #e2e2e1;
	margin-top: 4px;
	font-size: 17px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

.chronology-btn {
	background: url(images/chronology-btn.jpg) no-repeat top left;
	width: 38px;
	height: 38px;
	float: left;
	border: 0px;
	margin-top: 4px;
	cursor: pointer; }

.chronology-btn:hover {
	background-position: bottom left; }

.chronology-list {
	list-style: none; }

.chronology-list li {
	line-height: 27px;
	border-bottom: 1px solid #e9e9e9; }

.chronology-list li a {
	font-weight: bold;
	color: #1c3b61; }

.margin-fix-ie6 {
	width: 100%;
	height: 10px;
	float: left;
	background: #f9f9f9;}

.live-str-ie6-fix {
	display:block;
	position: relative;
	margin: 5px 5px 5px 6px; }

.gallery-ie6-fix {
	display:block;
	position: relative;
	margin: 5px 9px; }


/* Profile page */
/*
.profile-left {
	background: url(images/profile-left.gif) no-repeat;
	width: 290px;
	height: 249px;
	padding: 8px 10px;
	float: left;
	position: relative; }
*/

.profile-left {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border: 1px solid #D3D3D1;
	background: #fff;
	width: 290px;
	padding: 8px 10px;
	float: left;
	position: relative; }
	
.profile-left .bgfnt {
	font-size: 11px !important;
	font-weight: normal; 
	font-family: Tahoma, Arial, sans-serif;
	color: #888; }

.profile-left .support-btn1 { 
	margin-left: 0px; 
	left: 0px; }

#profile-left-nick {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dd1d54;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase; }

.metainfo {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	font-weight: normal;
	margin-bottom: 7px;
	float: left; }
	
.support-box {
	width: 140px;
	float: left;
	margin-top: 10px; }
	
.btns-box,
.btns-box2 {
	width: 135px;
	margin-left: 5px;
	float: left; }

.btns-box {
	width: 140px; 
	margin-top: 10px;
	margin-right: 0px; }

.btns-box ul,
.btns-box2 ul {
	list-style: none;
	float: left; }

.btns-box ul li,
.btns-box2 ul li {
	float: left;
	height: 25px;
	width: 135px;
	margin-bottom: 3px;
	padding: 0px; }

.btns-box ul li {
	width: 150px; }

.btns-box ul li a,
.btns-box2 ul li a {
	background: url(images/profile-btn.gif) right top no-repeat;
	height: 25px;
	width: 135px;
	display: inline-block;
	cursor: pointer; }

.btns-box ul li a {
	width: 150px;}

.btns-box ul li a b,
.btns-box2 ul li a b {
	background: url(images/profile-btn-l.gif) left top no-repeat;
	width: auto;
	height: 13px;
	padding: 6px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif; }

.btns-box ul li a:hover,
.btns-box2 ul li a:hover {
	background: url(images/profile-btn.gif) right bottom no-repeat;
	text-decoration: none; }

.btns-box ul li a:hover b,
.btns-box2 ul li a:hover b {
	background: url(images/profile-btn-l.gif) left bottom no-repeat;
	text-decoration: none; }

.btns-box2 {
	width: 285px;
	height: auto;}

.btns-box2 ul li {
	float: left;
	height: 25px;
	width: 285px;
	margin-bottom: 3px;
	padding: 0px; }

.btns-box2 ul li a {
	height: 25px;
	width: 285px; }

.btns-box2money {
	background: url(images/nav2money.gif) repeat-x left top !important;
	padding: 7px 7px 0px 7px;
	width: 262px !important;
	height: 20px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #d0d0d0 !important;
	text-shadow: #000 1px 1px 0px; }

.btns-box2money:hover {
	color: #fff !important; }

.btns-box-settings {
	width: 270px;
	height: auto;
	margin-left: 5px;
	padding-top: 7px;
	padding-bottom: 10px;
	float: left; }

.btns-box-settings ul {
	width: 270px;
	list-style: none;
	float: left; }

.btns-box-settings ul li {
	float: left;
	height: 25px;
	width: 270px;
	margin-bottom: 3px;
	padding: 0px; }

.btns-box-settings ul li a {
	background: url(images/profile-btn.gif) right top no-repeat;
	height: 25px;
	width: 270px;
	display: inline-block;
	cursor: pointer; }

.btns-box-settings ul li a b {
	background: url(images/profile-btn-l.gif) left top no-repeat;
	width: auto;
	height: 13px;
	padding: 6px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif; }

.btns-box-settings ul li a:hover {
	background: url(images/profile-btn.gif) right bottom no-repeat;
	text-decoration: none; }

.btns-box-settings ul li a:hover b {
	background: url(images/profile-btn-l.gif) left bottom no-repeat;
	text-decoration: none; }


.do-you-like {
	width: 136px;
	float: left;
	font-size: 10px;
	color: #999;
	line-height: 1em;
	margin-top: -4px;
	font-family: Tahoma, Geneva, sans-serif; }

.support-btn1 {
	background: url(images/profile-support-btn.jpg) no-repeat;
	width: 76px;
	height: 28px;
	padding-top: 11px;
	padding-left: 60px;
	margin-right: 7px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #dd1d54;
	text-transform: uppercase;
	font-weight: bold; }

.joinnow-btn {
	background: url(images/joinnow-btn.jpg) no-repeat;
	width: 77px;
	height: 27px;
	padding-top: 20px;
	padding-left: 54px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #dd1d54;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px; }

.pi-tbl td {
	border-bottom: 1px solid #f1f1f1; }

.pi-tbl td {
	width: 135px;
	height: 25px;
	padding: 3px 5px; }

.pi-col1 {
	font-weight: bold;
	text-align: right;
	color: #7c7c7c; }

.pi-col2 {
	text-align: left; }

.title-f1 {
	color: #1c3b61; }

.ratingbar-box {
	width: 280px;
	height: 25px;
	float: left; }

.ratingbar-l {
	background: url(images/ratingbar-l.gif) no-repeat;
	width: 3px;
	height: 25px;
	float: left;
	display: block-inline; }

.ratingbar-r {
	background: url(images/ratingbar-r.gif) no-repeat;
	width: 3px;
	height: 25px;
	float: left;
	display: block-inline; }

.ratingbar-c {
	background: url(images/ratingbar.gif) repeat-x;
	width: 274px;
	height: 25px;
	float: left;
	display: block-inline; }

.justbar {
	background: #dde4c3;
	height: 19px;
	margin-top: 3px;
	float: left;
	line-height: 18px;
	text-align: right; }

/* Comment-box */
.ibox-c-right-comment {
	background: #fff;
	width: 628px;
	padding: 0px;
	border-left: 1px solid #dededd;
	border-right: 1px solid #dededd;
	display: block-inline; }

.comment-scroll {
	width: 628px;
	float: left;
	height: 350px;
	overflow-y: scroll;
	border-bottom: 1px solid #d3d3d1; }

.comment-box-blue,
.comment-box-grey {
	background: #eaf2f6;
	width: 611px;
	height: auto;
	padding: 0px;
	float: left;
	border-bottom: 1px solid #d3d3d1;
	margin-top: 1px;
	display: inline-block; }

.comment-box-grey {
	background: #f4f4f4; }

.comment-box-blue .pr-info,
.comment-box-grey .pr-info {
	background: #fff url(images/comment-bal-blue.gif) right 10px no-repeat;
	width: auto;
	padding: 5px 25px 5px 5px;
	float: left;
	margin-right: 10px; }

.comment-box-grey .pr-info {
	background: #fff url(images/comment-bal-grey.gif) right 10px no-repeat; }

.comment-box-blue .comment-body,
.comment-box-grey .comment-body {
	width: auto;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5em; }

.comment-date {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #aaa; }

.comment-nick {
	float: left;
	margin-top: 4px;
	color: #1c3b61; }

.avatar-comment img {
	background: #fff;
	padding: 2px;
	border: 1px solid #e5e5e5;
	float: left; }

.avatar-comment:hover img {
	background: #fdfdfd;
	border: 1px solid #c4c4c4; }

.add-comment {
	width: 608px;
	float: left;
	padding: 0px 10px;
	margin-bottom: 5px; }

.addcomment-area {
	background: #f4f4f4;
	width: 474px;
	height: 100px;
	padding: 5px;
	border: 1px solid #d3d3d1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	float: left; }

.emobox {
	width: 111px;
	height: auto;
	margin-left: 8px;
	float: left; }

.comment-top-bal {
	background: url(images/comment-top-bal.gif) right bottom no-repeat;
	float: left;
	padding-right: 15px;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: -1px;
	position: relative;
	z-index: 1; }


/* Search */
.searchTable {
	width: 608px;
	float: left; }

.searchTable .cl {
	width: 170px;
	height: auto;
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold; }

.searchTable .cr {
	width: 400px;
	height: auto;
	padding: 5px;
	border-bottom: 1px solid #e5e5e5; }

.searchTable .radio {
	float: left;
	margin-bottom: 7px;
	margin-right: 4px; }

.searchInput {
	padding: 4px;
	height: 17px;
	width: 212px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif; }

.selectList {
	width: 220px;
	height: 25px;
	padding: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left; }

/**/

.LiveStremingBox {
	width: 100%;
	height: auto;
	float: left; }

.LSB-sep {
	width: 100%;
	height: 1px;
	float: left;
	margin: 5px 0px;
	border-bottom: 1px solid #cfcecc; }

.chanName {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold; }

.wallstreamName {
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold; }

.status {
	float: left;
	width: 510px;
	margin-left: 5px;
	margin-top: 2px;
	line-height: 1.5em; }

.metaInfo {
	font-size: 11px;
	color: #888;
	margin-left: 5px;
	float: left;
	margin-top: 10px; }

.metaInfo b {
	margin: 0px 5px; }

.wallcol {
	width: 542px;
	float: left;}
	
.wallcol a {
	color: #1C3B61;
	font-weight: bold;}

.wallComments {
	width: 519px;
	height: auto;
	padding: 10px;
	float: left; }

.comments-tooltip {
	background: url(images/comments-tooltip.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-left: 10px; }

.wallComments .ctype1 .status,
.wallComments .ctype2 .status {
	width: 418px; }

.wallComments .ctype1 {
	background: #edf4f8;
	margin-bottom: 1px;
	width: 512px;
	height: auto;
	padding: 10px; }

.wallComments .ctype2 {
	background: #f6f6f6;
	margin-bottom: 1px;
	width: 512px;
	height: auto;
	padding: 10px; }

.wallstreamEvent {
	width: 100%;
	margin: 3px 0px;
	float: left; }

.wallstreamEvent a {
	font-weight: bold; }

.wallstreamMore {
	float: right;
	font-weight: bold;
	color: #1c3b61; }

.clear-wallstream {
	clear: both;
	float: left;
	width: 100%;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	background: #eee;
	margin: 15px 0px; }
	
.clear-ach-type{
	clear: both;
	float: left;
	width: 100%;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	background: #ddd;
	margin: 15px 0px; }

.uploadedMedia {
	float: left;  }

.uploadedMedia a img {
	background: #fff;
	padding: 3px;
	border: 1px solid #eee;
	margin: 5px 5px 2px 2px; }

.chanMeta {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	float: left;
	margin-top: 4px;
	font-family: Tahoma, Geneva, sans-serif; }

.chanMeta a {
	font-weight: bold;
	color: #1c3b61; }

.QuickSearchCol {
	width: 152px;
	height: auto;
	float: left;  }

.QuickSearchCol ul {
	list-style: none;
	float: left; }

.QuickSearchCol ul li a {
	background: #fff;
	width: 140px;
	padding: 0px 5px;
	display: inline-block;
	line-height: 25px; }

.QuickSearchCol ul li a:hover {
	background: #f8f8f8;
	font-weight: bold;
	text-decoration: none; }

.QuickSearchCol-2 {
	width: 200px;
	height: auto;
	float: left;  }

.QuickSearchCol-2 ul {
	list-style: none;
	float: left; }

.QuickSearchCol-2 ul li a {
	background: #fff;
	width: 190px;
	padding: 0px 5px;
	display: inline-block;
	line-height: 20px; }

.QuickSearchCol-2 ul li a:hover {
	background: #f8f8f8;
	font-weight: bold;
	text-decoration: none; }

.QuickSearchCol-2 ul li a b {
	color: #1c3b61; }

.searchedinfo {
	background: url(images/transactionsbtm.gif) left -1px repeat-x;
	width: 608px;
	height: 40px;
	padding: 10px;
	float: left;
	border-left: 1px solid #dededd;
	border-right: 1px solid #dededd;
	border-bottom: 1px solid #dededd;
	margin-top: 0px; }

.searchedtxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	margin-top: 14px;
	margin-right: 7px; }

.frase {
	font-weight: bold;
	color: #be043a; }

/* pagination */
.pagination {
	width: 100%;
	height: 25px;
	float: left;
	margin: 13px 0px 0px 0px;
	background: #fff; }

.pagination ul {
	list-style: none;
	margin: 0px 5px;
	float: left; }

.pagination ul li {
	float: left; }

.pagination a,
.pagination strong {
	display: inline-block;
	width: auto;
	height: 15px;
	text-align: center;
	padding: 5px 8px;
	margin: 0px;
	background: url(images/topt.gif) center center repeat-x;
	float: left;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	color: #666;
	text-shadow: #fff 1px 1px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px 1px; }

.pagination strong {
	background-position: center center;
	background-color: rba(255,255,255,0.8);
	color: #DD1D6F;  }
	
.pagination ul li a {
	display: inline-block;
	width: auto;
	height: 15px;
	text-align: center;
	padding: 5px 8px;
	margin: 0px;
	background: url(images/topt.gif) center center repeat-x;
	float: left;
	border: 1px solid #fff; }

.pagination ul li a:hover {
	border: 1px solid #e0e0e0; }

#page-act {
	border: 1px solid #e0e0e0;
	font-weight: bold;
	color: #be043a; }

/**/
.table_profile_b {
	width: 100%;
	margin-top: 0px;
	float: left; }

.table_profile_b a {
	color: #000; }

.table_profile_b tr {
	height: 28px; }

.table_profile_b .bold {
	font-weight: bold;
	width: 75px; }

.table_profile_b .middle {
	background: url(images/tablebg.jpg) repeat-x center center;
	font-weight: bold;
	width: 75px; }

.table_profile_b .middle2 {
	width: 75px;
	background: none; }

.table_profile_b th {
	background: url(images/tablebg_d.jpg) repeat-x center center;
	text-align: left;
	padding-left: 5px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5; }

.table_profile_b td {
	background: #F7F7F7;
	padding-left: 5px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5; }

.table_profile_b .checkbox_box_top {
	background: url(images/tablebg.jpg) repeat-x center center;
	width: 10px;
	text-align: center;
	padding: 0px; }

.table_profile_b .checkbox_box {
	background: url(images/tablebg.jpg) repeat-x center center;
	width: 10px;
	text-align: center;
	padding: 0px; }

/**/
.msg-top {
	width: 628px;
	padding: 0px;
	float: left;
	border-bottom: 1px solid #e5e5e5; }

.msgl {
	background: url(images/msgtobgr.gif) repeat-x;
	width: auto;
	height: 17px;
	padding: 5px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
	border-right: 1px solid #e5e5e5; }

.msginput {
	width: 500px;
	height: 20px;
	border: 0px;
	padding: 7px 5px 0px 5px;
	float: left;
	margin: 0px;
	color: #777; }

.msgarea {
	width: 618px;
	height: 180px;
	padding: 5px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	border: 0px;
	border-bottom: 1px solid #e5e5e5; }

.msgbox-btm {
	background: url(images/msgbox-btm.gif) repeat-x;
	width: 100%;
	height: 33px;
	float: left; }

.msgbox-btm a {
	float: left;
	margin: 0px 10px; }

.msg-sep {
	background: url(images/msgsep.gif) repeat;
	width: 2px;
	height: 33px;
	float: left;
	display: inline-block; }

.msgbtmtxt {
	float: left;
	margin-top: 10px;
	font-weight: bold; }

.addemo {
	background: url(images/msgwrite.jpg) left center no-repeat;
	width: 19px;
	height: 33px;
	float: left;
	display: inline-block; }

.addemo:hover {
	background: url(images/msgwrite.jpg) left -1px no-repeat; }

.insimg {
	background: url(images/msgwrite.jpg) -20px center no-repeat;
	width: 20px;
	height: 33px;
	float: left;
	margin-right: 6px;
	display: inline-block; }

.insimg:hover,
.msgbox-btm a:hover .insimg {
	background: url(images/msgwrite.jpg) -20px -1px no-repeat; }

.insvideo {
	background: url(images/msgwrite.jpg) -40px center no-repeat;
	width: 19px;
	height: 33px;
	float: left;
	margin-right: 6px;
	display: inline-block; }

.insvideo:hover,
.msgbox-btm a:hover .insvideo {
	background: url(images/msgwrite.jpg) -40px -1px no-repeat; }

.insvideourl {
	background: url(images/msgwrite.jpg) -59px center no-repeat;
	width: 21px;
	height: 33px;
	float: left;
	margin-right: 6px;
	display: inline-block; }

.insvideourl:hover,
.msgbox-btm a:hover .insvideourl {
	background: url(images/msgwrite.jpg) -59px -1px no-repeat; }

/**/
.crDate {
	font-size: 11px;
	color: #888;
	margin-left: 4px;
	margin-right: 12px;
	font-family: Tahoma, Geneva, sans-serif; }

.transactionsbtm {
	background: url(images/transactionsbtm.gif) repeat-x;
	width: 608px;
	height: 40px;
	padding: 10px;
	float: left;
	margin-top: 10px; }

.trtotal {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	margin-top: 16px;
	margin-right: 7px; }

.trtotal-sum {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #28476c;
	float: left;
	margin-top:7px; }

/**/

.rate-carousel {
	width: 628px;
	height: 160px;
	float: left;
	background: #fff;
	position: relative; }

.slide-box {
	width: 576px;
	height: 158px;
	float: left;
	margin-left: 26px;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #e5e5e5; }

.album-carousel {
	width: 100%;
	height: 160px;
	float: left;
	background: #fff;
	position: relative; }

.album-slide-box {
	width: 920px;
	height: 158px;
	float: left;
	margin-left: 26px;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #e5e5e5; }

.rate-carousel .slide-box .s136px,
.album-carousel .album-slide-box .s136px {
	float: left;
	margin: 10px; }

.rarrow-left {
	background: url(images/rate-arrows.gif) left -1px no-repeat;
	width: 26px;
	height: 159px;
	display: inline-block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0; }

.rarrow-left:hover {
	background: url(images/rate-arrows.gif) left bottom no-repeat; }

.rarrow-right {
	background: url(images/rate-arrows.gif) right -1px no-repeat;
	width: 26px;
	height: 159px;
	display: inline-block;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0; }

.rarrow-right:hover {
	background: url(images/rate-arrows.gif) right bottom no-repeat; }

.rateList {
	/*position: absolute;*/
	bottom: 0px;
	right: 0px;
	z-index: 5;
	width: 250px;
	height: auto;
	line-height: 0px;}

.rateList ul {
	list-style: none;
	float: left; }

.rateList ul li {
	float: left;
	margin: 0px;
	padding: 0px; }

.rateList ul li a {
	background: url(images/rate-list.png) left top no-repeat;
	width: 250px;
	height: 29px;
	padding-top: 5px;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #dd1d54;
	line-height: 1.5em; }

.rateList ul li a:hover {
	background: url(images/rate-list.png) left bottom no-repeat;
	color: #fff;
	text-decoration: none; }

.rateNum {
	width: 40px;
	margin-right: 10px;
	height: 36px;
	display: inline-block;
	text-align: center;
	float: left;
	font-size: 20px;
	color: #213c5c; }

.rateTxt {
	float: left;
	margin-top: 2px; }

.livestr-arrbox {
	background: #fff;
	width: 308px;
	height: 31px;
	float: left;
	border-left: 1px solid #cfcecc;
	border-left: 1px solid #cfcecc; }

.livestr-viewall {
	background: #efefef;
	width: 293px;
	height: 20px;
	float: left;
	display: inline-block;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2c507c;
	text-align: right;
	border-right: 1px solid #cfcecc;
	border-bottom: 1px solid #cfcecc; }

.livestr-viewall:hover {
	background: #E11D54;
	color: #efefef; }

.livestr-up {
	background: url(images/livestr-arrows.gif) left top no-repeat;
	width: 119px;
	height: 21px;
	float: left;
	display: inline-block;
	padding-top: 10px;
	padding-right: 35px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2c507c;
	text-align: right; }

.livestr-up:hover {
	background: url(images/livestr-arrows.gif) left bottom no-repeat;
	color: #2c507c;
	text-decoration: none; }

.livestr-down {
	background: url(images/livestr-arrows.gif) right top no-repeat;
	width: 119px;
	height: 21px;
	float: left;
	display: inline-block;
	padding-top: 10px;
	padding-left: 35px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2c507c;
	text-align: left; }

.livestr-down:hover {
	background: url(images/livestr-arrows.gif) right bottom no-repeat;
	color: #2c507c;
	text-decoration: none; }

/**/
.video-box {
	background: #222;
	color: #fff;
	width: 300px;
	height: 250px;
	float: left;
	margin: 0px 5px 10px 5px; }

/**/

/*
.membersTable {
	margin: 15px 0px;
	clear: both; }

.membersTableMini {
	width: 325px;
	margin-top: 10px; }

.membersTable th {
	background: url(images/topTable.gif) center top no-repeat; }

.membersTableMini th {
	color: #415d7e !important;
	text-shadow: #fff 1px 1px 0px;
	background: url(images/topTable.gif) center top repeat-x !important;
	height: 25px; }

.membersTableMini td {
	border: 1px solid #ddd; }
*/

.membersTable {
	margin: 0px 0px 15px 0px;
	clear: both; }

.membersTableMini {
	width: 268px;
	margin-top: 0px;
	border: 3px solid #b7183c;
	border-top: 0px; }

.mainHead-Type {
	background: url(images/topTable.gif) center top no-repeat;
	width: 242px;
	padding: 8px 10px 7px 10px;
	-moz-border-radius-topleft: 6px; 
	 -webkit-border-top-left-radius: 6px;
	 border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	 -webkit-border-top-right-radius: 6px;
	 border-top-right-radius: 6px;
	 font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 font-size: 18px;
	 color: #24446a;
	 text-shadow: #fff 1px 1px 0px;
	 border: 3px solid #b7183c;
	 border-bottom: 0px;
	 margin-top: 15px; }

.mainHead-Type img { 
	display: block;
	float: left;
	margin-top: 1px;
	margin-right: 7px; }
	
.mainHead-Type span {
	float: left; }
	
.membersTable th {
	background: url(images/topTable.gif) center top no-repeat; }

.membersTableMini th {
	color: #415d7e !important;
	text-shadow: #fff 1px 1px 0px;
	background: url(images/topTable.gif) center top repeat-x !important;
	height: 32px;
	font-size: 11px;
	font-weight: bold;
	margin: 0px; }
	
/*
.membersTableMini th:first-child {
	-moz-border-radius-topleft: 5px; 
	 -webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px; }

.membersTableMini th:last-child {
	 -moz-border-radius-topright: 5px;
	 -webkit-border-top-right-radius: 5px;
	 border-top-right-radius: 5px; }
*/
	  
.membersTableMini td {
	border: 1px solid #ddd; }
	

#topRoundLeft {
	background: url(images/topTable.gif) left top no-repeat;
	width: 500px;
	height: 39px;
	border-top: 0px;
	border-left: 0px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2b486b;
	text-align: center; }

#topRoundCenter {
	background: url(images/topTable.gif) center top no-repeat;
	width: auto;
	height: 39px;
	border-top: 0px;
	border-left: 0px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2b486b;
	text-align: center; }

#topRoundRight {
	background: url(images/topTable.gif) right top no-repeat;
	width: auto;
	height: 39px;
	border-top: 0px;
	border-right: 0px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2b486b;
	text-align: center; }

#btmRoundLeft {
	background: url(images/btmTable.gif) left bottom no-repeat;
	width: auto;
	height: 39px;
	border-left: 0px; }

#btmRoundCenter {
	background: url(images/btmTable.gif) center bottom no-repeat;
	width: auto;
	height: 39px; }

#btmRoundRight {
	background: url(images/btmTable.gif) right bottom no-repeat;
	width: auto;
	height: 39px;
	border-right: 0px; }

.membersTable td {
	height: 38px; }

.typeOne .c1,
.typeOne .c2,
.typeOne .c3 {
	background: #fff;
	color: #70132e;
	font-weight: bold; }

.typeTwo .c1,
.typeTwo .c2,
.typeTwo .c3 {
	background: #f6f6f6;
	color: #dd1d54;
	font-weight: bold; }

.c1mini,
.c2mini {
	width: 78px;
	padding-left: 10px; }

.c3mini {
	width: 80px; }

.typeOne .c1mini,
.typeOne .c2mini,
.typeOne .c3mini {
	background: #fff;
	color: #70132e;
	font-weight: bold; }

.typeTwo .c1mini,
.typeTwo .c2mini,
.typeTwo .c3mini {
	background: #f6f6f6;
	color: #dd1d54;
	font-weight: bold; }

.membersTable .c1 {
	width: 290px;
	padding-left: 10px;
	text-align: left;
	border-top: 1px solid #dededd;
	border-left: 1px solid #dededd;
	border-right: 1px solid #dededd; }

.membersTable .c2 {
	width: 152px;
	text-align: center;
	border-top: 1px solid #dededd;
	border-right: 1px solid #dededd; }

.membersTable .c3 {
	width: 152px;
	text-align: center;
	border-top: 1px solid #dededd;
	border-right: 1px solid #dededd; }

.promoOld {
	color: #7e7e7e;
	text-decoration: line-through; }

.promoNew {
	color: #dc1313;
	text-decoration: blink;
	text-transform: uppercase; }

.moodBaloonTop,
.moodBaloonBottom {
	background: #fff url(images/mbt.jpg) no-repeat left bottom;
	width: 270px;
	min-height: 15px;
	padding: 10px 10px 15px 10px;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #444;
	float: left;
	margin-left: 10px;
	margin-top: 10px; }

.moodBaloonBottom {
	background: #fff url(images/mbb.jpg) no-repeat left top;
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 10px; }

/* Mood new ver
.moodver-box {
	width: 290px;
	height: auto;
	float: left;
	margin-left: 10px; }



.moodver-bottom-t {
	background: url(images/moodbaloon.png) left top;
	width: 290px;
	height: 17px;
	float: left;
	margin-top: 0px; }

.moodver-bottom-c {
	background: #f6f6f6;
	width: 268px;
	padding: 0px 10px;
	height: auto;
	border-left: 1px solid #dedddc;
	border-right: 1px solid #dedddc;
	float: left;
	line-height: 1.5em; }

.moodver-bottom-b {
	background: url(images/moodbaloon.png) left -17px;
	width: 290px;
	height: 10px;
	float: left;
	margin-bottom: 10px;}



.moodver-top-t {
	background: url(images/moodbaloon.png) left -27px;
	width: 290px;
	height: 10px;
	float: left;
	margin-top: 10px; }

.moodver-top-c {
	background: #f6f6f6;
	width: 268px;
	padding: 0px 10px;
	height: auto;
	border-left: 1px solid #dedddc;
	border-right: 1px solid #dedddc;
	float: left;
	line-height: 1.5em; }

.moodver-top-b {
	background: url(images/moodbaloon.png) left -37px;
	width: 290px;
	height: 17px;
	float: left;
	margin-bottom: 0px;}

*/

.moodver-top-t {
	background: url(images/moodb-top.png) left top;
	width: 310px;
	height: 10px;
	float: left; }

.moodver-top-c {
	background: #fff url(images/moodb-center.png) left top repeat-x;
	width: 288px;
	padding: 0px 10px;
	height: auto;
	border-left: 1px solid #dedddc;
	border-right: 1px solid #dedddc;
	float: left;
	line-height: 1.5em; }

.moodver-top-b {
	background: url(images/moodb-btm.png) left top;
	width: 310px;
	height: 17px;
	float: left;
	margin-bottom: 5px; }


.imgllabel {
	position: relative;
	float: left;
	width: 290px;
	min-height: 10px;
	margin: 5px 10px; }

.blivelabel {
	background: url(images/blivelabel.gif) no-repeat;
	width: 74px;
	height: 74px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2; }

.regNowBox {
	background: url(images/topsmoke.jpg) repeat left top;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #444;
	float: left;
	width: 608px;
	height: auto;
	padding: 10px;
	display: block-inline;
	position: relative; }

.regNowBox h1 {
	font-size: 24px;
	color: #f7f7f7;
	text-shadow: #444 1px 1px 1px; }

.regNowBox p {
	font-size: 12px;
	color: #eee;
	margin: 10px 0px; }

.regNowBox .jbtn {
	background: url(images/topt.gif);
	width: auto;
	height: 16px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: absolute;
	top: 10px;
	right: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }

.top-meta-fix {
	background: url(images/topunregfix.gif) no-repeat;
	width: 664px;
	height: 35px;
	padding-top: 11px;
	padding-left: 14px;
	margin-bottom: 0px;
	float: right;
	position: relative; }


/* SLIDER 
.slider-wrap {
	position:absolute;
	top:35px;
	margin-bottom:10px }

.slider-wrap,
.stripViewer .panelContainer {
	left:0 }

.slider-wrap,
.panel,
.stripViewer,
.stripViewer .panelContainer .panel {
	width:970px; }

.slider-wrap {
	width:970px; }

.slider-wrap,
.panel,
.stripViewer {
	height:65px; }

.stripViewer {
	width: 950px;
	margin: 0px 10px; }

.slider-wrap,
.panel,
.stripViewer .panelContainer .panel {
	float:left }

.slider-wrap,
.photo-meta-data,
.cross-link {
	margin-top:0 }

.panel ul {
	text-align:left;
	margin:0 }

.stripViewer,
.stripViewer .panelContainer,
.stripViewer .panelContainer .panel,
.photo-meta-data,
.cross-link {
	position:relative }

.stripViewer {
	overflow:hidden }

.stripViewer .panelContainer {
	top:0 }

.stripViewer .panelContainer .panel {
	height:100% }

.stripNav,
.stripNavR,
.stripNavL {
	display:none }

.nav-thumb {
	margin-right:0 }

#movers-row {
	margin:5px;
	height:auto;
	width:200px }

#movers-row,
#movers-row div,
#movers-row div a.cross-link {
	float:right }

#movers-row div {
	width:20px }

.photo-meta-data {
	padding:0;
	height:0;
	color:white }

.photo-meta-data,.cross-link {
	z-index:8888 }

.photo-meta-data span {
	font-size:13px }

.cross-link {
	display:block;
	width:10px;
	padding-top:0 }
*/

/**/
.maxwidth {
	width: 100%;
	float: left;
	background: blue;
	margin-bottom: 10px; }

.bgfnt,
.bgfnt a {
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dd1d54; }

.bgfnt a {
	text-decoration: underline; }

.propaganda {
	background: url(images/topsmoke.jpg) repeat left top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	width: 290px;
	margin-bottom: 10px;
	height: auto;
	padding: 10px;
	display: block-inline;
	position: relative;
	color: #f7f7f7; }

.propaganda h1 {
	font-size: 24px;
	color: #f7f7f7;
	text-shadow: #444 1px 1px 1px; }

.propaganda p {
	font-size: 12px;
	color: #eee;
	margin: 10px 0px; }

.propaganda input {
	margin-top: 10px; }

/* Popup box */
#overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9997;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: none /* SMDAY */ !important;  }

/*
.popup {
	position: absolute;
	z-index: 9999;
	left: 40%;
	top: 40%;
	width: 300px;
	padding: 20px;
	border: 4px solid #8A122D;
	background: #f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }
*/



.feedbackBox {
	position: fixed !important;
	z-index: 9999 !important;
	left: 50% !important;
	top: 25% !important;
	max-height: 500px !important;
	width: 400px !important;
	margin-left: -220px !important;
	padding: 20px !important;
	border: 7px solid #8A122D !important;
	background: #f6f6f6 !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-box-shadow: #666 4px 4px 5px !important;
	-webkit-box-shadow: #666 4px 4px 5px !important;
	overflow: auto !important; }
	
.feedbackBox {
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 25%;
	width: 500px;
	max-height: 400px;
	margin-left: -220px;
	padding: 20px;
	border: 7px solid #8A122D;
	background: #f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto; }

.feedbackBox input{
	margin: 5px;  
	width: 200px;}
	
.feedbackBox select{
	margin: 5px; 
	width:205px;
}
	
.feedbackBox textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top:10px;
	clear: both; }

	
.popup {
	position: fixed !important;
	z-index: 9999 !important;
	left: 50% !important;
	top: 40% !important;
	max-height: 300px !important;
	width: 300px !important;
	margin-left: -170px !important;
	padding: 20px !important;
	border: 7px solid #8A122D !important;
	background: #f6f6f6 !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-box-shadow: #666 4px 4px 5px !important;
	-webkit-box-shadow: #666 4px 4px 5px !important;
	overflow: auto !important; }
	
.popup {
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 40%;
	width: 300px;
	max-height: 300px;
	margin-left: -170px;
	padding: 20px;
	border: 7px solid #8A122D;
	background: #f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto; }

.popup h2 {
	margin-bottom: 10px; }

.popup input {
	margin-top: 10px; }
	
.popup-list {
	float: left;
	width: 100%; }
	
.popup-list a {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	display: block; }
	
.popup-list a span {
	float: left;
	margin-top: 10px; }

.popup-list a img {
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 10px;
	text-decoration: none;
	float: left; }
	
.closebtn {
	background: url(images/closeicon.png) no-repeat 0px 0px;
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute !important;
	right: 10px !important;
	top: 10px !important;
	left: auto !important;
	position: absolute;
	right: 10px;
	top: 10px;
	left: auto; }

.closebtn:hover {
	background-position: -16px 0px; }

.popup .succ {
	background: #F8FFEF;
	padding: 10px;
	width: 270px;
	clear: both;
	float: left;
	margin: 10px 0px;
	border: 1px solid #A2CF67;
	text-shadow: #fff 1px 1px 0px;
	color:#3B5F0C;
	font-weight: bold;
	line-height: 1.5em; }

/***/
.radiobtns input {
	margin: 5px 5px; }

.footerMeta {
	background: red;
	width: 540px;
	margin: 15px auto;
	font-size: 12px; }

.footerMeta a {
	float: left;
	margin: 0px 7px;
	margin-top: -3px; }

.footerMeta b {
	float: left;
	margin: 0px 10px; }

.ibookmark {
	background: url(images/ftricons.gif) no-repeat;
	width: 14px;
	height: 16px;
	display: inline-block;
	float: left; }

.itwitter {
	background: url(images/ftricons.gif) -14px 0px no-repeat;
	width: 15px;
	height: 16px;
	display: inline-block;
	float: left; }

.ifacebook {
	background: url(images/ftricons.gif) -29px bottom no-repeat;
	width: 15px;
	height: 16px;
	display: inline-block;
	float: left; }

/***/
.subtitle2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #DD1D54;
	float: left;
	margin-left: 270px;
	position: absolute;
	top: 90px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;}


.userbox-affilate {
	float: right;
	margin-top: 15px;
	margin-right: 20px; }

.aff-thumb-box {
	width: 614px;
	margin: 10px auto; }

.aff-thumb {
	background: url(images/affilate-thumbs.jpg) no-repeat left top;
	width: 284px;
	height: 209px;
	float: left;
	margin: 0px 10px;
	position: relative;
	text-decoration: none; }

.aff-thumb span {
	font-size: 36px;
	color: #fff;
	text-shadow: #6c0b27 -1px -1px 0px;
	text-align: center;
	width: 100%;
	display: block;
	float: left;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, sans-serif;
	position: absolute;
	top: 25px; }

.aff-thumb b {
	font-size: 15px;
	color: #95163b;
	text-shadow: #fff 1px 1px 0px;
	text-align: center;
	width: 100%;
	display: block;
	float: left;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, sans-serif;
	position: absolute;
	bottom: 24px;
	line-height: 1.5em;
	letter-spacing: -1px; }

.aff-thumb:hover {
	background: url(images/affilate-thumbs.jpg) no-repeat right top;
	text-decoration: none; }

.aff-thumb:hover span {
	color: #dd1f55;
	text-shadow: #fff 1px 1px 0px;
	text-decoration: none; }



/* Subnav version 2 */
#subnav2 {
	background: url(images/subnavbgr2.gif) left bottom repeat-x;
	width: 950px;
	height: 40px;
	margin-top: -5px;
	margin-bottom: 6px;
	float: left;
	position: relative; }

#subnav2 ul {
	float: left;
	list-style: none; }

#subnav2 ul li {
	background: url(images/subnav2sep.gif) right 3px no-repeat;
	float: left; }

#subnav2 ul li a {
	margin-top: 3px;
	height: 24px;
	display: inline-block;
	padding: 12px 10px 0px 10px;
	font-weight: bold;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border: 1px solid #f4f4f4;  }

#subnav2 ul li a:hover,
#subnav2-act {
	background: #f2f2f2 url(images/subnavbgr2hover.gif) left -5px repeat-x;
	color: #be043a;
	text-decoration: none;
	border: 1px solid #ddd !important;
	border-bottom: 0px !important; }

.middle-start {
	margin-left: 320px; }


/* Main Navigation Version 2 */
#nav2 {
	float: left;
	margin-top: 3px;
	margin-left: 13px;
	width: 700px; }

#nav2 li {
	background: url(images/nav2sep.gif) right bottom no-repeat;
	list-style: none;
	float: left;
	z-index: 999;
	position: relative; }

#nav2 li a {
	float: left;
	display: block;
	height: 27px;
	font-size: 13px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	padding: 12px 9px 0px 8px;
	position: relative; }

#nav2 li a:hover {
	background: #fff;
	height: 27px;
	margin-top: 3px;
	padding: 7px 8px 0px 7px;
	border: 1px solid #aaa;
	border-bottom: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
    -moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;  }

#nav2 li .nav-dropdown {
	background: url(images/nav2dropdownarrow.png) right center no-repeat;
	padding: 11px 30px 0px 10px;  }

#nav2 li:hover .nav-dropdown {
	background: #fff url(images/nav2dropdownarrow.png) right 8px no-repeat;
	height: 30px;
	margin-top: 3px;
	padding: 7px 29px 0px 9px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	text-decoration: none; 
	color: #DD1D54; } 
	
#nav2 li:last-child {
	background: none; }

#nav2 li .theDropDown {
	display: none;
	position: absolute;
	top: 40px;
	background: #fff;
	width: 120px;
	padding: 5px;
	border: 1px solid #aaa;
	border-top: 0px;
	z-index: 9999;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-box-shadow: #999 3px 4px 6px;
	-webkit-box-shadow: #999 3px 4px 6px;
	box-shadow: #999 3px 4px 6px; }

#nav li .theDropDown li {
	display: block;
	float: left; }

#nav2 li .theDropDown li a {
	background: url(images/topt.gif) center center no-repeat;
	height: 14px;
	width: 100px;
	padding: 6px 10px;
	border: 0px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
	border: 1px solid #e0e0e0;
	border-bottom: 0px !important;
	border-top: 0px !important; }
	 

#nav2 li .theDropDown li a:hover {
	background: url(images/topt.gif) center center no-repeat;
	height: 14px;
	width: 100px;
	padding: 6px 10px;
	border: 0px;
	margin: 0px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border: 1px solid #e0e0e0;  }

#nav2 .show-dropdown:hover .theDropDown { display: block; }

#nav-money {
	background: url(images/nav2money.gif) repeat-x left top !important;
	display: block !important;
	width: 80px;
	height: 17px !important;
	float: left;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border: 0px !important;
	margin: 4px 3px !important;
	padding: 6px 3px !important;
	text-align: center;
	color: #e0e0e0 !important;
	font-family: Arial, sans-serif !important;
	letter-spacing: -1px;
	z-index: 5 !important; }

#nav-money:hover {
	color: #fff !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important; }


#nav2-act {
	text-decoration: underline;
	color: #DD1D54;
	color: #DD1D54 !important; }




.chatlist {
	float: left; }

.chatlist li {
	float: left;
	list-style: none;
	position: relative;
	padding-bottom: 5px; }

.chatlist li a {
	float: left;
	height: 20px;
	width: 280px;
	padding: 0px 5px 10px 5px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	top: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #1c3b61;
	vertical-align: middle; }

.chatlist li a:hover {
	color: #DD1D54 !important; }

.chatlist li a img {
	float: left;
	margin-right: 8px; }

.chatlist li b {
	position: absolute;
	top: 7px; }

.chatlist li:last-child {
	border: 0px; }

.chatlist li .status-on {
	background: url(images/statuson.gif) no-repeat;
	width: 7px;
	height: 6px;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px; }

.btns-box2money {
	background: url(images/nav2money.gif) repeat-x left top !important; }

.feedback {
	background: url(images/feedback.png) -3px 0px no-repeat;
	width: 38px;
	height: 107px;
	position: fixed;
	bottom: 290px;
	left: 0px;
	display: block;
	z-index: 9999; }

.feedback:hover {
	background: url(images/feedback.png) 0px 0px no-repeat; }

/*******/

.walletpr,
.privatepr {
	background: url(images/walletpr.jpg) no-repeat;
	width: 568px;
	height: 334px;
	padding: 20px;
	float: left;
	margin-top: 10px;
	position: relative; }

.walletpr h1,
.privatepr h1 {
	color: #fff;
	text-shadow: #901b38 1px 1px 0px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 32px; }

.walletpr p,
.privatepr p {
	width: 400px;
	color: #ffd2de;
	text-shadow: #901b38 1px 1px 0px;
	margin: 8px 0px 0px 0px;
	font-size: 13px; }

.privatepr {
	background: url(images/privatepr.jpg) no-repeat; }


.support-btn {
	background: url(images/privatebtn.jpg) repeat-x right top;
	width: auto;
	height: 34px;
	padding: 15px 20px 0px 20px;
	letter-spacing: 1px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #24446a !important;
	text-shadow: #fff 1px 1px 0px !important;
	z-index: 9999;
	margin-left: 0px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; }

.support-btn:hover {
	color: #be043a !important; }

/*
.thumbpr {
	position: absolute;
	z-index: 200;
	right: 70px;
	bottom: 30px; }
*/

.thumbpr {
	position: absolute;
	z-index: 200;
	right: 190px;
	bottom: 185px; }

/* Rating profile */
.ratingProfile {
	background: url(images/topt.gif) left -1px no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 33px;
	border: 1px solid #d0d0d0; }

.ratingProfile span {
	height: 22px;
	padding-top: 11px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #ddd;
	display: block;
	float: left;
	color: #777;
	font-size: 10px; }

.ratingProfile span b {
	font-size: 11px;
	color: #dd1d54; }

.ratingProfile a {
	background: url(images/ratingstar.png) right top no-repeat;
	width: 8px;
	height: 20px;
	float: left;
	font-size: 10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 30px;
	padding-left: 3px;
	margin: 8px 2px 0px 1px; }

.ratingProfile .act,
.ratingProfile a:hover {
	background: url(images/ratingstar.png) left top no-repeat; }

.infoList {
	list-style: none;
	float: left;  }

.infoList li {
	width: 275px;
	padding: 4px 6px;
	border-bottom: 1px solid #ddd;
	position: relative; }

.infoList li a {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #222;
	margin-left: 3px;
	width: 260px; }

.infoList li a span {
	position: absolute;
	right: 5px;
	font-size: 10px;
	color: #999;
	text-shadow: #fff 1px 1px 0px;
	margin-top: 5px; }

.infoList li a:hover {
	color: #dd1d54; }

.viewAllbtn2 {
	float: right;
	font-size: 10px;
	color: #888;
	text-shadow: #fff 1px 1px 0px;
	margin-top: 12px;
	margin-right: 8px;
	text-transform: none; }

.emoticonDropDown {
	position: absolute;
	top: 33px;
	right: 51px;
	padding: 6px;
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff url(images/moodb-center.png) left top repeat-x;
	border: 1px solid #d0d0d0; }

.emoticonDropDown:hover {
	border: 1px solid #aaa; }

.emoticonDDbox {
	width: 100px;
	position: absolute;
	top: 57px;
	right: 51px;
	padding: 10px;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-top: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; }

.emoticonDDbox a {
	padding: 5px;
	float: left;
	display: block; }

/*
*/
.supportedcont {
	background: #d6355b;
	width: 141px;
	height: 50px;
	padding: 5px 5px 4px 5px;
	margin-right: 8px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-top: 4px;  }

.supportedcont span {
	background: url(images/supportedarrow.png) no-repeat;
	width: 45px;
	height: 24px;
	padding-top: 2px;
	position: absolute;
	left: 56px;
	top: 18px;
	z-index: 2;
	display: block;
	color: #8e132f;
	text-align: left;
	text-indent: 10px;
	text-shadow: #fff 1px 1px 0px;
	cursor: default; }

.avcar,
.avcar2 {
	width: 45px;
	height: 45px;
	background: #fff;
	padding: 1px;
	border: 1px solid #e5e5e5;
	float: left;
	margin-left: 2px;
	position: relative; }

.avcar:first-child {
	margin-left: 0px; }

.avcar2 {
	float: right;
	margin-left: 0px;
	margin-right: 2px; }

.avcar2:first-child {
	margin-left: 0px; }

.avcar:hover,
.avcar2:hover {
	border: 1px solid #72152a; }
	
/**/

.devil-btm {
	background: url(images/devil.png) no-repeat; 
	width: 94px;
	height: 171px;
	position: fixed;
	z-index: 9999;
	left: 0px;
	bottom: 8px; }

.angel-top {
	background: url(images/angel.png) no-repeat; 
	width: 92px;
	height: 146px;
	position: absolute;
	z-index: 2;
	top: 110px;
	right: -65px; }
	
	
/**/

.jcrop-holder img {
	position: absolute;
	top: 0px;
	left: 0px;	}
	
	
/*
	Achievements
*/
.ach-box,
.ach-box-act {
	width: 100%;
	float: left;
	margin-top:10px; }

.ach-label {
	color:#1C3B61;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	clear:both;
}

.margins {
	margin-top:10px;
	float:left;
}

.ach-box .margins b,
.ach-box-act .margins b {
	font-weight:bold;
	font-size:14px;
	color: #1c3b61; 
}

.ach-box .margins b {
	font-weight:bold;
	font-size:14px;
	color: #888; 
}

.ach-box,
.ach-box-act {
	color: #999;
}

.ach-box {
	color: #aaa;
}

.ach-box .hour,
.ach-box-act .hour {
	color: #aaa;
	font-size: 11px;
	margin-top:8px;
	float:left; }

.ach-box-act .ach-thatsme,
.ach-box-act .ach-home,
.ach-box-act .ach-dedicated,
.ach-box-act .ach-rater,
.ach-box-act .ach-hot,
.ach-box-act .ach-supporter,
.ach-box-act .ach-pictures,
.ach-box-act .ach-video,
.ach-box-act .ach-groups,
.ach-box-act .ach-events,
.ach-box-act .ach-streamer,
.ach-box-act .ach-verified,
.ach-box-act .ach-facebook,
.ach-box-act .ach-twitter {
	background:url(images/ach.png) left top no-repeat;
	width: 63px;
	height:63px;
	float:left;
	margin: 5px 15px 5px 0px; 
	display:block;
	position: relative;	}
	
.ach-box-act .ach-thatsme { background-position: left top; }
.ach-box-act .ach-home { background-position: left -63px; }
.ach-box-act .ach-dedicated { background-position: left -126px; }
.ach-box-act .ach-rater { background-position: left -189px; }
.ach-box-act .ach-hot { background-position: left -252px; }
.ach-box-act .ach-supporter { background-position: left -315px; }
.ach-box-act .ach-pictures { background-position: left -378px; }
.ach-box-act .ach-video { background-position: left -441px; }
.ach-box-act .ach-groups { background-position: left -504px; }
.ach-box-act .ach-events { background-position: left -567px; }
.ach-box-act .ach-streamer { background-position: left -630px; }
.ach-box-act .ach-verified { background-position: left -693px; }
.ach-box-act .ach-facebook { background-position: left -756px; }
.ach-box-act .ach-twitter { background-position: left -819px; }


.ach-box .ach-thatsme,
.ach-box .ach-home,
.ach-box .ach-dedicated,
.ach-box .ach-rater,
.ach-box .ach-hot,
.ach-box .ach-supporter,
.ach-box .ach-pictures,
.ach-box .ach-video,
.ach-box .ach-groups,
.ach-box .ach-events,
.ach-box .ach-streamer,
.ach-box .ach-verified,
.ach-box .ach-facebook,
.ach-box .ach-twitter {
	background:url(images/ach.png) right top no-repeat;
	width: 63px;
	height:63px;
	float:left;
	margin: 5px 15px 5px 0px; 
	display:block;
	position: relative;	}
	
.ach-box .ach-thatsme { background-position: right top; }
.ach-box .ach-home { background-position: right -63px; }
.ach-box .ach-dedicated { background-position: right -126px; }
.ach-box .ach-rater { background-position: right -189px; }
.ach-box .ach-hot { background-position: right -252px; }
.ach-box .ach-supporter { background-position: right -315px; }
.ach-box .ach-pictures { background-position: right -378px; }
.ach-box .ach-video { background-position: right -441px; }
.ach-box .ach-groups { background-position: right -504px; }
.ach-box .ach-events { background-position: right -567px; }
.ach-box .ach-streamer { background-position: right -630px; }
.ach-box .ach-verified { background-position: right -693px; }
.ach-box .ach-facebook { background-position: right -756px; }
.ach-box .ach-twitter { background-position: right -819px; }
	
.label-1,
.label-2,
.label-3 {
	background: rgba(0, 0, 0,0.2);
	display: block;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-transform: capitalize;
	position: absolute;
	bottom: 0px;
	right: -7px;
	font-size: 10px;
	text-shadow: #444 1px 1px 1px; }	

.label-2 { background: rgba(8, 70, 143, 0.5); }
.label-3 { background: rgba(226, 29, 84,0.5); }


.ach-box .label-1,
.ach-box .label-2,
.ach-box .label-3 {
	background: rgba(50, 50, 50, 0.3);
	display: block;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-transform: capitalize;
	position: absolute;
	bottom: 0px;
	right: -7px;
	font-size: 10px;
	text-shadow: #444 1px 1px 1px; }
	
	
/* Mini - left column achievements */	
.profile-up {
	position: absolute;
	z-index: 5;
	left: 0px; 
	top: 10px; }
		
.profile-up .ach-thatsme,
.profile-up .ach-home,
.profile-up .ach-dedicated,
.profile-up .ach-rater,
.profile-up .ach-hot,
.profile-up .ach-supporter,
.profile-up .ach-pictures,
.profile-up .ach-video,
.profile-up .ach-groups,
.profile-up .ach-events,
.profile-up .ach-streamer {
	background:url(images/achs.png) left bottom no-repeat;
	width: 27px;
	height:27px;
	float:left;
	margin: 0px;
	margin-left: 1px; 
	display:block;
	position: relative;	}
	
.profile-up .ach-home { background-position: -27px bottom; }
.profile-up .ach-dedicated { background-position: -54px bottom; }
.profile-up .ach-rater { background-position: -81px bottom; }
.profile-up .ach-hot { background-position: -108px bottom; }
.profile-up .ach-supporter { background-position: -135px bottom; }
.profile-up .ach-pictures { background-position: -162px bottom; }
.profile-up .ach-video { background-position: -189px bottom; }
.profile-up .ach-groups { background-position: -216px bottom; }
.profile-up .ach-events { background-position: -243px bottom; }
.profile-up .ach-streamer { background-position: -270px bottom; }
	
.profile-up .ach-thatsme-act,
.profile-up .ach-home-act,
.profile-up .ach-dedicated-act,
.profile-up .ach-rater-act,
.profile-up .ach-hot-act,
.profile-up .ach-supporter-act,
.profile-up .ach-pictures-act,
.profile-up .ach-video-act,
.profile-up .ach-groups-act,
.profile-up .ach-events-act,
.profile-up .ach-streamer-act,
.profile-up .ach-thatsme:hover,
.profile-up .ach-home:hover,
.profile-up .ach-dedicated:hover,
.profile-up .ach-rater:hover,
.profile-up .ach-hot:hover,
.profile-up .ach-supporter:hover,
.profile-up .ach-pictures:hover,
.profile-up .ach-video:hover,
.profile-up .ach-groups:hover,
.profile-up .ach-events:hover,
.profile-up .ach-streamer:hover {
	background:url(images/achs.png) left top no-repeat;
	width: 27px;
	height:27px;
	float:left;
	margin: 0px;
	margin-left: 1px; 
	display:block;
	position: relative;	}
	
.profile-up .ach-home-act,
.profile-up .ach-home:hover { background-position: -27px top; }

.profile-up .ach-dedicated-act,
.profile-up .ach-dedicated:hover { background-position: -54px top; }

.profile-up .ach-rater-act,
.profile-up .ach-rater:hover { background-position: -81px top; }

.profile-up .ach-hot-act,
.profile-up .ach-hot:hover { background-position: -108px top; }

.profile-up .ach-supporter-act,
.profile-up .ach-supporter:hover { background-position: -135px top; }

.profile-up .ach-pictures-act,
.profile-up .ach-pictures:hover { background-position: -162px top; }

.profile-up .ach-video-act,
.profile-up .ach-video:hover { background-position: -189px top; }

.profile-up .ach-groups-act,
.profile-up .ach-groups:hover { background-position: -216px top; }

.profile-up .ach-events-act,
.profile-up .ach-events:hover { background-position: -243px top; }

.profile-up .ach-streamer-act,
.profile-up .ach-streamer:hover { background-position: -270px top; }
	
	
.language-box {
	position: absolute;
	top: 50px;
	right: 0px; }
	 
	
.goog-te-gadget-icon { display: none; }


#google_translate_element .goog-te-combo,
.selectbox { 
	background: url(images/topt.gif) center center no-repeat;
	width: 120px;
	height: 22px;	
	position: absolute;
	top: 50px;
	right: 10px;
	padding: 2px 5px;
	border: 1px solid #9F1D35;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	font-size: 11px;
	color: #555; }
	
.selectbox:focus {
	border: 1px solid #888;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; }
	 
.selectbox-wrapper ul { 
	background: green;
	width: 188px;
	height: 112px;
	overflow-y: scroll;
	overflow-x: hidden;
	float: left;
	margin: 0px 10px 10px 10px;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	border-top: 0px;
	font-size: 11px;
	color: #444; }
	
.selectbox-wrapper ul li {
	background: green;
	width: 178px;
	padding: 6px !important;
	text-indent: 10px;
	display: block;
	border-bottom: 1px solid #eee;
	font-size: 11px;
	text-shadow: #fff 1px 1px 0px;
	color: #444; } 
	
.selectbox-wrapper ul li:hover {
	color: #000; }
	
	


/*
.cb_select {
	width:210px;
	height: 48px;
	color: #777;
	text-shadow: #fff 1px 1px 0px;  
	clear:both;
	position:relative;
	margin:0px; 
	font-size:12px;
		width: 100px;
	height: 22px;	
	position: absolute;
	top: 50px;
	right: 10px; }
	
.cb_select .cb_selectMain{   
	line-height:24px;
	text-indent:10px; 
	position:absolute;
	top:0px;
	left:0px;
	z-index:10; 
	background: url(images/topt.gif) center center no-repeat;
	width: 178px;
	height: 22px;
	float: left;
	margin: 10px;
	padding: 2px 5px;
	border: 1px solid #d4d4d4;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: #fff 1px 1px 0px;
	-webkit-box-shadow: #fff 1px 1px 0px;
	box-shadow: #fff 1px 1px 0px;  }

.cb_down { background: url(images/dd-input.gif) top right no-repeat !important; }

.cb_up { background: url(images/dd-input.gif) bottom right no-repeat !important; }

.cb_selectWrapper{
	display:none;
	position:absolute; 
	top:38px;
	left:10px; 
	z-index:1000;
	width: 188px;
	height: 112px; 
	float: left; 
	cursor: pointer;
	border: 1px solid #d4d4d4;
	border-top: 0px;
	background: #fbfbfb; }
	
.cb_selectWrapper ul { 
	width: 188px; 
	float: left;  
	cursor: pointer; }
	
.cb_selectWrapper ul li a {
	background: url(images/arrows1.png) -5px top no-repeat;
	width: 178px;
	padding: 6px !important;
	text-indent: 10px;
	display: block;
	border-bottom: 1px solid #e8e8e8;
	color: #777;
	text-shadow: #fff 1px 1px 0px; }
	
.cb_selectWrapper ul li a:hover{
  color:#111;
  text-shadow:1px 1px 0px #fff;
  background-position: -5px bottom; }
*/
#nav2 li a.nav-upload{

}
	
#nav2 li a.nav-upload:hover{
	background: url(images/formbtn.jpg) repeat-x;
	border-radius: 4px 4px 4px 4px;
	height:23px;
	border:0px;
	padding: 12px 9px 0 8px;
	text-decoration:underline;
}

#upload-nav-btn{
	margin-left:15px;	
}

@-moz-document url-prefix() {
#upload-nav-btn{
	margin-left:23px;	
}
}
