html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    }
html, body{
    color:#000;
    background:#FFF;
    font:15px Arial, Helvetica, sans-serif;
	height:100%;
    }
h1{
    padding:0;
    margin:0 0 10px;
    color:#000;
    font-size:24px;
    font-weight:normal;
    line-height:26px;
    }
h2{
    padding:0;
    margin:0 0 10px;
    color:#000;
    font-size:18px;
    font-weight:normal;
    line-height:20px;
    }
    h2 span{
        font-size:12px;
        }
h3{
    padding:0;
    margin:0 0 10px;
    color:#666;
    font-size:14px;
    font-weight:bold;
    line-height:130%;
    }
h4{
    padding:0;
    margin:5px 0 5px;
    color:#333;
    font-size:12px;
    font-weight:bold;
    line-height:130%;
    }
h5 , h6{
    padding:0;
    margin:0 0 10px;
    color:#333;
    font-size:12px;
    font-weight:bold;
    line-height:130%;
    }
p{
    padding:0;
    margin:0 0 10px;
    line-height:140%
    }
a{
    color:#666;
    text-decoration:underline;
    outline:none;
    }
    a:hover{
        color:#000;
        text-decoration:none;
        }
img,a img{
    border:0;
    }
ul{
    padding:0;
    margin:0 0 10px 0;
    }
    ul li{
        padding:3px 0;
        margin:0;
        }
ol{
    padding:0;
    margin:0 0 10px 0;
    list-style:decimal inside;
    }
    ol li{
        padding:3px 0;
        margin:0;
        }
blockquote{
    padding:0 0 9px 20px;
    margin:0;
    line-height:18px
    }
form,fieldset{
    margin:0;
    padding:0;
    border:0;
    }
    legend{
        display:none;
        }
input, textarea, select{
    padding:1px;
    vertical-align:middle;
    font:14px Arial, Helvetica, sans-serif;
    background:#FFF;
	color:#333;
	border:1px solid;
	border-color:#9FA4AA #CACECF #CACECF #9FA4AA;
    }
textarea{
    font:14px Arial, Helvetica, sans-serif;
	border:1px solid;
    border-color:#9FA4AA #CACECF #CACECF #9FA4AA;
	background:white;
	color:#333;
	padding:0;
    }
select{
    width:126px;
    }
input{
    width:120px
    }
dl{
    padding:0;
    margin:0 0 10px;
    }
    dt{
        padding:0;
        margin:0 0 7px 0
        }
    dd{
        padding:0;
        margin:5px 0 0 20px
        }
table{
    border:0;
    width:100%;
	border-collapse:collapse;
	margin:0 0 14px;
    }
    table tr.header td{
        font-size:12px;
        vertical-align:top;
        text-align:left;
		padding:6px 8px;
		border:1px solid #CCC;
		background:#DDD;
		font-weight:bold;
		color:#555;
        }
    table td{
        font-size:12px;
        vertical-align:top;
        text-align:left;
        padding:6px 8px;
        border:1px solid #CCC;
        }
    table th{
        font-size:13px;
        font-weight:bold;
        vertical-align:top;
        text-align:left;
        padding:6px 8px;
        border:1px solid #CCC;
        background: #CCC;
        }
        table.login{
            width:200px;
        }
        table.login td{
            border:none;
        }
         table.registration{
            width:500px;
        }
        table.registration td{
            border:none;
        }
        
.fl{
    float:left;
    }
.fr{
    float:right;
    }
.ac{
    text-align:center;
    }
.ar{
    text-align:right;
    }
.al{
    text-align:left;
    }
.clr{
    clear:both;
    }
.clrfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
input.radio{
    border:none;
    display:block;
    float:left;
    margin-right:3px;
    margin-top:3px;
    width:14px !important;
    }
.btn{
    margin:0 auto 14px;
    padding:0;
    cursor:pointer;
    border:0;
	text-align:center;
	width:120px;
    }
	.btn a{
		padding:3px 0 0;
		background:url(images/btn-bg.png) no-repeat 0 0;
		color:#000;
		font-size:14px;
		height:23px;
		display:block;
		text-decoration:none;
		}
		.btn a:hover{
			background:url(images/btn-bg.png) no-repeat 0 bottom;
		    text-decoration:none;
			}
.add-entry{
    margin:0 0 14px;
    padding:0;
    cursor:pointer;
    border:0;
	text-align:center;
    }
	.add-entry a{
		padding:0;
		background:url(images/add-entry.png) no-repeat 0 0;
		height:34px;
		display:block;
		}
		.add-entry span{
			display:none;
			}
		.add-entry a:hover{
			background:url(images/add-entry.png) no-repeat 0 bottom;
		    text-decoration:none;
			}

.forma .ok{
    background:#FFFFCC;
    border:1px solid #297E29;
    color:#297E29;
    margin:0 0 14px;
    padding:4px 8px;
    }
.add_news_form input[type = text]{
  width: 350px;
}
.add_news_form select{
  width: 200px;
}

.edit_news input[type = text]{
  width: 350px;
}
.submit_button{
  width: auto;
}
.edit_news select{
  width: 350px;
}

.edit_news textarea{
  width: 650px;
}

.register input[type = text]{
  width: 350px;
}

.register input[type = password]{
  width: 350px;
}

.register select{
  width: 350px;
}

.register input[type = checkbox]{
  width: 15px;
}

.register textarea{
  width: 350px;
  height: 150px;
}

.send_message {
  width: 560px;
  float:right;
  border:1px solid #9FA4AA;
  padding:5px;
}
.send_message input[type = text]{
  width:25%;
}

.send_message textarea{
  width: 100%;
  height: 150px;
}

	
#wrapper{
    width:986px;
    padding:0;
    margin:0 auto;
    }
	#header{
		padding:12px 0 0;
		margin:0 0 6px;
		height:110px;
		overflow:hidden;
		background:url(images/header-bg.jpg) no-repeat 0 0;
		}
		#logo-block{
            padding:28px 0 0 8px;
            margin:0;
            float:left;
            width:232px;
            }
		  #header h1#logo{
    			padding:0;
    			margin:0 0 2px;
    			width:227px;
    			height:46px;
    			background:url(images/informacija24.png) no-repeat 0 0;
    			}
    			#header h1#logo a{
    				padding:0;
    				margin:0;
    				display:block;
    				width:227px;
    				height:46px;
    				}
    				#header h1#logo a span{
    					display:none;
    					}
		  #header .date{
    			padding:0 0 0 8px;
    			margin:0;
    			margin-top:8px;
    			font-size:13px;
    			display:none;
    			}
	  #header .banner{
        float:left;
        }
    	  #header .banner img{
            vertical-align:bottom;
            }
    #header .rss{
		margin-top:6px;
		display:none;
	}
#holder{
    padding:0;
    margin:0;
    background:url(images/holder-bg.gif) repeat-y 134px 0;
    }
    #sidebar{
        padding:0 4px;
        margin:0;
        width:126px;
        float:left;
        }
        #sidebar h2{
            padding:0;
            margin:0 0 6px;
            font-size:13px;
            font-weight:bold;
            color:#000;
            line-height:14px;
            }
        #sidebar .keywords{
            padding:0;
            margin:0 0 20px;
            font-size:11px;
            line-height:14px;
            }
        #sidebar img{
            vertical-align:bottom;
            }
        .logout{
          border:0px solid;
          text-decoration:underline;
          text-align:left;
          padding:0px;
          margin:0px;
          font-size:15px;
          font-weight:bold;
          cursor:pointer;
          width:35px;
        }
    #content{
        padding:0 11px;
        margin:0;
        width:692px;
        float:left;
        }
        #content ul{
            list-style-position:inside;
            }
            #content h2 a{
            color:#000;
            text-decoration:none;
            outline:none;
            }
             #content h2 a:hover{
                color:#000;
                text-decoration:none;
            }
            #content a{
            color:#666;
            text-decoration:none;
            outline:none;
            }
             #content a:hover{
                color:#666;
                text-decoration:none;
            }
    #aside{
        padding:0 8px;
        margin:0;
        width:120px;
        float:right;
        }
#footer{
    padding:0 0 0;
    margin:10px 0 0;
    border-top:6px solid #CCC;
    font-size:12px;
    }
    #red-block{
        padding:6px 10px;
        margin:0 0 10px;
        background:#C00;
        color:#FFF;
        }
        #red-block a{
            color:#FFF;
            }
        #red-block p{
            margin:0;
            line-height:14px;
            }
        #footer .menu{
            padding:0;
            margin:0;
            list-style:none;
            text-align:center;
            }
            #footer .menu li{
                padding:0 6px;
                margin:0;
                display:inline;
                background:url(images/footer-sep.gif) no-repeat right 4px;
                }
            #footer .menu li.last{
                background:none;
                }
.intro{
    padding:14px 10px 10px;
    margin:0 0 20px;
    background:#E8E8E8 url(images/intro-bg.png) repeat-x 0 0;
    }
#content .paging{
    padding:0;
    margin:0 0 10px;
    list-style:none;
    overflow:hidden;
    font-size:12px;
    list-style-position:outside;
    }
    .paging li{
        padding:0 8px;
        margin:0;
        float:left;
        background:url(images/paging-sep.gif) no-repeat right 3px;
        text-align:center;
        list-style:none;
        }
    .paging li.next{
        background:none;
        }
        .paging li a{
            text-decoration:none;
            }
        .paging li.active a{
            color:#F00;
            font-weight:bold;
            }

		#passwordStrength
    {
      height:20px;
      display:block;
      float:left;
    }

    .strength0
    {
      width:305px;
      background:#cccccc;
    }

    .strength1
    {
      width:50px;
      background:#ff0000;
    }

    .strength2
    {
      width:100px;	
      background:#ff5f5f;
    }

    .strength3
    {
      width:150px;
      background:#56e500;
    }

    .strength4
    {
      background:#4dcd00;
      width:200px;
    }

    .strength5
    {
      background:#399800;
      width:305px;
    }

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.rss{
  background: url('images/rss.png') left no-repeat;
  color:blue;
  float:right;
  width: 50px;
  padding-left: 23px;
  cursor:pointer;
  font-size:13px;
  text-decoration:underline;
}

#footer_banners {
  padding:0 0 10px;
  margin:10px 0 0;
}

#footer_banners a{
  font-size:12px;
  text-decoration:none;
}

.view_www{
    margin:0 0 14px;
    padding:0;
    cursor:pointer;
    border:0;
    text-align:center;
    width: 572px;
    
    float:right;
    }
	.view_www a{
		padding:0;
		background:url(images/view_www.png) no-repeat 0 0;
		height:34px;
		display:block;
		width: 126px;
		line-height:27px;
		}
		.view_www span{
			display:none;
			}
    p.clicked{
			display:block;
			font-weight:bold;
			font-size:11px;
			}
		.view_www a:hover{
			background:url(images/view_www.png) no-repeat 0 bottom;
		    text-decoration:none;
			}
			
/* IZMAINJAS */

#holder{
    background:0;
}

#center{
	width:632px;
	float:left;
	padding:0 10px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#center .intro{
	margin-bottom:14px;
}

#center .intro a{
	text-decoration:none;
}

#center .nozares{
 	width:100%;
	 float:left;	
	 font-family:Arial;
}

#center .nozare{
	width:297px;
	float:left;
	margin-bottom:15px;
}

#center .nozare h1{
	font-size:18px;
	color:#000000;
	padding-left:56px;
	width:241px;
	height:48px;
	line-height:48px;
	float:left;
	margin-bottom:13px;
}

#center .nozare h1.bezmaksas{background:url(images/ico_bezmaksas.png) no-repeat left;}
#center .nozare h1.preses_relizes{background:url(images/ico_preses_relizes.png) no-repeat left;}

#center .nozare a{
	color:#454545;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	width:277px;
	padding-left:20px;
	float:left;
	background:url(images/nozare_a.png) no-repeat 5px 5px;
	margin-bottom:5px;
}

#center .nozare a:hover{
	color:#000;
}

#center .nozare a span{
	text-decoration:underline;
}

#center .nozare a:hover span{
	text-decoration:none;
}

#center .nozare p{
	width:277px;
	float:right;
	color:#848484;
	font-size:11px;
	line-height:14px;
	margin-bottom:21px;
}

#center #dazadi{
	float:left;
	width:100%;
}

#center #dazadi p{
	width:622px;
	padding-left:10px;
	background:url(images/dazadi_a.png) no-repeat left 6px;
	font-size:12px;
	float:left;
	margin:0;
	margin-bottom:7px;
}

#center p a{
	color:#000000;
}

#center p span{
	color:#8a8a8a;
}

#center p a span{
	color:#0152bf;
}

#right{
	float:left;
	margin-left:10px;
	width:180px;;
	height:200px;
}

#right a{
	margin-bottom:8px;
	float:left;
}

.sales_holder {
    display: inline-block;
}

.sales {
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
}

.sales.opened {
    border-bottom: none;
}

.sales .title {    
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.sales .time {
    font-size: 12px;
    color: #666;
    float: right;
}

.sales .salevalue {
    color: red;
    font-size: 14px;
    float: right;
}

.sales .description {
    display: inline-block;
    width: 100%;
    color: #333;
}

#center .sales .description span, #center .sales .description p {
    color: #333;
}

.sales .readmore a {
    text-decoration: none;
    font-size: 12px;
}