/* ----- General ----- */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}

body {
	color: #666;
	font-size: 100%;
	line-height: 1.125em;	
}

h1 {
	color: #999;
	font-size: 0.6875em;
	padding: 0 0.3125em;	
	text-transform: uppercase;
}

h1 a {
	font-size: 11px !important;
}

h2 {
	color: #008fec;
	font-size: 0.6875em;
	padding-bottom: 0.625em;
}

input, select, textarea, label, a, span {
	font-size: 0.6875em !important;
}

.clearLabel {
	float: none !important;
	width: auto !important;
	display: inline !important;
}

select {
	float: left;
	margin-right: 5px;
}

.arrow_right {
	background: transparent url('i/icons/arrow_right.gif') no-repeat 0px 4px;
	padding-left: 15px;
}

textarea {
	border: 0;
	background: none;
	width: 369px;
}

.textarea_top {
	background: url('i/forms/textarea_top.gif') no-repeat bottom left;
	display: block;
	font-size: 0;
	height: 7px; 
	line-height: 0;		
	width: 383px;	
}

.textarea_center {
	width: 378px;
	background: url('i/forms/textarea_bg.gif') repeat-y top left;
	padding: 0 0 0 5px;
}

.textarea_bottom {
	height: 7px; 
	width: 383px;
	display: block;
	line-height: 0;
	font-size: 0;
	background: transparent url('i/forms/textarea_bottom.gif') no-repeat top left;
}

.textarea_top_small {
	height: 7px; 
	width: 300px;
	display: block;
	line-height: 0;
	font-size: 0;
	background: url('i/forms/textarea_top_small.gif') no-repeat bottom left;
}

.textarea_center_small {
	width: 300px;
	background: url('i/forms/textarea_bg_small.gif') repeat-y top left;
	padding-left: 5px;
}

.textarea_center_small textarea {
	width: 290px;
}

.textarea_bottom_small {
	height: 7px; 
	width: 300px;
	display: block;
	line-height: 0;
	font-size: 0;
	background: url('i/forms/textarea_bottom_small.gif') no-repeat top left;
}

.textarea_top_smaller {
	height: 7px; 
	width: 250px;
	display: block;
	line-height: 0;
	font-size: 0;
	background: url('i/forms/textarea_top_smaller.gif') no-repeat bottom left;
}

.textarea_center_smaller {
	width: 250px;
	background: url('i/forms/textarea_bg_smaller.gif') repeat-y top left;
	padding-left: 5px;
}

.textarea_center_smaller textarea {
	width: 240px;
}

.textarea_bottom_smaller {
	height: 7px; 
	width: 250px;
	display: block;
	line-height: 0;
	font-size: 0;
	background: url('i/forms/textarea_bottom_smaller.gif') no-repeat top left;
}

select option {
	padding: 0 0.3125em;
}

label {
	cursor: pointer;
}

ul, ul li, ol, ol li {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul li, ol li {
	margin-bottom: 0.3125em;
}

td {
	vertical-align: top;
}

img {
	vertical-align: middle;
}

em {
	color: #999;
	font-size: 0.687em;
}

a {
	color: #999999;
	text-decoration: underline;
	padding: 0.0625em 0;
	font-size: 0.7em !important;
	outline: none;
	border: none;
}

a:hover {
	text-decoration: none;
}

.profile_main_picture_container {
	background-color: #ECF2F9; 
	width: 400px; 
	height: 300px; 
	margin-right: 1px; 
	overflow: hidden;
}

* html .profile_main_picture_container { /* 1 */
	height: 300px; 
	position: relative; 
	overflow: hidden;
}

* html #picture_main_container { /* 2 */
	position: absolute; 
	top: 0;
}

* html #picture_main_container_small { 
	position: absolute; 
	top: 50%;
}

#picture_main_container>.profile_main_picture_final, #picture_main_container_small>.profile_main_picture_final_small {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 400px;
	height: 300px;
}

* html .profile_main_picture_final { /* 3 */
	position: relative; 
	top: 0;
	width: 400px;
	vertical-align: middle;
	text-align: center;
}

* html .profile_main_picture_final_small {
	position: relative; 
	top: -50%;
	width: 400px;
	vertical-align: middle;
	text-align: center;
}

/* ----- ----- */

.user_panel_action_buttons {
	padding: 0pt 0pt 5px 10px; 
	position: absolute; 
	background-color: #fff; 
	bottom: 0px; 
	left: 0px; 
	text-align: left; 
	width: 140px;
}

.silver_hor_dots {
	background: url('i/icons/horisontal_silver_dots.gif') repeat-x center center; 
	width: 100%; 
	height: 1px; 
	margin-top: 15px;
}

.select_list { 
	position: absolute; 
	top: 21px; 
	left: 2px; 
	border: 1px solid #ccc;
	z-index: 9999;
	overflow: auto;
}

.select_container>.select_list {
	height: auto !important;
}

* html .select_list {	
	overflow: auto;
}

.select_list_first {
	position: absolute; 
	left: 2px;
}

.select_list {
	background: #fff;	
	padding: 0 2px 2px 2px;
}

.select_list li a, .select_list_first li a {
	display: block;	
	padding: 0 0.3125em;	
	text-decoration: none;
	border: 1px solid #fff;
	outline: none;
}

.select_list li a {
	height: 18px;
	line-height: 16px;
}

.select_list_first li a {
	height: 13px;
	line-height: 12px;
	overflow: hidden;
}

.select_list li a:hover {
	border: 1px solid #ccc;
	background: #ECF2F9;
	color: #999;
}

.select_list_selected {
	border: 1px solid #ccc;
	background: #008FEB;
	color: #fff;
}

.select_list_first li, .select_list li {
	margin-bottom: 0;
}

.select_container {
	padding-right: 0.3125em;
	display: table;
	float: left;
	top: 0; 
	left: 0;
	position: relative;
}

.file_button_container {
	background: transparent url('i/forms/browse.gif') no-repeat top left;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
	position: relative;
	width: 63px;
	margin-left: 0.3125em;
}

.file_button {
	filter: alpha(opacity=0);
	left: -125px;
	opacity: 0;
	position: absolute;
	top: 0;
	height: 30px;
}

/* ----- Forms ----- */
form.forms 
{
	margin-bottom: 0.625em;
}

form.forms label 
{
	display: block;
	float: left;
	line-height: 1.8em;
	vertical-align: top;
	width: 12em;
}

form.forms li 
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0.3125em;
}

form.forms li.submit
{
	text-align: right;
}
/* ----- ----- */

.school_suggestion {
	position: absolute; 
	width: 250px; 
	top: 26px; 
	left: 140px; 
	background: #fff; 
	border: 1px solid #ccc; 
	z-index: 10000; 
	overflow: hidden;
}

* html .school_suggestion {
	left: -315px;
	top: 27px;
}

.subject_suggestion {
	position: absolute; 
	width: 250px; 
	top: 26px; 
	left: 140px; 
	background: #fff; 
	border: 1px solid #ccc;  
	z-index: 10000; 
	overflow: hidden;
}

* html .subject_suggestion {
	left: -158px;
	top: 27px;
}

.work_suggestion {
	position: absolute; 
	width: 250px; 
	top: 26px; 
	left: 140px; 
	background: #fff; 
	border: 1px solid #ccc; 
	z-index: 10000; 
	overflow: hidden;
}

* html .work_suggestion {
	top: 27px;
	left: -158px;
}

.search_suggestion li {
	margin-bottom: 0;
}

.search_suggestion li a, .search_suggestion li a:hover {
	padding: 2px 3px; 
	display: block; 
	width: 165px;
	text-decoration: none;
}

.search_suggestion li a:hover {
	background-color: #f8f8f8;
}

#search_suggestion {
	position: absolute; 
	width: 172px; 
	top: 56px; 
	left: 7px; 
	background: #fff; 
	border: 1px solid #ccc; 
	z-index: 10000; 
	overflow: hidden;
}

* html #search_suggestion {
	top: 55px;
}

#container {
	width: 54.4375em; 
	margin: 0 auto; 
	position: relative;
}

.nomargin, .nomargin li {
	margin: 0 !important;
}

.nopadding, .nopadding li {
	padding: 0 !important;
}

.bold {
	font-weight: bold;
}

.dark_silver {
	color: #666;
}

.light_silver {
	color: #999;
}

.small_title {
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.title {	
	font-size: 0.875em;
}

.smaller {
	font-size: 0.65em !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	display: block;
}

br.clear {
	height: 1px;
	clear: both;
}

.blue {
	color: #008fec;
}

.orange {
	color: #ff9000;
}

a.hover_blue:hover {
	color: #008fec;
}

.no_underline {
	text-decoration: none;
}

.orange_button {
	background: url('i/forms/button.gif') no-repeat;
	width: 120px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;	
	text-align: center;
}

.input_text {
	background-color: #fff;
	border: 0.0625em solid #ececec;
	color: #457ea5;
	height: 1.25em;
	line-height: 1.25em;
}

.pagelink, .pagelinkActive {
	margin-left: 0.3125em;
	padding: 0.125em 0.375em;	
}

.pagelinkActive {
	background: #ECF2F9;
	color: #FF9308;
}

.Error {
	color: #EF8D0E; 
}

.Success {
	color: #008FEB; 
}

.Success, .Error {
	clear: both; 
	font-size: 0.75em; 	
	padding: 0.3125em; 
	margin: 0.3125em 0;	
	background-color: #fff;
	z-index: 10000;
}

.submit_button, .editor_ok_button {	
	padding: 0 12px 0.3125em 0; 
	font-size: 11px !important; 
	color: #fff; 
	font-weight: bold; 
	width: 120px; 
	height: 22px; 
	background: url('i/forms/button.gif') no-repeat; 
	border: 0; 
	cursor: pointer;
	outline: none;
}

.editor_ok_button {
	margin-right: 10px;
}

* html .submit_button, * html .editor_ok_button {
	padding: 0 12px 0 0; 
}

.submit_blue_button {
	background: url('i/forms/blue_update.gif') no-repeat; 
	width: 67px; 
	height: 25px; 
	border: 0; 
	color: #fff; 
	cursor: pointer; 
	padding: 0 0 3px 0;
	outline: none;
}

.input_class {
	border: 0.0625em solid #317D9F;
	height: 1.1875em;
}

#loading {
	position: absolute; 
	background: #008FEB; 
	padding: 2px; 
	z-index: 9999; 
	top: 90px; 
	right: 0; 
	color: #fff;
	font-weight: bold;
	width: 100px;
}

#slider_bg, #slider_bg_2 {
	background: transparent url('i/slider_bg.gif') no-repeat; 
	width: 16px; 
	height: 300px;
	float: left;
}

#slider_bg_small, #slider_bg_small_2 {
	background: transparent url('i/slider_bg_small.gif') no-repeat; 
	width: 16px; 
	height: 232px;
	float: left;
}

#slider_handle, #slider_handle_2 {
	width: 9px; 
	height: 17px; 
	background: transparent url('i/slider_handle.gif') no-repeat; 
	cursor: pointer;
	margin-left: 4px;
}

#noscript_score, #noscript_score_2 {
	margin-left: 20px;
}

#noscript_score a {
	display: block;
	float: left;
	width: 19px;
}

.user_panel_from {
	height: 179px;
}

.user_panel {
	width: 90px; 
	height: 119px; 
	overflow: hidden; 
	background: #fff; 
	border: 1px solid #ccc; 
	padding: 15px; 
	position: relative;
}

/* ----- Inbox ----- */
#suggestions {
	position: absolute;
	width: 372px;
	padding: 5px;
	min-height: 20px;	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	left: 0px;
	top: -10px;
	background: url('i/forms/textarea_bg.gif') repeat-y;
}

* html #suggestions {
	height: 20px;
	left: 0px;
	top: -10px;
}

* html #inputs {
	height: 22px;
}

.inbox_found_href {
	text-decoration: none; 
	display: block;
	width: 100%;
}

.inbox_found_href:hover {
	background-color: #F6F9FC;
}

.inbox_msg span a, .pic_comments_text span a, .profile_contacts span a, .text_span_a span a {
	font-size: 11px !important;
}

#inbox_container {
	position: relative;	
	min-height: 25px;
	cursor: text;	
	z-index: 5;
	background: url('i/forms/textarea_bg.gif') repeat-y; 
	padding: 0 0 0 0.3125em; 
	width: 383px;	
}

* html #inbox_container {
	height: 25px;
}

#inbox_container .input {	
	width: 300px;
	min-height: 17px;
	cursor: text;
	position: relative;
	z-index: 10;
}

* html #inbox_container .input {
	height: 17px;
	width: 300px;	
	background: #fff;
}

#inbox_input {
	border: 0;
	width: 200px; 
	height: 18px; 
	padding: 0; 
	margin: 0; 
	font-size: 12px !important;
}

.inbox_input_span {
	position: absolute;
	top: 0; 
	left: 0;
}

.inbox_input_span input {
	width: 30px;
	height: 17px;
	margin: 1px 0 0 1px;
}

.inbox_users_span {
	padding: 0 1px 0 2px;
	margin: 0px 5px 5px 0;
	border: 1px solid #ccc;
	font-size: 11px !important;
	display: block;
	float: left;
}

a.input_x {
	padding: 0px 1px 1px 1px;
	margin-left: 0.3125em;
	background: #ECF2F9;
	font-size: 11px !important;
	text-decoration: none;
}

a.input_x:hover {
	background: #ccc;
}

.inbox_new_msg {
	background-color: #ebf2fa !important;
}

.inbox_tr {
	background-color: #fff;
}

.inbox_menu_disabled, .menu_disabled {
	color: #ccc;
	cursor: text;
	outline: none;
}

#inbox_buttons a, #buttons a, #profile_menu a, #footer a {
	text-decoration: none;
}

/* ----- ----- */

#profile_suggestion {
	position: absolute; 
	width: 172px; 
	top: 21px; 
	left: 35px; 
	background: #fff; 
	border: 1px solid #ccc; 
	z-index: 10000; 
	overflow: hidden;
}

* html #profile_suggestion {
	top: 22px;
}

#other_city_suggestion {
	position: absolute; 
	width: 172px; 
	top: 46px; 
	left: 15px; 
	background: #fff; 
	border: 1px solid #ccc; 
	z-index: 10000; 
	overflow: hidden;
}

* html #other_city_suggestion {
	top: 62px;
	left: -120px;
}

.silver_block {
	background: #f8f8f8;
	border: 1px solid #ccc;	
	width: 96%;
	padding: 2%;
	line-height: 1.125em;
}

.index_stats {
	width: 200px;
}

.index_stats li label {
	width: 140px;
	display: block;
	float: left;	
}

.index_stats li label a {
	font-size: 1.0em !important;
}

.index_stats li {
	clear: both;
	margin: 0;
	height: 21px;
}

#news_feeds li {
	font-size: 0.75em;	
	/*padding: 0.3125em 0px;*/
}

#news_feeds li span {
	font-size: 11px !important;
}

#news_feeds li a {
	font-size: 0.8875em !important;
}

#news_feeds li blockquote, .group_posts blockquote {
	padding: 0.3125em;
	background-color: #F6F9FC;
}

.feed_hover, .feed_hover a {
	color: #ccc;
}

/* ---- Header ---- */
#header {
	background: url('i/header.gif') no-repeat;
	width: 100%;
	height: 95px;	
}

#confirm {
	position: absolute; width: 18.75em; padding: 0.625em; z-index: 9999;
}

#logo {
	width: 200px;
	height: 80px;
}

#menu {
	margin-top: 14px;
}

#menu li {
	float: left;
	margin-right: 1px;
}
#menu li a {
	display: block;
	width: 72px;
	height: 29px;
	background: url('i/tabs/small_menu_tab.gif') no-repeat 0px 0px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#menu .big_tab a {
	width: 132px;
	background: url('i/tabs/big_menu_tab.gif') no-repeat 0px 0px;
}

#menu .big_tab a:hover, .selected_menu_big {
	background: url('i/tabs/big_menu_tab.gif') no-repeat 0px -32px !important;
}

#menu li a:hover, .selected_menu {
	color: #008fec;
	background: url('i/tabs/small_menu_tab.gif') no-repeat 0px -32px !important;
}

#main_menu {
	width: 23.75em;
}

#main_sub_menu {
	margin-top: 8px; 
	width: 348px; 
	height: 28px; 	
}

#main_sub_menu_div {
	width: 348px; 
	height: 28px; 
	background: url('i/header_corners.gif') no-repeat;
	text-align: center; 
	line-height: 24px;
}

#login_menu {
	width: 250px;
	height: 80px;
}

#search_container {
	margin-top: 10px; 
	margin-right: 18px;
}

/* ----- Index ----- */
#index_info li {
	/*color: #008fec;*/
	font-size: 14px;
	background: url('i/icons/arrow_blue_round.gif') no-repeat 0 2px;
	padding-left: 27px;
	margin: 8px 0;
	text-align: justify;
}

.login_input {
	background: url('i/forms/login.gif') no-repeat;
	width: 169px;
	height: 22px;
}

.login_input input {
	border: 0;
	width: 150px;
	margin: 6px 0 0 6px;
}

.input {
	width: 175px; 
	height: 14px; 
	border: 0; 
	background: url('i/forms/input_bg.gif') repeat-x; 
	padding: 4px 0; 
	vertical-align: middle;
}

.input_sides {
	vertical-align: middle;
	padding-bottom: 0;
}

.tabs, #hot_users, #active_users {
	padding: 0;
	margin: 0;
	line-height: 0;
}

.tabs {
	padding-right: 6px;
}

#hot_users h1, #active_users h1 {
	line-height: 1.125em;
}

.tabs_hot a:hover {
	color: #ff9000;
}

.tabs_active a:hover {
	color: #008fec;
}

.tab_container {
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
	margin-right: 4px;
	float: left;
	height: 22px;	
	position: relative;
}

* html .tab_container {
	margin-bottom: -2px;
}

.tab_left {
	width: 4px; 
	height: 22px;
}

.tab_center {
	background: url('i/tabs.gif') repeat-x;		
	text-align: center;
	line-height: 20px;	
	padding: 0 0.3125em;
	height: 22px;
}

.tab_right {
	width: 4px; 
	height: 22px;
}

.selected_tab {
	border-bottom: 1px solid #f9f7fc !important;
}

.selected_tab .tab_left, .selected_tab .tab_right {
	padding-top: 1px;
}

.selected_tab .tab_center {
	margin-top: 1px;
}

/* ----- Main ----- */
.voting_bar {
	position: absolute; 
	bottom: 0; 
	background: url('i/voting_bar.gif') no-repeat bottom center; 
	width: 0.75em; 
	margin-right: 0.3125em;
}

.main_dates, #main_updates, #main_birthdays, .silver_menu {
	padding: 0px 15px 1px 15px;
}

.main_dates li, #main_updates li, .silver_menu li {
	margin: 0;
}

#main_updates a {
	text-decoration: none;
}

#main_updates li {
	border-bottom: 1px solid #DEDEDE;
}

.main_dates a {
	color: #008fec;
	text-decoration: none;
}

/* ----- Profile ----- */
.profile_silver {
	line-height: 18px;
	background-color: #f8f8f8;
	padding-left: 0.3125em;
}

.profile_white {
	line-height: 18px;
	background-color: #fff;
	padding-left: 0.3125em;
}

#upload_border {
	width: 400px; 
	border: 1px solid #008FEB; 
	background-color: #fff; 
	position: relative;
}

#bar_procents {
	position: absolute; 
	top: -2px; 
	left: 50%; 
	color: #FF9000;
}

#upload_progress {
	background: #ECF2F9; 
	height: 15px; 
	width: 0px;
}

#stats_bar li {
	margin: 0;
}

/* ----- Footer ----- */

#footer {
	height: 220px;
}

#footer li {
	margin-bottom: 0;
}

#footer a {
	color: #666;
}

#footer_corners {
	background: #ecf2f9 url('i/footer_corners.gif') no-repeat bottom center;
	width: 100%; 
	border-top: 1px solid #008fec;
	height: 160px;
}

#footer_links, #footer_bookmarks, #footer_funcs, #footer_help {
	padding: 10px 20px;
	height: 135px;
	clear: right;
	width: 176px;
}

.footer_dots {
	margin-top: 13px; 
	background: url('i/icons/vertical_dots_blue.gif') repeat-y; 
	width: 1px; 
	height: 130px;
	clear: right;
}

/* ----- Groups ----- */
.silver_menu label {
	cursor: auto;
}

#group_description_adv a, #group_description_adv span, #group_description_adv label {
	font-size: 10px !important;
}


/* */
.reject_reason {
	z-index: 1000;
}
.favorites, .fans, .friends, .requests, .search, .permissions, .hots, .actives {
	width: 132px; 
	margin-top: 10px;
	position: relative;
}

.favorites .user_panel, .fans .user_panel, .friends .user_panel, .requests .user_panel, .search .user_panel, .permissions .user_panel, .hot_container .user_panel, .active_container .user_panel {
	width: 90px; 
	margin-left: 10px; 
	text-align: center;
}

.favorites_container, .fans_container, .friends_container, .requests_container, .search_container, .permissions_container, .hot_container, .active_container {
	padding: 0 0 10px 0; 
	width: 100%; 
	display: table;
}

.not_found {
	padding: 10px 0 0 10px;
}

/* */
.upload_picture {
	font-size: 18px !important;
}

.upload_picture:hover {
	color: #008FEB;
}
/* Wall */
#graffiti_set_font {
	background-color: #EFEFEF;
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
}

/* Balon */
.balonLink {
	position: relative;
	z-index: 1;
	font-size: 11px !important;
}

.balonLink:hover {
	z-index: 12000;
}

.balon_container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	font-size: 11px;
	padding-bottom: 8px; 
	margin-bottom: 20px; 
	width: 181px;
	background: transparent url('i/balon_bottom.gif') no-repeat bottom left;
}

.balon_container_inner {
	width: 181px; 
	background: transparent url('i/balon_top.gif') no-repeat top left;
	padding-top: 17px;
}

.balon_container_inner_inner {
	background-color: #fff3c6;
	width: 161px;
	padding: 0 10px;
	text-align: left;
	line-height: 14px;
	font-size: 11px;
}

.emo_container {
	width: 30px;
	position: relative;
}

.emo_button {
	background: url('i/emo/1.gif') no-repeat;
	padding-left: 25px;
	display: block;
	height: 25px;
	line-height: 20px;
	cursor: pointer;
}

.emo_tooltip {
	padding: 5px 10px; 
	background: #008fec; 
	color: #fff;
	position: absolute; 
	top: -35px; 
	left: -10px;
	z-index: 2;
}

.emo_tooltip .tooltip_arrow {
	background: url('i/icons/tooltip_arrow.gif') no-repeat left bottom;
	width: 18px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 5px;
	z-index: -1;
}

#veplay {
	background: url('i/veplay.gif') no-repeat 0 0px;
	height: 17px;
	display: block;
	text-indent: -9000px;
	width: 78px;
}

#veplay:hover {
	background: url('i/veplay.gif') no-repeat 0 -15px;
}

/* NEW */
.darkText {
	color: #2f2f2f;
}

fieldset {
	border: 1px solid #dedede; 
	width: 415px;
}

fieldset legend {
	font-size: 11px; 
	padding: 5px;
}

.marTop20 {
	margin-top: 20px;
}

.darkBlue {
	color: #006699;
}

.userInfo li {
	min-height: 20px;
	clear: both;
	display: table;
}

* html .userInfo li {
	height: 20px;
}

.userInfo li span.liTitle {
	width: 115px; 
	float: left;
}

.userInfo li div {
	width: 295px;
	float: left;
	min-height: 20px;
}

* html .userInfo li div {
	height: 20px;
	width: 285px;	
}

.clearDiv {
	font-size: 0;
	line-height: 0;
	height: 0px;
	clear: both;
	width: 100%;
}

blockquote, blockquote span, blockquote a {
	font-size: 11px !important;
}

.sitemap {
	width: 220px;
	padding-top: 20px;
}

.sitemap ol li {
	height: 20px;
	line-height: 10px;
}

.sitemap ol li {
	border-bottom: 1px solid #008FEC;
}

#fireVotes ol {
	background: url('i/hotvotes.gif') no-repeat 0 -38px;
	width: 240px;
	height: 34px;
	position: relative;
}

#fireVotes ol li {
	float: left;
	padding: 0;
	margin: 0;
}

#fireVotes ol li a {
	display: block;
	width: 22px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	position: absolute;
}

#fireVotes ol li.vote1 a {
	left: 0;
	z-index: 10;
	width: 22px;
	
}

#fireVotes ol li.vote1 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	width: 22px;
}

#fireVotes ol li.vote2 a {
	left: 21px;
	z-index: 9;
	width: 25px;
	
}

#fireVotes ol li.vote2 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 46px;
}

#fireVotes ol li.vote3 a {
	left: 45px;
	z-index: 8;
	width: 25px;
	
}

#fireVotes ol li.vote3 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 72px;
}

#fireVotes ol li.vote4 a {
	left: 71px;
	z-index: 7;
	width: 25px;
}

#fireVotes ol li.vote4 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 98px;
}

#fireVotes ol li.vote5 a {
	left: 97px;
	z-index: 6;
	width: 25px;
}

#fireVotes ol li.vote5 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 122px;
}

#fireVotes ol li.vote6 a {
	left: 122px;
	z-index: 5;
	width: 26px;
}

#fireVotes ol li.vote6 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 148px;
}

#fireVotes ol li.vote7 a {
	left: 148px;
	z-index: 4;
	width: 26px;
}

#fireVotes ol li.vote7 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 173px;
}

#fireVotes ol li.vote8 a {
	left: 170px;
	z-index: 3;
	width: 24px;
}

#fireVotes ol li.vote8 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 194px;
}

#fireVotes ol li.vote9 a {
	left: 194px;
	z-index: 2;
	width: 24px;
}

#fireVotes ol li.vote9 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 218px;
}

#fireVotes ol li.vote10 a {
	left: 218px;
	z-index: 1;
	width: 24px;
}

#fireVotes ol li.vote10 a:hover {
	background: url('i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 242px;
}

#serviceLine {
	width: 100%; height: 32px; background: #F4F5F7; border-bottom: 1px solid #fff;
}

#serviceLine div {
	width: 871px; margin: 0 auto;
}

#serviceLine div ol li {
	float: left;
	padding: 0;
	margin: 0;
}

#serviceLine div ol li a {
	width: 70px;
	height: 31px;
	line-height: 31px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFB259;
	text-align: center;
}
#serviceLine div ol li a:hover {
	background: #EDF2F8;
}

#serviceLine div ol li a.index {
	width: 105px;
}