body {font-family: 'Open Sans', sans-serif;
    text-transform:none;
	font-size: 12px;
	line-height: 14px;
	overflow: sroll;
}

#menu {
display: table;
margin:auto;
width: 1003px;
border-top: 1px solid #ccc;
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #e3e3e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdfdfd 0%,#e3e3e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdfdfd 0%,#e3e3e3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdfdfd 0%,#e3e3e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}
#menu ul {
display: table-row
}
#menu li {
display: table-cell;
margin: 0;
padding:9px;
text-align:center;
border: 1px solid rgba(0,0,0,0);
border-bottom: 0px solid rgba(0,0,0,0);
}

#menu li a{
font-family: "Open Sans Condensed",sans-serif;
text-decoration: none;
color:#5c5c5c;
font-size: 14px;
font-weight: bold;
}
#menu li:hover, #menu li:focus {
color:#cc0066;
border: 1px solid #9f123d;
border-bottom: 0px solid rgba(0,0,0,0);
border-top-left-radius:10px;
-webkit-border-top-left-radius:10px; /* Safari */
border-top-right-radius:10px;
-webkit-border-top-right-radius:10px; /* Safari */    
background:#fff none;
cursor: pointer;
}
#menu li:hover a {
    color: #cc0066;
}
#menu ul li.current {
background:#fff none;
border: 1px solid #9f123d;
border-bottom: 0px solid rgba(0,0,0,0);
border-top-left-radius:10px;
-webkit-border-top-left-radius:10px; /* Safari */
border-top-right-radius:10px;
-webkit-border-top-right-radius:10px; /* Safari */    
}
#menu ul li.active a {color:#cc0066 }

#menu2 {
display: table;
margin:auto;
width: 1003px;
border-top: 1px solid #920E36;
background: #da7593; /* Old browsers */
background: -moz-linear-gradient(top,  #da7593 0%, #9c113b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da7593), color-stop(100%,#9c113b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #da7593 0%,#9c113b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #da7593 0%,#9c113b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #da7593 0%,#9c113b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #da7593 0%,#9c113b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da7593', endColorstr='#9c113b',GradientType=0 ); /* IE6-9 */
}
#menu2 ul {
display: table-row
}
#menu2 li {
display: table-cell;
margin: 0;
padding:9px;
text-align:center;
border: 1px solid rgba(0,0,0,0);
border-bottom: 0px solid rgba(0,0,0,0);
}

#menu2 li a{
font-family: "Open Sans Condensed",sans-serif;
text-decoration: none;
color:#fff;
font-size: 14px;
font-weight: bold;
}
#menu2 li:hover, #menu li:focus {
color:#9f123d;
border: 1px solid #9f123d;
border-bottom: 0px solid rgba(0,0,0,0);
border-top-left-radius:10px;
-webkit-border-top-left-radius:10px; /* Safari */
border-top-right-radius:10px;
-webkit-border-top-right-radius:10px; /* Safari */    
background:#e17b9b none;
cursor: pointer;
}
#menu2 li:hover a {
    color: #9f123d;
}
#menu2 ul li.current {
background:#e17b9b none;
border: 1px solid #9f123d;
border-bottom: 0px solid rgba(0,0,0,0);
border-top-left-radius:10px;
-webkit-border-top-left-radius:10px; /* Safari */
border-top-right-radius:10px;
-webkit-border-top-right-radius:10px; /* Safari */ 
}
#menu2 ul li.active a {color:#9f123d }

.content-area p {
	font-family: 'Open Sans', sans-serif;
	text-transform:none;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
	
	
a:focus{outline:none !important;}

.wrapper {
	max-width: 1003px;
	min-width: 1003px;
	margin: 0 auto;
	background-color: #FFFFFF;
 -webkit-box-shadow: -7px 0px 25px 0px #ccc, 7px 0px 25px 0px #ccc;
	-moz-box-shadow: -7px 0px 25px 0px #ccc, 7px 0px 25px 0px #ccc;
	box-shadow: -7px 0px 25px 0px #ccc, 7px 0px 25px 0px #ccc;
}

.nav > li > a:hover, .nav > li > a:focus{outline:none !important; background-color:transparent !important;margin-bottom:0px !important;}
.nav{margin-bottom:0px !important;} 
/* Header
-----------------------------------------------------------------------------*/
.header {
	background-color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #787878;
	max-width: 1003px;
	min-width: 1003px;
}
#top_main {
	max-width: 1003px;
	min-width: 1003px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff}
#topup {width: 100%;display:block}
#top {
 	float:left;
	padding-left: 15px;
	padding-top: 5px;
}  
#top2 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
	display:block;
	float:right;
	width:570px  
	} 
#topdown {    
}
.header_up1_lv a{
	color: #787878;
	font-family: Open Sans Condensed,sans-serif;
	font-size: 12px;
	float: left;
	padding-top: 9px} 
  
.header_up1_lv a:hover{
color: #999999;
    font-family: Open Sans Condensed,sans-serif;
    font-size: 12px;
    text-decoration: underline;
  }  

.header_up2_lv a{
	color: #787878;
	font-family: Open Sans Condensed,sans-serif;
	font-size: 12px;
	float: left;
	padding-left: 25px;
	padding-top: 9px;
	margin-left:15px;
	background-image: url(../../../images/sb.gif);
	background-repeat: no-repeat;
	background-position: left center;
      }  
.header_up2_lv a:hover{
	color: #999999;
	font-family: Open Sans Condensed,sans-serif;
	font-size: 12px;
	text-decoration: underline;
      }  

.header_up3_lv a{
	color: #787878;
	font-family: Open Sans Condensed,sans-serif;
	font-size: 14px;
	float: left;
	margin-left:372px;
	margin-top:9px;
	padding-top: 4px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom:3px;
	background-image: url(../../../images/subs.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #F8F8F8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-left-radius:10px;
-webkit-border-top-left-radius:10px; /* Safari */
border-top-right-radius:10px;
-webkit-border-top-right-radius:10px; /* Safari */
	      }  
.header_up3_lv a:hover{
	color: #828282;
	text-decoration: underline;
      }   
.header_up3_ru a{
color: #787878;
	font-family: Open Sans Condensed,sans-serif;
	font-size: 14px;
	float: left;
	margin-top:9px;
	margin-left:329px;
	padding-top: 4px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom:3px;
	background-image: url(../../../images/subs.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #F8F8F8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-left-radius:10px;
-webkit-border-top-left-radius:10px; /* Safari */
border-top-right-radius:10px;
-webkit-border-top-right-radius:10px; /* Safari */
	      }  
.header_up3_ru a:hover{
	color: #828282;
	text-decoration: underline
      }   
	  
.header_up4_lv a{
	color: #cb0165;
	font-family: Open Sans Condensed,sans-serif;
	font-size: 14px;
	float: left;
	margin-top:9px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:3px;
	background-color: #F8F8F8;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px; /* Safari */
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	      }  
.header_up4_lv a:hover{
	text-decoration: underline;
      }   
.header_up4_ru a{
	color: #cb0165;
	font-family: Open Sans Condensed,sans-serif;
	font-size: 14px;
	float: left;
	margin-top:9px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:3px;
	background-color: #F8F8F8;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px; /* Safari */
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	      }  
.header_up4_ru a:hover{
	text-decoration: underline;
      }   
	  
.header_down1_lv a{
	color: #c61e58;
	font-family: Open Sans Condensed,sans-serif;
	font-size: 12px;
	float:left;
	padding-top:10px;
      }  
.header_down1_lv a:hover{
	text-decoration: none;
      }    	  
.header_fb{
	float: left;
	padding-top:4px;
	padding-left: 20px}  
.header_tw{
	float: left;
	padding-top:4px;
	padding-left: 3px} 
.header_dr{
    float: left;
	padding-top:4px;
	padding-left: 3px} 		  

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	background:#fff
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 963px;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 18px;
}
.content {
	background-color: #FFFFFF;
}
#content {width: 100%}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	margin-right: -358px;
	position: relative;
	background: #fff;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	min-width:300px;
	max-width: 300px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	margin-top: 5px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #b1455f;
	padding:18px;
	height: 460px;
	margin-top:20px;
}
#footer2 {
	background: #ea91a7;
	padding:20px;
	height: 140px;	
}
	
img {
	border: none;}
h1 {font-size: 22px;line-height: normal;} 
h2 {font-size: 16px;line-height: normal;}	
h3 {font-size: 14px;line-height: normal;}
h4 {font-size: 12px;line-height: normal;}	
h5 {font-size: 11px;line-height: normal;}	 
.breadcrumb > li {
    font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 12px !important;
	color: #A4666E !important;	
	min-height: 20px !important;

}
.breadcrumb span {
font-family: 'Open Sans Condensed', sans-serif !important;
	font-weight: bold !important;
	color: #999999;
}
.pathway{color: #ca3e68 !important;}
.pathway a {font-family: 'Open Sans Condensed', sans-serif !important;
	color: #990033 !important;
} .pathway a:hover {
	color: #CC3366 !important;
}
.showHere {font-family: 'Open Sans Condensed', sans-serif;color:#a4666e !important;}


A.white11:link {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
A.white11:visited {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
A.white11:hover {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11px;
	color: #E2E2E2;
}

* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

p {
	margin: 0 0 18px
}
input {
	vertical-align: middle;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.banneritem {
	border:0;
	margin-bottom: 10px;
}

.banneritem a{
	background:none
}

.banneritem a img
{
	background:none;
	border:0
}
.draugai {
	font-weight: bold;
	color: #D97591;
	background-image: url(../../../images/trikz.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	margin-right: 20px;
	padding-right: 15px;
	margin-bottom: 8px;
}
/* .mainmenu .menuexample */

.menu.main {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  text-align: right;
  list-style-image: none;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 13px;
  padding-left: 7px;
  margin-top: 6px;
  }

.menu.main a {
	color: #787878;
	text-decoration: none;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #f3f3f3;
	background-image: linear-gradient(to bottom, #fff, #f3f3f3);
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F4F4;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #F4F4F4;
  }
  
.menu.main li.active a{
  background-color: #CA2657;
    background-image: linear-gradient(to bottom, #CA2657, #A61943);
  color: #FFFFFF;
  border: 1px solid #CA2657;
}

.menu.main a:hover {
  color: #fff;
  background-color: #e8669d;
  background-image: linear-gradient(to bottom, #e8669d, #f375aa);
  font-size: 12px;  
}

/* horizontal dot menu*/

.horizontal_dot_menu {
	margin-top: 10px;
	text-align: center;
	display: block;
	list-style: square;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	 } 

.horizontal_dot_menu li { display: inline-block; margin-right: 4px;}
.horizontal_dot_menu li:after { content: url('../../../images/dot.png'); margin-left: 2px;}
.horizontal_dot_menu li:last-child:after { content: "";}

.horizontal_dot_menu a {
  color: #AC3956;
  display:inline;
  width:560px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
    }  
.horizontal_dot_menu li.active a{
  display:inline;
  color: #e8107c;
}
.horizontal_dot_menu a:hover {
  color: #d26e87;
  font-size: 12px;
  }
.horizontal_menu  img
{
	border: none;
  }
.horizontal_menu li
{
	display:inline;
	list-style-type:none;
	padding:0px;
	background-color: #FFFFFF;
	margin:0px;
	border: none;}
.hor_top_menu  img
{
	border: none;
  }
.hor_top_menu li
{
	display:inline;
	list-style-type:none;
	padding:0px;
	background-color: #FFFFFF;
	margin:0px;
	border: none;
  }
  
.menu.top {
display:inline;
list-style-type:none;
float:left;
}  
.menu.top a {
display:inline;
  text-decoration: none;
  float: left;
    }
  
.menu.top li.active a{
display:inline;
  float: left;  
}

.menu.top a:hover {
display:inline;
  float: left;
}
.menu.vipmenu {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  text-align: right;
  list-style-image: none;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 13px;
  padding-left: 7px;
  padding-top: 6px;
  padding-bottom: 2px;
    }

.menu.vipmenu a {
  text-decoration: none;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  background-image: url(../../../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 11px;
  }  
.menu.vipmenu li.active a{
  background-color: #da3667;
  color: #FFFFFF;
}
.menu.vipmenu a:hover {
  color: #fff;
  font-size: 11px;
  background-color: #e8669d;
}

.menu.draugailinks {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  text-align: right;
  list-style-image: none;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 13px;
  padding-left: 7px;
  }

.menu.draugailinks a {
  text-decoration: none;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  background-image: url(../../../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 11px;
  color: #999999;
  }
.menu.draugailinks a:hover {
  color: #fff;
  font-size: 11px;
  background-color: #e8669d;
}
.naujienlaiskis{
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 15px;
}

.prisijungti {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  color: #333333;
  padding-right: 16px;
  padding-left: 16px;
  background-image: url(../../../images/fon4.gif);
  background-repeat: repeat-x;
  border: 1px solid #FF6699;
  background-color: #FFFFFF;
  margin-top: 5px;
  margin-left: 63px;
  float: left;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  }

.moduletable {
  padding: 0px;
}

.userdata {
  padding: 15px;
  margin-bottom: 20px;
}

.fieldset {
  background-color: #CCCCCC;
}

.item-page {
  width: 500px;
  text-align: justify;
  padding-left: 30px;
}
.add_news {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #E9ABC9;
  height: 20px;
  width: 180px;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 2px;
  padding-left: 15px;
  margin-left: 15px;
  text-align: center;
  margin-top: 20px;
  background-image: url(../images/add.jpg);
  background-repeat: repeat-x;
}
.cke_wrapper cke_ltr {
  border: 1px solid #CCCCCC;
}

.pr_left_news {
  width: 46%;
  float: left;
    }  
.pr_right_news {
  width: 46%;
  float: right;
  margin-left:30px
 }  


.menu.menu3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  text-align: right;
  list-style-image: none;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 13px;
  padding-left: 7px;
  }
.menu.menu3 a {
  text-decoration: none;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  background-image: url(../../../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 11px;
  color: #474545;
  }
.menu.menu3 a:hover {
  color: #fff;
  font-size: 11px;
  background-color: #e8669d;
}
.switcher {
	padding-top: 7px;
	padding-left: 10px;
	color: #CC3399 !important;
	width: 90px;
	float: left;
	}
	
#ja-container ul.menu li {
float: left;
width: 30%;
margin: 5px;
}
.news_rub {
	padding-top: 7px;
	padding-left: 7px;
		}
.main_custom {	
 width: 563px;
  padding-top: 10px;               
}

.custom_sideLeft {
	float: left;
	margin-left: 5px;
	display: block;
	width: 200px;
  }
.custom_content {
  float: left;
  width: 325px;
  margin-left: 25px;
}
.custom_link {
	margin-bottom: 4px;
	margin-right: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}	
.custom_link a {
color: #E25C99;
}	
.custom_link a:hover {
color: #CC0066;
}	
.custom_des {
   font-size: 11px;
  line-height: 14px;
  color: #676767;
}

.custom_footer {
  background-color: #f7e6ee;
  height: 18px;
  width: 559px;
  }	
.custom_akcijas {
	border: 1px solid #CC0066;
}	
.custom_head_akc {
	color: #CC0066;}

.dalities {
font-size: 12px;
font-weight: bold;
color: #3b579d;
float: left;
padding-right: 15px;}

A.maroon11:link {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
}
A.maroon11:visited {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
}
A.maroon11:hover {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11px;
	color: #CC0066;
	text-decoration: underline;
}		
div.titles_main {
font: 700 16px/16px 'Open Sans Condensed',sans-serif;
        text-decoration: none;
    text-transform: uppercase;
  margin-top:20px;
}
div.titles_main a {
font: 700 16px/16px 'Open Sans Condensed',sans-serif;
        text-decoration: none;
    text-transform: uppercase;
  color:#cc0066;
  margin-top:20px;
}

div.titles_main1 {
font: 700 16px/16px 'Open Sans Condensed',sans-serif;
        text-decoration: none;
    text-transform: uppercase;
  margin-top:20px;
}
div.titles_main1 a {
font: 700 16px/16px 'Open Sans Condensed',sans-serif;
        text-decoration: none;
    text-transform: uppercase;
  color:#cc0066;  
}
div.titles_main a:hover {
  text-decoration: underline;
  color: #dc3a8b;
}
.comp_left {
  width: 210px;
  float: left;
   }  
.comp_right {
  width: 341px;
  float: right;
 }	 
 .post_left {
  width: 331px;
  float: left;
   }  
.post_right {
  width: 220px;
  float: right;
 }	

.h-nav-container{}
    .f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;text-align: center;} /* this make our menu fixed top */
    
.h-nav { top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  } 
.acymailing {
	background-color: #FCE0F0;
	margin-left: 550px;
	padding-top:5px;
	padding-left:10px;
	border: 1px solid #ECB9D7;
	border-radius: 4px;
	height:35px
}
.acymailing_form {
padding-left: 10px	
}     

.acyfield_email {
	height: 25px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.search_vardnica {margin-top:25px}

.f_text {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	color: #616161;
	padding-bottom:15px;
	}
.f_text a {font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	color: #616161;}
.f_text a:hover{
	color: #FFF2F7;
}
.spnewscalendar_link a {
	color: #9c113b;
	overflow: visible;
	background-color: #fcf6f9;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:10px; /* Safari */
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:10px; /* Safari */
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	font-weight: bolder;
	white-space:nowrap;
	display:block;
	width:300px;
	height:20px;
	padding-top:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2C0CF;
	border-right-color: #E2C0CF;
	border-bottom-color: #E2C0CF;
	border-left-color: #E2C0CF;
}
.footer_horizontal_menu li {
	margin: 0;
	display: inline-block;
	float: left;
	width: 150px;  
	padding-right: 10px;
		}
.footer_horizontal_menu li:hover {
}
.footer_horizontal_menu li a {
    color:#ffffff;
    font: 700 12px/12px 'Open Sans Condensed',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.footer_horizontal_menu li a:hover {
	color:#FCE4F2;
}
.footer_horizontal_menu li.current {
   
}
.footer_horizontal_menu li.current a {
    color:#9f123d !important;
}
.footer_horizontal_menu li.current ul a {
    color:#9f123d !important;
}
.footer_horizontal_menu li ul a {
    display:block;
   	color:#ffffff;
    font: 12px/14px Open Sans Condensed, sans-serif !important;
    text-decoration: none;
    text-transform: lowercase !important;
}
.footer_horizontal_menu li:hover ul {
    display: block;
	color:#fde7ed;
}

.footer_horizontal_menu2 li {
	margin: 0;
	display: inline-block;
	float: left;	
	}

.footer_horizontal_menu2 li:after {
    content: '*'; 
	padding-left:10px; 
	padding-right:10px; 
	color:#616161;
}
.footer_horizontal_menu2 li:last-child:after {
display: none !important;
}


.footer_horizontal_menu2 li a {
	font: 700 12px/12px 'Open Sans Condensed',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	color: #616161;
	display:inline !important;
	
}
.footer_horizontal_menu2 li a:hover {
	color:#FFF2F7;
}

.footer_horizontal_menu2 li.current a {
    color:#9f123d !important;
}

.nav-back1 {
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #e3e3e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdfdfd 0%,#e3e3e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdfdfd 0%,#e3e3e3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdfdfd 0%,#e3e3e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
width:1003px;margin:0 auto;height:39px;border-top: 1px solid #ccc;display:block;}
.nav-back2 {
background: #da7593; /* Old browsers */
background: -moz-linear-gradient(top,  #da7593 0%, #9c113b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da7593), color-stop(100%,#9c113b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #da7593 0%,#9c113b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #da7593 0%,#9c113b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #da7593 0%,#9c113b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #da7593 0%,#9c113b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da7593', endColorstr='#9c113b',GradientType=0 ); /* IE6-9 */
border-top: 1px solid #920E36;width:1003px;margin:0 auto;height:39px;display:block;}
.xtd-facet { margin-bottom:10px}
.geomap_right {
	margin-bottom: 15px;
}
.kompanijas-categorijas ul {list-style: none outside none;margin-left: 0px;margin-bottom:15px}
.kompanijas-categorijas a {color: #787878;font-family: 'Open Sans', sans-serif;}
.kompanijas-categorijas a:hover {color: #cc0066;}
.visas_akc {
	padding-top: 17px;
	padding-left:100px
}
.visas_akc a {
	color: #cc0066;
	font-size: 24px;
	font-weight: bold;
}
.visas_akc a:hover {
	color: #e25c99;
	text-decoration: none;
}
.right_r {
    color: #cc0066;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.right_r a{
	color: #0088cc;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.right_r a:hover {
	color: #005580;
	text-decoration: none;
}
.breadcrumb {
	background-color: #f5f5f5 !important;
	border-radius: 4px !important;
	list-style: none outside none !important;
	margin-top: 5 !important;
	margin-right: 0 !important;
	margin-bottom: 15px !important;
	margin-left: 0 !important;
	padding-top: 4px !important;
	padding-right: 15px !important;
	padding-bottom: 4px !important;
	padding-left: 15px !important;
}

.sigsiuTree {
font-size: 13px !important;
}
.sigsiuTree a {
font-size: 13px !important;
}
.precu-katalog a {
	color: #cc0066;
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	padding-top:3px;
	font-weight: 700;
}
.precu-katalog a:hover {color: #e25c99;}.precu-katalog a:focus {color: #e25c99;}

.rubrika {color: #cc0066;
	font: 700 16px/16px "Open Sans Condensed",sans-serif;
	text-transform: uppercase;
	}
.author a{
color: #b1455f;font-size:12px}
.author a:hover{
color: #cc0066;}