/* Last update 14.12.2011 15:00 */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height:100%;
	background:#fff;
}

#splash {
	background:url(img/background.png);
}

.teatriliit a:link, .teatriliit a:visited {
	color:#5f2c30;
	text-decoration:none;
}

a:link, a:visited, .footer-container a:link, .footer-container a:visited {
	color:#0645AD;
	text-decoration:none;
}

a:hover, .footer-container a:hover {
	text-decoration:underline;
}

:focus {
  -moz-outline-style: none;
}

a, :focus {
   outline: none;
}

div, ul {
	position:relative;
	display:block;
}

ul {
	list-style:none;
}

li {
	display:list-item;
}

img {
	border:none;
}

li a:link,
li a:hover,
p a:link,
p a:hover {
	color:#0645AD;
}

li a:hover,
p a:hover {
	text-decoration:underline;
}

input[type=text]:focus,
input[type=password]:focus {
	outline: 0 none;
}

label {
	float:left;
}

input {
	float:left;
	padding:3px;
	border: 1px solid #d3d3d3;
	background-color:#fcfbfb;
	margin-right:5px;
}

table {
	border: 0px;
	border-collapse: collapse;
}

table th {
	padding: 8px 10px;
	text-align: left;
	background-color: #E8EEF4;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
}

table th span {
	float:left;
	display:block;
	padding: 8px 10px;
}

table td {
	padding:8px 10px;
	border-bottom:1px solid #c7cfd5;
	font-size:11px;
}

table.splash td {
	padding:0px;
	border:none;
	vertical-align:bottom;
}

#header {
	width:100%;
	height:93px;
	background:url(img/header_bg_special.png) repeat-x;
}

.header-container {
	width:960px;
	height:93px;
	margin:0 auto;
}

#header .logo {
	position:absolute;
	top:8px;
	left:0px;
	width:331px;
	height:70px;
	background:url(img/logo.png) no-repeat;
}

.teatriliit #header .logo {
	top:24px;
	width:296px;
	height:41px;
	background:url(img/logo_teatriliit.png) no-repeat;
}

#header .links {
	float:right;
}

#main {
	width:100%;
	overflow:hidden;
	background:url(img/background.png);
}

.shadow {
	width:960px;
	height:20px;
	margin:0 auto;
	background:url(img/shadow.png) no-repeat top center;
}

.more,
div.splash,
div.splash-search-box,
.search-container,
.fields-container,
.article-container {
	width:960px;
	margin: 30px auto;
	overflow:hidden;
}

.splash-search-box {
	text-align:center;
	margin:0 auto;
}

div.splash {
	margin-top:120px;
	background:#fff;
	padding:20px 40px 40px 40px;
	width:580px;
	
	border: 1px solid #ccc;
	
	-moz-border-radius: 40px;
	border-radius: 40px;
	
	-moz-box-shadow: 0px 2px 15px #ccc;
	-webkit-box-shadow: 0px 2px 15px #ccc;
	box-shadow: 0px 2px 15px #ccc;
}

table.splash {
	width:580px;
}

.article-content-container {
	float:left;
	background:#fff;
	padding:20px 30px;
	width: 900px;
}

.fields-container {
	width:873px;
	margin: 30px auto;
}

#header .search-box {
	position:absolute;
	right:42px;
	top:24px;
	width:459px;
	background:url(img/search-bg.png) no-repeat;
	height:40px;
}

.teatriliit #header .search-box {
	/*right:0;*/
}

#header .search-box input.search {
	width:348px;
	height:18px;
	line-height:18px;
	float:left;
	display:block;
	margin:10px 0 0 32px;
	padding:0px;
	border:none;
	background:none;
	font-size:14px;
	color:#333;
}

#header .search-box input.search-btn {
	margin:0px;
	float:left;
	display:block;
	padding:0px;
	width:79px;
	height:40px;
	background:url(img/search-btn.png) no-repeat;
	border:none;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-shadow: #000 0px 1px 2px;
	cursor:pointer;
}

.teatriliit #header .search-box input.search-btn {
	background:url(img/teatriliit-search-btn.png) no-repeat;
}

.left-fields,
.center-fields,
.right-fields {
	width:283px;
	float:left;
	display:table;
	#position:relative;
	overflow: hidden;
	height:501px;
}

.left-fields,
.center-fields {
	margin-right:12px;
}

.fields-middle {
	#position:absolute;
	#top:50%;
	display:table-cell;
	vertical-align: middle;
}

.container-div {
	#position:relative;
	#top: -50%;
}

.container-div .field-bg {
	background:url(img/box-bg.gif) no-repeat bottom right;
	height:159px;
	margin-bottom:12px;
}

.container-div .last {
	margin:0px;
}

.container-div .thumb {
	width:273px;
	border:1px solid #fff;
	margin:0 8px 0 0;
}

.field-bg .thumb div {
	position:absolute;
	bottom:0px;
	width:273px;
	height:40px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.container-div h2 {
	position:absolute;
	bottom:0;
	width:273px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	border-top:1px solid #fff;
	color:#fff;
	text-shadow: #000 0px 1px 2px;
}

.container-div .thumb a {
	position:absolute;
	z-index:99;
}

.yhiskond div {
	background:#0066ff;
}

.majandus div {
	background:#9966ff;
}

.loodus div {
	background:#006e3a;
}

.biograafiad div {
	background:#9f0c02;
}

.teadus div {
	background:#ff3333;
}

.ajalugu div {
	background:#ffcc00;
}

.kultuur div {
	background:#ff9900;
}

#footer {
	width:100%;
}

.footer-container {

	width:960px;
	margin:0 auto;
}

.copy ul {
	display:block;
	height:62px;
	margin:5px 0;
}

.copy ul li {
	vertical-align:top;
	display:inline-block;
	height:62px;
	line-height:62px;
	padding:0px;
	color:#333;
	font-size:10px;
}

li.cc-logo img {
	padding:23px 4px 0 8px;
}

#footer .site-menu {
	width:100%;
	background:#e5e6e6;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}

.site-menu ul {
	margin:8px 0;
	text-align:center;
}

.site-menu li {
	border-left:1px solid #ccc;
	display:inline;
	padding:0 6px;
}

.site-menu li:first-child {
	border:none;
}

.site-menu li a {
	color:#565656 !important;
	font-size:12px;
}

.site-menu li a:hover {
	color:#000 !important;
}

#footer .copy {
	width:100%;
	text-align:center;
	background-color:#FFF;
}

.text-content,
.searchresults,
.article-content,
.error-msg,
.msg {
	overflow:hidden;
	margin:0em;
	padding:0px;
	display:block;
}

.text-content {
	margin:11px 15px 15px 15px;
}

.error-msg p {
	color:#F00;
	font-weight:bold;
	font-size:22px;
}

.msg p {
	color:#333;
	font-size:16px;
	text-align: center;
}

table.grid,
table.grids,
table.grids th,
table.grids td {
	border: 1px solid #ccc;
}

.article-content h2 {
	margin-bottom:0.6em;
	font-size:20px;
	background:none;
	border-bottom:1px solid #AAA;
	color:#000;
	font-weight:bold;
	padding-bottom:0.17em;
	padding-top:0.5em;
	width:auto;
	display:block;
}

.article-content h3 {
	display:block;
	overflow:hidden;
	padding-bottom:0.17em;
	border-bottom:none;
	padding-top:0.5em;
	margin-bottom:0.6em;
}   

.article-content h3.headline {
	border-bottom:1px solid #AAA;
}

.article-content p {
	line-height:1.7em;
	margin:0.4em 0px 0.5em;
	display:block;
	font-size:12px;
}

.thumb {
	border:none;
	background-color:transparent;
	border-color:white;
	margin-bottom:0.5em;
	z-index:5;
}

.thumbinner {
	background-color:#F9F9F9;
	border:1px solid #ccc;
	font-size:94%;
	overflow:hidden;
	padding: 3px !important;
}

.thumbimage {
	border: 1px solid #CCCCCC;
}

.thumbcaption {
	text-align:left;
	padding:2px 0 0 0px;
	font-size:11px;
	font-weight:normal;
}

.thumbcaption p {
	padding-left:3px;
}

.tablecaption {
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 6px;
}


.thumbcaption p {
	line-height:1.3em;
}

.center {
	clear:both;
	width:100%;
	overflow:hidden;
	display:block;
}

.center ul li {
	list-style:none;
}

.center table {
	margin:0 auto;
	padding:0px;
	border:0px;
	border-collapse:collapse;
}

.center table td {
	border:none;
}

.tright {
	border:none;
	margin: 0px 0px 0.5em 1.2em;
	clear:right;
	float:right;
}

.tleft {
	border:none;
	margin: 0px 1.2em 0.5em 0px;
	clear:left;
	float:left;
}

.tcenter {
	border:none;
	margin:0px;
	border-width: 0.5em 1.4em 0.8em 0px;
}

.catlinks {
	font-size:12px;
	background-color: #F9F9F9;
	border: 1px solid #AAAAAA;
	clear: both;
	margin: 3em 0 1em 0;
	padding: 5px;
}

.catlinks a {
	background: none repeat scroll 0 0 transparent;
	color: #0645AD;
	text-decoration: none;
}

.catlinks a:hover {
	text-decoration:underline;
}

.reader-ico {
	position:absolute;
	top:20px;
	right:0px;
	width:27px;
	height:48px;
	background:url(img/reader_ico.png) no-repeat;
	z-index:100;
}

.reader-ico a {
	display:block;

	cursor:pointer;
	width:27px;
	height:48px;
}

.table-header {
	font-weight:bold;
	font-size:12px;
	margin-bottom:4px;
}

/* Kategooria leht */

table.categorie-container,
table.categorie-section {
	width:100%;
}

table.categorie-container thead th {
	font-size:20px;
}

table.categorie-container thead th.yhiskond {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#0066ff;
}

table.categorie-container thead th.majandus {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#9966ff;
}

table.categorie-container thead th.loodus {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#006e3a;
}

table.categorie-container thead th.biograafiad {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#9f0c02;
}

table.categorie-container thead th.teadus {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#ff3333;
}

table.categorie-container thead th.ajalugu {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#ffcc00;
}

table.categorie-container thead th.kultuur {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#ff9900;
}

table.categorie-container thead th.mereleksikon {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#0f2467;
}

table.categorie-container thead th.teatrileksikon {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#5f2c30;
}

table.categorie-container thead th.teatrileksikon {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#830000;
}

table.categorie-container thead th.rahvakultuuri-leksikon {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#a75a00;
}

table.categorie-container thead th.muusikaleksikon {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#58026e;
}

table.categorie-container thead th.spordileksikon {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#00aacf;
}

table.categorie-container thead th.maailma-ravimtaimed {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#398601;
}

table.categorie-container thead th.opilase-entsuklopeedia {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#e4a600;
}

table.categorie-container thead th.teadusleksikon {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#757575;
}

table.categorie-container thead th.eme {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#02927f;
}

table.categorie-container thead th.tallinna-entsuklopeedia {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#0031ac;
}

table.categorie-container thead th.kunstileksikon {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#ac0069;
}

table.categorie-container thead th.sojandusleksikon {
	color:#FFF;
	font-size:20px;
	border-bottom:1px solid #ccc;
	background:#415305;
}

table.categorie-container,
table.categorie-section {
	width:100%;
}

table.categorie-container thead th {
	font-size:14px;
}

table.categorie-section thead th {
	background:#FFF;
	font-size:12px;
}

table.categorie-container td {
	font-size:12px;
	padding:10px;
	border:1px solid #ccc;
	background:#fbfbfb;
}

table.white td {
	background:#fff;
}

table.categorie-container thead th,
table.categorie-section thead th {
	border:1px solid #ccc !important;
}

table.categorie-section td{
	border:1px solid #ccc !important;
	padding:5px;
	margin:0px;
	background:#f4f4f4;
}

table.categorie-section td ul li {
	list-style:none;
}

.column {
	width:213px;
	float:left;
}

.text-content div.column {
	width:206px;
}

.keyword-column {
	width:284px;
	float:left;
}

ul.categories-result {
	margin:10px;
}

ul.categorie-stats {
	float:right;
	margin:0px;
	padding:0px;
}

ul.categorie-stats li {
	text-align:center;
	float:left;
	margin-left:2px;
	padding:0px 5px;
	color:#333;
	font-weight:bold;
	list-style:none;
}

.teatriliit ul.categories-result li a {
	text-decoration:none !important;
}

.teatriliit ul.categories-result li a:hover {
	text-decoration:underline !important;
}

ul.categories-result li {
	font-weight:bold;
	list-style:none;
	margin-bottom:2px;
}

dl {
	margin-top: .2em;
	margin-bottom: .5em;
}

dd {
	line-height: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: .1em;
}

/* Kategooria leht end */

.article-table {
	border-collapse:collapse;
	border:none;
}

.article-table-container-side td
{
	padding:8px 0 !important;
	border:0 none !important;
	font-size:11px;
}

.article-table-container td 
{
	border:0 none !important;
}

.article-table td {
	font-size:12px;
}

.article-table thead td {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#FFF;
	padding:5px;
}

.no-group {
	margin-right:1px;
}

.no-group thead td 
{
	border-top: 1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#FFF;
	color:#000;
}

.article-table thead td a {
	text-decoration:underline;
	color:#0645AD;
	font-weight:normal;
}

.article-table tbody td 
{
	background-color: #F9F9F9;
	border:1px solid #ccc;
	padding:3px 6px;
}

.article-table td.image {
	background:#fff;
	padding: 0;
}

.table-cell-left {
	background:#eeeeee;
}

.article-table-img-container {
	background:#fff;
}

.article-table-img {
	border:none;
}

.article-table-img td {
	border:none !important;
}

.border-none td {
	border: none !important;
}

.article-content ol,
.article-content ul {
	line-height:18px;
	list-style-type:decimal;
}

.article-content ul {
	list-style-type:disc;
}

.article-content ol li,
.article-content ul li {
	padding-left:1px;
	list-style-position:inside;
}

div.searchresult {
	font-size: 12px;
}

.searchmatch {
	font-weight: bold;
}

ul .heading,
.search-result-heading {
	margin-bottom:3px;
	font-size: 120%;
}

h3.search-result-heading {
	font-size:16px;
	font-weight:normal;
	color:#2200C1;
}

.search-text {
	font-size:12px;
}

ul.list-result li,
.search-results li {
	padding-bottom: 1.8em;
	list-style: none;
	list-style-image: none;
}

ul.list-result li {
	padding-bottom:0px;
	margin-bottom:0.8em;
}

/* Admin Book */

.book-container {
	width:100%;
	min-height:100%;
	background:url(img/background.png);
}

.book-content {
	margin:0px;
	padding:0px;
	border:1px solid #ccc;
	background:#fcfcff;
	margin:0 auto;
}

.tool-box {
	color:#333;
	padding:5px 0px 5px 6px;
	max-height:25px;
	background:#fcfbfb;
	border-bottom:1px solid #ccc;
}

.tool-box ul {
	display:block;
	font-size:11px;
	margin:0px;
	padding:0px;
	height:25px;
}

.tool-box ul li {
	vertical-align:top;
	display:inline-block;
	padding:0px;
	margin:0px;
	font-weight:bold;
	height:25px;
	line-height:25px;
}

.zoom-box li,
.page-box li {
	display:inline-block;
	height:23px;
	margin-right: 1px !important;
	padding:0px;
	border: 1px solid #fcfbfb;
}

.tool-box ul li.li-right {
	width:522px;
}

.tool-box ul li.li-left {
	/*width:522px;*/
}

.tool-box ul li.li-center {
	width:169px;
}

.splash-search-box .input-bg,
.search-box .input-bg {
	width:288px;
	float:right;    
	padding-left:22px;
	background:url(img/search-png.png) #fff no-repeat 4px 5px;
}

.splash-search-box .input-bg {
	margin:0 auto;
	float:none;
	padding:8px 5px 8px 26px;
	background:url(img/search-png.png) #fff no-repeat 8px 9px;
}

.issue-box,
.zoom-box,
.page-box,
.nav-box,
.search-box {
	float:left;
}

.nav-box {
	width:100%;
	text-align:center;
}

.nav-box li a {
	display:block;
}

.nav-box li.prev,
.nav-box li.next {
	margin-top:3px !important;
	height:19px !important;
	line-height:19px !important;
}

.nav-box li.prev a.off {
	background:url(img/btn-prev.png) no-repeat;
}

.nav-box li.next a.off {
	background:url(img/btn-next.png) no-repeat;
}

.nav-box li.prev a.on {
	background:url(img/btn-prev-on.png) no-repeat;
}

.nav-box li.next a.on {
	background:url(img/btn-next-on.png) no-repeat;
}

.nav-box .select-bg {
	padding:3px;
	border:1px solid #ccc;
	background:#fff;
	height:18px;
}

.nav-box .select-bg select {
	background:none;
	border:none;
	display:block;
	float:left;
	padding:0px;
	margin:0px;
}

.zoom-box li a,
.page-box li a {
	padding:0 3px;
	display:block;
}

.page-box li a.page-1 {
	background:url(img/page.gif) no-repeat center;
}

.page-box li a.page-2 {
	background:url(img/pages.gif) no-repeat center;
}

.zoom-box li a.zoom-minus {
	background:url(img/zoom_minus.gif) no-repeat center;
}

.zoom-box li a.zoom-plus {
	background:url(img/zoom_plus.gif) no-repeat center;
}

.zoom-box li:hover,
.zoom-box li:hover,
.page-box li:hover,
.page-box li.selected {
	background:#FFF;
	height:23px;
	border:1px solid #ccc;  
}

.search-box {
	float:right;
	width:350px;
}

.input-bg {
	height: 16px;
	display: block;
	padding: 4px 4px 3px 3px;
	border: 1px solid #ccc;
	background-color: white;
}

table.splash p {
	display:block;
	padding:0 10px;
	margin:25px 0 0 0;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:24px;
}

table.splash div.input-bg {
	width:261px;
	float:left;
	margin:15px 10px;
	height:19px;
}

.input-bg select,
.input-bg input {
	min-height:15px;
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	border:none;
	background:none;
}


.search-box input {
	width:100%;
	display:block;
	background:none; !important;
	padding:0px;
	margin:0px;
}

.pages-container {
	overflow:hidden;
	margin:10px auto;
	border:1px solid #ccc;
}

.issue-box {
	width:296px;
}

.issue-box .select-bg {
	width:200px;
	float:left;
	margin-left:5px;
	padding:2px 3px 3px 3px;
	border:1px solid #ccc;
	background:#fff;
}

.issue-box select {
	border:none;
}

/* Avalik paging */

div.table-footer ol {
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 25px;
}

div.table-footer ol li {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	display: inline;
	height: 25px;
	line-height: 25px;
}

div.table-footer ol li a {
	background:#efefef;
	color:#747474;
	padding:5px 8px;
	text-decoration:none;
}

div.table-footer ol li a:hover {
	color:#333;
	background:#d4d3d3;
}

.teatriliit div.table-footer ol li a.active,
.teatriliit div.table-footer ol li a.active:hover {
	color:#fff;
	background:#5F2C30;
}

.teatriliit div.table-footer ol li a.off,
.teatriliit div.table-footer ol li a.off:hover
{
	background:#efefef;
	color:#bbbaba;
}

div.table-footer ol li a.active,
div.table-footer ol li a.active:hover {
	color:#fff;
	background:#0e6389;
}

div.table-footer ol li a.off,
div.table-footer ol li a.off:hover
{
	background:#efefef;
	color:#bbbaba;
}

/* Avalik paging end */

/* Avlik Tab Menu */

.tab-menu {
	width:960px;
	margin:0px;
	height:39px;
}

.tab-menu ul {
	z-index:10;
	list-style:none;
	height:39px;
}

.tab-menu ul li {
	float:left;
	border:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
	display:inline-block;
	height:39px;
}

.tab-menu ul li a {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#595959;
	width:auto;
	padding:0 20px;
	height: 39px;
	line-height:39px;
	display:block;
	text-decoration:none;
}

.tab-menu ul li a:hover {
	background:#dfdfdf;
	color:#000;
}

.tab-menu ul li.selected a {
	display: block;
	margin:0px;
	height: 39px;
	color:#333333;
	background:#FFF;
}

/* Avalik Tab Menu end */

.more {
	text-align:center;
	margin-bottom:30px;
}

.more ol {
	list-style:none;
}

.more ol li {
	line-height:25px;
	padding:0  14px 0 8px;
	display:inline;
	background:url(img/square.png) no-repeat right 3px;
}

.more ol li a {
	font-size:16px;
	font-weight:normal;
	color:#444444;
}

.more ol li:last-child {
	background:none;
}

/* Feedback page */

#feedback-table td {
	border: none;
}

#feedback-table input {
	width: 341px;
	margin: 0;
}

#feedback-table textarea {
	padding: 3px;
}

#inp-captcha {
	width: 153px !important; 
	margin-left: 8px !important; 
	position: relative; 
	top: 8px;
}

#fbsend-button {
	width: 349px !important;
}

.validation-summary-errors {
	margin:1em;
	padding:5px 10px;
	border:1px solid #ccc;
	background:#ffd;
	color:red;
}

.error-msg p {
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.validation-summary-errors span {
	font-weight:bold;
}

.validation-summary-errors ul {
	margin-top:5px;
}

.validation-summary-errors li {
	list-style-type:circle;
	list-style:inside;
	line-height:normal;
}

.input-validation-error {
	background:#fee;
}

span.field-validation-error
{
	position:relative;
	top:6px;
	color:Red;
	padding-left: 4px;
}

#fbText>span.field-validation-error
{
	position:relative;
	top:0px;
	color:Red;
	padding-left: 4px;
}

#fbCaptcha>span.field-validation-error
{
	position:relative;
	top:14px;
	color:Red;
	padding-left: 4px;
}

/* Flags */

.flag 
{
	height:18px;
	float:right;
	background:url(flags/lang-bg.png) no-repeat 0 0 !important;
	padding: 15px 8px 8px 30px;
}

.flag-borders-active 
{
	padding:0 6px;
	cursor:pointer;
}

.flag-borders
{
	padding:0 6px;
	cursor:pointer;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.flag-dep-borders-active 
{
	padding:0 6px;
	cursor:pointer;
}

.flag-dep-borders
{
	padding:0 6px;
	cursor:pointer;
	opacity:0.5;
	filter:alpha(opacity=50);
}

