@charset "UTF-8";

body,html
{
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
	width: 100%;
}

body,html,h1,h2,h3,h4,h5,h6,ul,li,img,p,dl,dt,dd
{
	margin:0px;
	padding:0px;
	border: 0;
}

body > img
{
	position: absolute;
}

* { outline: none; }

#wrapper
{
    min-height: 98%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -87px;
    width: 100%;
}

a
{
	color: #205566;
	text-decoration: none;
	font-weight: bold;
}

a:hover, h3 a, h3, #footer a:hover
{
	color: #A34F0F;
}

a.normal
{
	font-weight: normal;
}

h2
{
	color: #32271D;
	font-weight: normal;
}

h4
{
	font-size: 12px;
}

#header
{
	height: 59px;
	width: 100%;
	background: url('/static/sanakirja_new/header_bg.png?1414356558') repeat-x;
	margin-top: 0;
	position: relative;
}

#header div.content
{
	float: left;
	background: url('/static/sanakirja_new/sanakirja.org.png?1414356558') 0 14px no-repeat;
	height: 59px;
	padding: 0;
	position: absolute;
	left: 114px;
	top: 0;
}

#header div.content h1
{
	float: left;
}

#header div.content h1 a
{
	height: 59px;
	width: 196px;
	text-indent: -999px;
	display: block;
}

#header ul
{
	font-size: 14px;
	float: right;
	list-style: none;
	margin-top: 20px;
}

#header ul li
{
	display: inline;
	float: right;
	padding-left: 23px;
}

#header ul a
{
	color: #B5E4E3;
	text-shadow:2px 2px 2px black;
}

#header ul a:hover, #header ul a.selected
{
	color: #CCA54F;
}

div.content
{
	width: 732px;
	padding-left: 114px;
	padding-top: 18px;
}

@media only screen and (max-width: 1054px)
{
	div.content
	{
		padding-left: 20px;
	}
}

div.content.index
{
	width: 969px;
	padding-left: 10px;
	padding-top: 18px;
}

div.news
{
	float: right;
	width: 255px;
	text-align: left;
}

div.news p
{
	font-size: 90%;
	overflow: hidden;
}

div.below_header
{
	width: 100%;
	background: url('/static/sanakirja_new/search_bg.png?1414356558') left bottom repeat-x;
	background-size: 100% 100%;
	padding-bottom: 14px;
}

input.fancy_large
{
	background: url('/static/sanakirja_new/text_input_bg_large.png?1414356558') no-repeat;
	border: 0;
	width: 284px;
	height: 26px;
	padding: 8px;
	padding-bottom: 6px;
	font-size: 20px;
}

input.fancy_normal
{
	background: url('/static/sanakirja_new/text_input_bg_normal.png?1414356558') no-repeat;
	border: 0;
	width: 190px;
	height: 24px;
	padding: 3px;
	padding-bottom: 2px;
	padding-top: 0;
	font-size: 14px;
}

input.fancy_long
{
	background: url('/static/sanakirja_new/text_input_bg_long.png?1414356558') no-repeat;
	border: 0;
	width: 432px;
	height: 24px;
	padding: 3px;
	padding-bottom: 2px;
	font-size: 14px;
}

textarea.fancy
{
	background: url('/static/sanakirja_new/textarea_bg.png?1414356558') no-repeat;
	border: 0;
	width: 365px;
	height: 124px;
	padding: 0 0 5px 5px;
	padding-bottom: 2px;
	font-size: 14px;
}

div.contact p, div.addon p
{
	margin-bottom: 12px;
}

p.submit
{
	text-align: right;
	margin-top: 5px;
	padding-right: 5px;
}

p.text
{
	margin-bottom: 10px;
}

div.contact form
{
	width: 351px;
}

div.text_input_wrap
{
	float: left;
	position: relative;
}

#clear_input
{
	display: block;
	height: 0px;
	position: absolute;
	left: 265px;
	top: 0px;
}

#clear_input span
{
	display: block;
	height: 38px;
	line-height: 38px;
	width: 31px;
	text-align: center;
	cursor: pointer;
	color: #205566;
	font-size: 24px;
	font-weight: 500;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#clear_input span:hover, #clear_input span:active
{
	color: #A34F0F;
}

input.button.fancy
{
	color: transparent;
	border: 0;
	line-height: 0;
	text-indent: -999px;
	font-size: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	vertical-align: middle;
	height: 19px;
}

input.button.fancy.submit
{
	width: 52px;
	background-image: url('/static/sanakirja_new/submit_button.png?1414356558');
}

input.button.fancy.login
{
	width: 63px;
	background-image: url('/static/sanakirja_new/login_button.png?1414356558');
}

input.button.fancy.logout
{
	width: 87px;
	background-image: url('/static/sanakirja_new/logout_button.png?1414356558');
}

input.button.fancy.register
{
	width: 84px;
	background-image: url('/static/sanakirja_new/register_button.png?1414356558');
}

input.button.fancy.continue
{
	width: 49px;
	background-image: url('/static/sanakirja_new/continue_button.png?1414356558');
}

input.button.fancy.ok
{
	background-image: url('/static/sanakirja_new/ok_button.png?1414356558');
	width: 34px;
}

input.button.fancy.previous
{
	background-image: url('/static/sanakirja_img/edellinen.png?1414356563');
	width: 75px;
}

input.button.fancy.save
{
	background-image: url('/static/sanakirja_img/tallenna.png?1414356563');
	width: 69px;
}

input.button.fancy.generate
{
	background-image: url('/static/sanakirja_img/generoi.png?1414356562');
	width: 67px;
}

div.add_translations h4
{
	margin-bottom: 10px;
}

div.add_translations span.language_and_group
{
	font-weight: normal;
}

div.add_translations p.preview_help
{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #E3E2DF;
}

div.add_translations p.preview
{
	text-align: right;
}

div.add_translations input.button.preview
{
	width: 101px;
	height: 30px;
	background: url('/static/sanakirja_new/preview_button.png?1414356558') no-repeat;
	border: 0;
}

div.add_translations input.button.preview:hover
{
	background: url('/static/sanakirja_new/preview_button_hover.png?1414356558') no-repeat;
}

div.add_translations span.main_word
{
	color: #A34F0F;
}

div.add_translations p.description
{
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E3E2DF;
}

div.add_translations div.main_word, div.add_translations div.main_word_language
{
	float: left;
	width: 230px;
}

div.add_translations div.continue
{
	clear: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('/static/sanakirja_new/e3e2df_horizontal_line.png?1414356558') center center repeat-x;
}

div.add_translations #new_translations input
{
	margin-right: 15px;
}

div.add_translations ul.existing_translations
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}

div.add_translations li.subsequent
{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #E3E2DF;
}

div.add_translations li.examples
{
	margin-top: 15px;
}

div.add_translations li.examples p.help
{
	font-weight: bold;
	margin-bottom: 10px;
}

#search input.button
{
	background: url('/static/sanakirja_new/search_button.png?1414356558') no-repeat;
	border: 0;
	width: 71px;
	height: 35px;
	margin-left: 12px;
	vertical-align: bottom;
	margin-top: 4px;
}

#search input.button:hover
{
	background: url('/static/sanakirja_new/search_button_hover.png?1414356558') no-repeat;
}

#search ul.languages
{
	margin-left: 3px;
	clear: both;
	list-style: none;
	padding-top: 10px;
	float: left;
}

#search ul.languages li
{
	display: inline;
	float: left;
}

#swap_languages
{
	margin-left: 11px;
	margin-right: 11px;
}

#swap_languages img
{
	cursor: pointer;
}

#search #pikavalinnat_link a
{
	vertical-align: text-bottom;
	padding-left: 2px;
}

#search select
{
	background: #F1F0EC;
	border: 1px solid #838383;
}

#pikavalinnat_td
{
	padding-left: 20px;
	background: url('/static/sanakirja_new/divider.png?1414356558') 10px 0px no-repeat;
	height: 22px;
}

#pikavalinnat_td ul li
{
	margin-right: 9px;
	line-height: 21px;
}

div.addons
{
	float: right;
	width: 255px;
	text-align: left;
}

div.addons ul
{
	margin-top: 5px;
	list-style: none;
}

div.addons ul li
{
	padding-left: 20px;
	background: url('/static/sanakirja_new/round_list_icon_arrow.png?1414356558') no-repeat;
	font-size: 80%;
	vertical-align: top;
	margin: 0;
	margin-bottom: 5px;
}

#add_translation, #report_error
{
	float: right;
	clear: right;
	height: 25px;
	width: 150px;
	margin-top: 9px;
}

#add_translation a, #report_error a
{
	display: block;
	height: 25px;
	padding-left: 28px;
	padding-top: 2px;
	text-align: left;
}

#add_translation
{
	background: url('/static/sanakirja_new/plus.png?1414356558') 2px 0 no-repeat;
}

#report_error
{
	background: url('/static/sanakirja_new/report.png?1414356558') no-repeat;
}

div.popular_searches, div.latest_searches
{
	float: right;
	width: 468px;
}

#index_uutisboksi
{
	float: right;
}

div.popular_searches h2, div.latest_searches h2
{
	margin-bottom: 9px;
}

div.latest_searches ul, div.popular_searches ul
{
	list-style: none;
}

div.latest_searches ul li, div.popular_searches ul li
{
	width: 32%;
	display: block;
	float: left;
	margin-bottom: 8px;
	margin-right: 1%;
	overflow: hidden;
	height: 14px;
}

div.promo
{
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.promo.first
{
	float: left;
}

div.promo.second
{
	float: right;
	text-align: right;
}

div.addon a.install
{
	padding-left: 18px;
	background: url('/static/sanakirja_new/round_list_icon_arrow.png?1414356558') 0 1px no-repeat;
}

div.addon ul
{
	list-style: none;
}

div.addon ul ul
{
	padding-left: 15px;
	margin-bottom: 10px;
}

#footer
{
	margin-top: 15px;
	height: 87px;
	background: url('/static/sanakirja_new/footer_bg.png?1414356558') repeat-x;
	color: #B5E4E3;
	padding-left: 114px;
}

div.push
{
	height: 87px;
	clear: both;
}

#footer a
{
	color: #B5E4E3;
}

div.copyrights
{
	margin-left: 270px;
}

div.copyrights p
{
	padding-top: 15px;
	font-size: 90%;
	width: 470px;
}

#footer ul
{
	float: left;
	width: 255px;
	list-style: none;
}

#footer ul li
{
	width: 50%;
	display: inline;
	float: left;
	padding-top: 15px;
}

#report_form, div.report_saved
{
	border: 1px solid black;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -100px;
	padding: 1em;
}

#report_form a.cancel
{
	float: right;
	border: 1px solid black;
	text-decoration: none;
	padding: 3px;
}

#report_form div.additional_details
{
	margin-top: 5px;
}

#report_form textarea
{
	width: 300px;
	height: 60px;
	display: block;
	margin-top: 1em;
	font-family: verdana;
	font-size: 12px;
}

#report_form div.desc
{
	padding-top: 1em;
	padding-bottom: 1em;
	white-space: normal;
}

h1
{
	font-size: 18px;
	margin-bottom: 0;
	line-height: 40px;
}

div.search_results h1, div.category h1
{
	color: #333333;
	clear: left;
}

div.category h1
{
	margin-top: -10px;
}

h1, div.search_results h1 b, div.category h1 b
{
	color: #A34F0F;
}

div.search_results h1 span.languagepair
{
	font-weight: normal;
}

div.category h1 select
{
	margin-left: 35px;
}

ul.multiple_spellings
{
	list-style: none;
	border-bottom: 1px solid #E3E2DF;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

ul.multiple_spellings li
{
	line-height: 22px;
}

ul.multiple_spellings a.current
{
	color: #A34F0F;
}

#translations
{
	margin-bottom: 10px;
}

#translations th
{
	color: #A34F0F;
	text-align: left;
}

#translations .group_name td
{
	color: #767676;
	padding-top: 5px;
}

#translations tr.sk-row1 td, #translations tr.sk-row2 td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#translations td
{
	padding-right: 15px;
}

#translations a
{
	font-size: 165%;
	font-weight: normal;
}

#translations ul.audio
{
	list-style: none;
}

#translations ul.audio li
{
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 16px;
}

#translations ul.audio li:last-child
{
	margin-right: 0;
}

#translations ul.audio li object, #translations ul.audio li img
{
	float: left;
	margin-right: 4px;
}

div.pronunciation ul li object
{
	margin-right: 5px;
	vertical-align: text-top;
}

div.pronunciation ul li img
{
	vertical-align: sub;
}

#translations ul.audio li abbr
{
	float: left;
}

div.search_results h3
{
	font-size: 135%;
	margin-bottom: 5px;
}

div.box_banner > div, div.box_banner > object, div.box_banner > object > embed, div.box_banner > a > img, div.box_banner > fieldset
{
	margin-bottom: 10px !important;
}

div.lists
{
	width: 195px;
	float: right;
	padding-left: 10px;
}

div.lists div
{
	margin-bottom: 10px;
}

div.lists h3
{
	line-height: 20px;
}

div.lists ul
{
	list-style: none;
}

div.lists ul li
{
	line-height: 22px;
	margin-bottom: 3px;
}

div.lists ul li span
{
	float: right;
	font-size: 90%;
}

div.pronunciation ul li ul li
{
	margin-left: 18px;
}

div.pronunciation ul li ul.just_one li
{
	margin-left: 0;
}

div.dialog.pronunciation_guide
{
	left: 100px;
}

div.pronunciation_guide div.dialog-content h2
{
	border-bottom: 0;
	margin-bottom: 0;
}

div.pronunciation_guide div.dialog-content h2 a,
div.pronunciation_guide div.dialog-content h2 object
{
	margin-left: 10px;
}

div.pronunciation_guide table, div.pronunciation_guide table td, div.pronunciation_guide table th
{
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
}

div.pronunciation_guide table td, div.pronunciation_guide table th
{
	padding: 4px;
}

div.definitions ol
{
	padding-left: 20px;
	margin-top: 0.2em;
	margin-right: 25px;
}

div.definitions ol li
{
	margin-top: 0.6em;
}

div.search_results p.no_translations_found
{
	margin-bottom: 6px;
}

div.definitions h4
{
	color: #767676;
	font-weight: normal;
}

ul.relations
{
	list-style: none;
	margin-bottom: 10px;
}

ul.relations ul
{
	list-style: none;
	margin-left: 25px;
}

ul.relations li
{
	line-height: 22px;
}

div.search_results p
{
	line-height: 22px;
}

div.search_results p.gender,
div.search_results p.transliteration
{
	margin-bottom: 10px;
}

div.examples ul
{
	list-style: none;
	margin-bottom: 10px;
}

div.examples ul li
{
	margin-bottom: 6px;
	line-height: 22px;
}

div.examples ul li ul
{
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 0;
}

#source_languages_menu
{
	list-style: none;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 125%;
	border-bottom: 1px solid #E3E2DF;
	margin-right: 370px;
}

#source_languages_menu li.first a
{
	color: #A34F0F;
}

table.inflections
{
	margin-bottom: 10px;
}

table.inflections td
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

table.inflections td:first-child
{
	padding-right: 10px;
}

div.search_results div.categories ul
{
	list-style: none;
}

div.search_results div.categories ul li
{
	display: inline;
	float: left;
	width: 30%;
	margin-right: 1%;
	margin-bottom: 5px;
}

div.search_results div.categories ul li a
{
	display: block;
	padding: 5px;
	border: 1px solid #C0C0C0;
}

h2.did_you_mean
{
	color: #A34F0F;
	margin-bottom: 10px;
}

div.similar_words p.multiple_words
{
	font-size: 100%;
	color: #333333;
	font-weight: normal;
	margin-bottom: 6px;
}

div.similar_words ul
{
	list-style: none;
	margin-bottom: 10px;
}

div.similar_words ul li
{
	line-height: 22px;
}

div.similar_words ul.examples li
{
	margin-bottom: 6px;
}

#top_banner
{
	float: left;
	margin: 5px;
	min-width: 837px;
	text-align: right;
}

@media only screen and (max-width: 1023px)
{
	#top_banner
	{
		margin-left: 0;
		margin-right: 0;
	}
}

#right_banner
{
	float: right;
	width: 200px;
	min-height: 125px;
	padding-left: 15px;
}

#right_banner > div, #right_banner > object, #right_banner > object > embed, #right_banner > a > img, #right_banner > fieldset
{
	margin-bottom: 10px;
}

div.content.search_results, div.content.category, div.content.contact, div.content.privacy
{
	width: 904px;
	padding-top: 10px;
}

dt
{
	float: left;
}

dd
{
	white-space: nowrap;
	margin: 0;
	margin-left: 15em;
	margin-bottom: 0.5em;
}

#new_translations li
{
	list-style-type: none;
	margin-top: 10px;
}

span.gender
{
	color: green;
	font-weight: bold;
}

table.error_reports
{
	border-collapse: collapse;
	margin-bottom: 0.8em;
	background-color: #F4FFAB;
}

table.error_reports td, table.error_reports th
{
	padding: 0.5em;
	border: 1px solid black;
}

table.error_reports th
{
	font-weight: bold;
	text-align: left;
}

div.read_report
{
	background-color: #F4FFAB;
	padding: 1em;
	margin: 2px 15px 5px 15px;
}

#ui_language
{
	float: right;
	padding-top: 4.45em;
	padding-right: 0.5em;
}

#ui_language a
{
	position: relative;
	bottom: 0;
}

div.customer_message
{
	padding: 0.5em;
	padding-left: 45px;
	background: url('/static/sanakirja_img/symbols_info_32.png?1414356563') no-repeat 5px 50%;
	border: 1px solid #C0C0C0;
	background-color: white;
	margin-bottom: 9px;
}

a.dismiss_message
{
	padding-left: 19px;
	background: url('/static/sanakirja_img/cross.png?1414356563') no-repeat 0 0;
	height: 19px;
	display: block;
	float: right;
}

ul.customers_navi, ul#customers_main_subnavi
{
	padding: 0;
	list-style: none;
	border-bottom: 1px solid black;
	height: 40px;
	width: 99%;
	margin: 0;
	margin-bottom: 10px;
}

ul#customers_main_subnavi
{
	border-bottom: 0;
}

ul.customers_navi li, ul#customers_main_subnavi li
{
	float: left;
	margin: 0;
}

ul.customers_navi li a, ul#customers_main_subnavi a
{
	display: block;
	border: 1px solid #C0C0C0;
	margin-right: 10px;
	text-decoration: none;
	padding: 0.5em;
	background-color: white;
}

table.payments
{
	border-collapse: collapse;
}

table.payments td
{
	padding: 7px;
	border: 1px solid #CCCCCC;
}

a.audio
{
	margin-right: 5px;
	margin-bottom: 2px;
	vertical-align: middle;
}

@-moz-keyframes rotate {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

a.audio img.loading
{
	-moz-animation: rotate 1s linear 0s infinite;
    -webkit-animation: rotate 1s linear 0 infinite;
}

ul#customers_main_subnavi a
{
	padding-left: 23px;
	font-weight: bold;
}

ul#customers_main_subnavi a.install
{
	background: url('/static/sanakirja_img/plugin.png?1414356562') 5px center no-repeat;
}

ul#customers_main_subnavi a.instructions
{
	background: url('/static/sanakirja_img/page_white_text.png?1414356562') 5px center no-repeat;
}

ul#customers_main_subnavi a.animation
{
	background: url('/static/sanakirja_img/film.png?1414356562') 5px center no-repeat;
}

ol.instructions li
{
	margin-bottom: 5px;
}

div.instructions img
{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

div.category div.categories
{
	margin-bottom: 10px;
}

div.category div.pagination
{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #E3E2DF;
	margin-right: 151px;
	width: 694px;
}

div.category div.pagination span.wordcount
{
	font-weight: bold;
}

div.category div.pagination span.divider
{
	margin-left: 15px;
	margin-right: 15px;
	font-weight: normal;
}

table.category
{
	width: 689px;
}

table.category td
{
	width: 33%;
}

table.category a
{
	font-weight: normal;
}

table.category ul
{
	list-style: none;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

ul.selling_points li
{
	margin-bottom: 7px;
}

#pikavalinnat
{
	display: none;
}

#pikavalinnat
{
	border: 1px solid black;
	position: absolute;
	top: 155px;
	left: 300px;
	right: 300px;
	background: white;
	padding: 10px;
	display: none;
	text-align: left;
	z-index:200;
}

#contexts_popup, #captcha_popup
{
	border: 1px solid black;
	position: absolute;
	top: 100px;
	left: 100px;
	right: 100px;
	background: white;
	padding: 10px;
	display: none;
	text-align: left;
}

#contexts_popup div
{
	float: right;
}

#contexts_popup ul li
{
	float: left;
	list-style-type: none;
	display: inline;
	padding-bottom: 15px;
	padding-right: 15px;
}

div.lists ul li span.pronunciation
{
	float: none;
	width: auto;
	font-family: 'DejaVu Sans','Lucida Grande','Arial Unicode MS','Lucida Sans Unicode','Charis SIL','Doulos SIL',Gentium,GentiumAlt,'Adobe Pi Std',Code2000,'Chrysanthi Unicode','TITUS Cyberbit Basic','Bitstream Cyberbit','Hiragino Kaku Gothic Pro','Matrix Unicode',sans-serif;
	font-size: 115%;
}

div.ask_help_forum
{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -27px;
}

h3 img.info
{
	margin-bottom: -2px;
}

#tooltip
{
	position: absolute;
	padding: 6px;
	font-size: smaller;
	width: 250px;
	background: #EEEEEE;
}

div.recent_discussions ul
{
	list-style: none;
	margin-top: 10px;
}

div.recent_discussions ul li
{
	width: 350px;
	margin-bottom: 8px;
}

div.recent_discussions ul li span
{
	float: right;
}

#header ul a.login
{
	background: url("/static/sanakirja_img/login_bg.png?1414356562") no-repeat;
	display: block;
	height: 22px;
	padding-top: 3px;
	width: 89px;
	text-align: center;
	font-size: 90%;
	margin-top: -3px;
	text-shadow: 2px 2px 2px #101010;
}

div.dialog
{
	display: none;
	left: 220px;
	position: absolute;
	width: 524px;
	z-index: 60000;
	top: 100px;
}

div.dialog.wide
{
	left: 155px;
	width: 654px;
}

div.dialog img.close
{
	border: 1px solid #C0C0C0;
	cursor: pointer;
	float: right;
	padding: 2px;
}

div.dialog-content
{
	background: url('/static/sanakirja_img/dialog.png?1414356562') no-repeat;
	padding: 30px 43px 10px 40px;
}

div.dialog.wide div.dialog-content
{
	background-image: url('/static/sanakirja_img/dialog_wide.png?1414356562');
}

div.dialog-content h2
{
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #C0C0C0;
	color: #A34F0F;
}

div.dialog-footer
{
	background: url('/static/sanakirja_img/dialog.png?1414356562') no-repeat 0 100%;
	height:59px;
}

div.dialog.wide div.dialog-footer
{
	background: url('/static/sanakirja_img/dialog_wide.png?1414356562') no-repeat 0 100%;
}

div.dialog-footer a
{
	display: block;
	margin: 0px 19px;
	padding: 12px;
	padding-left: 20px;
	font-size: 12px;
	background: #EEEEEE;
}

div.dialog #register
{
	display: none;
}

div.dialog p.error
{
	color: red;
	font-size: 95%;
}

table.category li
{
	margin-bottom: 8px;
}

div.loading-overlay
{
	background: white url('/static/sanakirja_img/throbber.gif?1414356562') no-repeat center center;
	opacity: 0.7;
}

div.dialog.shortcuts
{
	top: 220px;
}

.hs-links
{
	clear: left;
	background: white;
	height:19px;
	overflow:hidden;
	width:100%;
	border-bottom: 1px solid black;
}
.hs-links ul
{
	display:block;
	height:19px;
	margin:0 auto;
	list-style: none;
	padding-left: 114px;
}
.hs-links li.hs-title a
{
	color:#515151;
	font-weight:bold;
}
.hs-links li a
{
	color:#515151;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:19px;
	padding:0 18px 0 0;
	font-weight: normal;
}
.hs-links li a:hover
{
	color: #111111;
}
.hs-links li
{
	float:left;
}
#header
{
	border-top: 1px solid #636363;
}
#hs_logo
{
	float: left;
	margin-left: 19px;
	margin-top: 6px;
}

#hs_logo img
{
	border: 1px solid black;
	width: 70px;
	height: 44px;
}

#search div.suggestions
{
	margin-top: 0;
	margin-left: 5px;
	position: relative;
	clear: both;
	top: -4px;
	width: 287px;
	border: 1px solid #9b9b9b;
	background: white;
	-webkit-box-shadow: 0 3px 5px #888888;
	-moz-box-shadow: 0 3px 5px #888888;
	box-shadow: 0 3px 5px #888888;
	display: none;
}

#search div.suggestions ul
{
	list-style: none;
}

#search div.suggestions ul a, #search div.suggestions ul li
{
	line-height: 30px;
	display: block;
}

#search div.suggestions ul li.selected
{
	background: #eeeeee;
}

#search div.suggestions ul a
{
	padding-left: 6px;
	padding-right: 6px;
	font-weight: normal;
}

#search div.suggestions ul a > span.text
{
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 250px;
	display: block;
}

#search div.suggestions ul a > span.translation_count
{
	float: right;
	color: green;
}

#search div.suggestions ul a span.transliteration
{
	color: #aaaaaa;
    margin-left: 8px;
}

#search div.suggestions ul a > span.translation_count.no_translations
{
	color: grey;
}

#search div.suggestions ul a:hover
{
	background: #eeeeee;
}

#header div.content
{
	background-image: url('/static/sanakirja_img/en/webxicon.org.png?1414356562');
	width: 824px;
}

@media only screen and (max-width: 1054px)
{
	#header div.content
	{
		left: 20px;
		width: 824px;
	}
}

#header div.content h1 a
{
	width: 245px;
}

#search input.button
{
	background-image: url('/static/sanakirja_img/en/search_button.png?1414356563');
}

#search input.button:hover
{
	background-image: url('/static/sanakirja_img/en/search_button_hover.png?1414356563');
}

.button.fancy.submit.en
{
	background-image: url('/static/sanakirja_img/en/submit.png?1414356562');
	width: 60px;
}

div.content div.popular_searches
{
	float: left;
	margin-bottom: 10px;
}

#top_banner
{
	min-width: 0;
	margin-left: 0;
	margin-top: 0;
}

div.search_results p
{
	clear: left;
}
