﻿.comments div
{
	background-color:#E2E7ED;
	padding:3px 10px 5px 10px;
	margin:10px 0 0 0;
}
.comments h3
{
	background: transparent url(comment.png) no-repeat;
	padding-left: 20px;
	float:left;  
}
.comments h4
{
	float: right;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.newsList
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.newsList li
{
	background-color:#E2E7ED;
	padding:10px;
	margin:10px 0;
}

.UpdateList
{
	border: thin solid #CC99FF;
	margin: 0;
	padding: 10px;
	list-style-type: none;
	background-color: #FFE1E1;
}
.UpdateItem
{
	border: 1px solid #FF6666;
	background-color: #FFCCCC;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.catalogprekes
{
	padding: 3px;
	margin: 10px;
	border: 2px outset #C0C0C0;
	float: none;
	width: 80%;
	background-color: #E4E3E0;
	text-align: center;
	font-weight: bold;
}
.catalogprekes li
{
	background-color:#E2E7ED;
	padding:10px;
	margin:10px 0;
}

.catalogs
{
	background-color:#fff;
	padding:3px;
	margin:10px;
}

.catalogs ul
{
	padding: 10px;
	margin: 10px;
	background-color: #F5F5F5;
	float: none;
	width: 85%; 
	text-align: left;
	font-weight: bold;
	border-bottom-color: red;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.catalogs ul a
{
	background-color: #F5F5F5;
	text-decoration: none;
}
.catalogs ul a:hover
{
	background-color: #F0F0F0;
	text-decoration: none;
	color: #FF00FF;
}
.catalogs ul div
{
	margin: 10px; 
	padding: 10px; 
	font-size: x-small; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #C0C0C0;
}
.catalogs ul li
{
	font-size: x-small;
	margin: 5px;
	display: inline;
}

.catalogs ul li a
{
	font-size: x-small;
}

.catalogs ul li a:hover
{
	background-image: url(back03.gif);
}

