body {
	font: 13px Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 18px;
	*font-size: small;
	*font: x-small;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #333
}
.container{
	position:relative;
	width:1000px;
	margin:auto;
}
.sortable,
.datatable {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px 0
}

.tdshade1,
.tdshade1_noborder {
	background-color: #fff;
	border: 1px solid #ccc;
	font-weight: normal
}

.sortable caption,
.datatable caption {
	color: #000
}

.sortable th,
.sortable .hdr,
.datatable th,
.datatable .hdr {
	background-color: #e5e5e5;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 30px
}

.sortable th a,
.datatable th a {
	color: #000;
	padding: 4px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none
}

.sortable a:active,
.sortable th a:hover,
.datatable a:active,
.datatable th a:hover {
	color: #000;
	text-decoration: underline
}

.sortable th a:visited,
.datatable th a:visited {
	color: #000;
	text-decoration: none
}

.sortable a.sortheader,
.datatable a.sortheader {
	text-decoration: none;
	display: block
}

table.sortable span.sortarrow,
table.datatable span.sortarrow {
	color: black;
	text-decoration: none
}

table.sortable th .cell,
table.datatable th .cell {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666
}

.sortable tr,
.datatable tr {
	padding: 0
}

.sortable td,
.datatable td {
	padding: 4px;
	border-right: 1px solid #ccc
}

.sortable .cell-inner,
.datatable .cell-inner {
	border-right: 1px solid #666;
	padding: 3px
}

.sortable .cell-inner-end,
.datatable .cell-inner-end {
	border-right: 0;
	padding: 3px
}

.sortable a,
.datatable a {
	color: #08c;
	text-decoration: none
}

.sortable .cell,
.datatable .cell {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px
}

.sortable .cell-end,
.datatable .cell-end {
	border-bottom: 1px solid #ccc
}

.sortable .row-odd,
.datatable .row-odd {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px;
	background-color: #f3f3f3
}

.sortable .row-even,
.datatable .row-even {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px;
	background-color: #fff
}

.sortable .nobrd,
.datatable .nobrd {
	border-right: 0
}


.top{
	position:relative;
	height:90px;
	background-color: #9622af;
}
.logotxt{
	position:relative;
	width:200px;
	font-size:40px;
	color:#fff;
	padding:10px;
	line-height:90px;
}
.logoimg{
	position:relative;
	top:10px;
}
.top-reklam{
	position:relative;
	top:5px;
	padding:10px;
	float:right;
}
/*Responsive Styles*/

#menu{
	position:relative;
	z-index:1000;
	background-color:white;
}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size:18px;
	background:#9622af;
	text-decoration: none;
}

li a.select {
	background:#9622af;
	color:#000;
}

/*Hover state for top level links*/
li:hover a {
	background:#dc7bf1;
	color:#fff;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background:#F2BC03;
	color: #000;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #dc7bf1;
	text-align: center;
	display: none;
	line-height:50px;
	height:50px;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Responsive Styles*/

.nav-bg{
	position:relative;
	background-color:#9622af;
	height:50px;
}
.body-bg{
	position:relative;
	clear:both;
}

.body{
	position:relative;
	min-height:500px;
	box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
	padding:10px;
	background-color:#fff;
}

.left-table{
	position:relative;
	width:55%;
	text-align:left;
	vertical-align:top;
	float:left;
}
.right-table{
	position:relative;
	width:40%;
	text-align:left;
	float:right;
	background-repeat:no-repeat;
	background-position:top right;
}
.left-tablex{
	position:relative;
	width:40%;
	text-align:left;
	float:left;
	background-repeat:no-repeat;
	background-position:top right;
}
.table{
	position:relative;
}
input.text{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	margin-bottom:10px;
	border:1px solid #DFDFDF;
	border-radius:4px;
	padding:5px;
	outline:none;
}
button.chat{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	background-color:#9622af;
	color:white;
	border:none;
	border-radius: 4px; /* Standart */ 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /* Safari ve Chrome */
	cursor:pointer;
	font-size:16px;
	outline:none;
	font-weight:normal;
}

button.xxy{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:20%;
	height:40px;
	background-color:#9622af;
	color:white;
	border:none;
	border-radius: 20px; /* Standart */ 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 20px; /* Safari ve Chrome */
	cursor:pointer;
	font-size:16px;
	outline:none;
	font-weight:normal;
}

.footer-line{
	position:relative;
	height:5px;
	background-color:#9622af;
}

a.footer-link{
	text-decoration:none;
	color:#333;
	margin-right:5px;
	margin-left:5px;
	line-height:25px;
}
a.sponsor{
	text-decoration:none;
	color:#333;
	margin-right:5px;
	line-height:25px;
}
a.footer-link:hover{
	color:#000;
}
.footer{
	position:relative;
	height:60px;
	text-align:center;
	color:#333;
	padding:10px;
	background-color:#e9ebee;
	background-repeat:repeat-x;
	background-position:top left;
}

.temizle{
	position:relative;
	height:20px;
	clear:both;
}
.reklam-esnek{
	position:relative;
	max-width:100%;
	text-align:center;
	vertical-align:center;
	padding-top:20px;
	padding-bottom:10px;
	clear:both;
}
.reklam-728-90{
	position:relative;
	max-width:100%;
	text-align:center;
	vertical-align:center;
	padding-top:20px;
	padding-bottom:10px;
	clear:both;
}

p{
	text-align:left;
	line-height: 25px;
	color:#222;
}
a{
	outline:none;
	text-decoration:none;
	color:black;
}
img{
	outline:none;
}
h3{
	position:relative;
	height:30px;
	color:#5E486F;
	font-weight:normal;
	text-align:left;
	background-image:url(../img/h3line.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
h3.sohbet{
	color:#fff;
	background-color:#9622af;
	padding:10px;
	border-radius: 4px; /* Standart */ 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /* Safari ve Chrome */
	background-image:url(../img/icon-heart.png);
	background-repeat:no-repeat;
	background-position:center right;
	font-weight:normal;
	line-height:30px;
}

@media only screen and (max-width: 1170px) {
	.nav-link{
		visibility:hidden;
		position:absolute;
	}
	.container{
		width:100%;
	}
	.left-table{
		float:none;
		width:100%;
	}
	.right-table{
		float:none;
		width:100%;
	}
	a.footer-link, a.sponsor{
		display:block;
		text-align:left;
		margin:0px;
	}
	.footer{
	text-align:left;
	}
	.top{
		text-align:center;
	}
	.top-reklam{
		display:none; 
	}
	.reklam-728-90{
		display:none;
	}
	h3.sohbet{
		text-align:center;
	}
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}