* {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}
a {
    color: blue;
    outline: none;
    text-decoration: underline;
}
a:link {
    color: #00C;
}
a:visited {
    color: #666;
}
a:hover {
    text-decoration: none;
    color: #F00;
}
a:active {
    color: #00F;
}


img {
    border: none;
}
input {vertical-align: middle}


/*  LEYOUT begin
==================================================================================*/
#wrapper {
    width: 100%;
    min-width: 1180px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 95px;
    padding: 0px;
    margin: 5px 8px;
    vertical-align: top;
}
#header_info {
    background: #009 url(../images/hr.gif) repeat-x; height:5px; overflow: hidden;
}


/**********************************************************FORM************************************FORM*********************/

#header_form{
	float:right;
	padding:0px 0px 0px 10px;
}

#enter_form {
	width: 180px;
	padding:0px;
	color:#666666;
	float:right;
	margin-right:0px;
	z-index:1001;
}

#enter_form a {
	font:10px Verdana;
}

#enter_form legend{
	display: none;
}
#enter_form label {display: none;}
#enter_form span {display:block; margin-top:3px}
#enter_form #i-text {
	margin-bottom:5px;
	width:175px;
	height:22px;
}
#enter_form #i-submit {

	width:175px;
	height:22px;
}
#enter_form input{
	background:transparent;
	border:none;
	height:22px;
	padding:0 5px;
	width:165px;
	font-size: 11px;
	color:#666666;
}
#enter_form #i-submit input {width:110px}
#enter_form #i-submit #ok{width:50px;color:#000;cursor:pointer;}

#header #create_order_button {
	width:175px;
	margin-top:5px;
	background:#CCC url(bg-button-form.png) repeat-x;
	border:1px solid #999;
	color:#000;
	cursor:pointer;
}








/* Middle
-----------------------------------------------------------------------------*/
#middle {
    background: #FFF url(../images/hr_midl.gif) repeat-x;
    border-left: 180px solid #F2F2F2;
    border-right: 180px solid #F2F2F2;
    height: 1%;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-right: -100%;
}
#content {
    padding: 20px ;
}


.search_field {
	width: 863px;
	height: 22px;
	background-color: #cdcdff; 
	border: 1px solid #9a9aff;
	margin: 15px 0px 30px 0px;
}

.search_field span {
	float: left;
	vertical-align: middle;
	margin-top: 3px;
}

.search_field div {
	margin-top: 1px;
}

.search_field_img {
	width: 40px; 
	position: relative; 
	bottom: 5px;
	left: 5px; 
	float: left;
}

.search_field_radio {
	margin:0px 15px 3px 5px;
}

.search_field_text {
	margin: 1px 15px 1px 25px; 
	float: left;
	padding-left: 5px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
    float: left;
    width: 180px;
    position: relative;
    background: #F2F2F2 url(../images/hr_sl.gif) repeat-x;
    left: -180px;
    overflow: hidden;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
    float: right;
    margin-right: -180px;
    width: 180px;
    position: relative;
    background: #F2F2F2 url(../images/hr_sl.gif) repeat-x;
    overflow: hidden;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: #FFF url(../images/hr.gif) repeat-x;
    height: 50px;
    padding: 5px;
    clear: both;
    text-align:center;
}
/*  LEYOUT end
==================================================================================*/


/*  STYLES of main modules begin
==================================================================================*/
/* main menu
-----------------------------------------------------------------------------*/
#content_menu, 
.content_menu {
    width:100%;
}
#content_menu ul, 
.content_menu ul {
    position:relative;
    float:left;
    width:100%;
    margin:0;
    padding:0 20px;
    list-style-type:none;
    background: #F2F2F2 url(../images/hr_midl.gif) repeat-x;
}
#content_menu li, 
.content_menu li {
    margin:0px;float:left; padding-top:4px
}   
#content_menu a, 
.content_menu a {
    display:block;
    float:left;
    height:21px;
    padding:0 10px;
    font:bold 12px/14px Arial,Helvetica,sans-serif;
    text-decoration:none;
    text-align:center;
    color:#FFF;
}
/*
#content_menu a img{margin:0 6px;position:relative;top:2px;}
*/
#content_menu li #katalog,
.content_menu li #katalog{background: url(../images/katalog_dotted.jpg) no-repeat 10px 1px; padding-left: 30px}

#content_menu li #firms,
.content_menu li #firms{background: url(../images/firms_dotted.jpg) no-repeat 10px 1px; padding-left: 30px}

#content_menu li #advertisements,
.content_menu li #advertisements {background: url(../images/advertisements_dotted.jpg) no-repeat 10px 1px; padding-left: 30px}

#content_menu li #news,
.content_menu li #news{background: url(../images/news_dotted.jpg) no-repeat 10px 1px; padding-left: 30px}

#content_menu li #print,
.content_menu li #print{background: url(../images/print_ico.png) no-repeat 10px 1px; padding-left: 30px; padding-top: -5px}

#content_menu a:link a:visited,
.content_menu a:link a:visited {color: #FFF;}

#content_menu li:hover,
.content_menu li:hover {
    background: #FFF url(../images/hr_hover.gif) repeat-x;
}
#content_menu a:hover,
.content_menu a:hover {color: #009}

#content_menu a:active,
.content_menu a:active {
    color: #C06;
}
#content_menu #active,
.content_menu #active {background: #FFF url(../images/hr_active.gif) repeat-x;}

#content_menu #active a,
.content_menu #active a {color:#009}

#content_menu p,
.content_menu p {color: #FF5;font-weight: bold; padding:4px 10px;}

/*--content_menu for .super--*/
#content_menu ul .super,
.content_menu ul .super{
    background:#FFF url(../images/hr_super.gif) repeat-x;
    margin-right:20px;
    float:right
}
#content_menu .super:hover,
.content_menu .super:hover{background: #FFF url(../images/hr_hover.gif) repeat-x}

#content_menu .super a,
.content_menu .super a {color:#FF0}

#content_menu .super a:hover,
.content_menu .super a:hover{color:#F00}

.sidebar_sl_title{
	margin: 5px 0px 0px 8px;
	font:12px Arial;
	font-weight:bold;
}

/*****************************CITY****************CITY*********************CITY*************************************/

.sidebar_sl_title span{
	color:#b40000;
}

.sidebar_sl_map{
	margin:8px;
	border:1px solid #9a9a9a;
}

.sidebar_sl_list_city{
	width:180px;
	overflow:hidden;
	margin-left:5px;
}

.list_city{
	padding:0px 0px 1px 5px; 
	border-bottom:1px solid #dddddd;;
}

.list_city a{
	color:black;
}

.list_city_link{
	text-decoration:none;
}



.list_city_img{
	margin:0px 5px 0px 0px; 
	vertical-align:bottom; 
	width:18px;
}




/*--content_menu for sr--*/
.sr #content_menu,
.sr .content_menu {
    background:#FFF url(../images/hr_super.gif) repeat-x;
    text-align:center;
    font-weight:bold;
    color:#F60;
    padding-top:3px;
}
.sr #content_menu a,
.sr .content_menu a {
    font-weight:600;
    color:#FF0;
    float:none;
}

.sr #content_menu:hover,
.sr .content_menu:hover {
    background: #FFF url(../images/hr_hover.gif) repeat-x;
}

.sr #content_menu a:hover,
.sr .content_menu a:hover {color:#F00}


/* title  -----------------------------------------------------------------*/

.title_block{
    background-color:#CCF;
    border-top:1px solid #99F;
    border-bottom:1px solid #99F;
    display:block;
    color:#392199;
/*    padding-bottom: 1px;*/
}
.shadow {
    display: block;
    height: 5px;
    background:url(../images/hr_shadow.gif) repeat-x;
    clear:both;
}
.title_block h2 {
    margin: 4px 0px 3px 70px;
    color: #309;
    font: bold 13px/normal Arial, Helvetica, sans-serif;
}

.title_block img {
/*  background:url(img/rubr.gif);*/
    display:block;
    margin:-15px 5px;
    position:absolute;
}


/* SR_SL_modules  -----------------------------------------------------------------*/

.module_title {
    color:#666;
    padding:17px 10px 0px 10px;
    background: #FFF url(../images/hr_module_t.gif) repeat-x;
    font-weight: bold;
}
div .module_title + p {
    display: block;
    height: 10px;
    background: #FFF url(../images/hr_module_b.gif) repeat-x;
    margin-bottom:10px;
}
.module_title img {
    display:block;
    margin:-5px 0;
    position:absolute;
}
.module_table {
    width: 100%;
    font-size: 10px;
}
.module_table td{
    vertical-align:top;
    padding: 0 5px;
    border-bottom:1px solid #DDD;
}
.module_table th{
    background-color:#B2B2B2;
    color:#FFF;
    font-size:12px;
    padding:0 5px;
    text-align:left;
}
.module_table #data th {
    font-weight: bold;
    color: #FFF;
    background: #CCC;
    text-align: left;
}
.module_table a, .module_table a:link, .module_table a:visited{
    color: blue;
    text-decoration:none;
    margin:0px;
    font-weight:bold;
}
.module_table a:hover {
    color:red;
}
/*  STYLES of main modules END
==================================================================================*/


/* Rubrikator  -----------------------------------------------------------------*/
/*
.group {
    clear: both;
}

#rubricator {
    margin-top:30px;
}
#rubricator h1 {
    font-size: 12px;
}
.rubrica_in{
    min-height: 75px;
    //height: expression((document.documentElement.clientWidth || document.body.clientWidth) < 390 ? "100%": "75px");
    height: auto;
    width:48%;
    float:left;
    margin:12px 3px 10px 1%;
}


.rubrica_in img{
    float:left;
    margin-top:5px;
    margin-right: 10px;
}

.rubrica_in p{
    float:none;
    color:#A0A0A0;
    font-size:11px;
    font-weight:500;
    line-height: 12px;
}
.rubrica_in p a{
    text-decoration:none;
    color:#A0A0A0;
}
.rubrica_in p a:hover{
    color:#03F;
}


.rubrica_links{
    height:35px;
    overflow:hidden;
    float:left;
    width:65%;
    margin:0px 5px;
    border-left:5px solid #EEF;
    padding-left:10px;
    display: block;
}


.rubrica_links:hover {
    padding: 4px;
    margin-left: 80px;
    // margin-left: 0px;
    height: auto;
    position: absolute;
    border: solid black 1px;
    width: 25%;
    background: #FFFFFF;
}
*/
/* SpeedSearch  -----------------------------------------------------------------*/

#speedsearch {
    background: #EDEDFF;
    margin: 30px 0 10px 0;
    border: 1px solid #99f;
}
/*
#speedsearch .title_block {
    background-color:#FFF3AC;
}
*/
#speedsearch .title_block h2{
    text-transform:none
}

#speedsearch table { 
    width:100%;
    margin: 0 5px 20px 5px;
}

#speedsearch td {
    padding: 0 20px

}



/* SpeedSearch (searchRosta) -----------------------------------------------------------------*/
.content-search{float:right; width:300px; margin:2px 0px 0px 0px;}
.search-line{width:300px;}
.search-line input {margin-right:10px;}
.search-line input[type=submit] {padding: 0 20px;}
/* banners -----------------------------------------------------------------*/
#content_data hr{clear:both}

#bottom_banner {
    text-align:center;
    margin-top: 40px; 
	width:850px !important;   
}
/*Блок з безкоштовними фірмами*/
#block_free_firms_span{
   margin:50px auto 0px auto;
   border:0px solid black;
   color:#677;
   font-size:10pt;
   font-weight:100;
   display:block;
   padding:0px 0px 0px 0px;
 
   line-height:30px;
}

#block_free_firms {
   margin:0px auto 15px auto;
   border:0px solid #000099;
}

#block_free_firms a{
   font-size:8pt;
   color:#1975CF;
   padding:0px 2px 0px 2px;
   margin:0px 2px 0px 2px;
   text-decoration:none;
   border-right:1px dashed silver;
   border-left:1px dashed silver;
   }











/* jqModal base Styling courtesy of; -------------------------------------------
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -311px;
    width: 622px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    /*padding: 12px;*/
}


.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.search_field_submit{
	padding:0px 20px;
	float:right;
	border:0;
	background-image:url(../images/bg-button-form.png);
	background-repeat:repeat-x;
	height:20px;
}

#wordsearch {
    margin: 0 40px 0 0;
}

.catchprice {clear:both;width:448px;height:84px;background:#c3dff5; margin: 0px 0px 0px 420px;}
.catchprice .title {font:14px Tahoma;font-weight:bold;text-transform:capitalize;text-align:left;padding:11px 0px 7px 20px;}
.catchprice .logo {text-align:right;padding:11px 14px 7px 0px;}
.catchprice .logo img {width:59px;}
.catchprice .show {text-align:left;padding:8px 35px 10px 19px;}
.catchprice .show input {border:none;font:12px Tahoma;font-weight:bold;color:#ffffff;width:190px;height:28px;background:url(http://on-bid.com/images/back-button-price.png);text-shadow: #000099 -1px -1px 2px;cursor:pointer;}
.catchprice .send {text-align:right;padding:8px 14px 10px 0px;}
.catchprice .send input {border:none;font:12px Tahoma;font-weight:bold;color:#ffffff;width:190px;height:28px;background:url(http://on-bid.com/images/back-button-price.png);text-shadow: #000099 -1px -1px 2px;cursor:pointer;}

/* Katrusin phone
-----------------------------------------------------------------------------*/
.catchprice { background: #C3DFF5 url(../images/logo-on-bid-p.png) no-repeat right top;}
.catchprice .logo img {display:none;}


.cash {width:635px;height:90px;overflow:hidden;margin:0px 0px 0px 250px;}
.cash_top {padding:0px 15px;width:605px;height:50px;overflow:hidden;background:#f2f2f2;}
.cash_left {width:400px;height:50px;line-height:50px;overflow:hidden;float:left;}
.cash_left p {margin:0px;font-size:16px;font-weight:bold;color:#FF4C00;font-family:Tahoma;}
.cash_right {width:180px;height:50px;overflow:hidden;float:right;text-align:right;}
.cash_right p {margin:0px;font-size:12px;font-weight:bold;color:#FF4C00;font-family:Verdana;}
.cash_right img {vertical-align:middle;margin:5px 0px 0px 0px;}
.cash_bottom {padding:0px 15px;width:605px;height:40px;line-height:40px;overflow:hidden;background:#e5e5e5;}
.cash_bottom p {margin:0px;font-size:12px;font-weight:bold;text-decoration:underline;color:#0000FF;font-family:Tahoma;float:left;cursor:pointer;}
.cash_bottom input {margin:0px 0px 0px 10px;*margin:5px 0px 0px 10px;font-size:11px;font-weight:bold;color:#ffffff;font-family:Tahoma;cursor:pointer;background:url(http://on-bid.com/images/catcher/backButBlue.png) no-repeat;width:192px;height:30px;border:0px;}

.cashanime {padding:0px 10px;width:522px;*width:542px;height:90px;background:#efefef;overflow:hidden;margin: 0px 0px 0px 330px;}
.cashanime_top {width:522px;height:31px;padding:7px 0px;line-height:45px;*line-height:31px;}
.cashanime_left {width:80px;height:24px;padding:2px 0px;float:left;}
.cashanime_right {width:437px;height:28px;background:url(http://on-bid.com/images/catcher/rastygenie.png) no-repeat;float:right;}
.pole_chtob_rastyagivat {height:28px;line-height:28px;font-size:14px;font-weight:bold;font-family:Tahoma;padding:0px 0px 0px 10px;width:0px;display:none;overflow:hidden;white-space:nowrap;}
.cashanime_bottom {width:522px;height:45px;line-height:45px;}
.cashanime_bottom p {margin:0px 60px 0px 25px;font-family:Tahoma;font-size:11px;float:left;}
.loading {display:none;}
.cashanime_bottom span {font-size:14px;font-weight:bold;color:#ff0000;}
.cashanime_bottom input {font-size:11px;padding:4px 0px;*margin:10px 0px 0px 0px;cursor:pointer;width:140px;}
.buttons {display:none;}
