
#wrapper
{
	margin: 0;
	width: auto;
}

#footer
{
	margin: 0;
	background: #111;
	background: rgba(0,0,0,0.7);
	border: 0;
}

#footer .left
{
	color: #fff;
}

#live-count
{
	background: #111;
	background: rgba(0,0,0,0.7);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 18px;
}


	
#live-count span
{
	text-transform: uppercase;
	font-size: 14px;
	color: #eee;
}

#header
{
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,.3);
	box-shadow: 0 3px 2px rgba(0,0,0,.3);
}



#header,
#footer,
#room,
#room_header
{
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0;
}



#room_header
{
	color: #fff;
	padding: 5px;
	background: rgba(0,0,0,0.6);
	padding-right: 430px;
	padding-left: 100px;
	position: relative;
	margin: 0;
	min-height: 105px;
}


#room_info
{
	float: left;
}

#room-popularity-container
{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -45px;
	text-align: left;
	padding: 10px;
	width: 280px;
}


#left_block, 
#right_block,
#follow,
.goods .next,
.goods .previous,
.goods .goods-container,
.goods .good,
#share-gifts li,
.comment .gift
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	*display: inline;
}

#page h2
{
	font-weight: bold;
	font-size:21px;
	line-height: 21px;
	vertical-align: middle;
}

#download-tinychat h2 {
color: #C4E7F3;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
margin-bottom: 10px;
font-weight: normal;
}

#download-tinychat
{
	background: url(../../images/home_banner.gif) center center;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#download-tinychat h1 {
	color: white;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}

#download-tinychat .inline + .inline {
width: 575px;
}

.button-holder {
vertical-align: middle;
display: -moz-inline-stack;
vertical-align: top;
display: inline-block;
zoom: 1;

background: -moz-linear-gradient(top, rgba(20, 59, 109, 1) 0%, transparent 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20, 59, 109, 1)), color-stop(100%,transparent));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143b6d', endColorstr='#00000000',GradientType=0 );
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
position: relative;
margin-right: 7px;
border: 1px solid rgba(255, 255, 255, 0.15);
}

#compatibility-icons img {
width: 45px;
height: 45px;
margin-right: 10px;
}

#download-tinychat button,
#download-tinychat .button
{
	background: rgb(60,176,218);
	background: -moz-linear-gradient(top,  rgba(60,176,218,1) 0%, rgba(52,169,211,1) 24%, rgba(32,151,195,1) 63%, rgba(18,138,183,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,176,218,1)), color-stop(24%,rgba(52,169,211,1)), color-stop(63%,rgba(32,151,195,1)), color-stop(100%,rgba(18,138,183,1)));
	background: -webkit-linear-gradient(top,  rgba(60,176,218,1) 0%,rgba(52,169,211,1) 24%,rgba(32,151,195,1) 63%,rgba(18,138,183,1) 100%);
	background: -o-linear-gradient(top,  rgba(60,176,218,1) 0%,rgba(52,169,211,1) 24%,rgba(32,151,195,1) 63%,rgba(18,138,183,1) 100%);
	background: -ms-linear-gradient(top,  rgba(60,176,218,1) 0%,rgba(52,169,211,1) 24%,rgba(32,151,195,1) 63%,rgba(18,138,183,1) 100%);
	background: linear-gradient(top,  rgba(60,176,218,1) 0%,rgba(52,169,211,1) 24%,rgba(32,151,195,1) 63%,rgba(18,138,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0da', endColorstr='#128ab7',GradientType=0 );
	line-height: 30px;
	color: #fff;
	border: 0;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
	font-size: 15px;
	padding: 9px 20px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);

}

#download-tinychat button img,
#download-tinychat .button img
{
	line-height: 30px;
}

#download-tinychat button:hover,
#download-tinychat .button:hover
{
	background: #81d2eb;
	background: -moz-linear-gradient(top,  #81d2eb 0%, #6ecdec 27%, #40c0f0 73%, #2dbbf1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d2eb), color-stop(27%,#6ecdec), color-stop(73%,#40c0f0), color-stop(100%,#2dbbf1));
	background: -webkit-linear-gradient(top,  #81d2eb 0%,#6ecdec 27%,#40c0f0 73%,#2dbbf1 100%);
	background: -o-linear-gradient(top,  #81d2eb 0%,#6ecdec 27%,#40c0f0 73%,#2dbbf1 100%);
	background: -ms-linear-gradient(top,  #81d2eb 0%,#6ecdec 27%,#40c0f0 73%,#2dbbf1 100%);
	background: linear-gradient(top,  #81d2eb 0%,#6ecdec 27%,#40c0f0 73%,#2dbbf1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d2eb', endColorstr='#2dbbf1',GradientType=0 );
	box-shadow: inset 0 2px 3px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 2px 3px rgba(255,255,255,0.3);
}

#download-tinychat button:active,
#download-tinychat .button:active
{
	background: rgb(18,138,183);
	background: -moz-linear-gradient(top,  rgba(18,138,183,1) 0%, rgba(32,151,195,1) 37%, rgba(52,169,211,1) 76%, rgba(60,176,218,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,138,183,1)), color-stop(37%,rgba(32,151,195,1)), color-stop(76%,rgba(52,169,211,1)), color-stop(100%,rgba(60,176,218,1)));
	background: -webkit-linear-gradient(top,  rgba(18,138,183,1) 0%,rgba(32,151,195,1) 37%,rgba(52,169,211,1) 76%,rgba(60,176,218,1) 100%);
	background: -o-linear-gradient(top,  rgba(18,138,183,1) 0%,rgba(32,151,195,1) 37%,rgba(52,169,211,1) 76%,rgba(60,176,218,1) 100%);
	background: -ms-linear-gradient(top,  rgba(18,138,183,1) 0%,rgba(32,151,195,1) 37%,rgba(52,169,211,1) 76%,rgba(60,176,218,1) 100%);
	background: linear-gradient(top,  rgba(18,138,183,1) 0%,rgba(32,151,195,1) 37%,rgba(52,169,211,1) 76%,rgba(60,176,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128ab7', endColorstr='#3cb0da',GradientType=0 );
}



#goods
{
	background: rgb(37,90,181);
	background: -moz-linear-gradient(top,  rgba(37,90,181,1) 0%, rgba(17,59,137,1) 55%, rgba(15,51,109,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,90,181,1)), color-stop(55%,rgba(17,59,137,1)), color-stop(100%,rgba(15,51,109,1)));
	background: -webkit-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 55%,rgba(15,51,109,1) 100%);
	background: -o-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 55%,rgba(15,51,109,1) 100%);
	background: -ms-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 55%,rgba(15,51,109,1) 100%);
	background: linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 55%,rgba(15,51,109,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255ab5', endColorstr='#0f336d',GradientType=0 );
	
	border: 0;
	padding: 5px;
	color: #fff;
}

#room
{
	position: relative;
	padding: 5px 0 5px 0;
	text-align: left;
}

#preload
{
height: 100%;
}


.follow_button img
{
	line-height: 14px;
}





#follow
{
	float: right;
	padding: 0 10px;
}

#profile_link button
{
	font-size: 18px;
}

#room-avatar
{
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: 50%;
	margin: 0;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#room-avatar img
{
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: inherit;
	height: inherit;
}

#room_info
{
	padding: 5px;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}


#follow-form button
{
	padding: 5px;
	width: auto;
	margin: 5px;
}

#room.simple #room_info
{
	max-width: 275px;
}

#room_info h1
{
	color: #fff;
	max-width: 400px;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
}


#room_info h1 small
{
	color: #ccc;
	font-size: 80%;
}

#room_info h2.bio
{
	
	color: #97bbf1;
	font-size: 13px;
}

#room_info.name
{
	padding-top: 10px;
}

#room_stats
{
	text-align: center;
	position: absolute;
	left: -75px;
	top: 95px;
	width: 75px;
	background: #222;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius:  5px 0 0 5px;
	border-radius:  5px 0 0 5px;
}

#room_stats .stat,
#profile_link
{
	padding: 10px 5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 100%;
}

#room_stats .stat a
{
	color: inherit;
	text-decoration: none;
}


#room_stats .stat
{
	font-size: 18px;
	font-weight: bold;
}

#room_stats .stat span
{
	font-size: 9px;
	display: block;
}

#count_followers
{
	color: #caeb5e;
}

#count_following
{
	color: #01cbfd;
}

#count_users
{
	color: #fff200;
}

#left_block
{
	width: 80%;
	vertical-align: middle;
}

#left_block.full
{
	width: 100%;
}

#ad_banner,
#body_footer_ad
{
	text-align: left;
	height: 98px;
}

#chat
{
	height: 640px;
	position: relative;
}

#chat.hideme
{
}

#right_block
{
	width: 300px;
	text-align: center;
	float: right;
	vertical-align: middle;
}


#client
{
	min-height: 500px;
}

#flash_warning
{
	background: #efefef;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	width: 300px;
	margin: 10px auto;
	margin-top: 120px;
	line-height: 200%;
	-webkit-box-shadow: 1px 3px 2px #153c63;
	-moz-box-shadow: 1px 3x 2px #153c63;
	box-shadow: 1px 3px 2px #153c63;
	-webkit-box-shadow: 1px 3px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 1px 3px 2px rgba(0,0,0,.6);
	box-shadow: 1px 3px 2px rgba(0,0,0,.6);
}


#sign_up,
#login
{
	left: 20px !important;
}

#goods
{
	padding: 10px;
	position: relative;
}

#goods h2
{
	padding: 5px 0;
}


#goods h2 span
{
	font-size: 12px;
	margin-left: 5px;
}


#goods button.gift,
#goods .button.gift
{
	position: absolute;
	right: 10px;
	top: 5px;
}


.goods
{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #222;
	border: 1px solid #111;
}

.goods .goods-container
{
	width: 100%;
	overflow: auto;
}


.goods .goods-overflow
{
	height: inherit;
	white-space: nowrap;
}

button.gift
{
	font-size: 15px;
}

button.gift img
{
	margin-right: 5px;
}

#gifts-total
{
	margin-top: 5px;
	text-align: right;
	color: yellow;
	font-weight: bold;
}


#profile-goods .good
{
	border-right: 1px solid #ddd;
}

#profile-goods .good:last-child
{
	border-right: 0;
}


#features-buddy-list
{
	width: 600px;
	border: 0;
	background: #fff url(../../images/buddy_list_promo.png) no-repeat top center;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 238px;
}

#spotlight
{
	padding: 30px;
	padding-right: 240px;
	height: 238px;
	padding-top: 50px;
	line-height: 150%;
	font: 16px Helvetica, Arial, sans-serif;
	color: #10789a;
}


#spotlight h1
{
	font: 21px Helvetica, Arial, sans-serif;
	line-height: 150%;
}



#coins-rewards .reward
{
	padding: 10px;
	font-size: 14px;
	width: 350px;
	position: relative;
	border-bottom: 1px solid #eee;
}



#coins-rewards .reward:last-child
{
	border: 0;
}


#coins-rewards .ui-slate
{
	padding: 10px;
}



#coins-rewards .block
{
	padding: 0;
}



#coins-rewards .reward .toggle 
{
	cursor: pointer;
}

#coins-rewards .reward .toggle span
{
	position: absolute;
	right: 5px;
	color: green;
}



#coins-rewards .group
{
	display: none;
	margin-top: 10px;
	font-size: 11px;
}


#coins-rewards .group input
{
	margin: 0;
	width: 250px;
}

#coin-rewards #referer-link
{
	padding: 3px;
	font-size: 11px;
}

#coins-rewards .toggle.active + .group
{
	display: block;
}



#referer-button-container
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	line-height: 28px;
}



#people_list
{
	white-space: nowrap;
	overflow: scroll;
}



#chat-info
{
	margin-top: 5px;
	display: none;
}


#chat-info .url
{
	width: 300px;
}

#chat-info .right img
{
	cursor: pointer;
}



#room-popularity-container
{
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #222;
	padding: 10px 0;
}


#room-popularity-container h3
{
	margin: 10px 0;
}

#room-popularity-container ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#room-gift-show-container {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#room-gift-show {
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #222;
    padding: 10px 0;
    position: absolute;
    right: 10px;
    top: 68px;
    margin-top: -45px;
    text-align: left;
    padding: 10px;
    width: 300px;
}

#gift-text-one{
	position: absolute;
    top: -18px;
    left: 0px;
    color: white;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
}

#gift-text-two{
	position: absolute;
    top: -18px;
    right: 80px;
    color: white;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#gift-text-two > a{
color: white;
text-decoration:underline;
}

#gift-text-three{
	position: absolute;
	top: -18px;
	right: 0px;
	color: white;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#gift-text-three > a{
	color: white;
	text-decoration:underline;
}