@charset "utf-8";
.red {
	color: #b30000;
	font-weight: bold;
}
.head {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.news_text {
	background: #fefefe;
	padding: 10px 20px 10px;
	border: solid 1px #c4df9b;
}
.cmnt_text {
	background: #ffffff;
	padding: 10px 10px 10px;
	border: solid 1px #dddddd;
    display: table-cell;
}
.cmnt_text img {
    height: auto;
    max-width: 100%;
}
.news_text img {
    height: auto;
    max-width: 100%;
}
.cmnt {
	background: #f4f4f4;
	border: solid 1px #dddddd;
	max-height: 18px;
}

.text
{
		word-wrap: break-word;
		max-width: 250px;
}

.tblock
 {
 background-color:#ecfad7;
 }

.tblock2
 {
 background-color:#f6ffe9;
 }
 
/* Find */
.highlight { background-color: yellow }

/* Gradient */
h1 {
	font-size:180%;
	line-height:1em;
	color:#8bb544;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-.05em;
	position:relative;	
}
h2 {
	font-size:160%;
	color:#0079b6;
	font-weight:bold;
	letter-spacing:-.05em;
	position:relative;
	margin:.6em 0;
	padding-top:1px; /* use top padding to adjust the start of the gradient  */
	width:100%;
}
h3 {
	font-size:140%;
	color:#7365a0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-.05em;
	padding-top:3px;
	position:relative;
	margin:.6em 0;
	width:100%;
}
h4 {
	font-size:120%;
	color:#dc5b24;
	font-weight:normal;
	letter-spacing:-.05em;
	position:relative;
	margin:.6em 0;
	padding-top:1px;
	width:100%;
}

h1 span, h2 span, h3 span, h4 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(i/gradient_1.png) repeat-x;
}

h1 span, h3 span{background:url(i/gradient_2.png) repeat-x;}
* html h1 span, * html h3 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/gradient_2.png", sizingMethod="scale");
}
* html h2 span, * html h4 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/gradient_1.png", sizingMethod="scale");
}


.head_all {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.type {
	font-size: small;
	color: #FF9900;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color:#ffffff;
}
.txt {
	font-size: small;
	color: black;
}
.rate {
	font-size: small;
	color: #ee6600;
}
a:link {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;

}
a:visited {
	color: #a44300;
	text-decoration: none;
}
a:active
{
	color: #ff6600;
	
}

/* enter panel */ 

a:focus {
	outline: none;
}
#panel {
	background: #ecfad7;
	height: 150px;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 2px #422410;
}
.btn-slide {
	text-align: center;
	width: 100%;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

/* links on pages */ 

.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pane-list li {
	background: #ecfad7;
	padding: 5px 10px;
	border-top: solid 1px #c4df9b;
	cursor: pointer;
}
.pane-list li:hover {
	background: #f6ffe9;
}

.loader {
position: absolute;
top: 25%;
left: 50%;

	background-image:url(i/mnubg.jpg);
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:1px solid #aaa;
	padding:5px;
  box-shadow: 0px 0px 30px #aaa;
  -webkit-box-shadow: 0px 0px 30px #aaa;
  -moz-box-shadow: 0px 0px 30px #aaa;


}


/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
     width: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetWidth || document.body.clientWidth) / 100) + 'px');
}

#tagcloud {
    width: 100%;
    background:#f6ffe9;
    padding: 10px;
    border: solid 1px #c4df9b;
    text-align:center;
}

#tagcloud span {
    padding: 4px;
}

.smallest {
    font-size: x-small;
	font-weight: bold;
}

.small {
    font-size: small;
	font-weight: bold;
}

.medium {
    font-size:medium;
	font-weight: bold;
}

.large {
    font-size:large;
	font-weight: bold;
}

.largest {
    font-size:larger;
	font-weight: bold;
}

.tovar { margin:10px }

.tovar img { 
padding: 3px; 
border: 1px solid #ccc;
background:#fafafa;

-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.chartbl {
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:1px solid #ccc;
	background: white;
	padding:5px;
	color: black;
}

.tov_text {
	background: #fefefe;
	padding: 5px 5px 5px;
	border: solid 1px #c4df9b;
}
.mini
{ 
 font-size:9px;
}
.rzdname
{
	color: green;
	font-weight: bold;
	background-image:url(i/mnubg.jpg);
	background-repeat:repeat-x;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:1px solid #aaa;
	padding:5px;
}
.statshover
{
	background-color:#dbe9c6;
}

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}
/* Container */
#modalContainer {  width:520px; left:25%; top:15%;  background-color:#fff; border:3px solid #ccc;
  box-shadow: 0px 0px 50px #222;
  -webkit-box-shadow: 0px 0px 50px #222;
  -moz-box-shadow: 0px 0px 50px #222;
}
/*
#modalContainer a.modalCloseImg {background:url(i/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}
*/
#basic-modal-content {display:none;}
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container 
{  
	height:360px; width:600px;
	background-color:#fff; border:3px solid #ccc;
	box-shadow: 0px 0px 50px #222;
}
#simplemodal-container .simplemodal-data {padding:8px;}
/*
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;} 
#simplemodal-container h3 {color:#84b8d9;}
*/
#simplemodal-container a.modalCloseImg {background:url(i/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#cl_nick
{ color: green }