#infobox{
width:111px;
}
#infobox ul#infomenu{
margin:0;
padding:0;
list-style-type:none;
}

#infobox ul#infomenu li{
cursor:pointer;
margin:0;
height: 23px;
/*background-position:111px 50%;*/
text-indent:-9999px;
margin-bottom: 5px;
}

.menubox{
position: absolute; 
z-index: 400; 
right:-179px;
top:30px;
width:290px;
}

.menubox.show{
z-index:2000;
}

#searchb.menubox{
margin-top:30px;
}

#tradeb.menubox{
margin-top:0px;
}

#basketb.menubox{
margin-top:60px;
}


.menubox a.close_menu{
cursor:pointer;
display:block;
text-indent:-9999px;
float:left;
}

/* close buttons */
#basketb.menubox a.close_menu.closed{
height:23px;
width:111px;
background-image:url("/images/basket.gif");
}
#basketb.menubox a.close_menu.open{
height:23px;
width:111px;
background-image:url("/images/basket2.gif");
}

#tradeb.menubox a.close_menu.closed{
height:23px;
width:111px;
background-image:url("/images/trade.gif");
}
#tradeb.menubox a.close_menu.open{
height:23px;
width:111px;
background-image:url("/images/trade2.gif");
}

#searchb.menubox a.close_menu.closed{
height:23px;
width:111px;
background-image:url("/images/search.gif");
}
#searchb.menubox a.close_menu.open{
height:23px;
width:111px;
background-image:url("/images/search2.gif");
}

.menubox a.close_menu:hover{
background-image:url("../images/close2.png");
}

#infobox ul#infomenu li#im_search{
background-image:url("../images/search.gif");
}

#infobox ul#infomenu li#im_trade{
background-image:url("../images/trade.gif");
}

#infobox ul#infomenu li#im_basket{
background-image:url("../images/basket.gif");
}

.menuitem{
border-left:1px solid #9B8985;
border-bottom:1px solid #9B8985;
border-top:1px solid #9B8985;
width:178px;
float:left;
background-color: #ffffff;
}

#tradeitem.menuitem, #searchitem.menuitem{
min-height:80px;
}

#basketitem.menuitem{
min-height:80px;
}

.menuitem img{
margin-bottom:2px;
}
.menuitem input.inputbox{
width: 110px;
border:1px solid #D5D5D5;
height:18px;
}

a.tradea{
font-size:11px;
padding-left:10px;
}

.menuitem a.go{
cursor:pointer;
width: 44px;
height: 22px;
float:left;
background-image:url("../images/go1.png");
text-indent:-9999px;
margin: 0 5px 0 8px;
}

.menuitem a.go:hover{
background-image:url("../images/go2.png");
}

#searchb #searchitem span{
background-image:url("../images/search_close.png");
}


#searchitem input{
float:left;
margin-left:7px;
}
#tradeb #tradeitem span{
background-image:url("../images/trade_close.png");
}

#tradeitem form{
text-align:center !important;
}

#basketb #basketitem span{
background-image:url("../images/search_close.png");
}

ul#basket_list{
margin:6px 6px;
border: 1px solid #D5D5D5;
/*min-height: 102px;*/
list-style-type: none;
padding:0 0 0 3px;
float:left;
margin-bottom:6px;
width:160px;
}

ul#basket_list li{
font-size:10px;
color: #B5B5B5;
float:left;
width:100%;
text-align:left;
}

/*  */
#box{
overflow:hidden;
width:783px;
height:800px;
position:absolute;
right:0;
}

#flash #box{
overflow:hidden;
width:784px;
height:800px;
position:absolute;
right:0;
}
#subContent #box{
float:right;
height:150px;
overflow:hidden;
width:290px;
position:absolute;
}


/* styles for basket */
#basketb #basketitem .basketitems span{
background-image:none;
font-size:12px;
}

#basketb #basketitem .basketitems img{
width:50px;height:50px;float:left;
}
#basketb #basketitem .basketitems p{
float:left;margin-left: 10px;
width:95px;
}
