html, body
{
	background: #fff;
	color: #444;
	font-size: 11px;
	font-family: 'Tahoma', 'Helvetica', 'Arial', sans-serif;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

div#rap
{
	width: 780px;
	margin: auto;
	display: block;
}

a { cursor: pointer; color: #009cff;} /* ezt csakis a buta internet explorer kedv??rt, yay */
a img
{
	border: 0;
}

h1, h2, h3, h4, h5
{
	font-family: 'Trebuchet MS', sans-serif;
	margin: 0;
letter-spacing: -1px;
}

h1 {
	font-size: 18px;
}

h2
{
	font-size: 15px;
}

h2 span
{
	font-size: 10px;
	display: block;
	clear: both;
	margin-top: -5px;
	color: #444;
}

h2 span a { color: #009cff; text-decoration: none; }
h2 span a:hover { text-decoration: underline; }

h3 a
{
	color: #00adef;
	text-decoration: none;
}

h3 a:hover
{
	padding-right: 10px;
	background: url(general/icon_more.png) right 10px no-repeat;
}

span.info { font-size: 10px; display: block; width: auto; float: left;}
span.info.right { float: right;}
span.info span { margin-left: 20px; }
span.info a { color: #578CCA; text-decoration: underline; font-weight: normal;}
span.info span { display: inline; margin: 0;}
span.info span a { color: #578CCA; text-decoration: underline }

a.more
{
	display: block;
	position: relative;
	width: 7px;
	height: 7px;
	overflow: hidden;
}

a.more span
{
	width: 7px;
	height: 7px;
	position: absolute;
	background: url(general/icon_more.png) 0 0 no-repeat;
}

/* header */

div#header
{
	height: 162px;
	width: 780px;
	display: block;
	position: relative;
	bottom: 0;
	overflow: hidden;
	background: url(general/header_bg.png) 0 70px no-repeat;
	font-size: 11px;
}

div#header h1
{
	width: 260px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

div#header h1 a
{
	width: 459px;
	height: 70px;
	position: relative;
	display: block;
	overflow: hidden;
}

div#header h1 a span
{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(general/header_logo.png) 0 -21px no-repeat;
}

div.banner
{
display: none;
position: relative;
margin-top: 200px;
margin-left: 20px
}

div#header div#login
{
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 74px;
	left: 10px;
}

div#header div#login p
{
	margin-top: 6px;
	font-weight: normal;
}

div#header div#login a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#header div#login a.seperator
{
	padding: 0 5px 0 5px;
	background: url(general/header_seperator.png) 0 3px no-repeat;
}

div#header input.text-input
{
	padding: 0;
	margin: 0;
	background: url(general/header_login_input.png) 0 0 no-repeat;
	width: 64px;
	height: 13px;
	border: 0;
	margin-top: 5px;
	font-size: 9px;
	font-family: 'Tahoma', 'Helvetica', 'Arial', sans-serif;
	color: #013a4f;
	padding: 2px 3px 0 3px;
}

div#header div#login input#login-input { margin-left: 5px; }
div#header div#login input#login-submit { margin-bottom: -4px; }

div#header ul#misc
{
	position: absolute;
	list-style-type: none;
	top: 79px;
	left: 293px;
	margin: 0;
	padding: 0;
}

div#header ul#misc li
{
	float: left;
	padding: 0 5px 0 5px;
	background: url(general/header_seperator.png) 0 3px no-repeat;
}

div#header ul#misc li.first { padding-left: 0; background: none; }

div#header ul#misc li a
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

div#header ul#misc li a:hover
{ text-decoration: underline; }

div#header div#search
{
	position: absolute;
	left: 593px;
	top: 75px;
	color: #fff;
	font-weight: bold;
}

div#header div#search input.text-input
{
	background: url(general/header_search_input.png) 0 0 no-repeat;
	width: 84px;
	margin: 0 0 0px 2px;
}

div#header div#search input.submit
{
	margin: 4px 0 -4px 1px;
}

div#header ul#selector
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	top: 104px;
	left: 0;
}

div#header ul#selector li
{
	float: left;
}

div#header ul#selector li a
{
	font-size: 15px;
	color: #445834;
	font-weight: bold;
}

div#header ul#selector li.item1 a { width: 261px; height: 37px; overflow: hidden; display: block; position: relative; }
div#header ul#selector li.item1 a span { width: 100%; height: 100%; position: absolute; background: url(general/header_bg.png) 0px -34px no-repeat; }
div#header ul#selector li.item1 a:hover span,
div#header ul#selector li.item1 a.active span { width: 100%; height: 100%; position: absolute; background: url(general/header_bg.png) 0px -100px no-repeat; }
div#header ul#selector li.item2 a { width: 258px; height: 37px; overflow: hidden; display: block; position: relative; }
div#header ul#selector li.item2 a span { width: 100%; height: 100%; position: absolute; background: url(general/header_bg.png) -261px -34px no-repeat; }
div#header ul#selector li.item2 a:hover span,
div#header ul#selector li.item2 a.active span { width: 100%; height: 100%; position: absolute; background: url(general/header_bg.png) -261px -100px no-repeat; }
div#header ul#selector li.item3 a { width: 261px; height: 37px; overflow: hidden; display: block; position: relative; }
div#header ul#selector li.item3 a span { width: 100%; height: 100%; position: absolute; background: url(general/header_bg.png) -519px -34px no-repeat; }
div#header ul#selector li.item3 a:hover span,
div#header ul#selector li.item3 a.active span { width: 100%; height: 100%; position: absolute; background: url(general/header_bg.png) -519px -100px no-repeat; }

div#header ul#selector li a:hover
{
	color: #fff;
}

div#header ul#nav
{
	height: 24px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 780px;
	display: block;
	position: absolute;
	left: 0;
	top: 138px;
	background: #045975 url(general/submenu_bg.png) left 0 no-repeat;
}

div#header ul#nav li
{
	float: left;
}

div#header ul#nav li a
{
	float: left;
	background: url(general/submenu_seperator.png) 0 0 no-repeat;
	display: block;
	padding: 1px 7px 2px 7px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


div#header ul#nav li a.active,
div#header ul#nav li a:hover
{
	color: #045975;
	background: #fff;
}

div#header ul#nav li.first a
{
	background: url(general/submenu_left.png) left bottom no-repeat;
	padding-left: 10px;
}

div#header ul#nav li.first a:hover,
div#header ul#nav li.first a.active
{
	color: #045975;
	background: #fff url(general/submenu_left_hover.png) 0 0 no-repeat;;
}

/* infobar */

div#infobar
{
	width: 780px;
	margin: 2px 0 -10px 0;
	height: 30px;
	display: none;
	position: relative;
}

div#infobar .left
{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 10px;
}

div#infobar .center
{
	left: 260px;
	position: absolute;
}

div#infobar .right
{
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 10px;
}

div#infobar p
{
	margin: 0;
}

div#infobar a
{
	color: #009cff;
	text-decoration: none;
	font-weight: bold;
}

/* content */

div#content
{
	width: 510px;
	float: left;
	padding-bottom: 20px;
}


div#content div.link_item
{
	clear: both;
	display: block;
	width: 510px;
	border-top: 1px dotted #D4D4D4;
	padding-top: 15px;
	margin-top: 6px;
}

div#content div.link_item.first
{
	margin-top: 0;
	padding-top: 15px;
	border: 0;
}

div#content div.link_item div.link_info
{
	width: 60px;
	float: left;
	color: #505050;
}

div#content div.link_item div.link_info h2
{
	font-size: 30px;
	letter-spacing: -6px;
	margin-top: -5px;
	text-align:right;
}

div#content div.link_item div.link_info h2 span
{
	letter-spacing: 0;
	display: block;
	clear: both;
	margin-top: -8px;
}

div#content div.link_item div.link_info a
{
	width: 55px;
	height: 15px;
	display: block;
	overflow: hidden;
	position: relative;
	float: right;
}

div#content div.link_item div.link_info a span
{
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	margin: 0;
	background: url(general/icon_tagger.png) 0 0 no-repeat;
}

div#content div.link_item div.link_info a.off span
{
	background-position: 0 -15px;
}

div#content div.link_item div.link_data
{
	display: block;
	float: right;
	width: 440px;
	padding-bottom: 10px;
}

div#content div.link_item div.link_data div.rating
{
	float: right;
	font-size: 16px;
	color: #445834;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	text-align: right;
	margin-bottom: -10px;
}

div#content div.link_item div.link_data div.rating span
{
	display: block;
	clear: both;
	font-size: 10px;
	color: #807d7c;
	font-family: 'tahoma', sans-serif;
	font-weight: normal;
	margin-top: -7px;
}

div#content div.link_item div.link_data h2,
div#content div.link_item div.link_data h2 a
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 18px;
color: #105CB6;
	border-bottom: 1px solid #78A3DC; 
	font-weight: bold;
	text-decoration: none;
	display: inline;
	margin-bottom: 0px;
}

div#content div.link_item div.link_data span.info
{
	display: block;
margin-top: 3px;
color: #999;
}

div#content div.link_item div.link_data p
{
	padding: 5px 0 0px 0;
	display: block;
	clear: both;
	margin-bottom: 4px;
line-height: 140%;
font-size: 12px;
color: #333;
}

div#content form#comment-form,
div#content div#suggest-link,
div#sidebar div#user-links-box-settings,
div#sidebar div.linklisting
{
	display: block;
	background: #bde4fc url(general/sidebar_bluebox_top.png) 0 0 no-repeat;
	-moz-border-radius: 15px;
	margin: 0px 0 15px 0;
	padding: 5px 0 5px 0;
	width: 250px;
}

div#content div#suggest-link
{
	width: 510px;
	margin-bottom: 0;
	background: #bde4fc url(general/main_bluebox_top.png) 0 0 no-repeat;
}

div#content div.mainfooter
{
	width: 510px;
	height: 10px;
	display: block;
	background: url(general/main_bluebox_bottom.png) 0 0 no-repeat;
}

div#content div#suggest-link h2,
div#sidebar div#user-links-box-settings h2,
div#sidebar div.linklisting h2
{
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 18px;
}

div#content div#suggest-link p,
div#sidebar div#user-links-box-settings p,
div#sidebar div.linklisting p
{
	padding: 0 10px 0 10px;
	margin: 5px 0 15px 0;
	font-size: 13px;
}


div#content form#comment-form div,
div#content div#suggest-link div
{
	display: table;
	margin-bottom: 3px;
}

div#content div#suggest-link div p
{
	clear: both;
	padding: 2px 10px 0 75px;
	margin: 0;
}

div#content form#comment-form label,
div#content div#suggest-link label
{
	width: 60px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 11px;
}


div#content form#comment-form input.text,
div#content form#comment-form textarea,
div#content div#suggest-link input.text,
div#content div#suggest-link textarea,
div#content div#suggest-link select,
div#sidebar div#search input.text
{
	border: 0;
	-moz-border-radius: 8px;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	font-family: 'Tahoma', sans-serif;
	font-color: #666;
}

div#content div#suggest-link select
{
	_margin: 5px 0 0 -3px;
}


div#content form#comment-form textarea,
div#content div#suggest-link textarea
{
	width: 400px;
	_margin-left: -3px;
}

div#content div#suggest-link input.text
{
	float: left;
	width: 400px;
}

div#content div#suggest-link input.button
{
	margin: 5px;
}

div#sidebar div.linklisting
{
	background: none;
}

div#sidebar div.linklisting ul
{
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
}

div#sidebar div.linklisting li
{
	margin: 0;
	padding: 0;
}

div#sidebar div.linklisting ul li span
{
	display: block;
	clear: both;
}

div#sidebar div.linklisting ul li span.title a
{
	color: #22a9ff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	line-height: 13px;
}

div#sidebar div.linklisting ul li span.data
{
	margin-bottom: 5px;
	_margin-bottom: -2px;
}

div#sidebar div.linklisting ul li span.data a
{
	color: #444;
	font-size: 10px;
	text-decoration: underline;
}


div#content div#suggest-link input#btn-link-url
{
	margin: 0 5px 5px 274px;
	_margin: 0 5px 5px 244px;
}

div#content div#suggest-link input#link-submit
{
	margin: 0 5px 5px 270px;
	_margin: 0 5px 5px 230px;
}

div#content div#other-links
{
	display: table;
	padding: 5px 0 5px 0;
}

div#content.your_links h2
{
	font-size: 18px;
	font-weight: normal;
	padding: 0;
}

div#content.your_links h3
{
	font-size: 11px;
	font-weight: normal;
	margin: -2px 0 10px 0;
	font-family: 'Tahoma', sans-serif;
}

div#content .title
{
	font-size: 18px;
	margin-bottom: 10px;
}

/* comments */

div#content p
{
	margin: 0 0 10px 0;
}

div#content div.comment-item
{
	padding-left: 10px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #aaa;
}

div#content div.comment-item div.avatar
{
	float: left;
	margin-right: 10px;
}

div#content div.comment-item div.data
{
	float: left;
	width: 100%;
}

div#content div.comment-item div.personal
{
	display: table;
	float: left;
}

div#content div.comment-item div.personal span
{
	display: block;
	clear: both;
}

div#content div.comment-item div.personal span.name,
div#content div.comment-item div.personal span.name a
{
	font-size: 14px;
	text-decoration: none;
	color: #22a9ff;
	font-weight: bold;
}

div#content div.comment-item div.personal span.date
{
	font-size: 10px;
	text-decoration: none;
	color: #555;
}

div#content div.comment-item div.personal span.date a
{
	font-size: 10px;
	text-decoration: none;
	color: #555;
}

div#content div.comment-item div.personal span.date a:hover
{
	color: #22a9ff;
}

div#content div.comment-item span.id a
{
	font-size: 23px;
	color: #ddd;
	text-decoration: none;
}

div#content div.comment-item span.id
{
	float: right;
}

div#content div.comment-item p
{
	margin: 10px 0 0 0;
	clear: both;
font-size: 12px
}
/* comment form */

div#content form#comment-form
{
	display: table;
	padding: 5px 10px 0 10px;
	margin-top: 20px;
}

div#content form#comment-form input.button
{
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

div#content form#comment-form p
{
	clear: both;
	margin: 5px 0 10px 0;
}

div#content form#comment-form input.text
{
	width: 400px;
}

/* pages */ 

div#content div.pages
{
	clear: both;
	width: 520px;
	text-align: center;
	background: #bde4fc;
	display: table;
	margin: 10px 0 0 0;
	-moz-border-radius: 8px;	
}

div#content div.pages h2
{
	font-size: 11px;
	clear: none;
	display: block;
float: left;
	margin: 10px 5px 10px 10px;
}

div#content div.pages a,
div#content div.pages span
{
	font-size: 18px;
	color: #00adef;
	display: block;
float: left;
border: 1px solid #40CBFF;
	font-weight: bold;
	padding: 0 4px 0 4px;
	text-decoration: none;
margin: 5px 1px;
height: 24px;
background: #DBF0FD;
}

div#content div.pages a:hover { 
text-decoration: underline;
}
div#content div.pages span
{
	background: #fff;
	padding: 0px 4px 0px 4px;
	color: #444;
	font-weight: normal;
	
}

/* sidebar */
div#sidebar
{
	float: right;
	display: block;
	width: 250px;
	overflow: hidden;
}

div#sidebar  h2
{
	margin-left: 8px;
}
div#sidebar h3 a:hover
{
	background: url(general/icon_more.png) right 6px no-repeat;
}

div#sidebar  p
{
	margin-top: 0;
	padding-left: 8px;
}
div#sidebar a#register
{
	width: 250px;
	height: 42px;
	display: block;
	position: relative;
	overflow: hidden;
}

div#sidebar a#register span
{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(main/sidebar_register.png) 0 0 no-repeat;
}

div#sidebar ul#faq
{
	list-style-type: none;
	margin: 5px 10px 5px 10px;
	padding: 0;
}

div#sidebar ul#faq li a
{
	width: 220px;
	height: 22px;
	background: url(general/sidebar_button_big.png) 0 0 no-repeat;
	margin-top: 2px;
	display: block;
	font-size: 16px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	padding: 0px 0 0 10px;
}

div#sidebar ul#faq li a:hover { background: url(general/sidebar_button_big.png) 0 -22px no-repeat; }


div#sidebar div#faq_container,
div#sidebar div#stats
{
	display: table;
	background: #bde4fc url(general/sidebar_bluebox_top.png) 0 0 no-repeat;
	_padding: 0 0 5px 0;
	_margin: 0 0 -10px 0;
}

div#sidebar div#stats
{
	padding: 5px 0 -5px 0;
	margin-bottom: -10px;
	_margin-bottom: 0;
	width: 250px;
}

div#sidebar div#stats h2
{
	margin: 5px 0 5px 10px;
}

div#sidebar ul#faq_mini
{
	list-style-type: none;
	margin: 5px 0 5px 10px;
	padding: 0;
}

div#sidebar ul#faq_mini li a
{
	width: 230px;
	height: 14px;
	background: url(general/sidebar_button_medium.png) 0 0 no-repeat;
	margin-top: 2px;
	display: block;
	font-size: 12px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #009cff;
	line-height: 14px;
	overflow: hidden;
	text-decoration: none;
	padding: 0 0 0 10px;
}

div#sidebar ul#faq_mini li a.active,
div#sidebar ul#faq_mini li a:hover{ color: #fff; background: url(general/sidebar_button_medium.png) 0 -14px no-repeat; }

div#sidebar div.textbox
{
	margin: 5px 0 5px 0;
}

div#sidebar div.textbox a
{
	color: #445834;
	font-weight: bold;
	text-decoration: none;
}

div#sidebar div#link_categories ul
{
	list-style-type: none;
	margin: 5px 0 0 0px;
	padding: 0;
}

div#sidebar div#link_categories ul li
{
	float: left;
	margin: 0 2px 2px 0;
}

div#sidebar div#link_categories ul li a
{
	width: 66px;
	height: 14px;
	display: block;
	padding-left: 15px;
	color: #f06;
	font-weight: bold;
	text-decoration: none;
	background: #ddd url(general/sidebar_arrow.png) 3px 5px no-repeat;
}

div#sidebar div#link_categories ul li a:hover
{
	background: #f06 url(general/sidebar_arrow.png) 3px -40px no-repeat;
	color: #fff;
}

div#sidebar div#tag_fame
{
	clear: both;
	display: table;
	background: #f06 url(general/sidebar_pinkbox_bottom.png) 0 bottom no-repeat;
	margin: 10px 0 0 0;
}

div#sidebar div#tag_fame h2
{
	display: block;
	width: 240px;
	background: url(general/sidebar_pinkbox_top.png) 0 0 no-repeat;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 10px;
	color: #fff;
}

div#sidebar div#tag_fame p
{
	color: #fff;
	width: 230px;
}

div#sidebar div#tag_fame div
{
	width: 235px;
	display: table;
	margin: 0 0 10px 6px;
}

div#sidebar div#tag_fame div a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 1px 3px 5px 3px;
	display: block;
	float: left;
	line-height: 14px;
}

div#sidebar div#tag_fame div a.size1 {	font-size: 21px; margin-top: 0px; line-height: 17px; }
div#sidebar div#tag_fame div a.size2 {	font-size: 20px; margin-top: 1px; line-height: 16px; }
div#sidebar div#tag_fame div a.size3 {	font-size: 19px; margin-top: 2px; line-height: 15px; }
div#sidebar div#tag_fame div a.size4 {	font-size: 18px; margin-top: 3px; line-height: 14px; }
div#sidebar div#tag_fame div a.size5 {	font-size: 17px; margin-top: 4px; line-height: 13px; }
div#sidebar div#tag_fame div a.size6 {	font-size: 16px; margin-top: 5px; line-height: 12px; }
div#sidebar div#tag_fame div a.size7 {	font-size: 15px; margin-top: 6px; line-height: 11px; }
div#sidebar div#tag_fame div a.size8 {	font-size: 14px; margin-top: 7px; line-height: 10px; }
div#sidebar div#tag_fame div a.size9 {	font-size: 13px; margin-top: 8px; line-height: 9px; }
div#sidebar div#tag_fame div a.size10 {	font-size: 12px; margin-top: 9px; line-height: 8px; }
div#sidebar div#tag_fame div a.size11 {	font-size: 11px; margin-top: 10px; line-height: 7px; }
div#sidebar div#tag_fame div a.size12 {	font-size: 10px; margin-top: 11px; line-height: 6px; }

div#sidebar div#tag_fame div a:hover
{
	background-color: #fff;
	color: #f06;
}

div#sidebar div.toplist
{
	margin: 5px 0 5px 0;
	display: table;
}

div#sidebar div.toplist ul
{
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
}

div#sidebar div.toplist ul li
{
	clear: both;
	border-top: #aaa 1px dotted;
	display: table;
}

div#sidebar div.toplist ul li.first
{
	border-top: 0;
}

div#sidebar div.toplist ul li a
{
	font-weight: bold;
	font-size: 13px;
	color: #445834;
	text-decoration: none;	
}

div#sidebar div.toplist ul li span.info a
{
	color: #009cff;
	font-size: 10px;
}

div#sidebar div.toplist ul li span.info
{
	margin-bottom: 4px;
}

div#sidebar div#categories
{
	display: table;
	padding: 5px 0 10px 6px;
	margin: 10px 0 0px 0;
	background: #bde4fc url(general/sidebar_bluebox_top.png) 0 0 no-repeat;
	width: 244px;
	-moz-border-radius: 15px;
}


div#sidebar div#categories h2
{
	font-size: 18px;
	margin-left: 4px;
	margin-bottom: 5px;
}

div#sidebar div#categories p
{
	margin: 5px 10px 10px 0;
	font-size: 13px;
}

div#sidebar div#categories a
{
	width: 95px;
	height: 14px;
	display: block;
	float: left;
	padding-left: 15px;
	color: #f06;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(general/sidebar_arrow.png) 3px 5px no-repeat;
	margin: 1px 1px 1px 4px;
}

div#sidebar div#categories a.active,
div#sidebar div#categories a:hover
{
	background: #f06 url(general/sidebar_arrow.png) 3px -40px no-repeat;
	color: #fff;
}

div#sidebar div#search
{
	display: table;
	padding: 5px 10px 0 10px;
	_margin-bottom: -10px;
	background: #bde4fc url(general/sidebar_bluebox_top.png) 0 0 no-repeat;
	width: 230px;
	-moz-border-radius: 15px;
}

div#sidebar div#search div
{
	clear: both;
	display: table;
	width: 100%;
	text-align: center;
}

div#sidebar div#search input.text
{
	width: 120px;
	clear: none;
	float: left;
}

div#sidebar div#search h2
{
	font-size: 18px;
	margin: 0 0 5px 0;
}

div#sidebar div#search a.button
{
	text-align: center;
	font-weight: bold;
	margin: 0px 0 5px 0;
	padding: 3px 10px 3px 10px;
	display: block;
	background: #fff;
	color: #444;
	text-decoration: none;
	-moz-border-radius: 8px;
	float: right;
	
}

div#sidebar div#search p
{
	margin: 5px 10px 10px 0;
	font-size: 13px;
}

div#sidebar div#search input.radio
{
	margin: 3px 10px -3px 4px;
}

/* sidebar misc */

div#sidebar a#register
{
	width: 250px;
	height: 94px;
	display: block;
	position: relative;
	overflow: hidden;
}

div#sidebar a#register span
{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(general/sidebar_register.png) 0 0 no-repeat;
}

div#sidebar div#user-links-box-settings
{
	margin-bottom: 0;
}

div#sidebar div#user-links-box-settings ul
{
	margin: 0 0 0 10px;
	padding: 0 10px 0 10px;
}

div#sidebar div#user-links-box-settings div
{
	margin: 5px 10px 0 10px;
	text-align: right;
}

div#sidebar div#user-links-box-settings div label
{
	margin: 0 0 0 9px;
}

div#sidebar div#user-links-box-settings div
{
	font-size: 11px;
}

div#sidebar div#user-links-box-result
{
	-moz-border-radius: 5px;
	background: #fff;
	padding: 0 5px 3px 5px;
}

div#sidebar div#user-links-box-result textarea
{
	border: 0;
	width: 220px;
	font-size: 10px;
	font-family: 'Tahoma', sans-serif;
}

div#sidebar div.sidebarfooter
{
	width: 250px;
	height: 10px;
	background: url(general/sidebar_bluebox_bottom.png) 0 0 no-repeat;
	display: block;
	margin-bottom: 10px;
}

/* footer */

div#footer
{
	clear: both;
	display: table;
	margin: auto;
	width: 780px;
}

div#footer div#footer-positioner
{
	display: block;
	width: 780px;
	height: 70px;
	background: url(general/footer_bg.png);
	margin-top: 20px;
	position: relative;
}


div#footer div#footer-links
{
	position: absolute;
	left: 84px;
	top: 13px;
	display: table;
	width: 600px;
	height: 40px;
}

div#footer div#footer-links a
{
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 13px;
	background: url(general/footer_bullet.png) 0 4px no-repeat;
	width: 140px;
	font-size: 10px;
}

div#footer div#footer-links a:hover
{
	text-decoration: underline;
}


div#footer div#footer-copyright
{
	color: #fff;
	position: absolute;
	top: 52px;
	left: 93px;
	font-size: 9px;
}

div#footer div#footer-copyright a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#footer div#footer-copyright a:hover
{
	text-decoration: underline;
}

div#footer div#footer-logo-linkter
{
	position: absolute;
	top: 0;
	left: 10px;
}

div#footer div#footer-logo-linkter a
{
	width: 72px;
	height: 70px;
	display: block;
	overflow: hidden;
	position: relative;
}

div#footer div#footer-logo-linkter a span
{
	width: 100%;
	height: 100%;
	background: url(general/footer_bg.png) -10px 0 no-repeat;
	position: absolute;
}

div#footer div#footer-logo-blogter
{
	position: absolute;
	top: 11px;
	left: 673px;
}

div#footer div#footer-logo-blogter a
{
	width: 100px;
	height: 37px;
	display: block;
	overflow: hidden;
	position: relative;
}
div#footer div#footer-logo-blogter a span
{
	width: 100%;
	height: 100%;
	background: url(general/footer_bg.png) -673px -11px no-repeat;
	position: absolute;
}

/* miscalleaneous */

.result
{ background: #fff600; float: none; display: inline; font-size: inherit; }

div#loginscreen
{
	width: 490px;
	background: url(general/main_bluebox_top.png) 0 0 no-repeat;
	padding: 10px 10px 0 10px;
}

div#loginscreen h2
{
	font-size: 18px;
}

div#loginscreen h3
{
	font-size: 15px;
}

div#loginscreen a
{
	color: #009cff;
	font-weight: bold;
	text-decoration: none;
}

div#loginscreen table
{
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0 0 5px 0;
}

div#loginscreen input.text
{
	border: 0;
	background: #fff;
	width: 150px;
	height: 15px;
	font-size: 11px;
	font-family: 'Tahoma', sans-serif;
	color: #444;
	-moz-border-radius: 5px;
	margin: 0 0 5px 0;
	_margin: 0;
}

/* tooltip */

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	opacity: 25;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.alert {
background-color: #fff;
color: #fff;
font-weight: bold;
}

#link-cat-span {
display: block;
width: 425px;
background-color: #ff770d;
color: #fff;
font-weight: bold;
}

/* Top Users Page*/

ol.topusers {margin: 0; padding: 0; list-style-type: none}
ol.topusers li {font-size: 14px; padding: 5px 5px 8px 10px; margin: 0; font-weight: bold}
ol.topusers li a {color:#22A9FF}
ol.topusers img {margin-bottom: -8px;}
li.top1 {background: #E4E4E4;}

a.vote img {padding-bottom: 4px}
