/* tabs */

dl.tabs {

	float: left;

	margin: 10px 0 -1px 0;

	z-index: 50;
/*  background:none repeat scroll 0 0 #000000;*/
}



dl.tabs dt {

	float: left;

    	padding: 4px 10px 2px;

	border: 1px solid #ccc;

	margin-left: 3px;

	background: #000000;
	color: #DEDEDE;
    font-weight: bold;
    font-size:11px;


}
dl.tabs dd { background: #FFFFFF;
float:left;
margin:0px;
padding:0px;

}
div.image img{
  border: 2px solid #faa325;
}


dl.tabs dt.open {

	background: #222222;
	border-bottom: 1px solid #ccc;
	z-index: 100;
   	color: #ffffff;

}



div.current {

	clear: both;

	border: 1px solid #ccc;

	padding: 5px 2px;
    background: #FFFFFF;
}
div.current h3.title
{
  margin: 0;
  line-height: 1em;

}
div.current h3.title a
{
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  border:medium none;
font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Verdana,sans-serif;
margin:0 0 10px;
padding:3px 0;
text-transform:uppercase;
}



div.current dd {

	padding: 0;

	margin: 0;

}



/* pane-sliders  */

.pane-sliders .title {

	margin: 0;

	padding: 2px;

	color: #666;

	cursor: pointer;

}



.pane-sliders .panel   { border: 1px solid #ccc; margin-bottom: 3px;}

.pane-sliders .panel h3 { background: #fff; color: #666}

.pane-sliders .content { background: #fff; }



.jpane-toggler  span     { background: transparent url(arrow.png) 5px 50% no-repeat; padding-left: 20px;}

.jpane-toggler-down span { background: transparent url(arrow_down.png) 5px 50% no-repeat; padding-left: 20px;}

.jpane-toggler-down {  border-bottom: 1px solid #ccc; }


