/*----header--begin----*/
#logo {
	background:#ffffff;
}
#panelpart {
	background: url('images/panelbg2.gif') repeat-x 0 0;
}
#panel {
	background: #ffffff;
}
#panel div{
	text-align:right;
	margin-right: 50px;
}
.panelpad_left {
	background:transparent url('images/nav_panel_left.gif') no-repeat scroll 0 0;
	width:17px;
}
.panelpad_right {
	background:transparent url('images/nav_panel_right.gif') no-repeat scroll 0 0;
	width:17px;
}
.panelpad {
	background: url('images/panelbg2.gif') repeat-x 0 0;
	width:17px;
}
#buttonsc {
	background:transparent;
}
#buttons {
	background:transparent;
}
/*------header--end-----*/


/*-------left-menu--begin------*/
#midtab {
	width:998px;
}
#menu {
	width:300px;
	background: url('images/market_back.gif') repeat-y 0 0;
}
#menu ul {
	text-align:left;
	width:auto;
	list-style:none;
	margin:0 10px;
	padding:0;
	
}

#menu ul.market_menu {
	text-align:left;
	width:280px;
	list-style:none;
	
}
#menu ul.market_menu li {
	width:auto;
	overflow:visible;
	display: list-item;
	margin:0;
}
#menu ul.market_menu li a{
	text-decoration: none;
}
#menu ul.market_menu li a.main  {
	display:block;
	background: url("images/market_list.gif") no-repeat 0 0;
	height:31px;
	padding:3px 30px;
	font-size: 16px;
	font-weight:900;
	color:#745620;
}
#menu ul.market_menu li a.main2  {
	background: url("images/market_list_2.gif") no-repeat 0 0;
	height:55px;
}
#menu ul.market_menu li a.imp  {
	background: url("images/market_list_imp.gif") no-repeat 0 0;
	color:#ceb17c;
}
#menu ul.market_menu ul {
	/*list-style-image: url('images/list_marker_big.gif');
	list-style-type:square;
	color:#773708;*/
	list-style:none;
	margin-left: 30px;
	padding-left: 0px;
	font-size: 14px;
	font-weight:bold;
	line-height:2;	
}

#menu ul.market_menu ul ul {
	/*list-style-image: url('images/list_marker.gif');
	list-style-type:square;
	color:#7b7b7b;*/
	list-style:none;
	font-weight:normal;
	margin-left: 0px;
	padding-left: 20px;
	line-height:1.3;
}
#menu ul.market_menu ul li a{
	background: url('images/list_marker_big.gif') no-repeat left 4px;
	padding-left: 20px;
}
#menu ul.market_menu ul li a.active, #menu ul.market_menu ul li a:hover{
	background: url('images/list_marker_big_act.gif') no-repeat left 4px;
}
#menu ul.market_menu ul ul li a{
	background: url('images/list_marker.gif') no-repeat left 6px;
	padding-left: 15px;
}
#menu ul.market_menu ul ul li a.active, #menu ul.market_menu ul ul li a:hover{
	background: url('images/list_marker_act.gif') no-repeat left 6px;
}
#menu ul.market_menu ul li a.active{
	font-weight: bold;
	color:#773708;
}
#menu ul.market_menu ul ul li a.active{
	color:#666;
}
#list_new, #list_sale {
	padding-top: 0px;
} 
 
.list_item, #list_addition {
	padding-top: 20px;
}

/*---------end--left-menu------*/
div.scroll_out {
	margin:5px 0px 5px 0px;
	height:25px;
	position:relative;
	z-index:1;
}
* html div.scroll_out {
	margin-bottom:0px;
}
div.scrollable { 
 
    /* required settings */ 
    position:absolute; 
    overflow:hidden;
    width: 590px; 
    height:66px;
	top:0px;
	left:36px;
	z-index:1;
} 
* html div.scrollable {
	position:relative;
	left:0px;
}
 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	z-index:1;
} 
 
div.scrollable div.items a { 
	display:block;
    float:left; 
	width:190px;
	height:25px;
	margin-right:10px;
	overflow:hidden;
} 
* html div.scrollable div.items a {
	overflow:visible;
}
div.scrollable div.items a  img {
	display:block;
	margin:0px auto;
}
.browse {
	display:block;
	height:25px;
	width:32px;
	cursor:pointer;
}
.prevPage {
	background:url(/images/pointer_l.jpg) center no-repeat;
	float:left;
}
.nextPage {
	background:url(/images/pointer_r.jpg) center no-repeat;
	float:right;
}
.prevPage.disabled {
	background:url(/images/pointer_l_d.jpg) center no-repeat;
	cursor:default;
}
.nextPage.disabled {
	background:url(/images/pointer_r_d.jpg) center no-repeat;
	cursor:default;
}
* html .disabled {
	visibility:hidden;
}
div.scrollable div.items a p.desc {
	font-size:10px;
	text-align:center;
	margin:0px;
	height:24px;
	overflow:hidden;
}
div.scrollable div.items a p.price {
	font-size:10px;
	color:red;
	text-align:center;
	font-weight:bold;
	margin:0px;
}
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
div.scrollable div.items a .tooltip {
	width:182px;
	height:36px;
	background:#fff;
	border:1px #d0b481 solid;
	padding:0px 3px 2px 3px;
}
div.scrollable div.items a:hover {
	overflow:visible;
}
#searchText {
	width:200px;
}
* html h2, * html h1 {
	margin-top:0px;
}

a.add2cart {
	padding-left:15px;
	background:url(/images/icon-buy.gif) left no-repeat;
}
.prod_img {
	text-align:left;
}
* html .prod_img  {
	text-align:center;
}
.prod_img  a {
	display:block;
}
.prod_img  img {
	display:block;
	margin:0px auto;
}
.prod_img  .mark_new,
.prod_img .mark_hit {
	position:absolute;
	z-index:0;
	width:50px;
	height:18px;
}
* html .prod_img  .mark_new,
* html .prod_img .mark_hit {
}
.prod_img .mark_new {
	background:url(/images/new.png) center no-repeat;
}
.prod_img .mark_hit {
	background:url(/images/hit.png) center no-repeat;
	margin-left:140px;
}
* html .prod_img .mark_new {
	margin-left:-95px;
}
* html .prod_img .mark_hit {
	margin-left:45px;
}

.content_block table {
	margin:0px auto;
}
table.hits_list td {
	padding-bottom:15px;
}

.path {
	margin-bottom: 10px;
}