.dwn_button_userdir {
	float: right;
	height: 68px;
	padding-top: 0px;
	width: 224px;
	text-align: right;
	position: relative;
}
div#loader span {
	width: 100%;
	background: transparent url(/images/ajax-loader.gif) no-repeat 42% 50%;
	border: none;
	text-align: center;
	float: left;
	padding: 50px 0;
	color: #ABABAB;
	font-size: 14px;
}

/* Start Tabs */
.tabs ul {
    background: none;
    height: 27px;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    bottom: -2px;
}
.tabs li {
    float: left;
    height: 27px;
    padding: 0;
    margin: 0 5px 0 0;
    /*background: transparent url('/images/tab_left.gif') no-repeat 0 0;*/
    font-weight: bold;
}
.tabs li div {
	height: 27px;
    background: transparent url('/images/tab_left.gif') no-repeat 0 0;
	float: left;
}
.tabs .link{
    float: right;
    padding: 0;
    margin-bottom:-15px;
    position: relative;  
    clear: none;     
    background: none;   
    bottom: 18px;         
}
.tabs, .tabs a, .tabs a:hover {
    color: #1f74ad;
    text-decoration: none;
}
.tabs p {
    padding: 6px 2px 6px 12px;
    line-height: normal;
}
.tabs span {
	width: 10px;
	height: 27px;
	float: left;
    background: transparent url('/images/tab_right.gif') no-repeat 100% 0;
    line-height: normal;
}
.tabs li.active div {
    background: transparent url('/images/tab_left_active.gif') no-repeat 0 0;
}
.tabs li.active a {
	color: #125400;
}
.tabs li.active p {
    padding: 6px 2px 6px 12px;
}
.tabs li.active span {
	width: 10px;
	height: 27px;
	float: left;
    background: transparent url('/images/tab_right_active.gif') no-repeat 100% 0;
	line-height: normal;
}
.tabs li.yellow div {
	height: 27px;
    background: transparent url('/images/tab_left_yellow.gif') no-repeat 0 0;
	float: left;
}
.tabs li.yellow a {
	color: #994200;
}
.tabs li.yellow p {
    padding: 6px 2px 6px 12px;
}
.tabs li.yellow span {
	width: 10px;
	height: 27px;
	float: left;
    background: transparent url('/images/tab_right_yellow.gif') no-repeat 100% 0;
	line-height: normal;
}
.tabs .line {
	border: 0;
    background: #66d62b;
    height: 3px;
    margin: 0;
    clear: both;
	z-index: 1;
	position: relative;
}
.tabs .line div {
    height: 4px;
}
table.list {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
table.list a, table.list span {
	color: #2578d5;
	font-family: Verdana;
	font-size: 11px;
    font-weight: bold;
}
table.list th span {
	color: #2578d5;
	font-family: Verdana;
	font-size: 11px;
    font-weight: normal;
}
table.list td.points {
	padding:0 2px 0 14px;
}
table.list td {
	padding:8px 0 8px;
	text-align:left;
	border-bottom: 1px dashed #e0eaf0;
	border-top: 1px dashed #e0eaf0;
}
table.list th.points {
	padding: 6px 2px 0 10px;
}
table.list th {
	background:none repeat scroll 0 0 #e9f5e1;
	font-weight:normal;
	padding:10px 0 2px;
	text-align:left;
	white-space:nowrap;
}
table.list tr#sort_links.disabled th a {
    cursor: auto;
}
table.top50 tr#sort_links.disabled th a {
    cursor: default;
}
table.list td.bottom_line {
	padding: 0;
	border: 0;
	background: none repeat scroll 0 0 #e9f5e1;
}
.bottom_line_left {
	height: 7px;
	width: 10px;
	float: left;
    background: transparent url('/images/th_left.gif') no-repeat 100% 0;
}
.bottom_line_right {
	height: 7px;
	width: 10px;
	float: right;
    background: transparent url('/images/th_right.gif') no-repeat 0 0;
}
div.bottom-line {
	padding: 0;
	border: 0;
	float: left;
	background: none repeat scroll 0 0 #e9f5e1;
	width: 100%;
}

div#room-data {
	float: left;
	margin: 0 5px;
	height: 28px;
	padding: 2px 5px;
	border-bottom: 1px dashed #E0EAF0;
	overflow: hidden
}
div#room-data div {
	float: left;
	/*padding: 5px 5px;*/
}
#sort_links span {
	background: none;
	height: inherit;
	width: inherit;
}

#action_block { float: right; margin-right: 0px; /*display: none;*/ cursor: pointer; position: relative; }

span#join_ico {float: left; height: 11px; width: 15px; margin: 3px 1px 0px 0px; background: transparent url('/images/join.png') no-repeat 0 0;}
span.join_ico_over {background: transparent url('/images/join.png') no-repeat 0 -11px;}

span#profile_ico {float: left; height: 11px; width: 15px; margin: 3px 5px 0 5px; background: transparent url('/images/profile.png') no-repeat 0 0;}
span.profile_ico_over {background: transparent url('/images/profile.png') no-repeat 0 -11px;}

#room-data .roomnick { width: 410px; float: left; padding: 5px 10px; }
#room-data .roomnick #action_block { float: right; }
#room-data .roomnick a { color: #5BA5D8; cursor: pointer; float: left; }

table.list th a.sorted_up {
	padding-right: 15px;
	background: transparent url('/images/arrow.gif') no-repeat center right;
}

table.list th a.sorted_down {
	padding-right: 15px;
	background: transparent url('/images/arrowup.gif') no-repeat center right;
}

.captcha_code {
	font-size: 14px;
	float: left;
	margin-right: 4px;
	height: 22px;
	width: 65px;
	border: 1px solid #d9e2eb;
	color: #b2afaf;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

#cryptogram {
	border: 1px solid #bcbcbc;
}

tr.most_pop_rooms {
	background-color: #e9f5e1;
}

tr.most_pop_rooms td {
	border: 0 none;
}

div#room-data.most_pop_rooms {
	padding-left: 10px;
	padding-right: 10px;
	background: #E9F5E1;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: none 0px;
}

span.mosttext {
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: none;
	width: inherit;
}

span.mosttext b {
	color: #246600;
}

span.mosttext  a{
	color: #fff;
	font-weight: normal;
}

#tooltip {
    color:#000000;
	display:inline;
	font-family:Arial,Tahoma;
	font-size:10px;
	position:absolute;
    display: none;
	width:1px;
	z-index:999;
	margin-top:-32px;
    text-align: left;
	width: 130px;
    border: 3px solid #25B219;
    background: #FFF;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
}

#tooltip b {
	color:#209E12;
}

#tooltip div  {
	font-size:10px;
	padding:10px 10px 10px 10px;
	position:relative;
    float: none;
}

#tooltip img.tArrow  {
    margin-left: -23px;
    top: 20px;
	position:relative;
    float: left;
}

#tooltip p {
	line-height:1.4em;
	margin:0;
	padding:0 0 5px;
	font-size: 10px;
}

a.pop {
	font-family: inherit;
	text-decoration: none;
    padding: 8px 2px;
}
a.pop span {
	font-family: inherit;
	font-weight: normal;
}

tr#top td {
	background-color:#E9F5E1;
	height: 1px; 
	border: 0px none; 
	padding: 0px; 
	margin: 0px;"
}

.carousel {
	/*margin: 0 0 0px 10px;*/
	padding: 10px 0 0;
	position: relative;
	height: 90px;
	overflow: hidden;
	width: 490px;
}
.carousel .next {
	float: left;
	margin: 12px 0 0 0;
}
.carousel .prev {
	float: left;
	margin: 12px 0 0 0;
}
.carousel .jCarouselLite {
	float: left;
	left: -5000px;
	position: relative;
	visibility: hidden;
	width: 410px;
	height: 90px;
}

.carousel .jCarouselLite li {
	/*margin: 4px 4px;*/
	margin-top: 4px;
	padding: 0px 7px;
}

.carousel .jCarouselLite li img.new {
	border: 1px solid #eceb9d;
}
