body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	text-align: left;
	/*background: #eee;*/
}

table{ border-collapse: collapse; }

td{ padding: 5px;}

p{ margin: 0 }

a{ color: #3c3c3c; }

a:hover{
	color: #ff4a02;
	text-decoration: none;
}

img{ border: none; }

h1{
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #0052a5;
}

h2, h3{
	font-size: 12px;
	font-weight:bold;
	color: #0052a5;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}

h3 a{
	color: #0052a5;
	text-decoration: none;
}

h4{
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
}
ul{
	margin: 0px;
	padding: 5px 15px;
}

li{
	padding: 2px;
}

#page{
	width: 100%;
	min-height: 687px;
	_height: 687px;
	overflow: visible;
	margin: 0;
	padding: 0;
	background: url('../img/page_bg.gif') repeat-x;
}

#contcont{
	width:720px;
	margin: auto;
	padding-top: 10px;
}



#content{
	width:720px;
	min-height: 410px;
	_height: 450px;
	overflow: visible;
	background: url('../img/content_bg.gif') repeat-y;
	padding: 20px 10px;
}

#text{
	width: 490px;
	float: right;
	margin-right: 40px;
	_margin-right: 20px;
}

#text p{
	text-align: justify;
}

#text img{
	margin: 5px 10px;
}

#menu{ 
	width: 151px;
	margin: 0 0 0 15px;
}

#menu li a{
	display: block;
	width: 120px;
	height: 26px;
	color: #0052a5;
	font-weight:bold;
	text-decoration: none;
	padding: 4px 5px 0px 26px;
}



#menu ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url('../img/menu_item_bg.gif') no-repeat;
}
#menu li#catli{
	height: 18px;
	overflow: hidden;
}
#menu li a#catalog{

}

#catbox{
	padding-bottom: 11px;
	background: url('../img/catbox_bg.gif') bottom left no-repeat; 
}

#menu a.cat, #menu a.subcat{
	display: block;
	width: 120px;
	height: 13px;
	color: #888;
	font-weight:normal;
	text-decoration: none;
	background: none;
	padding: 4px 5px 0px 31px;
	background: url('../img/menu_subcat_bg.gif') no-repeat;
}

#menu a.cat{
	height: 13px;
	background: url('../img/menu_cat_bg.gif') no-repeat;
	padding: 4px 5px 0px 26px;
}

#menu a:hover{
	color: #ff4a02;
}

#foot{	
	width: 100%;
	height: 110px;
	background: #fff url('../img/foot_bg.gif') repeat-x;
}

#footer{
	width:680px;
	height: 32px;
	margin: auto;
	background: url('../img/footer_bg.gif') no-repeat;
	position: relative;
	_left: -10px;
	padding: 34px 40px 0 0;
	text-align: right;
	color: #999;
	font-size: 10px;
}
#footer a{
	color: #999;
	text-decoration: none;
}

/*** header ******************************************************/

#header{
	width:720px;
	height: 227px;
	background: url('../img/header_bg.gif') no-repeat;
	position: relative;
}

#flashcontent{
	position: absolute;
	top: 60px;
	left: 10px;
	width: 700px;
	height: 157px;
}


#logo{
	position: absolute;
	top: 10px;
	left: 18px;
}

a#eshop{
	display: block;
	width: 74px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	top: 23px;
	left: 405px;
}

a#eshop span{
	display: block;
	width: 74px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/eshop_btn.gif') no-repeat;
	z-index: 10;
}

#search{
	position: absolute;
	top: 23px;
	_top: 22px;
	left: 505px;
}

#search input{
	width: 96px;
	height: 17px;
	background: url('../img/search_input.gif') no-repeat;
	border: none;
}

#search input.btn{
	width: 72px;
	height: 20px;
	font-size: 10px;
	color: #fff;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	background: url('../img/search_btn.gif') no-repeat;
	padding-left:20px;
	_position: relative;
	_top: -1px;
	left: 5px;
}



/*** catalog ****************************************************/
.itemcont{
	padding: 10px 0;
	border-bottom: solid 1px #e4e4e4;
	text-align: justify;
}



.itemcont .text{
	/*float: right;
	width: 380px;*/
}

.itemcont a.img {
	display:block;
	width: 100px;
	float: right;
	margin: 0 0px 5px 20px;  
}

.itemcont img{
	display:block;
	float: right;
	margin: 0 0px 5px 20px;  
}

.cleaner{
	clear: both;
}

input{
	border: solid 1px #e0e0e0;
	width: 150px;
	padding: 2px;
	margin-left: 5px;
}

input.checkbox{
	border: solid 1px #e0e0e0;
	width: 20px;
	padding: 2px;
	margin-left: 5px;
}



textarea{
	border: solid 1px #e0e0e0;
	width: 300px;
	height: 100px;
	padding: 2px;
	margin-left: 5px;
}

#klientpass input.btn{
	padding: 0;
	width: 90px;
	margin-left: 0px;
}

#catch{
	display: none;
}

.qcont{
	padding: 5px;
	margin: 5px 0 0 0;
}

.que{
	background: #f6f6f6;
	padding: 5px;
	position: relative;
}

.ans{
	padding: 5px;
	border-bottom: solid 1px #f6f6f6;
	position: relative;
}


.que div, .ans div{
	font-weight: bold;
}

.que span, .ans span{
	position: absolute;
	top: 5px;
	right: 5px;
}

.searchresult{
	margin: 10px 0px
}

.searchresult h3{
	font-weight: normal;
}

.searchresult h3 a{
	text-decoration: underline;
}

.searchresult h3 a:hover{
	text-decoration: none;
}
