/* //////////////////////////////////////////////////////////  AYARLAR //////////////////////////////////////////////////////////////////////////////////////*/
.gobek-container {
	position: relative;
	width: 675px;
	height: 600px;
	background-color: #ffffff;
	margin: 0 auto;
	top: 2%;
}

#ayarlar-top {
	float: left;
	height: 40px;
	width: 100%;
	background-color: #2fb9e6;
	position: relative;
}

.ayarlar-title {
	float: left;
	margin: 9px 0 0 10px;
	font-family: 'Trebuchet MS';
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.ayarlar-profil-area {
	background-color: #589cc2;
}

.ayarlar-profil-area a {
	color: #2080BA;
	text-decoration: none;
}

.ayarlar-profil-area a:visited {
	color: #2080BA;
	text-decoration: none;
}

.ayarlar-profil-area a:active {
	color: #2080BA;
	text-decoration: none;
}

.ayarlar-profil-area a:hover {
	color: #2080BA;
	text-decoration: underline;
}

.avatar-container {
	margin-top: 4px;
	width: 100%;
}

.avatar-image {
	float:left;
	width: 100px;
}

.avatar-info {
margin-left: 110px;
}
.avatar-upload{
margin-top:5px;
margin-bottom: 5px;
}
#ayarlar-footer-cont {
	float: left;
}

#ayarlar-footer {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	background-color: #2fb9e6;
}

#ayarlar-footer img {
	border: 0;
	float: right;
	margin: 6px;
}

#ayarlar-container {
	width: 100%;
	background-color: #fff;
	float: left;
}

#ayarlar-content-div {
	padding: 20px;
	text-align: left;
}

.ayarlar-header {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #61889b;
}

.ayarlar-header-cizgi {
	border-top: 1px solid #c5d3e0;
	width: 400px;
}

.ayarlar-profil {
	width: 100%;
	border: 1px solid red;
}
.ayarlar-close-top{
width: 100%;
	background-image: url("../images/ayarlar/top-close-bg.gif");
	background-repeat:repeat-x;
	text-align: right;
}

/*   TAB MENU   */
.tabbed {
	float: right;
	right: 0px;
	bottom: -8px;
	position: absolute;
}

.basictab {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	vertical-align: middle;
	text-align: center;
	/*set to left, center, or right to align the menu as desired*/
	padding-top: 0;
	margin: 0;
}

.basictab ul {
	padding: 0;
	margin: 0;
}

.basictab li {
	float: left;
	width: 146px;
	height: 24px;
	display: block;
	padding: 4px 0;
	margin-left: 1px;
	background-image: url("../images/ayarlar/tab-passive.gif");
	background-repeat: no-repeat;
}

.basictab li:hover {
	float: left;
	width: 146px;
	height: 24px;
	display: block;
	padding: 4px 0;
	margin-left: 1px;
	background-image: url("../images/ayarlar/tab-active.gif");
	background-repeat: no-repeat;
	/*background-image:url("../images/ayarlar/tab-active.gif");
background-repeat:no-repeat;*/
}

.basictab li:active {
	background-image: url("../images/ayarlar/tab-active.gif");
	background-repeat: no-repeat;
}

.basictab li.selected { /*selected tab effect*/
	background-image: url("../images/ayarlar/tab-active.gif");
	background-repeat: no-repeat;
}

.basictab li a {
	text-decoration: none;
	color: #2fb9e6;
}

.basictab li a:visited {
	text-decoration: none;
	color: #2fb9e6;
}

.basictab li a:hover {
	text-decoration: none;
	color: #2fb9e6;
}

.basictab li a:active {
	text-decoration: none;
	color: #2fb9e6;
}