body{background-color:#fffaf2;margin:0px;padding:0px;}
body,td,div,p,a,input,textarea,ul#topMenu .sub ul li a{color:#000000;font:9pt Tahoma;}

A {color:#000000;TEXT-DECORATION:none;}
A:visited {TEXT-DECORATION:none;}
A:hover {TEXT-DECORATION:underline;}
A:active {TEXT-DECORATION:underline;}

ul li{list-style-image : url('../img/list.gif');}
ul li{margin-left:5px;}
ul li{padding-left:5px;}

input{background-color:#d6f6a9;border:1px solid #93d13f;}
input:hover{background-color:#c3f67b;border:1px solid #93d13f;}
.inSearch{width:160px;}

a.red{color:#ed0c0c;}

div#topMenu{margin-top:-19px;padding-bottom:5px;}
#topMenu a{font-weight:bold;}
#greenLine{padding:4px;padding-top:0;}
#menu {margin-left:4px;}
#menu #title {text-align:center;font-weight:bold;line-height:41px;background:url('../img/menuTitle.png') no-repeat;}
#menu #txt ul li a{font-size:9pt;}

.cat_ddown_li{list-style-image : url('../img/listd.gif');}

.cat_nodown_li{list-style-image : url('../img/list.gif');}

ul#topMenu{margin:0;padding:0;float:left;width:100%;list-style: none;z-index:1000;margin-top:-19px;}
ul#topMenu li {display:inline;float: left;margin: 0; padding: 0;list-style: none; /*--Important--*/}
ul#topMenu li a {float: left;text-indent: -9999px; /*--Push text off of page--*/height:16px;}
ul#topMenu li:hover a, ul#topMenu li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topMenu li h2 a {text-indent:0;}
/*ul#topMenu li h2 a:hover {width: 120px;text-indent:0;background-color:#FF9C00;}*/
ul#topMenu li h2 a.selected {text-indent:0;background-color:#FF9C00;}
ul#topMenu a.new {width: 210px;text-indent:0;}
ul#topMenu a.girl {width: 130px;text-indent:0;}
ul#topMenu a.man {width: 130px;text-indent:0;}
ul#topMenu a.child {width: 130px;text-indent:0;}
ul#topMenu a.wedding {width: 130px;text-indent:0;}
ul#topMenu li .sub {position: absolute; /*--Important--*/
width:950px;
top: 158px; left: 10px; right:10px;
background: #FF9C00; /*#9ECA42;*/ /*--Background gradient--*/
padding: 20px 20px 20px;
float: left;z-index:999;
text-align: left; 
/*--Bottom right rounded corner--*/
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
/*--Bottom left rounded corner--*/
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
display: none; /*--Hidden for those with js turned off--*/
}
ul#topMenu li .sub ul li .sub {position: absolute; /*--Important--*/
width:160px;
top: 0px; left: 200px; right:0px;
/*--Background gradient--*/
padding: 20px 20px 20px;
/*--Bottom right rounded corner--*/
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
/*--Bottom left rounded corner--*/
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
/* display: none; *//*--Hidden for those with js turned off--*/
}
ul#topMenu li .row { /*--If needed to break out into rows--*/
clear: both;
float: left;
width: 100%;
margin-bottom: 10px;
}
ul#topMenu li .sub ul{
list-style: none;
margin: 2px; padding: 0;
width: 140px;
float: left;
border:1px dashed #FFC76F;/*#608c03;*/
}
ul#topMenu .sub ul li {
/* width: 100%; --Override parent list item--*/
color: #FDB038;
padding-top:3px;padding-bottom:3px;
}
ul#topMenu .sub ul li h2 { /*--Sub nav heading style--*/
padding: 0;  margin: 0;
font-weight: normal;
}
ul#topMenu .sub ul li h2 a { /*--Sub nav heading link style--*/
padding: 5px 0;
background-image: none;
color: #FFF; /*#e8e000;*/
font-weight:bold;
}
ul#topMenu .sub ul li a {
float: none;
text-indent: 0; /*--Override text-indent from parent list item--*/
height: auto; /*--Override height from parent list item--*/
margin: 5px 3px 5px 13px;
margin-left:0px;
padding:2px;
padding-left:2px;
/* display: block; */
text-decoration: none;
color: #FFF;/*#DE921A;*/
}
ul#topMenu .sub ul li a:hover {
color: #FF9C00;/*#FDB038;*/
background-color:#FFF;
background-position: 5px 12px ;/*--Override background position--*/
}
ul#topMenu li .sub ul {width:100%;}
ul#topMenu li .sub ul li{display:inline;padding-left:10px;padding-right:2px;height:100%;}
ul#topMenu li .sub ul li ul{width:140px;border:0px;border-left:1px dashed #FFF;}
ul#topMenu li .sub ul li ul li{width:140px;border:0px;display:block;border-bottom:1px dashed #FFC76F;/*#608c03;*/}
.polosa{display:none;padding:0;margin:0; height:100%;width:1px;border:0; }
.polosa li{display:none;padding:0;margin:0;border:0;width:1px; height:100%;}
/*ul#topMenu li .sub ul li ul li a span{display:none;}*/

#bin_table {border:1px solid black;padding:0;margin:0;}
#bin_table th{border:1px solid black;margin:0;padding:3px;}
#bin_table td{border:1px solid black;margin:0;padding:3px;}

.tooltip { position: relative; }
.tooltip span {
  position: absolute;
  right: 0;
  top: -26px;
  display: none;
 /* min-width: 50px;*/
  padding: 3px 8px;
  white-space: nowrap;
  font-size: 11px;
  text-align: right;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FF9C00;
}
.tooltip span small {
  position: absolute;
  right: 10px;
  bottom: -6px;
  border-top: 6px solid #FFF;
  border-left: 6px solid transparent;
}
.tooltip:hover span { display: block; }
/* 嬿 IE */

.tooltip span { background-color: #FFF; }
.tooltip span small { border-top: 6px solid #FFF; }

/* 髱鬠౮⬥��欮믩 ⡉E 6 */

*html .tooltip span small { 
  border-left: 6px solid #FFF; /* Үﳢ泱㴥 㦲 ﮠ */
}

/* 髱鬠౮⬥��⡉E 8 */

.tooltip span { background-color /*\**/: #FFFFFF\9  }
.tooltip span small { border-top /*\**/: 6px solid #FFFFFF; }


#mmdiv div {font-size:13px;}


.pic_tr img
{
width:168px;
}
#prilavok
{
	border-collapse:collapse;
	width:100%;
}
.ms_line
{
	height:25px;
	text-align:right;
}
.ms_line span
{
margin-right:22px;
background-color:#FFF;
font-weight:bold;
}
.ms_line_end
{
	height:25px;
	width:10%;
}
.bold_text
{
	font-weight:bold;
}
.select_filter
{
	border:1px solid #036;
	width:100px;
}
.select_filter_low
{
	border:1px solid #036;
	width:70px;
}
.shop_count_pages
{
	height:34px;
	padding-left:12px;
	cursor:pointer;
}
.shop_count_pages span
{
	margin-left:2px;
	margin-right:2px;
}
.shop_count_pages span:hover
{
	color:#930;
}
.tbl_item
{
	margin-left:5px;
	width:175px;
	height:310px;
	border:2px solid #930;
	border-collapse:collapse;
	margin-bottom:3px;
	cursor:pointer;
}
.tbl_item td
{
	text-align:center;
	vertical-align:top;
}
.tbl_item_info
{
font-weight:bold;
height:26px;
}
.pic_tr
{
	background-color:#FFF;
}
.pic_tr td
{
	height:240px;
}
.inf_tr
{
	background-color:#FB9C48;
}
.price_td
{
	font-weight:bold;
	vertical-align:bottom;
	height:1%;
}
.main_table_td
{

}
.active_page_set
{
	font-weight:600;
}
.big_pic
{
	cursor:pointer;
	margin-left:4px;
}
.big_show_ico
{
	cursor:url(../lupe.cur), -moz-zoom-in
}
.popup {background:#FFF; border:1px solid #333; padding:1px;}
.popup-header {height:24px; padding:7px; }
.popup-header h2 {margin:0; padding:0; font-size:18px; float:left; font-weight:bold;  color:#000000}
.popup-header .nyroModalClose {float:right; font-size:11px; cursor:pointer}
.popup-body {padding:10px; color:#000000}


#bin{padding:0;margin:0;}

/*��*/

#cont_block_head_center
{
text-transform:capitalize;
color:#FF6600;
padding-bottom:5px;
padding-top:5px;
line-height:21px;
vertical-align:middle;
margin-bottom:5px;
text-align:left;
}
#cont_block_head_center img
{
margin-left:20px;
margin-right:20px;
}
.pic_tr td
{
width:153px;
height:222px;
position:relative;
}
.checked
{
background-image:url('../images/lookTo.png');
background-repeat:no-repeat;
background-position:50% 50%;
height:80px;
width:60px;
top:0px;
left:0px;
position:relative;
}
.sale
{
/*height:30px;*/
width:105px;
top:100%;
left:100%;
margin-left:-105px;
margin-top:-40px;
color:#CC0000;
font-style:italic;
font-weight:bold;
position:relative;
}
.new
{ 
background-image:url('../images/new.png');
background-repeat:no-repeat;
background-position:50% 50%;
height:40px;
width:60px;
left:100%;
margin-left:-60px;
position:relative;
}
.count_chl
{
display:none;
}
#bin_sale_sym
{
color:#AA0000;
}
#bin_sale
{
color:#AA0000;
}
#work_zone
{
text-align:center;
}
.view_returns
{
font-weight:bold;
}
.view_returns:hover
{
	color:#000033;
}

.get_returns:hover
{
color:#000033;
}
.antenno
{
padding-right:14px;
padding-left:14px;
}
.zoomom{
height:24px;
width:70px;
background-image:url("../images/zoom.gif"); 
background-repeat:no-repeat;
cursor:pointer;
zoom: 1;
}
.zoomom:hover{
background-image:url("../images/zoom2.gif"); 
}
.btn_bin
{
cursor:pointer;
border:0 solid;
background-color:#FFFFFF;
background-image:url("../images/tobin.gif");
background-repeat:no-repeat;
width:160px;
height:48px;
margin-top:-12px;
zoom: 1;
}
.btn_bin:hover
{
background-image:url("../images/tobin2.gif");
}
#sort{border:0px;background-color:#FFFAF2;}
.input_GO
{
	background-color:#FFFFFF;
	border:0px solid #FFFAF2;
	background-repeat:no-repeat;
	background-image:url('../img/GO.png');
	height:20px;
	width:47px;
	cursor:pointer;
}
.input_GO:hover {border:0px;background-color:#FFFAF2;} 

