html {
	height: 100%;
	}
body {
	height: 100%;
	}
body#body-main {
	background: #fff url('/styling/backgrounds/bg-body-main.jpg') no-repeat top center;	
}
body#body-common {
	background: #fff url('/styling/backgrounds/bg-body-common.jpg') no-repeat top center;	
}
a:link {
	color: #008700;
	font-size: inherit;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	font-size: inherit;
	text-decoration: underline;
	}
a:hover,
a:active {
	color: #008700;
	font-size: inherit;
	text-decoration: none;
	}
	
#fade {
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); 
	opacity: 0.3;
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
}
#popup {
	position: fixed;
	_position: absolute;
	z-index: 10000;
	width: 940px;
	height: 540px;
	background: #fff;
	left: 50%;
	top: 20px;
	margin-left: -480px;
	padding: 10px;
}

/* Start Layout */
	/* Layout Scheme
		-- #body
			-- #header
			-- #content
				/// - obsolete
				-- #column-left
				-- #column-main / #column-main-wide
				-- #column right / --
				
				-- #bottom-breaker
				///
				
				-- #main-container
					-- #main / #main-wide
					-- #extended / --
				-- #additional-container
				
				-- #bottom-breaker
		-- #footer
	*/
#body {
	min-height: 100%;
	min-width: 1000px;
	position: relative;
	}
#header {
	min-height: 307px;
	position: relative;
	width: 96%;
	}
#header:after {
	clear: both;
	content: '';
	display: block;
	}
#header-small {
	position: relative;
	width: 96%;
	}
#header-small:after {
	clear: both;
	content: '';
	display: block;
}
#content { 
	margin: auto 2%; 
	min-width: 960px;
	position: relative; 
	width: 96%; 
	z-index: 10;
	}
#content:after { 
	clear: both; 
	content: ''; 
	display: block; 
	}
#footer { 
    height: 80px; 
    margin-top: -80px; 
    position: relative;
    }
#bottom-breaker { 
	clear: both; 
	height: 213px; 
	width: 100%;
	}
#column-main { 
	float: left; 
	margin: 0; 
	width: 55%; 
	}
#column-main-wide { 
	float: left; 
	margin: 0; 
	width: 79%; 
	}
#column-right { 
	float: right; 
	width: 24%; 
	}
#column-left { 
	float: left; 
	width: 21%; 
	}
	
#main-container {
    float: right;
    width: 80%;
}
#main-container:after {
    clear: both;
    content: '';
    display: block;
}
#additional-container {
    float: left;
    width: 20%;
}
#main {
    float: left;
    width: 70%;
}
#extended {
    float: left;
    width: 30%;
}
#main-wide {
    float: left;
    width: 100%;
}
/* End Layout */
	
	
/* Start Decorative Elements */
	/* Layout Structure
		-- #header
			-- #login-form / #user-panel
			-- #logo
			-- #top-menu
			-- #search
			
			-- #kremlin
			-- #zilant
			
		-- #footer
			-- #footer-image
	*/
#zilant { 
	background: url('/styling/images/zilant.png') no-repeat; 
	height: 416px; 
	left: 20px; 
	position: absolute; 
	top: 91px; 
	width: 537px; 
	z-index: 10;
	}
#kremlin { 
	background: url('/styling/images/kremlin.png') no-repeat; 
	height: 129px; 
	left: 225px; 
	position: absolute; 
	top: 150px; 
	width: 308px; 
	z-index: 5; 
	}
#footer-image, #footer-image-bottom {
	background: url('/styling/images/footer-image.png') no-repeat; 
	height: 203px;
	margin-top: -203px;
	position: absolute;
	top: 100%;
	width: 807px;
	z-index: 1;
	}
/* End Decorative Elements */
	
	
/* Start Top Menu */
#topmenu {
	float: right; 
	margin: 0 50px 0 0; 
	min-height: 210px; 
	padding: 30px 0 10px 0; 
	position: relative; 
	width: 35%; 
	z-index: 100; 
	}
#header-small #topmenu {
	min-height: 50px; 
}
#topmenu ul li { 
	float: left; 
	width: 45%; }
#topmenu ul li.odd { 
	margin-right: 4%; 
	}
#topmenu ul li.odd { 
	clear: both;
	}
#topmenu ul li.even {
	margin-left: 4%; 
	margin-left: 0;
	}
#topmenu ul li a { 
	font-family: Georgia, 'Times New Roman', Serif; 
	font-size: 1.5em; 
	line-height: 1.25em; 
	}
#header-small #topmenu ul li a {
	font-size: 1.25em;
}
#topmenu ul li a:link, 
#topmenu ul li a:visited { 
	color: #008700;
	}
/* End Top Menu */


/* Authorization */
#authorization {
	background: #008700;
	float: right;
	height: 30px;
	width: 300px;
}
#authorization ul#authorization-form {
	//display: inline-block;
}
#authorization ul#authorization-form:after {
	clear: both;
	content: '';
	display: block;
}
#authorization ul#authorization-form li {
	display: block;
	float: left;
	margin: 5px;
}


/* Start Login Form */
#login-form {
	float: right; 
	margin: 30px 0 10px 20px; 
	padding: 0; 
	width: 180px; 
	}
#login-form:after { 
	clear: both; 
	content:''; 
	display: block;
	}
#login-form .input-bg { 
	background: url('/styling/backgrounds/login-input-field.png') no-repeat; 
	float: left; 
	height: 16px; 
	margin: 2px 0; 
	padding: 0px 14px 5px 10px; 
	width: 112px; 
	}
#login-form .input-bg input { 
	border-width: 0; 
	color: #444; 
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-Serif; 
	font-size: 11px; 
	width: 116px; 
	}
#login-form .button-cnt { 
	float: left; 
	height: 19px; 
	margin: 2px 0 2px 4px; 
	padding: 1px 0 1px 7px; 
	width: 33px; 
	}
#login-form .button-cnt .gbtn { 
	cursor: pointer; 
	display: block;
	height: 19px; 
	overflow: hidden; 
	position: relative; 
	width: 33px; 
	}
#login-form .button-cnt .gbtn ins { 
	background-repeat: no-repeat; 
	height: 38px;
	left: 0; 
	position: absolute; 
	text-indent: -9999px; 
	top: 0; 
	width: 33px; 
	}
#login-form .button-cnt .gbtn:active ins  { 
	top: -19px; 
	}
#login-form #help-btn ins {
	background-image: url('/styling/buttons/help-btn.png'); 
	}
#login-form #login-btn ins {
	background-image: url('/styling/buttons/login-btn.png'); 
	}
#login-form input#login-btn { 
	background-image: url('/styling/buttons/login-btn.png'); 
	background-repeat: no-repeat; 
	height: 19px; 
	width: 33px; 
	}
#login-form input#login-btn:active { 
	background-image: url('/styling/buttons/login-btn.png'); 
	background-position: 0 -19px; 
	background-repeat: no-repeat; 
	height: 19px; 
	width: 33px; 
	}
#login-form p { 
	clear: both;
	font-size: 0.6875em; 
	}
#login-form p a:link, 
#login-form p a:visited { 
	color: #008700;
	}
#login-form p a:hover, 
#login-form p a:active { 
	color: #008700;
	}
/* End Login Form */


/* Start User Panel */
#user-panel { 
	float: right; 
	margin: 30px 0 10px 20px; 
	padding: 0; 
	width: 180px; 
	}
#user-panel:after { 
	clear: both; 
	content:''; 
	display: block;
	}
#user-panel p { 
	font-size: 0.6875em; 
	}
#user-menu li { 
	font-size: 0.6875em;
	}
/* End User Panel */




/* Start Logo */
#logo { 
	background: url('/styling/images/logo.png') no-repeat; 
	float: left; 
	height: 71px; 
	left: 100px; 
	position: relative; 
	top: 10px; 
	width: 222px; 
	}
#logo a {
	display: block; 
	height: 71px; 
	text-decoration: none; 
	width: 222px; 
	}
#logo span { 
	color: #000;
	font-size: 0.625em; 
	left: 5px; 
	position: absolute; 
	top: 55px; 
	}
/* End Logo */



/* Start Search */
#search { 
	clear: both; 
	margin: 0 31px 0 677px; 
	width: auto; 
	}
#search #search-field { 
	background: url('/styling/backgrounds/bg-search-field.png') repeat-x; 
	display: block; 
	height: 27px; 
	position: relative; 
	text-align: left;
	width: 100%; 
	}
#search #search-field input { 
	color: #444;
	border: 0px solid #000; 
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-Serif; 
	font-size: 13px; 
	height: 19px; 
	margin: 3px 0 1px 0; 
	padding: 2px 0; 
	position: relative; 
	z-index: 10; 
	width: 100%; 
	}
#search #search-btn { 
	display: block; 
	height: 27px; 
	overflow: hidden; 
	position: absolute; 
	right: -31px; 
	top: 0;
	z-index: 20; 
	width: 31px; 
	}
#search #search-btn ins { 
	background: url('/styling/buttons/search-btn.png') no-repeat; 
	cursor: pointer;
	display: block; 
	height: 54px; 
	left: 0;
	position: absolute; 
	top: 0; 					    
	width: 31px; 
	}
#search #search-btn:active ins { 
	cursor: pointer;
	left: 0!important; 
	top: -27px!important;
	}
#search #search-label { 
	background: url('/styling/backgrounds/bg-search-label.png') no-repeat; 
	height: 50px; 
	left: -100px; 
	position: absolute; 
	top: -11px; 
	width: 140px; 
	}
#search #search-label label { 
	color: #444; 
	display: block; 
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-Serif; 
	font-size: 13px; 
	font-weight: bold; 
	margin: 0 0 0 45px; 
	padding: 16px 0 14px 0; 
	}
/* End Search */



/* Start General */
h1 { 
	color: #000; 
	font-family: Georgia, 'Times New Roman', Serif; 
	font-size: 1.875em; 
	line-height: 1.067em; 
	margin-top: 10px;
	}
h2 { 
	color: #000; 
	font-family: Georgia, 'Times New Roman', Serif; 
	font-size: 1.5em; 
	line-height: 1.33em; 
	margin-top: 10px;
	}
h3 { 
	color: #000; 
	font-family: Georgia, 'Times New Roman', Serif; 
	font-size: 1.25em; 
	line-height: 1.6em; 
	margin-top: 10px;
	}
/* End General */


/* Start Related Menu */
div.related-menu {
	clear: both;
	float: right;
}			
div.related-menu:after {
	clear: both;
	content: '';
	display: block;
}
ul.related-menu, 
div.related-menu ul { 
	float: right; 
	list-style-type: disc; 
	padding: 5px 0; 
	}
	ul.related-menu li,
	div.related-menu ul li { 
		display: inline; 
		margin: 0 10px;
		}
		ul.related-menu li span,
		div.related-menu ul li span { 
			font-size: 0.75em;
			}
		ul.related-menu li a:link, 
		ul.related-menu li a:visited,
		div.related-menu ul li a:link,
		div.related-menu ul li a:visited { 
			color: #008700;
			}
		ul.related-menu li a:hover, 
		ul.related-menu li a:active,
		div.related-menu ul li a:hover,
		div.related-menu ul li a:active { 
			color: #008700;
			}
/* End Related Menu */



/* Start Related Link */
a.related-link { 
	font-size: 0.75em; 
	margin: 5px 10px;
	}
a.related-link.header { 
	float: right;
	}
			
			p { 
			    font-size: 0.8125em; 
			    line-height: 1.38em;
			    }
			
			.item { 
			    clear: both;
			    margin: 5px 0; 
			    }
			.item:after { 
			    clear: both; 
			    content: ''; 
			    display: block;
			    }

			.news { 
			    margin: 10px 0; 
			    padding: 10px 20px; 
			    }
			.news.important { 
			    background: #f6f5d4; 
			    padding-bottom: 20px;
			    }
			.news.pictured { 
			    padding-left: 182px;
			    }
						
				.news h2 { 
				    font-family: Georgia, 'Times New Roman', Serif;
				    font-size: 0.9375em;
				    font-weight: bold;  
				    line-height: 1.2em; 
				    }
				.news p { 
				    font-size: 0.8125em; 
				    line-height: 1.38em; 
				    text-indent: 1.625em;
					margin: 1.38em 0;
				    }
				.item.news p {
					margin: 0;
				}
				
				.news .info { margin: 10px 0; padding: 0; clear: both;}
				.news .info:after { 
				    clear: both; 
				    content: ''; 
				    display: block;
				    }
				
				.news .date { 
				    float: left; 
				    font-size: 0.75em;
				    margin: 0 20px 0 0; 
				    }
				.news .activity { 
				    float: none; 
				    margin-right: 200px;
				    }
					
				.news a.comments { 
				    background: url('/styling/icons/comments_grey.gif') no-repeat; 
				    font-size: 0.75em; 
				    height: 16px; 
				    padding-left: 20px; 
				    text-decoration: none;
				    }
				.news a.comments:link, 
				.news a.comments:visited { 
				    color: #000; 
				    }
				.news a.comments:hover, 
				.news a.comments:active { 
				    color: #008700; 
				    }
				
				.news .rate { 
				    float: right; 
				    width: 190px;
				    }
					.news .rate * { 
					    display: block;
					    float: right; 
					    }
					.news .rate .vote { 
					    background-repeat: no-repeat; 
					    height: 16px; 
					    width: 16px; 
					    }
						.news .rate .vote span { 
						    display: none;
						    }
					.news .rate .vote.plus { 
					    background-image: url('/styling/icons/vote_yes_grey.gif'); 
					    }
					.news .rate .vote.minus { 
					    background-image: url('/styling/icons/vote_no_grey.gif'); 
					    }
					.news .rate .rating { 
					    font-size: 0.75em; 
					    font-weight: bold;
					    margin: auto 10px; 
					    }
					.news .rate .rating.positive { 
					    color: #9c3;
					    }
					.news .rate .rating.negative { 
					    color: #cd1414;
					    }
					
					.news .tags a:link, 
					.news .tags a:visited { 
					    color: #008700;
					    }
					.news .tags a:hover, 
					.news .tags a:active { 
					    color: #008700;
					    }
					
				.news .tags { 
				    font-size: 0.75em; 
				    width: 280px;
				    }
					
				.news.pictured .date { 
				    margin-left: -162px;
				    }
				.news.pictured .image { 
				    clear: both; 
				    float: left; 
				    margin-left: -162px; 
				    overflow: hidden;
				    width: 140px; 
				    }
					.news.pictured .image img { 
					    border: 1px solid #B6B69D; 
					    width: 140px;
					    }
				.news.pictured .tags { 
				    clear: left; 
				    float: left; 
				    font-size: 0.75em;
				    margin-left: -162px; 
				    width: 140px; 
				    }
				
			.post { 
			    margin: 10px 0; 
			    padding: 0  20px; 
			    }
				.post h2 { 
				    font-family: Georgia, 'Times New Roman', Serif;
				    font-size: 0.9375em; 
				    font-weight: bold; 
				    line-height: 1.2em; 
				    }
				.post p { 
				    font-size: 0.8125em; 
				    line-height: 1.38em; 
				    text-indent: 1.625em;
				    }
			
				.post .info { 
				    clear: both;
				    margin: 10px 0; 
				    padding: 0; 
				    }
				.post .info:after {
				    clear: both; 
				    content: ''; 
				    display: block;
				    }
			
				.post .date { 
				    float: left; 
				    font-size: 0.75em;
				    margin: 0 20px 0 0; 
				    }
				.post .author { 
				    float: left; 
				    font-size: 0.75em;
				    margin: 0 20px 0 0; 
				    }
				.post .activity { 
				    float: none; 
				    margin-right: 200px;
				    }
				
				.post a.comments { 
				    background: url('/styling/icons/comments_grey.gif') no-repeat; 
				    font-size: 0.75em; 
				    height: 16px; 
				    padding-left: 20px; 
				    text-decoration: none;
				    }
				.post a.comments:link, 
				.post a.comments:visited { 
				    color: #000; 
				    }
				.post a.comments:hover, 
				.post a.comments:active { 
				    color: #008700; 
				    }
			
				.post .rate { 
				    float: right; 
				    width: 190px;
				    }
					.post .rate * { 
					    display: block;
					    float: right; 
					    }
					.post .rate .vote { 
					    background-repeat: no-repeat; 
					    height: 16px; 
					    width: 16px; 
					    }
						.post .rate .vote span { 
						    display: none;
						    }
						.post .rate .vote.plus { 
						    background-image: url('/styling/icons/vote_yes_grey.gif'); 
						    }
						.post .rate .vote.minus { 
						    background-image: url('/styling/icons/vote_no_grey.gif'); 
						    }
					.post .rate .rating { 
					    font-size: 0.75em; 
					    font-weight: bold;
					    margin: auto 10px; 
					    }
					.post .rate .rating.positive { 
					    color: #9c3;
					    }
					.post .rate .rating.negative { 
					    color: #cd1414;
					    }
				
				.post .tags { 
				    font-size: 0.75em; 
				    width: 280px;
				    }
					.post .tags a:link, 
					.post .tags a:visited { 
					    color: #008700;
					    }
					.post .tags a:hover, 
					.post .tags a:active { 
					    color: #008700;
					    }
				
			
			.useful { 
			    margin: 15px 0;
			    }
			#comments { 
			    margin: 30px 0 0 0;
			    }
				.comment { 
				    margin: 0; 
				    padding: 5px 20px; 
				    }
			
		
			.pages { 
			    margin: 10px 0; 
			    padding: 0 20px;
			    }
				.pages p { 
				    font-size: 0.75em;
				    }
		


	#footer .inner { 
	    margin: 0 2% 0 400px; 
	    position: relative;
	    z-index: 10; 
	    }
	
	#bottommenu { 
	    font-size: 0.8125em; 
	    }
		#bottommenu ul li { 
		    display: inline; 
		    margin: 0 20px 0 0;
		    }
			#bottommenu ul li a:link, 
			#bottommenu ul li a:visited { 
			    color: #008700; 
			    text-decoration: underline; 
			    }
			#bottommenu ul li a:hover,
			#bottommenu ul li a:active { 
			    color: #008700; 
			    text-decoration: none;
			    }
	
	#counters {
		float: right;
	}
	#copyright { 
	    margin: 10px 0;
	    }
		#copyright p { 
		    font-size: 0.8125em; 
		    margin: 0;
		    }
		#copyright ul li { 
		    display: inline; 
		    font-size: 0.8125em; 
		    margin: 0 20px 0 0;
		    }
		


.content-block { 
    margin: 0 0 20px 0;
    padding: 0 20px; 
    }
	.content-block h2 { 
	    font-family: Georgia, 'Times New Roman', Serif; 
	    font-size: 1.5em; 
	    line-height: 1.33em; 
	    margin-top: 10px; 
	    }
	.content-block h3 { 
	    font-family: Georgia, 'Times New Roman', Serif; 
	    font-size: 0.9375em; 
	    font-weight: bold; 
	    line-height: 2.133em;
	    }
		.content-block h3 small { 
		    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; 
		    font-size: 0.75em; 
		    font-weight: normal;
		    }
	.content-block .inner { 
	    clear: both; 
	    margin: 0 auto 10px auto; 
	    }
	.content-block .inner:after { 
	    clear: both;
	    content: ''; 
	    display: block; 
	    }
	
#currency-indexes {  }
	#currency-indexes .inner { 
	    margin: 10px auto 0 auto;
	    }
	#currency-indexes #USD { 
	    background: url('/styling/icons/USD.png') no-repeat; 
	    height: 32px; 
	    margin: 5px 10px; 
	    padding: 0px 10px 0px 36px;
	    vertical-align: middle; 
	    }
	#currency-indexes #EUR { 
	    background: url('/styling/icons/EUR.png') no-repeat; 
	    height: 32px; 
	    margin: 5px 10px; 
	    padding: 0px 10px 0px 36px;
	    vertical-align: middle; 
	    }
	#currency-indexes span { 
	    color: #000; 
	    font-family: Georgia, 'Times New Roman', Serif; 
	    font-size: 1.5em; 
	    }
	#currency-indexes span.up { 
	    color: #9c3; 
	    font-weight: bold;
	    margin: auto 5px; 
	    }
	#currency-indexes span.down { 
	    color: #cd1414; 
	    font-weight: bold;
	    margin: auto 5px; 
	    }
	#currency-indexes span.changes { 
	    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;  
	    font-size: 0.75em; 
	    padding-left: 1em; 
	    white-space: nowrap;
	    }
		#currency-indexes span.changes ins { 
		    display: inline-block; 
		    margin-left: -1em; 
		    text-align: center;
		    width: 1em; 
		    }
	

.clear { 
    clear: both;
    }
.divider { 
    clear: both; 
    height: 6px;
    }
.pattern { 
    background: url('/styling/images/divider-pattern.gif') repeat-x center top;
    height: 6px; 
    }
.border { 
    border-top: 1px solid #B6B69D; 
    clear: both; 
    height: 0; 
    }
#homepage-margin { 
    height: 60px;
    }
.footnote { 
    font-size: 0.6875em; 
    text-align: right;
    }


/* Popup Message */
#message-container { 
    position: fixed; 
    right: 10px; 
    top: 1px; 
    width: 300px; 
    z-index: 100;
    }
	#message-container .msg { 
	    margin: 0 0 1px 0;
	    }
		#message-container .msg p { 
		    color: #fff; 
		}
	#message-container .error { 
	    background: #DC9A9A; 
	    border: 1px solid #D55555;
	    }
	#message-container .success { 
	    background: #D5D5AB; 
	    border: 1px solid #DCDB6E;
	    }
	#message-container .warning { 
	    background: #E9C781; 
	    border: 1px solid #E5AC39;
	    }

.msg { 
    background: #f6f5d4; 
    margin: 10px 0; 
    padding: 20px;
    }
	.msg p { 
	    font-size: 0.8125em; 
	    line-height: 1.23em; 
	    text-align: center;
	    }

/* Weather */
#weather { 
    margin-left: 40px;
    }
#weather .inner { 
    margin: 10px 0;
    }
	#weather .inner .temperature { 
	    font-family: Georgia, 'Times New Roman', Serif; 
	    font-size: 2em; 
	    line-height: 1em; 
	    text-align: center; 
	    white-space: nowrap;
	    }
	#weather .inner .conditions { 
	    font-size: 0.8125em;
	    }
	#weather .inner h3 { 
	    margin: 0;
	    }
	#weather .inner p { 
	    font-size: 0.8125em; 
	    margin: 0;
	    }
	#weather .inner dl { 
	    clear: both; 
	    margin: 5px 0;
	    }
	#weather .inner dl:after { 
	    clear: both; 
	    content: ''; 
	    display: block;
	    }
		#weather .inner dl dt { 
		    float: left; 
		    font-size: 0.8125em;
		    width: 30%; 
		    }
		#weather .inner dl dd { 
		    float: left; 
		    font-size: 0.8125em;
		    width: 70%; 
		    }


/* Related Links */
#related-links ul li { 
    padding: 4px 10px 4px 20px;
    }
#related-links ul li:after { 
    clear: both; 
    content: ''; 
    display: block;
    }
	#related-links ul li img { 
	    float: left; 
	    margin-left: -20px;
	    }
	#related-links ul li a { 
	    display: block;
	    font-size: 0.6875em; 
	    }
	
	
/* Form */

.info {
	padding: 10px 20px;
	}
.error {
	background: #DC9A9A;
	border: 1px solid #D55555;
	padding: 10px 20px;
	}
	
	
#form {}
.form {
	padding: 5px 0;
	}
	.form ul {
		margin: 0 20px;
		}
		.form ul li {
			margin: 10px 0;
			}
		.form ul li.frm-submit {
			text-align: center;
			}
			.form ul li label {
				display: block;
				padding: 0.154em 0;
				}
				
label {
	font-size: 0.8125em;
	}
input, select, textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-Serif;
	}			
.itextarea {
	border: 0.077em solid #B6B69D;
	font-size: 0.8125em;
	margin-left: -0.46em;
	padding: 0.31em;
	}
.itext {
	border: 0.077em solid #B6B69D;
	font-size: 0.8125em;
	margin-left: -0.46em;
	padding: 0.31em;
	}
.isubmit {
	border: 0.077em solid #B6B69D;
	font-size: 0.8125em;
	padding: 0.62em;
	}
.max {
	margin: 0 -0.46em;
	width: 100%;
	}


/* Currencies */
.currencies th {
	font-size: 0.8125em;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	}
.currencies td {
	border-top: 1px solid #e5e5e5;
	font-size: 0.8125em;
	padding: 3px 5px;
	}
.currencies tr:hover {
	background: #f6f5d4!important;
	}
.currencies tr.even {
	background: #e5e5e5;
	}
.currencies tr.odd {
	background: #fff;
	}
.currencies tr.usd {
	background: #c9e8ce;
	}
.currencies tr.eur {
	background: #d1dfe8;
	}
.currencies span.up {
	color: #9c3;
	font-weight: bold;
	margin: auto 5px; }
.currencies span.down {
	color: #cd1414; 
	font-weight: bold;
	margin: auto 5px;
	}
.currencies span.changes {
	padding-left: 1em;
	white-space: nowrap;
	}
	.currencies span.changes ins {
		display: inline-block;
		margin-left: -1em;
		text-align: center;
		width: 1em;
		}
	
.currency-code {
	padding-left: 26px;
	}
	.currency-code ins {
		background-repeat: no-repeat;
		display: inline-block;
		height: 16px;
		margin-left: -26px;
		margin-right: 10px;
		overflow: hidden;
		position: relative;
		width: 16px;
		}
	    .currency-code ins i {
			background-image: url('/styling/currency-icons/currencies-sprite.png'); 
			display: block;
			height: 320px; 
			position: absolute;
			text-indent: -9999px;
			width: 160px; }
	.AUD ins i { top: 0px; left: -16px; }
	.BYR ins i { top: -16px; left: -32px; }
	.CAD ins i { top: -32px; left: 0px; }
	.CHF ins i { top: -32px; left: -16px; }
	.CNY ins i { top: -32px; left: -32px; }
	.DKK ins i { top: -48px; left: 0px; }
	.EUR ins i { top: -64px; left: -16px; }
	.GBP ins i { top: -80px; left: 0px; }
	.ISK ins i { top: -112px; left: -16px; }
	.JPY ins i { top: -128px; left: 0px; }
	.KZT ins i { top: -144px; left: -32px; }
	.NOK ins i { top: -192px; left: 0px; }
	.SEK ins i { top: -240px; left: 0px; }
	.SGD ins i { top: -240px; left: -16px; }
	.TRY ins i { top: -256px; left: -32px; }
	.UAH ins i { top: -272px; left: 0px; }
	.USD ins i { top: -272px; left: -16px; }
	.XDR ins i { top: -288px; left: 0px; }
	.AZN ins i { top: 0px; left: -32px; }
	.AMD ins i { top: 0px; left: 0px; }
	.BGN ins i { top: -16px; left: 0px; }
	.BRL ins i { top: -16px; left: -16px; }
	.HUF ins i { top: -96px; left: 0px; }
	.KRW ins i { top: -144px; left: -16px; }
	.INR ins i { top: -112px; left: 0px; }
	.KGS ins i { top: -144px; left: 0px; }
	.LVL ins i { top: -160px; left: -16px; }
	.LTL ins i { top: -160px; left: 0px; }
	.MDL ins i { top: -176px; left: 0px; }
	.RON ins i { top: -224px; left: 0px; }
	.TMT ins i { top: -256px; left: 0px; }
	.PLN ins i { top: -208px; left: 0px; }
	.TJS ins i { top: -256px; left: -16px; }
	.UZS ins i { top: -272px; left: -32px; }
	.CZK ins i { top: -32px; left: -48px; }
	.EEK ins i { top: -64px; left: 0px; }
	.ZAR ins i { top: -304px; left: 0px; }


/* Weather */
#weather-detailed {
	margin: 20px 0;
	width: 100%;
	}
#weather-detailed:after {
	clear: both;
	content: '';
	display: block;
	}
.day-forecast {
	float: left;
	margin-right: 2%;
	width: 22%;
	}
	.day-forecast .inner {
		margin: 10px 10px 0 10px;
		}
		.day-forecast .inner p {
			font-size: 0.75em;
			}
	.day-forecast dl {
		height: 100px;
		margin: 10px 0;
		padding: 10px;
		}
	.day-forecast dl:hover {
		background: #f6f5d4;
		}
		.day-forecast dt span {
			font-size: 0.8125em;
			text-decoration: underline;
			}
		.day-forecast dd {
			margin: 10px 0 0 0;
			}
		.day-forecast dd:after {
			clear: both;
			content: '';
			display: block;
			}
			.day-forecast dd img {
				float: left;
				margin: 0 10px 10px 0;
				}
			.day-forecast dd .weather-conditions {
				float: left;
				}
				.day-forecast dd .weather-conditions span {
					font-size: 0.75em;
					}
				
/* Calendar */
.calendar {
	margin: auto;
	width: 189px;
	}
	.calendar th {
		height: 27px;
		min-width: 27px; 
		text-align: center;
		}
		.calendar th span {
			font-size: 0.75em;
			font-weight: bold;
			}
	.calendar td {
		height: 27px;
		min-width: 27px;
		text-align: center;
		}
	.calendar td.current {
		background: #f6f5d4;
		}
		.calendar td span {
			font-size: 0.75em;
			}
		.calendar td a {
			display: block;
			height: 18px;
			padding: 6px 0;
			}
		
		.calendar td a:link,
		.calendar td a:visited {
			background: #e5e5e5;
			color: #008700;
			text-decoration: none;
			}
		.calendar td a:hover,
		.calendar td a:active {
			background: #f6f5d4;
			color: #008700;
			}


/* Context Menu */
ul.context-menu {}
	ul.context-menu li {
		margin: 5px 10px;
		}
		
		ul.context-menu li span {
			font-size: 0.8125em;
			}
			
		ul.context-menu li a:link,
		ul.context-menu li a:visited {
			color: #008700;
			}
		
		ul.context-menu li a:hover,
		ul.context-menu li a:active {
			color: #008700;
			}
/* Tag Menu */
ul.tag-menu {}
ul.tag-menu:after {
	clear: both;
	content: '';
	display: block;
}
	ul.tag-menu li {
		display: block;
		float: left; 
	}
		ul.tag-menu li span {
			font-size: 0.8125em;
		}
		ul.tag-menu li a {
			display: block;
			padding: 5px;
			white-space: nowrap;
		}
		ul.tag-menu li a:link,
		ul.tag-menu li a:visited {
			color: #008700;
		}
		ul.tag-menu li a:hover,
		ul.tag-menu li a:active {
			color: #fff;
			background: #008700;
			-moz-border-radius: 2px; 
			-webkit-border-radius: 2px;
		}
		
/* Menu */
.menu {
	margin-left: 60px;
}	
		
				
/* Related news */
.related-news {
	margin: 10px 0;
}
.related-news .date {
	font-size: 0.6875em;
	line-height: 1.45em;
	margin-bottom: 0;
}
.related-news h3 {
	display: inline;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-Serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.33em;
	margin-top: 0;
}



/* Thumbnail View */
.thumbnails {
	margin: 0 0 0 -10px;
	position: relative;
	//display: inline-block;
	clear: both;
}
.thumbnails:after {
	content: '';
	display: block;
	clear: both;
}
	.thumbnails .thumbnail {
		position: relative;
		float: left;
		display: inline;
		overflow: hidden;
		margin: 10px 0 0 10px;
	}
	.afisha .thumbnail {
		width: 160px;
		min-width: 160px;
	}
		.thumbnails .thumbnail .r {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		}
			.thumbnails .thumbnail .r span {
				font-size: 0.75em;
			}
		.thumbnails .thumbnail .min {
			margin: 0 0 90px 0;
			height: 10px;
		}
		.afisha .thumbnail .min {
			margin: 0 0 90px 0;
			height: 50px;
		}
		.afisha .thumbnail .min {
			width: 160px;
		}

.rockfest .thumbnail {
	width: 160px;
	min-width: 160px;
}
.rockfest .thumbnail .min {
	margin: 0 0 120px 0;
	height: 80px;
}
.rockfest .thumbnail .r img {
	width: 160px;
	height: 120px;
}
.rockfest .thumbnail .r .position {
	width: 50px;
	margin-right: 10px;
	float: left;
	display: block;
	font-size: 2em;
	text-align: center;
	line-height: 1.25em;
}
.rockfest .thumbnail .r .band-info {
	width: 80px;
	float: left;
	display: block;
	font-size: 0.6875em;
}

/* Currencies */
.timetable th {
	font-size: 0.8125em;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	}
.timetable td {
	border-top: 1px solid #e5e5e5;
	font-size: 0.8125em;
	padding: 3px 5px;
	}
.timetable tr:hover {
	background: #f6f5d4!important;
	}
.timetable tr.even {
	background: #e5e5e5;
	}
.timetable tr.odd {
	background: #fff;
	}
.timetable td span {
	margin: 0 10px;
}

.inactive {
	color: #999;
}


/* Content */
.content {
	clear: both;
}
.article {
	clear: both;
}



/* List of Links */
ul.linklist li { 
    padding: 4px 10px 4px 20px;
    }
ul.linklist li:after { 
    clear: both; 
    content: ''; 
    display: block;
    }
	ul.linklist li img { 
	    float: left; 
	    margin-left: -20px;
	    }
	ul.linklist li a { 
	    display: block;
	    font-size: 0.6875em; 
	    }

/* Afisha */
#afisha .afisha-screen {
	display: block;
}
#afisha h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-Serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.33em;
	margin-top: 0;
}
#afisha p {
	font-size: 0.6875em;
	margin: 0;
}



/* Buttons */
.btn,
.btn:link, 
.btn:visited {
	background-color: #222;
	background-image: url('/styling/buttons/btn-overlay.png');
	background-repeat: repeat-x;
	_background-image: none;
	display: inline-block; 
	padding: 5px 10px 6px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.btn,
.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
	color: #fff;
	text-decoration: none;
}

.btn:hover, .btn:active { background-color: #111; color: #fff; }
.btn:active	{ top: 1px; }


.btn { font-weight: bold; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

.btn.btn-close { background-color: #e03000;}
.btn.btn-close:hover,
.btn.btn-close:active { background-color: #861d00;}

.btn.btn-vote { background-color: #82aa00; }
.btn.btn-vote:hover,
.btn.btn-vote:active { background-color: #4e6600;}

.btn.btn-inactive { background-color: #999; cursor: default;}
.btn.btn-inactive:hover,
.btn.btn-inactive:active { background-color: #999;}
.btn.btn-inactive:active { top: 0;}

.popup .header {
	height: 28px;
	padding: 0 0 10px 0;
	//display: inline-block;
}
.popup .footer {
	height: 28px;
	padding: 10px 0 0 0;
	//display: inline-block;
}
.popup .header:after,
.popup .footer:after {
	content:'';
	clear: both;
	display: block;
}
.popup .inner {
	height: 464px;
	overflow: auto;
	width: 940px;
}

.popup .vote,
.popup .close {
	float: right;
}


/* */
.bronze { color: #AE7525;}
.silver { color: #738C91;}
.gold { color: #FFA600;}


/* Rock Fest */
.band-image {
	width: 480px;
	height: 360px;
	float: left;
	margin: 10px 20px 10px 0;
}
.band-description {
	width: 420px;
	float: left;
}
.band-description p { 
	font-size: 0.8125em; 
	line-height: 1.38em;
	margin: 1.38em 0;
}
				
/* Color Scheme */
/*
Background: 
	- normal		#fff;
	- important		#f6f5d4;
	- hover 		#f6f5d4;
	- alternative	#e5e5e5 (desaturated #f6f5d4)
	
Border:
	- normal		#B6B69D; (shades to #F6F6D4)
	- lighter 		#DCDCBE; (Lighter shade to #F6F6D4)
	
Link:
	- normal		#008700;
	- visited (was)	#302f05;
	- visited 		#000;
	