body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}

fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}


html, body {
	background: #FFF url(../images/bg.jpg) repeat-x top left;
	text-align: center;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #585858;
}

img {
	border: 0;
	margin: 0;
    padding: 0;
}

#head {
	font-size: 16px;
	color: #AE312E;
}

#head2 {
	font-size: 36px;
	color: #ae312e;
}

#heady {
	font-size: 36px;
	color: #f6891f;
}


#bighead {
	float: left;
	font-size: 48px;
	color: #f6891f;
}

#adhead {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #febe3d;
}

table.advert tr.bottom td{
	font-size:14px;
	color: #f7941d;
}

.inputmezo {
	color: #AE312E;
	border: 1px solid #FEDC85;
	padding: 2px;
	margin: 2px;
}

.gomb {
	color: #AE312E;
	border: 1px solid #;
	background-color: #
}


.inputmezo_error {
	border: 1px solid red;
	padding: 2px;
	margin: 2px;
}

a:active,
a:visited,
a:link {
	text-decoration: none;
	color: #ae312e;
}

a:hover {
	color: #585858;
}

#container {
	width: 926px;
	margin: 0 auto;
	text-align: left;
}

#header {
    width: 926px;
    height: 119px;
    border-bottom:2px solid #c72e41;
    margin-bottom:1px;
}

#content_container {
    float: left;
    width: 926px;
    border-bottom: 10px solid #ae312e;
}

#content_search {
    text-align:left;
    padding:15px 0px 6px 0px;
}

#content_search h2{
  float:left;
	color: #AE312E;
	font-size: 18px;
}

#search_input {
	margin: 0px 10px 0px 0px;
	padding: 2px;
	font-size: 12px;
	color: #AE312E;
	background-color: #FEDC85;
	border:none;
	width: 120px;
}

#content_head {
    float: left;
    width: 926px;
    height: 160px;
    background: transparent url(../images/content_head_bg.jpg) no-repeat top left;
}

#content_center {
    float: left;
    width: 690px;
    padding: 0px 4px 4px 4px;
}

#content_right {
    float: left;
    width: 224px;
}

.right_block {
    float: left;
    width: 224px;
    padding-bottom: 10px;
}

#footer {
    float: left;
    width: 926px;
    line-height: 27px;
    border-top: 10px solid #FFF;
    background: #fedc85 url(../images/footer_bg.jpg) no-repeat bottom right;
}

#footer_menu {
    float: left;
    width: 400px;
    padding-left: 10px;
}

#footer_menu a:active,
#footer_menu a:link,
#footer_menu a:visited {
    color: #ae312e;
    text-decoration: none;
    font-weight: bold;
}

#footer_menu a:hover {
    color: #808080;
}

#footer_right {
    float: right;
    width: 200px;
    padding-right: 10px;
    color: #ae312e;
}

#clearer {
    clear: both;
}

/*-------------------------------
	top list block
-------------------------------*/
.top_list_block {
	float: left;
	width: 161px;
	height: 145px;
	padding: 0px 10px 10px 50px;
	background: transparent url(../images/list_block_bg.jpg) no-repeat bottom right;
	color: #fedd85;
	font-size: 18px;
	font-weight: bold;
}

.top_list_block h2 {
	padding: 10px 0 10px 0;
}

.top_list_block a:link,
.top_list_block a:active,
.top_list_block a:visited {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.top_list_block a:hover {
	color: #fedb83;
}

.top_list_block ul li {
	line-height: 15px;
	padding: 0 0 0 15px;
	background: transparent url(../images/list_bg.jpg) no-repeat top left;
}

.top_list_block ul ul li {
	padding: 0 0 0 12px;
	margin-left: 12px;
	background: transparent url(../images/list_small_bg.jpg) no-repeat center left;
}

/*-------------------------------
	content
-------------------------------*/
.center_article {
  clear:both;
  padding: 5px;
	margin:10px 10px 10px 0px;
	font-size:12px;
	line-height:22px;
	border-right:2px solid #fedb83
}

.center_article td {
    padding: 4px;
	vertical-align:top;
}

.center_article img {
	margin:4px 6px 4px 6px;
	border:2px solid #DDD;
}

.center_article h1{
	margin: 5px 0 15px 0;
	color: #febe3d;
	font-weight: bold;
	font-size: 24px;
}

.center_article h2 {
	margin: 10px 0 0 0;
	color: #febe3d;
	font-size: 20px;
	font-weight: bold;
}

a.article_title:link, a.article_title:visited, a.article_title:active {
  color: #AE312E;
  text-decoration: none;
	padding:0px;
	margin:0px;
}

a.article_title:hover {
    color: #000;
}

.download_box{
	border:1px solid #DDD;
	background-color:#F6F6F6;
	margin:8px;
	padding:4px;
}




.yellow_text {
	color: #ffd78d;
}

.orange_text {
	color: #febd3d;
}

.red_text {
	color: #c62e40;
}


/*-------------------------------
	content home
-------------------------------*/
.center_content_block {
	float: left;
	width: 623px;
	height: 90px;
	margin: 5px 0 0 5px;
	font-size:10px;
	line-height:12px;
}

.center_content_block img {
	margin: 0 10px 0 0;
	border:none;
}

.center_content_block p {
	margin: 5px 15px 5px 0;
}

.center_content_block h2 {
	font-size: 18px;
	font-weight: bold;
}

.yellow_bg {
	background: transparent url(../images/center_block_bg1.jpg) no-repeat center left;
}

.orange_bg {
	background: transparent url(../images/center_block_bg2.jpg) no-repeat center left;
}

.red_bg {
	background: transparent url(../images/center_block_bg3.jpg) no-repeat center left;
}

.yellow_bg h2 {
	color: #ffd78d;
}

.orange_bg h2 {
	color: #febd3d;
}

.red_bg h2 {
	color: #c62e40;
}



/*----------------------------------------
sitemap
----------------------------------------*/

#sitemap_menu
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#sitemap_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sitemap_menu li
{
    text-align:left;
}

#sitemap_menu li a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
	font-weight:bold;
    color:#FFF;
    border-bottom: 1px solid #0272bc;
    border-top: 1px solid #DDD;
	background-color:  #0272bc;
}

#sitemap_menu li a:hover
{
	color: #FFFFFF;
	background-color:  #0272bc;
}


#sitemap_menu li.submenu_sitemap a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 20px;
	text-decoration: none;
    font-weight:normal;
    color:#000;
    border-bottom: 1px solid #0272bc;
    border-top: 1px solid #DDD;
	background-color:  #FFF;
}

#sitemap_menu li.submenu_sitemap a:hover
{
	color: #FFF;
	background-color:  #0272bc;
}

#sitemap_menu li.sub_submenu_sitemap a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 40px;
	text-decoration: none;
    font-weight:normal;
    color:#000;
    border-bottom: 1px solid #0272bc;
    border-top: 1px solid #DDD;
	background-color:  #FFF;
}

#sitemap_menu li.sub_submenu_sitemap a:hover
{
	color: #FFF;
	background-color:  #0272bc;
}

#sitemap_menu li.sub_sub_submenu_sitemap a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 60px;
	text-decoration: none;
    font-weight:normal;
    color:#000;
    border-bottom: 1px solid #0272bc;
    border-top: 1px solid #DDD;
	background-color:  #FFF;
}

#sitemap_menu li.sub_sub_submenu_sitemap a:hover
{
	color: #FFF;
	background-color:  #0272bc;
}



.tag_founds{
    margin:3px;
	padding:3px;
	}

.tag_menu{
	margin:3px;
	background-color:#F6F6F6;
	padding:3px;
}

.tag_title{
	margin:0px 0px 0px 20px;
	padding:3px;
}

.tag_text{
	margin:0px 0px 0px 20px;
	padding:3px;
}

.result_td a , .result_td a:active , .result_td a:visited{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

#cimkek{
	margin:8px;
	padding:8px;
	border:1px solid #DDD;
	background-color:#F6F6F6;
}

.result_td a:hover{
	color:#000;
}

#gallery{
	border-bottom:2px solid #cf8d7b;
	margin-bottom:20px;
}

#gallery_box img{

	margin:4px;
	border:2px solid #DDD;

}


.gomb{
	border:1px solid #AE312E;
	color: #AE312E;
	background-color: #FEDC85;
	font-weight:bold;

}

.inputmezo2{
	border:1px solid #0072bb;
	padding:1px;
}

table.category td.maincat1 a{
	font-size: 14px;
	color: #ae312e;
}

table.category td.maincat2 a{
	font-size: 14px;
	color: #f7941d;
}

table.category td.subcat1 a{
	font-size: 12px;
	color: #959595;
}

table.category td.subcat2 a{
	font-size: 12px;
	color: #df615e;
}


div.itemcatmore {
  margin-right:50px;
	text-align: right;
	padding-top: 30px;
}

td.yellowhead {
	color: #F6891F;
}

td.redhead {
	color: #AE312E;
}

table.image img {
	padding: 4px;
	background-color: #dcdcdc;
}


.gallery {
	border: 1px solid #AE312E;
	background-color: #fffae1;
	float:left;
	margin: 3px;
	padding: 2px;
}

.gallery .title {
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin:5px 0px;
}

.lang{
	padding:10px 0px 0px 45px;
}