/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
	min-width: 980px;
	display:block;
	
}
* html body{
 // width: expression((documentElement.clientWidth||document.body.clientWidth)<999?'999px': ((documentElement.clientWidth||document.body.clientWidth)<999?'999px':'auto'));
}
p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}
p.gk_news_block_news_text {
	line-height: 10px;
	height:1px;
}
span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	background: url(../images/play.png) no-repeat;
}

/*** fonts ***/
body {
		line-height: 125%;
		font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
		color: #444;
}

/* size attributes */

body.f-smaller {
	font-size: 12px;
}

body.f-default {
	font-size: 14px;
}

body.f-larger {
	font-size: 16px;
}

a {
	color: #B23B03;
}

a:hover {
	color: #000;
}

td.left a.mainlevel#active_menu {
	color: #000;
}


.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#nav a,
#inset a {
	font-size: 110%;
}

div.moduletable h3,
.contentheading,
.componentheading {
	font-size: 130%;
	color: #222;
}

.componentheading {
  margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}


/* font family */
h3,
.contentheading,
.componentheading,
#nav,
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate,
#inset {
	font-family: Arial, Helvetica, sans-serif;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* module settings */

div.moduletable h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

div.moduletable {
	margin-bottom: 10px;
}

td.left div.moduletable,
td.right div.moduletable  {
	margin-bottom: 15px;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

/* default menu link styles */
a.mainlevel {
	display: block;
}

a.sublevel {

}

a.mainlevel:hover {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}

#inset a.mainlevel {
	display: inline;
	background: none;
	padding: 0 15px;
}

/** regular joomla menu **/

a.mainlevel {
	display: block;
	height: 16px;
	line-height: 15px;
	padding: 0;
	padding-left: 20px;
	background: url(../images/play.png) no-repeat;
	margin-bottom: 3px;
}
a.mainlevel-r {
	height: 26px;
	line-height: 20px;
	padding: 0;
	padding-left: 20px;
	background: url(../images/play.png) no-repeat;
	margin-bottom: 3px;
	font-size: 16px;
	color: #E01201;
	text-decoration: underline;
}
a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}

a.sublevel:link,
a.sublevel:visited {
	font-weight: bold;
}

/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 5px;
}

h4 {
	 padding-bottom: 5px;
}

.small {
	font-weight: bold;
	color: #999;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	color: #999;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #999;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.mainbody td.mainbody td.sectiontableheader {
  padding: 4px;
  line-height: 20px;
  background: #e0e5ed;
  border-bottom: 1px solid #cad1d8;
}

table.mainbody td.mainbody tr.sectiontableentry1 td, 
table.mainbody td.mainbody tr.sectiontableentry2 td {
  padding: 4px;
  border-bottom: 1px solid #e0e5ed;
}

table.mainbody td.mainbody td.sectiontableentry1, 
table.mainbody td.mainbody td.sectiontableentry2{
  padding: 4px;
  border-bottom: 1px solid #e0e5ed;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}


.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}


table.adminform textarea {
  width: auto;
  color: #666;
}

/** width stuff **/

.w-wide div.wrapper {
	width: 900px;
}

.w-thin div.wrapper {
	width: 750px;
}

.w-fluid div.wrapper {
	margin: 0 20px;
}


/* showcase */
#showcase {
	border-bottom: 1px solid #BCC0C7;
	background: #DCE0E8 url(../images/showcase-bg.png) repeat-x;
	color: #444;
}


/** template layout stuff **/

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
	background: #DCE0E8;
}

#mainbg {
	background: url(../images/body-bg.png) repeat-x;
}

#mainbg-2 {
	background: #fff url(../images/body-shadow-br.png) 100% 0 repeat-y;
}

#mainbg-3 {
	background: transparent url(../images/body-shadow-bl.png) 0 0 repeat-y;
}

#mainbg-4 {
	background: transparent url(../images/body-shadow-tr.png) 100% 0 no-repeat;
}

#mainbg-5 {
	background: transparent url(../images/body-shadow-tl.png) 0 0 no-repeat;
	padding: 0 25px;
}

#mainft-2 {
	background: #dce0e8 url(../images/footer-shadow-tr.png) 100% 0 no-repeat;
}

#mainft-3 {
	background: transparent url(../images/footer-shadow-tl.png) 0 0 no-repeat;
	padding: 0 24px;
}

div.wrapper {
	margin: auto;
	position: relative;
}


#showcase ul,
td.left ul,
td.right ul,
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#showcase li,
td.left li,
td.right li,
#footer li {
		border-bottom: 1px dotted #b7bbc7;
		padding-bottom: 0;
		margin-bottom: 2px;
}

#showcase .padding,
#footer .padding {
	padding: 5px 0px;
}

#mainbody-padding {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  
}

#inset {
	color: #ccc;
	text-align: center;
	margin: 15px 0;
}

#inset table {
	width: auto;
	margin: 0 auto;
}

#footer {
	padding-top: 10px;
}

#the-footer {
	text-align: center;
	background: #323C53;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #636D84;
}

#the-footer .padding {
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #636D84;	
	
}

table.showcase,
table.mainbody,
table.headlines,
table.footer {
	width: 100%;
	padding: 0;
}

table.headlines {
	margin-top: -5px;
}

table.showcase tr,
table.mainbody tr,
table.headlines tr,
table.footer tr {
	vertical-align: top;
}

table.showcase td.showcase,
table.footer td.footer,
table.headlines td.headlines {
	width: 50%;
}

table.showcase td.showcase,
table.footer td.footer,
table.mainbody td.left,
table.mainbody td.right,
table.headlines td.headlines {
	padding: 0 10px;
}

table.mainbody td.mainbody {
	padding: 0;
	background: #e6eaf2 url(../images/content-bg.png) repeat-x;
	width:70%;
}

td.mainbody .padding {
	padding: 0 15px;
}

table.mainbody td.left,
table.mainbody td.right {
	width:15%;
	background: #DCE0E8 url(../images/side-bg.png) repeat-x;
	padding-top: 5px;
}

table.mainbody td.left {
	border-right: 1px solid #fff;
}

table.mainbody td.right {
	border-left: 1px solid #fff;
}

table.headlines td.headlines {
	background: #E9EDF5;
}

/* toolbar */

#toolbar {
	height: 31px;
	background: url(../images/toolbar-bg.png) repeat-x;
	position: relative;
}

/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

input#mod_search_searchword {
	width: 120px;
}

.highlight {
  background-color: #ffc;
}

table#adminform #toolbar {
	background: none;
}

/****************/
#login
{
	width:150px;
	float:right;
	margin-right:2px;	
	
}
#login input 
{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
	border:1px solid #999999;
	margin-bottom:2px;
	color: #999999;
}
* html #login input 
{	
	margin-bottom:1px;
}
.contact
{
	padding-right: 10px;
	text-align: right;
	float: left; 
	width: 280px;
	color:#666666;
}
.contact i
{
	font-size:12px;
	color: #999999;
	font-style:normal;

}
.contact b
{

font-weight:bold;

color:#000000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:24px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:22px;
}
.mod_login_username
{
	width:100px;
}

.mod_button
{
position:absolute;
top:4px;

width:150px;
color:#0099CC;
font-size:10px;
float:right;
}
.mod_button a
{
font-size:10px;
color:#0099CC;
}
* html .mod_button
{
right:33px;
}
#mod_login_submit
{
	width:60px !important;
	background:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	border:1px solid  #999999;
	float:right;
	margin-right:-2px;
}

* html #mod_login_submit
{
	margin-right:-6px;
}
.user1
{
width:500px;
}
.poisk_tura
{
	width: 429px;
	height: 330px;
	border:1px solid #999999;
	background:#FFFFFF;
}
.poisk_tura2
{
	width: 351px;
	height: 175px;
}
*html .poisk_tura
{
	width: 427px;
}
.moduletable-spec 
{
	background:#FFFFFF;
	width:430px;
	height:269px;
	border:1px solid #999999;

}

.moduletable-spec  h3
{
	background: #FF6600;
	margin:0;
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 0px 0 0 6px;
}
*html .moduletable-spec  h3
{
	padding: 0px 0 0px 6px;
	line-height:14px;
}
.showcase.gk_news_block_tablerow
{
	height:125px;
	
}
*html .showcase.gk_news_block_tablerow
{
	height:122px;
	
}
*html .right.gk_news_block_tablerow
{
	height:auto;
	
}
.gk_news_block_tablerow h4.gk_news_block_news_header
{
	margin:0;
	font-size:12px;
}
.gk_news_block_left
{
	padding-left:10px;
}
.gk_news_block_right
{
padding-left:-10px;
}
.moduletable-seeall
{
width:380px;
height:15px;
background: rgb(255,51,0);
border:1px solid #ffffff;
padding-left:50px;
margin-bottom:5px;
}
* html .moduletable-seeall
{
width:380px;
height:15px;
background: rgb(255,51,0);
border:1px solid #ffffff;
padding-left:50px;
margin-bottom:5px;
}
.seeall
{
	width:290px;
	height:10px;
	color:#FFFFFF;	
	/*margin:2px 0 0 200px;*/

	
}
.seeall a
{   
   padding-right:8px;	
	padding-top:2px;
	color:#FFFFFF;
	background:url(/images/stories/down.png) no-repeat 100%;	
}
*html .seeall
{       
	margin:0px 0 0 0px;
}
.header
{
height:20px;
width:100%;
padding: 4px 0 0 4px;
}
.header a
{
color: #1D82DC;
}
.moduletable-sob
{
margin-top:5px;
margin-left:5px;
}
.left, .right
{
	margin:0;
	padding:0;
}
.left .moduletable
{
	margin:0px;
	padding:0px;
	width:239px;	
}
.left .moduletable-sob #eventguide1
{
	margin-left:-5px;	
}
.left .moduletable-sob {		
		width:230px;	
}
.left .moduletable h3
{
color: rgb(255, 102, 51); 
font-size: 15px; 
text-decoration:underline;
}


 .foto
{
background:url('/images/stories/foto_turistov.png') no-repeat;
height:46px;
}
 .muz
{
background:url('/images/stories/muzey.png') no-repeat;
margin:0;
padding:0;
height:46px;
}
.moduletable-specp h3
{
	padding:5px;
	font-size:14px;
	padding-top:18px;
	padding-left:13px;
	color: #FFFFFF;
	background-image: url(/images/stories/muzey.png);
	background-repeat: no-repeat;
	height: 35px;
}

.tablo
{
background:url('/images/stories/online_tablo.png') no-repeat;
margin:0;
padding:0;
height:46px;
}

*html  .foto
{
background:url('/images/stories/foto_turistov.gif') no-repeat;
}
*html  .muz
{
background:url('/images/stories/muzey.gif') no-repeat;

}
*html .tablo
{
background:url('/images/stories/online_tablo.gif') no-repeat;

}










.moduletable-muz, .moduletable-foto, .moduletable-tablo
{
margin:0;
padding:0;
height:46px;
}
.foto a,  .muz a,  .tablo a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline  !important;
padding: 18px 0 0 10px;
display:block;
}
 .foto a:hover,  .muz a:hover,  .tablo a:hover
{
color: #CCCCCC;
}
 .foto,  .muz,  .tablo
{
width:239px;
height:46px;

}
.right .moduletable h3
{
background:#FFFFFF;
width:230px;
height:22px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #282828;
padding:8px 0 0 8px;
margin-top:5px;
}

.contentpaneopen 
{

}
.contentpaneopen select
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border:#999999 1px solid;
margin-bottom:15px;

}
.contentheading,.componentheading
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
padding-top:15px;
height:20px;
}
h1.contentheading, h1.componentheading
{
width:50%;
}
#tnk_country_name
{
display:none;
}
.regioneSelectHolder
{
height:25px !important;
}
span.tnk_head1,
{
height:10px !important;
display: block;
margin-top:5px;

}
.thk_gen_div_body, thk_gen_div_head
{
margin-top:5px;

}
.mainbody .moduletable h3
{
color:#666666; 
font-size:26px;
font-weight:normal;
text-decoration:none;
}

.moduletable-rass 
{
width:150px; 
float:left;
}
.moduletable-prig
{

text-align:center;
}

.latestnews a {
	color: rgb(255, 102, 51);
	font-size: 15px;
	text-decoration:underline;
	padding-bottom:12px;
	display:block;
	line-height: 15px;
}
