*
{
	margin: 0px; 
	padding: 0px;
} 

html 
{
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0 auto;
	padding: 0;
	background: #3B4853 url(images/tech_bg_1.png) repeat-x;
	color: #21252C; /* dark blue */	
}


/* custom stuff */

/** information for style 1 **/

a:link,
a:visited {
	color: #c00; /* red */
}

div.moduletable h3,
.componentheading,
#moofx a.toggle {
	color: #3B4853; /* dark blue */
}

div#side div,
div#side p,
div#side td,
div.bottom div,
div.bottom p,
div.bottom td {
	color: #DDE3E8; /* light blue */
}

div#side a:link,
div#side a:visited,
div.bottom a:link,
div.bottom a:visited,
a.pathway:link,
a.pathway:visited,
div#footer a:link,
div#footer a:visited {
	color: #C3F400; /* lime green */
}

.contentheading {
	color: #637D13; /* green color */
}

a.mainlevel:link,
a.mainlevel:visited {
	color: #C3F400; /* lime green */
	background: url(images/tech_menu_fade_1.png) 0 100% no-repeat;
}

div#side a.mainlevel#active_menu:link,
div#side a.mainlevel#active_menu:visited,
div#side a.mainlevel#active_menu:hover {
	color: #fff;
	font-weight: bold;
}

div#side a.mainlevel:hover {
	color: #fff;
}

div#footer {
	color: #6B84A0;
}

table.contenttoc {
  border: 1px solid #DCE2E7;
}

td.sectiontableheader {
  background: #EDF0F3;
  color: #333;
}

div#shadow_l {
	background: transparent url(images/tech_shadow_l_1.png) no-repeat;
}

div#shadow_r {
	background: transparent url(images/tech_shadow_r_1.png) 100% 0 no-repeat;
}

div#side {
	background: #3B4853 url(images/tech_side_bg_1.png) repeat-x;
}

div#side_l {
	background: url(images/tech_side_divider_1.png) no-repeat;
}

div#side_r {
	background: url(images/tech_side_divider_1.png) 100% 0 no-repeat;
}

div#header {
/*	background: url(../images/tech_header_1.jpg) top right no-repeat;*/
/*  float:right;*/
}

div#logo {
/*	background: url(../images/tech_logo_1.png) 50% 0 no-repeat;*/
	background: url(images/tech_logo_11.gif) 50% 0 no-repeat;
}

div#content {
	background: #dce2e7; /* light grey body */
}

div.mainbody {
	border: 1px solid #C5CBCF; /* grey outline */
	background: #fff;
}

div.pagedivider {
	background: url(images/tech_page_divider_1.png) 50% 0 no-repeat;
}

div#bottomsection {
	background: #DCE2E7; /* light blue */
}

div.bottom {
	background: #5F6A7E url(images/tech_bottom_bg_1.png) repeat-x;
}

#moofx a.toggle {
	border: 1px solid #C5CBCF;
	background: #ECEFF2 url(images/tech_plus_1.png) 0 50% no-repeat;
}

#moofx div.stretcher {
	background: #dce2e7; /* light blue */
}

#nav {
	background: #dce2e7 url(images/tech_bar_bg_1.png) repeat-x;
}

#nav li {
	border-right: 1px solid #45570E;
}

#nav li.on {
	border-right: 1px solid #444D5C;
}

#nav li.on li.on {
	border-right: 0;
}

#nav li ul {
	background: #5d7616;
}

#nav li.on ul {
	background: #5f6a7e;
}

#nav li a {
	color: #ddd;
	background: url(images/tech_menu_1.png) 0 0 no-repeat;
}

#nav li.on a {
	color: #fff;
}

#nav li.on li.on a {
	color: #fff;
}

#nav li:hover ul a,
#nav li.over ul a{
	border-right: 1px solid #99c100;
}

#nav li ul a, #nav li.on ul a {
	color: #ddd;
	border-right: 1px solid #8b9dbb;
}

#nav li.on ul a {
	color: #becce4;
}

#nav ul a:hover {
	color: #c8ef43;
}

#nav li.on li a:hover {
	color: #d2dbeb;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway img {
	margin: 0px 10px;
}

div#pathway {
	padding-top: 18px;
	padding-left: 10px;
}

span.pathway {
	color: #fff;
}


div.componentheading {
  padding-left: 0px;
}

a.readon {
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
}

/*** fonts ***/
body {
		font-size: 12px;
		line-height: 130%;
		font-family: Geneva, Tahoma, Helvetica, sans-serif;
		color: #21252C;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.moduletable h3,
.componentheading,
#moofx a.toggle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 5px;
/*	padding-bottom: 0px;*/
}

div#side div.moduletable h3 {
/*	padding-top: 10px;*/
	padding-top: 10px;
/*	border: 1px solid #666;*/
}

div.bottom div.moduletable h3,
div#side div.moduletable h3 {
	color: #fff;
	padding-top: 5px;
}

div#side a:hover,
div.bottom a:hover,
a.pathway:hover {
	color: #fff;
}

.contentheading {
	padding-top: 10px;
	font-weight: normal;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 22px;
	padding-bottom: 5px;
}

/* default menu link styles */
a.mainlevel {
	display: block;
	margin-bottom: 3px;
	padding: 3px 0px;
}

a.sublevel {

}

a.mainlevel:hover {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}

/* headings */

h1 {
	
}

h2 {

}

h3 { 
	margin: 0;
}

h4 {
	
}

.small {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

div#footer {
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	text-align: center;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: auto;
  font-size: 1em;
  color: #666;
}


/** template layout stuff **/

div#wrapper {
	margin: 0 auto;
	position: relative;
}

body.wide div#wrapper {
	width: 1004px;
}

body.thin div#wrapper {
	width: 720px;
}

div#shadow_l {
}

div#shadow_r {
	padding: 0 21px;
}

div#side {
	width: 224px;	
}

body.left div#side {
	float: left;
}

body.right div#side {
	float: right;
}

div#side_l {
}

div#side_r {
	padding: 0 10px;
}
#lmenu ul, li{
	list-style-type: none;
}
#lmenu ul, li, a{
	color: #ffffff;
}

div#main {
	margin: 0;
	padding: 0;

}

body.left div#main 
{
	/* margin-left: 224px; */
}

body.right div#main {
	/* margin-right: 224px;	*/
}

div#header {
	height: 200px;
}

div#logo {
	height: 130px;
}

body.left div#moofx {
	float: left;	
}

body.right div#moofx {
	float: right;	
}

div#moofx {
/*	width: 150px;*/
	width: 150px;
}

body.left div.mainbody {
	margin: 0;
	margin-right: 5px;
}

body.right div.mainbody {
	margin: 0;
	margin-left: 5px;	
}

body.left div.mainbody.thin {
	margin-left: 5px;
}

body.left div.mainbody.wide {
	margin-left: 5px;
}

body.right div.mainbody.thin {
	margin-right: 152px;
}

body.right div.mainbody.wide {
	margin-right: 5px;
}

body.left div.float_module {
	float: right;
}

body.right div.float_module {
	float: left;
}

div.columns_3 div.float_module {
	width: 33%;
}

div.columns_2 div.float_module {
	width: 50%;
}

div.columns_1 div.float_module {
	width: 100%;
}

body.left div.bodyposition {
	clear: right;
}

body.right div.bodyposition {
	clear: left;
}

div.bodypadding {
	padding: 5px;
}

div.moduletable {
	padding: 5px;
	border: 0px solid #f00;
}

div.pagedivider {
	height: 7px;
}

body.left div.pagedivider {
	clear: right;
}

body.right div.pagedivider {
	clear: left;
}

div#bottomsection {
	padding-top: 5px;
	width: 100%;
}

body.left div#bottomsection,
body.left div.bottom {
	float: left;
}

div.bottom {
	width: 100%;
}

body.right div#bottomsection,
body.right div.bottom {
	float: left;
}

/* moofx styling */

body.left #moofx div.module {
	padding-left: 2px;
}

body.right #moofx div.module {
	padding-right: 2px;
}


#moofx a.toggle {
	display: block;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	margin-bottom: 2px;
}

#moofx div.stretcher {
}

#moofx div.padding{
	padding: 5px 0;
}

/*****************************
 ****   supersuckerfish   ****
 *****************************/

#nav {
	margin: 0;
	padding: 0;
	position: relative;
	height: 68px;
	padding-left: 5px;
}

#nav li {
	margin: 0;
	margin-top: 3px;
	float: left;
	display: block;
	padding-left: 2px;
}

#nav li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	height: 30px;
	left: 0;
	width: 100%;
}

body.wide #nav li ul {
	width: 714px;
}

body.thin #nav li ul {
	width: 484px;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
}

#nav li.on ul {
	display: block;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li a {
	display: block;
	float: left;
	padding: 0 25px;
	height: 30px;
	line-height: 30px;
}

#nav li:hover a, 
#nav li.over a {
	background-position: 0px -30px;
}

#nav li.on a, 
#nav li.on:hover a,
#nav li.over.on a {
	background-position: 0px -60px;
}

/* sub level links */

#nav ul li {
	border-right: 0;
	padding: 3px 0;
}



#nav li ul a, #nav li.on ul a {
	display: block;
	float: left;
	padding: 0 15px;
	background: none;
	height: 20px;
	line-height: 20px;
}

/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table.nopad td {
	padding: 5px;
}

body.contentpane {
	background: #fff;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

table
{
	margin: 0 auto;
}

.clearfix:after 
{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
} 

.clearfix 
{
	display:inline-block;
} 

/*\*/ .clearfix { display:block; } /**/ 

.check {
	border: 0px solid #222222;
}

.listing
{
	display: block;
	float: left; 
	width: 200px; 
	margin-right: 2px; 
	height: 100%;
	clear: right;
}

.feedback
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	border: 0px inset #dedede;
	background-color: #ffffff;
	height: 16px;
	vertical-align: bottom;
	text-align: center;
	padding: 0;
}

.feedbackwriting
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	border: 0px inset #000000;
	background-color: #ffffff;
	height: 16px;
	vertical-align: bottom;
	padding: 0;
}


.newlinkstitle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-decoration: none; 
}

/* .newlinkstitle:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none; 
	background-color: #000099;
} */


#searchlist
{
	display: block; 
	width: 720px; 
}


#searchlist a
{
	color: #00993c;
	font-weight: bold;
	text-decoration: none;
}

#searchlist .listboxes
{
	display: block; 
	width: 340px; 
	height: 113px; 
	float: left; 
	margin: 5px; 
	padding: 3px;
	background: url(images/kare.gif) no-repeat;
}

#searchlist .offnumber
{
	width:100%; 
	text-align: center; 
	font-weight: bold; 
	background-color: #dedede;
}

#searchlist .setshownoffer
{
	position: absolute; 
	margin-top: 210px; 
	text-align: left; 
	margin-left: 10px; 
	background-color: #FFFFFF;
}

#searchlist span
{
	font-size: 15px; 
	font-weight: bold; 
	color: #F00000
}

#searchlist input 
{
	color:#333333;
	font-size: 11px;
	height: 17px;
	width: 45px;
	border: 0px solid #222222;
}

#searchlist select
{
	color:#333333;
	font-size: 11px;
	height: 17px;
	border: 0px solid #222222;
}

.opisanie
{
	width: 750px; 
	padding: 5px;
	border: 1px solid #FF0000;
	background-repeat: no-repeat;
	background-position: top left;
}

.selectdisplay
{
	width: 150px; 
	height: 20px;
	float: left; 
	margin: 2px; 
	padding: 2px;
	border: 0px solid;
	background: transparent url('images/karenca.gif') no-repeat 50% 0;
}

#mainbox
{
	background: #4282c1 url(images/top-header.jpg) no-repeat 50% 0;
	/* background: #d36f36 url(../images/bg_page.gif) no-repeat 50% 0;  */
	height: 200px;
}

.toplinks 
{
	margin: 0 auto;
	width: 1024px;
	display: block;
	height: 27px;
	font:bold 13px/23px Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	/* background: url(/tpl/kondorimoti/images/menu_top.png) repeat-x; */
	background: url(images/09.gif) 0 0 repeat-x;
}

.toplinks ul 
{
	width: 1004px;
	background: url(images/top-menu.jpg) repeat-x;
	list-style-type: none;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	font-size:0;
	text-align: center;
}

.toplinks ul li 
{
	display:block;
	height: 25px;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 5px solid #FFFFFF;
}

.toplinks ul li.first
{
	font:bold 13px/23px Tahoma, sans-serif;
	border-left: 5px solid #FFFFFF;
}

.toplinks ul li a
{
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
}

.toplinks ul li a:hover 
{
	display:block;
	text-decoration:underline; 
	background: url(images/top-menu-hov.jpg) repeat-x;
	line-height: 23px;
	height: 25px;
}

#leftminisearch
{
	color: #fff;
	float: left; 
	display: block;
	width: 200px;
	font: bold 14px/20px Verdana, Arial, sans-serif;
}

#leftminisearch input.big
{
	width: 50px;
	text-align: center;
	border: 1px solid #dedede;
	height: 18px;
	font: bold 14px/20px Verdana, Arial, sans-serif;
	vertical-align: middle;
}

#leftminisearch input.dot
{
	text-align: center;
	vertical-align: middle;
}

#leftminisearch select
{
	width: 70px;
	text-align: center;
	border: 1px solid #dedede;
	height: 21px;
	font: bold 14px/20px Verdana, Arial, sans-serif;
	vertical-align: middle;
	padding: 0;
	
}

#reggedcustomcss
{
	width: 1024px; 
	height: 27px; 
	padding: 0; 
	background: url('images/09.gif') repeat-x; 
	margin: 0 auto; 
	clear: both;
}

#reggedcustomcss  ul li img
{
	float: left;
	margin-right: 1px;
}

#searchcontainer
{
	display: block;
	margin: 0 auto;
	border: 1px solid #ff0000;
	padding: 5px;
	width: 200px;
	float: right;
	background-color: #fff;
	margin-right: 5px;
}

#searchcontainer p
{
	float: left;
	padding: 0;
	margin: 0;
}

.indexboxes
{
	border: #00993c solid 1px; 
	width:183px; 
	height: 230px; 
	display:block; 
	padding:5px; 
	float:left; 
	margin-right: 5px; 
	margin-bottom: 5px;
}

#homecontainer
{
	width: 600px; 
	float: left; 
	margin-left: 10px; 
	border: 1px solid #dedede; 
	background-color: #fff; 
	padding: 5px;
}

#homecontainer a
{
	color: #00993c;
	font-weight: bold;
	text-decoration: none;
}

#homecontainer a:hover
{
	text-decoration: underline;
}

#homecontainer span
{
	font-weight: bold;
}

#homecontainer .cena_small
{
	font-weight: bold;
	color: #ff0000;
	float:left; 
	position: absolute;
	font-weight: bold;
}

#homecontainer .oferta_small
{
	float: right;
	font-weight: bold;
	color: #ff0000;
}

#textcontainer
{
	width: 370px; 
	float: right; 
	margin-right: 10px; 
	border: 1px solid #dedede; 
	background-color: #fff; 
	padding: 5px;
}

#textcontainer h2
{
	font: bold 15px/18px Georgia,Verdana,Arial,sans-serif;
	width: 360px; 
	background-color: #dedede; 
	margin: 0 10px 0 0; 
	padding: 5px;
}

#textcontainer h2 a
{
	color: #444444;
	text-decoration: none;
}

#textcontainer h2 a:hover
{
	color: #FF0000;
	text-decoration: underline;
}


#textcontainer h1
{
	font: bold 15px/23px Georgia,Verdana,Arial,sans-serif;
	background: url(images/top-menu.jpg) repeat-x;
}

#textcontainer h1 a
{
	display: block;
	font: bold 15px/23px Georgia,Verdana,Arial,sans-serif;
	background: url(images/top-menu.jpg) repeat-x;
	margin: 0 10px 0 0;
	padding: 0;
	color: #fff;
}

#textcontainer h1 a:hover
{
	display: block;
	font: bold 15px/23px Georgia,Verdana,Arial,sans-serif;
	background: url(images/top-menu-hov.jpg) repeat-x;
	margin: 0 10px 0 0;
}

#textcontainer p
{
	font: normal 12px/13px Verdana, Arial, sans-serif;
	text-indent: 15px;
	text-align: justify;
	margin-bottom: 5px;
}

#textcontainer img
{
	float: right;
	margin: 5px 0 0 5px;
	padding: 2px;
	background-color: #dedede;
}

#bottom
{
	margin: -20px auto;
	width: 100%;
	background:url(images/grass.gif) repeat-x;
	padding-top: 15px;
}

.topoffers
{
	border-bottom: #dedede solid 1px;
	width:215px; 
	height: 280px; 
	display:block; 
	padding:5px; 
	float:left; 
	margin: 5px 5px 5px 5px;
}

.obekt, .cena_small, .prodavam_small, .oferta_small
{
	font-weight: bold;
}

.obekt, .cena_small
{
	color: #ff0000;
}
.foto
{
	background-image:url(images/plovdiv2.jpg);
	vertical-align: bottom;
}
.apart
{
	width: 220px;
	background-color:#FFC;
	padding: 5px;
	height: 160px;
}
.table_white {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

.bodyposition div.activ_link ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.bodyposition div.activ_link li {
	padding: 3px 0;
}

.bodyposition div.activ_link li.first {
	border: none;
}

.bodyposition div.activ_link a {
	padding-left: 20px;
	/* background: transparent url(images/active1.png) no-repeat left center; */
}

.bodyposition div.activ_link a:hover {
	background: transparent url(images/deactive1.png) no-repeat left center;
}

#otherinfo 
{
	padding: 0 0px 0 20px;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform
{
	float: none;
}

.important {
	background-color: #dce2e7;
}

h3, h3.white {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.selectdisplay {
	font-size: 10px;
}








.selounclicked
{
	background: transparent url(images/active1.png) no-repeat left center;
}

.seloclicked
{
	background: transparent url(images/deactive1.png) no-repeat left center;
}

.typeunclicked
{
	background: none;
}

.typeclicked
{
	background: transparent url(images/deactive1.png) no-repeat left center;
	padding: 0 0 0 15px ;
}





.indexboxplovdiv
{
	background: transparent url(images/indexboxplovdiv.jpg) no-repeat top left;
	width: 238px;
	height: 105px;
	float: left;
	margin: 3px 1px;

}

.indexboxplovdiv span
{
	font-weight: bold;
	color: #ff0000;
}

.indexboxplovdiv2
{
	background: transparent url(images/indexboxplovdiv2.jpg) no-repeat top left;
	width: 242px;
	height: 297px;
	float: right;
	color: #fff;
	text-align: center;
	margin: 3px 1px;
}

.indexboxplovdiv2 span
{
	font-weight: bold;
	color: #fff;
}

.indexboxplovdiv2 a
{
	color: #fff;
}