   
/* default styles
   -------------- */
   
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #2d6492 url(../images/mainbg.jpg) repeat-y top center;
	color: #454545;
}

a {	color: #E0691A;}
a:hover { color: #f4aa40; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

/*
ul { margin: 0; padding : 0; list-style : none; }
ul.sitemap { margin: 10px; padding : 10px; list-style-type: square;}
*/
form { 	margin: 0; }


/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 750px;
	padding: 0 10px;
	
}

.header { 
	8/26/2006color: #808080;
	height: 90px;
	margin: 0 0 1px 0;
}

.top_info {
	/*float: right;
	width: 555px;
	padding: 5px 0 4px 0;*/
	color: #808080;
}

.top_info_right {
	padding: 60px 40px 0;		
	text-align: right;
	font-size: 25pt;
	color: maroon;
	}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.0em;
	height: 24px;
	color: #FFF;
	margin: 0; 
	padding: 0;
	background: #e76302 url(../images/navbg.png) repeat-x bottom left;
		border-top: 1px solid #fbe9ca;
		border-bottom: 1px solid #b22200;		
}

	.bar li { 
		margin: 0; 
		padding: 0 12px 0 12px;
		color: #FFEADC;
		float: left;
		position: relative;
		background: #cb1c1b url(../images/navbg.png) repeat-x bottom left;
	}

	.bar li.active { 
		background: #e76302 url(../images/navbga.png) repeat-x bottom left;
		color: #fff;
		font-weight: bold; 
		padding: 0 10px 0 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
		line-height: 30px;
	} 
	
	.bar li a:hover { 
		color: #d32900 !important; 
		background: #e76302 url(../images/navbga.png) repeat-x bottom left;

	} 
	
	.bar li li a {
		border-top: 1px solid #e76302;
		border-bottom: 1px solid #e76302;		
	}
	
	.bar li li  a:hover {
		border-top: 1px solid #fbe9ca;
		border-bottom: 1px solid maroon;	
	}
	
	
	
	.bar li li {
	   background: #cb1c1b;
	}


.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { 
	float: right; 
	
}

.search_form img{
	vertical-align:top;
}

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* subcontent
   --------- */

.subcontent {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0px;
	text-align:center;
	background: white url(../images/bg3.png) repeat-x top left !important;
	border-top: 2px solid white;
}

.subcontent h3 {
	clear: both;
	background: #A9C0CE url(../images/bg5.png) repeat-x top left;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 5px 0;
	text-align:left;
	border-bottom: 1px solid white;
}

.subcontent h3 a{
	color: #FFFFFF;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }


#dmenu li ul
{
    display: none;
	width: 200px;
	margin: 0;
	padding: 0;
	background: inherit;
	list-style: none;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 10000;
}



#dmenu li li
{
	display: block;
	width: 180px;
	padding: 0 10px;
	line-height: 18px;
	margin: 0;
	border-bottom: 1px solid white;
	background: inherit;
	z-index: 10000;
}

#dmenu li li a
{
	font-weight: bold;
	color: #FFF; 
	background: inherit;
	text-decoration: none;
}

#dmenu li li a:hover
{
	color: #CCCCCC; 
	background: inherit;
}

#dmenu li>ul
{
	top: auto;
	left: auto;
}

#dmenu li:hover ul, #topmenu li.over ul { display: block; }

.file_description{
	font-size: 7.5pt;
	font-style: Italic;
}

.tbl{
	background:#bbb;
}
.tbl th{
	padding:3px 3px 3px 10px;
	background:#eee url(../images/bg4.png) repeat-x top left;
	line-height: 18px;
	border-bottom: 1px solid white;
}
.tbl th.date{
	padding:3px;
	background:#cf994A;
	color:#ffffff;
}
.tbl td{
	padding:3px;
	background:#ffffff url(../images/bg1.png) repeat-x bottom left;
	text-align:left;
}
.buttons{
	border-top:1px solid #aaaaaa;
	width:100%;
	text-align:right;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
.no_products{
	font-weight:bold;
	font-size:13pt;
	text-align:center;
	padding:15px 0px 15px 0px;
}
input.submit {
	background:url(../images/navbg.png) repeat-x bottom left;
	border:1px solid #E0691A;
	cursor:pointer;
	font-size:8pt;
	font-weight:bold;
	padding:4px 10px 4px 10px;
	color: white;
	font-weight: bold;
}
.error {
	font:8pt;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	padding-left:10px;
	margin:2px 0px 5px 0px;
	padding:4px 0px 4px 0px;
}
.message{
	font:8pt;
	font-weight:bold;
	color:#00FF00;
	text-align:center;
	padding-left:10px;
	margin:2px 0px 5px 0px;
	padding:4px 0px 4px 0px;
}

.small{
	font: 8pt;
	margin:15px 0px 15px 0px;
}

a.email {color: #ff5634;	background: inherit;}

.about_us{
	text-align:justify;
}

.about_us b{
	color:#451289;
}

.about_us i{
	color:#cd4512;
}

.category a {
    font-sizE: 13px;
}

.skrito{
	visibility: hidden;
}