/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/* IZKĀRTOJUMA BLOKI */
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */

body 
{
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

#container 
{
  margin: 0 auto;
  padding: 0;
  width: 994px;
  /*border-right: 1px solid #82b034;
  border-left: 1px solid #82b034;*/
  text-align: left;
  /*background: #eee;*/
}

#top 
{
  padding: 8px 0 0 0;
  height: 110px;
  width: 994px;
  background: url(/images/meitenem.png) 0 0 no-repeat;
  position: relative;
  font-family: verdana;
  font-size: 11px;
}

.home
{
	width: 110px;
	height: 30px;
	cursor: pointer;
	position: absolute;
}

.category_links
{
	text-align: right;
	margin-right: 10px;
	color: #FFA500; /* oranžs */
}

.category_links a
{
	text-decoration: none;
	color: #FFA500; /* oranžs */
}

.header_bottom
{
	/*border: 1px solid red;*/
	margin-top: 70px;
	color: #ffffff;
	margin-left: 10px;
	height: 20px;
}

.header_bottom_in
{
	float: left;
}

.leftLinks
{
	margin: 10px 0 10px 5px;
}

.leftLinks a
{
	text-decoration: none;
	color: #82b034;
	font-weight: bold;
	font-size: 15px;
}

.leftLinks a:hover
{
	text-decoration: underline;
}

.flowers
{
	width: 160px;
	height: 70px;
	background: url(/images/flowers.png) 0 0 no-repeat;
	margin-top: -10px;
}

.flowers2
{
	width: 160px;
	height: 60px;
	background: url(/images/flowers2.png) 3px 3px no-repeat;
	margin-top: 10px;
	margin-left: 5px;
	/*border: 1px solid red;*/
}

#content_box {
  width: 994px
  clear: both;
}

/*
#content_l {
  min-height: 200px;
  width: 805px;
  float: left;
  padding: 5px 10px 5px 5px;
}
#content_r {
  padding: 5px;
  width: 164px;
  float: right;
}
*/

#content_l 
{
  min-height: 200px;
  width: 710px;
  float: left;
  /*padding: 5px 10px 5px 5px;*/
}

#content_r 
{
  padding: 0px;
  width: 280px;
  float: right;
}

#clearer {
  clear: both;
}


/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/* APAKŠA */
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
#bottom {
  padding: 10px 10px 10px 260px;
  height: 15px;
  width: 724px;
  // width: 994px; /* 974w + 10p + 10p */
  background: #82b034;
  /*border-top: 1px solid #555;*/
  font-family: verdana, sans-serif;
  font-size: 7pt;
  color: yellow;
}

#bottom a 
{
  color: yellow;

}

/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/* IZVĒLNE */
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.izvelne
{
  float: left;
  text-transform: lowercase;
  width: 250px;
}

/* aktīvā elementa stils: sākums */
#nav li #menuActive a 
{
  color: yellow;
  text-decoration: none;
}
#nav li #menuActiveIn a 
{
  color: yellow;
  text-decoration: none;
}

#menuActive a:hover,
#menuActive a:active {
  /*color: #FFA500;*/
  /*border-bottom: 1px solid orange;*/
}
/* aktīvā elementa stils: beigas */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
	color: #aaa;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
}

#nav a {
	display: block;
	padding: 2px;
}
#nav li a:link,
#nav li a:visited 
{
  text-decoration: none;
  color: #FFFFFF;
}
#nav li a:active,
#nav li a:hover 
{
  text-decoration: none;
  color: yellow;
}

#nav li { /* all list items */
	float: left;
	padding: 0px 4px 0px 4px;
	margin: 0 1px 1px 0;
	// margin: 0 1px 1px 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding: 1px 0 0 1px;
	background: #bbb;
	width: 125px;
	// width: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* fiksēts platums 2 līmeņa elementiem */
	width: 115px;
	padding: 5px 6px 3px 3px;
	background: #555;
}
#nav li ul li a:link,
#nav li ul li a:visited {
  text-decoration: none;
	padding: 0 0 3px 5px;
 	color: #999;
}
#nav li ul li a:active,
#nav li ul li a:hover {
  text-decoration: none;
 	color: #FFD700;
 	color: gold;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.clsCMOver{
	color: #ffd700;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px 0 0 1px;
	width: 125px;
}
.clsCmOn{
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px 0 0 1px;
	width: 125px;
}
.clsCMMenuOver{
	color: #ffa500;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px 0 0 1px;
	width: 125px;
}
.clsCmMenuOn{
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px 0 0 1px;
	width: 125px;
}
.other_interesting{
	float:left;
	width: 245px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.other_interesting a {
	color: #000000;
	text-decoration: none;
}
#other_articles {
	margin-top: 15px;
}
#banner_other_articles, #banner_other_articles a, #other_articles, #other_articles a {
	font-size: 11px;
	font-family: arial;
}

.siteMap
{
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 
	
}

.siteMap a
{
  color: #666666;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
}

.siteMap a:hover
{
  color: #666666;
  text-decoration: underline;
}

.upload_div
{
	/*border: 2px coral solid;*/
	background: #FFFFFF; 
	position: fixed; 
	top: 339; 
	left: 355; 
	height: 90px; 
	width: 313px;
	// padding-top: 13px;
	z-index: 2;
}

.upload_div
{
  // position: absolute; 
  // right: auto; bottom: auto;
  // left: expression( ( -355 - upload_div.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  // top: expression( ( -250 - upload_div.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.upload_text
{
	width: 200px; 
	float: left; 
	padding-top: 28px; 
	// padding-top: 13px;
	padding-left: 30px;
}

.tooltip
{
	padding: 2px;
	border: 1px #000 solid;
	background: #FFFFFF;
	position: absolute;
	min-width: 500px;
	min-height: 60px;
	// width: 500px;
    // height: 60px;
	max-width: 500px;
	font-family: Verdana, sans-serif;
    font-size: 8pt;
	cursor: pointer;
}

.tooltip2
{
	padding: 2px;
	border: 1px #000 solid;
	background: #FFFFFF;
	position: absolute;
	min-width: 500px;
	min-height: 60px;
	// width: 500px;
    // height: 60px;
	max-width: 500px;
	font-family: Verdana, sans-serif;
    font-size: 8pt;
	cursor: pointer;
}

.xTooltip
{
	position: absolute; 
	left: 490;
	top: 5;
	font-weight: bold;
	color: red;
	border: 1px solid #666;
}

.tooltip a
{
	min-width: 500px;
	min-height: 60px;
	// width: 500px;
    // height: 60px;
	display: -moz-inline-block;
	color: #000;
	text-decoration: none;
}

.tooltip a:hover
{
	text-decoration: none;
}

.infoText
{
	width: 530px;
	height: 700px;
	float: left;
	border-right: 1px solid  #FFD700;
	margin-right: 25px;
	padding: 5 0 0 10px;
	font-family: Verdana, sans-serif;
    font-size: 9pt;
}

.infoText a
{
	text-decoration: none;
	color: #FFA500;
}

hr_class
{
	height: 1px;
	width: 615px;
	// width: 600px;
	color: #ffcc66;
	float: left;
	border: none;
	border-top: 1px solid #ffcc66;
}

.dot
{
	color: orange;
	font-weight: bold;
	size: 12pt;
}

.whatisit_link
{
	color: #FFA500;
	cursor: pointer;
	font-size: 8pt;
}

.infoTextNew
{	
	text-align: center;
	width: 980px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	margin-top: 20px;
	border-bottom: 1px solid #FFA500;
}	

.infoTextNew a
{	
	color: #FFA500;
	text-decoration: none;
}

.infoItem
{
	margin-top: 5px;
}

.tag_block
{
	width: 740px;
	height: 25px;
	background-color: black;
	/*border: 1px solid red;*/
	float: left;
}


.tagActive
{
  font: bold 11px verdana, sans-serif;
  width: 120px;
  height: 20px;
  float: left;
  text-align: center;
  background-color: #eee;
  padding-top: 5px;
}

.tagPassive
{
  font: bold 11px verdana, sans-serif;
  width: 120px;
  height: 20px;
  float: left;
  text-align: center;
  background-color: #000;
  padding-top: 5px;
}

.tagActive a
{
	/*background-color: #eee;*/
	color: #000;
	text-decoration: none;
	/*display: -moz-inline-block;*/
	height: 20px;
	width: 120px;
}

.tagPassive a
{
	/*background-color: #000;*/
	color: #eee;
	text-decoration: none;
	display: -moz-inline-block;
	height: 20px;
	width: 120px;
}

/*
.tagPassive a:hover
{
	background-color: #eee;
	color: #000;
}
*/

.news_box
{
	width: 274px;
	height: 360px;
	/*border: 1px solid red;*/
	margin: 5px 0 5px 0px;
}

.news_box_tab_active
{
	width: 136px;
	//width: 136px;
	height: 20px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	float: left;
	background-color: #fff;
	text-align: center;
}

.news_box_tab_passive
{
	width: 136px;
	//width: 136px;
	height: 20px;
	border-bottom: 1px solid #666;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	float: left;
	text-align: center;
}

.news_box_body
{
	clear: both;
	width: 272px;
	height: 340px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #fff;
}

.news_box_item
{
	width: 264px;
	height: 26px;
	margin: 0px 3px 5px 3px;
}

.simpleLink
{
	color: #000;
	text-decoration: none;
}

.simpleLink:hover
{
	text-decoration: underline;
}

.orangeLink
{
	color: #FFA500;
	text-decoration: none;
	font-weight: normal;
}

.orangeLink:hover
{
	text-decoration: underline;
}

.karikatura_new
{
	width: 272px;
	/*height: 256px;*/
	border: 1px solid #82b034;
	margin-top: 10px;
	background: #fff;

}

.karikatura_title
{
	font-size: 12px; 
	font-weight: bold; 
	margin: 5px 0 5px 10px;
	color: #82b034;
}

.karikatura_new img
{
	width: 205px;
	height: 142px;
}

.advert_frame
{
	width: 272px;
	border: 1px solid #82b034;
	margin-top: 10px;
	background: #fff;
	text-align: center;
}

.meklet_new
{
	width: 272px;
	height: 38px;
	border: 1px solid #82b034;
	margin-top: 10px;
	background: #fff;
}

.search_input
{
	border: 1px solid #82b034; 
	background-color: #eeeeee; 
	width: 175px; 
	height: 18px;
}

.search_btn
{
	cursor: pointer; 
	border: 0; 
	background-color: #fff; 
	width: 50px; 
	height: 18px;
	color: #82b034;
}

.iesakam
{
	font-family: verdana;
	text-align: center;
}

.iesakam a
{
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.boldLink
{
  font-size: 12px;
  font-weight: bold;
  color: #82b034;
  text-decoration: none;
}	

.boldLink:hover
{
	text-decoration: underline;
}


.icon_frame_img
{
	border: 1px solid #82b034;
}

.right_icon_div
{
	text-align: center;
	width: 135px;
	height: 120px;
	float: left;
}

.videoMessage
{
	text-align: center;
	margin: 5px;
	color: red;
}



.eshops_box
{
	width: 272px;
	/*height: 335px;*/
	border: 1px solid #ccc;
	margin: 5px 0 5px 0px;
}

.eshop_head
{
	width: 272px;
	height: 20px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url('/img/eshop_head.png') 0 0 no-repeat; 
}

.eshop_box_body
{
	clear: both;
	width: 272px;
	background-color: #333;
}

.eshop_table
{
	width: 100%;
	border: 1px solid #eee;
	border-collapse: collapse;
	font-family: verdana;
	font-size: 11px;
	background-color: #333;
}

.eshop_table td
{
	width: 50%;
	border: 1px solid #eee;
	border-collapse: collapse;
	text-align: center;
	height: 30px;
}

.eshop_table td a
{
	text-decoration: none;
	color: #eee;
	font-weight: bold;
}

.author_box
{
	width: 274px;
	height: 282px;
	/*border: 1px solid red;*/
	margin: 5px 0 5px 0px;
}

.author_box_body
{
	clear: both;
	width: 272px;
	height: 252px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #fff;
	padding-top: 5px;
}

.author_box_item
{
	width: 260px;
	height: 16px;
	margin: 0px 3px 5px 5px;
	clear: both;
	font-size: 11px;
	font-weight: bold;
}

.twitter_box_item
{
	width: 260px;
	height: 36px;
	margin: 0px 3px 6px 5px;
	clear: both;
	font-size: 10px;
}

.twit_img
{
	width: 40px;
	height: 35px;
	float: left;
}

.twit_text
{
	float: left;
	width: 220px;
	height: 35px;
}

.twit_text a
{
	color: #000000;
}

.author_box_item_1
{
	width: 200px;
	float: left;
}

.author_box_item_2
{
	width: 60px;
	float: left;
	text-align: right;
}

