/*-----------------------------------------URUN DETAY---------------------------------------*/


.ui-widget-header a {
	display:block;
	background:url(urundetay_tab.gif) right -100px;
	cursor:pointer;
	color:#333;
	font-size:12px !important;
	text-decoration:none;
}
.ui-widget-header a span {
	display:block;
	padding:8px 10px;
	background:url(images/pasif.gif) left 0;
}
.ui-widget-header a:hover {
	background:url(images/pasif.gif) right -132px;
	stext-decoration:none;
}
.ui-widget-header a span:hover {
	display:block;
	background:url(images/pasif.gif) left -32px;
}
.ui-widget-header li.ui-tabs-selected a {
	background:url(images/pasif.gif) right -164px;
	color:#333;
}
.ui-widget-header li.ui-tabs-selected a span {
	background:url(images/pasif.gif) left -64px;
	padding:8px 10px !important;
}
.ui-widget-header a span font {
	width:20px;
	height:16px;
	display:block;
	float:left;
	margin-right:5px;
}
.ui-widget-header a span font.Ozellik {
	background:url(images/tab_icon.png) no-repeat left top;
}
.ui-widget-header a span font.Odeme {
	background:url(images/tab_icon.png) no-repeat -20px top;
}
.ui-widget-header a span font.Yorum {
	background:url(images/tab_icon.png) no-repeat -40px top;
}
.ui-widget-header a span font.Resim {
	background:url(images/tab_icon.png) no-repeat -60px top;
}

/*-----------------------------------------URUN DETAY---------------------------------------*/


/*-----------------------------------tabs------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	background:#00FF00;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/

* html .ui-helper-clearfix {
	height:1%;
}
.ui-helper-clearfix {
	display:block;
}
/* end clearfix */

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
/* Interaction Cues

----------------------------------*/


.ui-widget-header {
	background:#D7EAF4;
	font-weight: bold;
}
.ui-tabs {
	position: relative;
	margin-bottom:10px;
	border:solid 1px #CCCCCC;
	background:#FFF;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin:0px;
	padding:5px 0px 1px 5px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin:0 2px;
	border-bottom: 0 !important;
	padding: 0;
}
/*.ui-tabs .ui-tabs-nav li a { display:block;  text-decoration: none; }*/

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: default;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	padding:10px 10px 10px 10px;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*-----------------------------------tabs------------------------------*/