.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4a43;
}
.txtSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4d4a43;
}
.txtMid{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4a43;
}
.txtForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4a43;
	border: 1px solid #aaa48d;
	background-color: #e8e6dd;
}
.tblBorder {
	border: 7px solid #FFFFFF;
}
.tblProizvodi {
	border: 3px solid #FFFFFF;
}
.link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707d5d;
	text-decoration: none;
}
.link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707d5d;
	text-decoration: none;
}
.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c0b484;
	text-decoration: none;
}
.linkActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c0b484;
	text-decoration: none;
}
.tblProdBorder {
	border: 1px solid #aaa48d;
}
.tblProdBorder2 {
	border-bottom: 1px solid #aaa48d;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa48d;
}
.tblProdBorder3 {
	border-bottom: 1px solid #aaa48d;
}
.tblProdBorder4 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa48d;
}
.txtProdTbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/*CSS style za tabelata vo proizvodi*/

.arrowlistmenu{
width: 600px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{
	font: 11px Verdana;
	color: black;
	text-decoration: underline;
	margin-bottom: 0px;
	padding: 3px 10px 3px 10px;
	cursor: hand;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: center left;
	border-top: 1px solid #aaa48d;
	border-right: 1px solid #aaa48d;
	border-left: 1px solid #aaa48d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa48d;
}
.arrowlistmenu .menuheader:hover{
	font: 11px Verdana;
	text-decoration: underline;
	margin-bottom: 0px;
	padding: 6px 10px 4px 10px;
	cursor: hand;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: center left;
	color: white;
	border: 1px solid #4d4a43;
}

.arrowlistmenu .openheader{
	font: 11px Verdana;
	text-decoration: none;
	margin-bottom: 0px;
	padding: 6px 10px 4px 10px;
	cursor: hand;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: center left;
	color: white;
	background-color: #4d4a43;
	border: 1px solid #4d4a43;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

