
.sidebar{
	background : #FFFFFF;
	-moz-border-radius : 10px;
	border : 3px solid #D6D6D6;
	position: absolute;
	background-attachment : scroll;

    margin-top:150px;
    /*width:330px;*/
    padding:5px 5px 10px 10px;
}

.sidebar-pos-left{
	-moz-border-radius-topleft : 0px;
	-moz-border-radius-bottomleft : 0px;
    left:0;
}

.sidebar-pos-right{
	-moz-border-radius-topright : 0px;
	-moz-border-radius-bottomright : 0px;
    right:0;
}

.sidebar-words{
	color: black;
	font-weight : bold;
	font-family : helvetica;
	list-style : none;
	padding : 0px;
	margin-left : 5px;

}

.sidebar a.close {
   cursor:pointer;
}

.sidebar ul {
  /*display:none;*/
}

.sidebar ul li {
display:inline-block;
float:left;
margin-right:5px;
margin-top:5px;
min-height:48px;
width:45px;


}

.sidebar .link {
padding-bottom:5px;
padding-right:5px;
padding-top:5px;
}
.sidebar .link a {
   margin-right:15px;
   cursor:pointer;
}
.sidebar .link a.title{
font-size:14px;
font-weight:bold;
}

.sidebar .link .btn {
   display:none;
}
.sidebar .item_list{
   float:left;
   width:300px;
   /*display:inline-block;*/
   display:none;
}
.sidebar .arrow {
   float:right;
   display:inline-block;
   height:36px;
   margin-right:-5px;
   margin-top:5px;
   width:25px;
   cursor : pointer;

}

.sidebar .hide {
   background: url('../images/slidehideArrow.gif') top left repeat-x;
   background-position:0 0;
}

.sidebar .show {

   background: url('../images/slideshowArrow.gif') top left repeat-x;
   background-position:0 0;
}

.sidebar .del {
color:#990000;
font-weight:bold;
margin-left:38px;
margin-top:-8px;
position:absolute;

}



