.hidden { position: absolute; left: 0; top: -500px; }

#yorumlar {
	padding-left: 10px;
}

#tabs { width: 460px; overflow: hidden;}
#tabs-nav { width: 460px; overflow: hidden; padding: 0; margin: 0; list-style: none; background: #F9F8F8; cursor: pointer;}
#tabs-nav li { float: left; padding: 0; margin: 0; border-bottom:1px solid #FF8600; cursor: pointer; }
#tabs-nav .active {
	border-bottom: 0px;
	background: url(../images/tab_top.jpg) top left no-repeat;
	padding-bottom: 1px;
}
#tabs-nav li a { float: left; display: block; padding: 0; margin: 0; font-size: 12px; text-decoration: none; color: #999; }
#tabs-nav li a:hover {  }
#tabs-nav .active a, #tabs-nav .active a:hover {  color: #000;}

#tabs-nav .tab-loading { display: block; width: 16px; height: 16px; overflow: hidden; float: left; padding: 4px 0 4px 10px; }
#tabs-nav .tab-loading img { border: 0; }
#tabs-nav .tab-label { display: block; overflow: hidden; padding: 5px 10px 5px 5px; width:100px; float:left; }

#tabs-content { padding: 10px; height:300px; overflow:auto; border: 1px solid #FF8600; border-top: 0px; border-bottom: 0px; }
#tabs-content h2 { margin: 0; }
#tabs-content p, #tabs-content ul { font-size: 12px; line-height: 18px; }
#tabs-content p { margin: 10px 0 0 0; }
#tabs-content ul { margin-top: 10px; }

#tab-1 a, #tab-1 a:hover { background: url("../images/icon-2.gif") 10px 4px no-repeat; }
#tab-2 a, #tab-2 a:hover { background: url("../images/icon-1.gif") 10px 4px no-repeat; }
