@CHARSET "UTF-8";
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url('../img/style/top_back_img.jpg') repeat-x;
	background-color: #ededed;
}


a {
	text-decoration: none;
}


#maincontainer {
	width: 1024px;
	margin: 0px auto 0px auto;
	min-height: 500px;
}

#head {
	width: 1000px;
	height: 147px;
	background: url('../img/style/top_bg.jpg') no-repeat;
	margin-left: 12px;
}

#main {
	width: 100%;
	background: transparent url(../img/style/content_center.jpg) repeat-y
		scroll 1px 50%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#mainDiv{
width:95%;
margin-left:25px;
}
	
#mainBottom {
	height: 20px;
	background: url(../img/style/content_bottom.jpg) 1px no-repeat;
}

#foot {
	margin-left: 12px;
	width: 1000px;
	height: 25px;
	background-color: #F91;
}

/* errorDiv */
#errorBackDiv {
	opacity: .10;
	filter: alpha(opacity =             10);
	-ms-filter: "alpha(opacity=10)";
	-khtml-opacity: .10;
	-moz-opacity: .10;
	background-color: black;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
}

#errorDiv {
	display: none;
	margin: auto auto 200px auto;
	width: 400px;
	min-height: 100px;
	top: 0px;
	position: fixed;
	z-index: 99;
	background-color: white;
	border: 4px solid #b51716;
}

#errorHead {
	background-color: #b51716;
	width: 395px;
	height: 23px;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding: 3px;
}

#errorMain {
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: gray;
	margin-top: 20px;
}

#confirmBackDiv {
	opacity: .10;
	filter: alpha(opacity =             10);
	-ms-filter: "alpha(opacity=10)";
	-khtml-opacity: .10;
	-moz-opacity: .10;
	background-color: black;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
}

#confirmDiv {
	display: none;
	margin: auto auto 200px auto;
	width: 400px;
	min-height: 100px;
	top: 0px;
	position: fixed;
	z-index: 99;
	background-color: white;
	border: 4px solid #b51716;
}

#confirmHead {
	background-color: #b51716;
	width: 395px;
	height: 23px;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding: 3px;
}
.confirm{float:right; margin:15px;}

#confirmMain {
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: gray;
	margin-top: 20px;
}

#generalAjaxResultsDiv {
	display: none;
	margin: 100px 300px 200px 300px;
	width: 400px;
	min-height: 100px;
	position: absolute;
	z-index: 70;
	background-color: white;
	border: 4px solid #b51716;
}

#generalAjaxResultsTitle {
	float: left;
	background-color: #b51716;
	height: 23px;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding: 3px;
}

#generalAjaxResultsMain {
	float: left;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: gray;
	margin-top: 20px;
}

#generalAjaxResultsClose {
	float: left;
	width: 20px;
	background-color: #b51716;
	height: 23px;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding: 3px;
}

.form {
	margin-top: 15px;
}

.form p {
	text-align: left;
	float: left;
	clear: both;
	margin-bottom: 8px;
}

.form p .text,.inputText {
	width: 242px;
	height: 15px;
	padding: 3px 5px 3px 5px;
	border: 0;
	background: white url("../img/inputText_bg.png") top left no-repeat;
	line-height: 16px !important;
	font-size: 11px;
}

.small {
	width: 131px;
	height: 15px;
	padding: 3px 5px 3px 5px;
	border: 0;
	background: white url("../img/inputText_bg_small.png") top left
		no-repeat;
	line-height: 16px !important;
	font-size: 11px;
}

.form p .textShort,.inputTextShort {
	width: 114px;
	height: 15px;
	padding: 3px 5px 3px 5px;
	border: 0;
	background: white url("../img/inputTextShort_bg.png") center left
		no-repeat;
	line-height: 16px !important;
	font-size: 11px;
}

.form p textarea,.textarea {
	font-size: 12px !important;
	overflow-x: auto;
	overflow-y: auto !important;
	background: url('../img/textarea_bg.png') center bottom repeat-x;
	border: 1px solid #B8BAC1;
	width: 252px;
	height: 110px;
}

.form p select {
	width: 252px;
	height: 20px;
	font-size: 11px;
}

.form p label {
	color: #666666;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 130px;
}

.form p input.radio {
	background: white !important;
	border: 0;
}

.form p select {
	
}

#topMenu {
	height: 26px;
	clear: both;
	float: right;
	margin-right: 93px;
	margin-top: 14px;
}

.first {
	background: url('../img/style/top_main_menu_left.jpg') no-repeat;
	width: 17px;
	height: 26px;
	float: left;
}

.last {
	background: url('../img/style/top_main_menu_right.jpg') right no-repeat;
	width: 17px;
	height: 26px;
	float: left;
}

#topMenu ul {
	display: inline;
	list-style: none;
	float: left;
	height: 26px;
}

#topMenu ul li {
	background: url('../img/style/top_main_menu_center.jpg') repeat-x;
	height: 26px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	float: left;
	font-size: 11px;
}

#topMenu ul li a {
	color: #4C4C4C;
	font-weight: bold;
}

#topMenu ul li a:hover,#tabMenu ul li a:hover {
	color: #8C8C8C;
}

/***** tabMenu ****/
#tabMenu {
	clear: both;
	float: right;
	margin-right: 10px;
	margin-top: -5px !important;
}

#tabMenu ul {
	display: inline;
	list-style: none;
	float: left;
}

#tabMenu ul li {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	float: left;
	font-size: 11px;
}

#tabMenu ul li img {
	border: 0 none;
	float: left;
	margin-left: 5px;
}

#tabMenu ul li a {
	color: #4C4C4C;;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px;
}

/***** textMenuMenu ****/


#textMenu {
float:right;
margin-right:100px;
margin-top:5px !important;
}


#textMenu ul {
	display: inline;
	list-style: none;
	float: left;
}

#textMenu ul li {
	color: black;
	float: left;
	font-size: 11px;
}

#textMenu ul li a,#facebookLink a {
	color: black;
	display: block;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

#textMenu ul li a:hover,#facebookLink a:hover {
	color: #1C1C1C;
}

#facebookLink {
clear:both;
float:right;
margin-right:100px;
margin-top:14px;
}

#facebookLink span {
	display: block;
	float: left;
	padding: 5px;
}

#facebookLink img {
	float: left;
}

#search-box {
	width: 301px;
	height: 34px;
	float: left;
	background: url(../img/style/top_search_box.jpg) no-repeat;
	margin-top: 0px;
}

#search-box input {
	float: left;
	border: 0 none;
	height: 15px;
	margin: 11px 0 0 40px;
	width: 122px;
}

.seach-span {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 100px;
	cursor: pointer;
}

.search-button{
    float:left;
    height:20px;
    width:20px;
    margin-top:6px;
    margin-left:5px;
    cursor:pointer;
}

#categories {
	border: 1px solid silver;
	display: block;
	margin-left: 172px;
	margin-top: 25px;
	width: 100px;
	display: none;
}

#categories li {
	cursor: pointer;
	display: block;
}

#categories li a {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	cursor: pointer;
	display: block;
	padding: 2px;
	background: white;
	width: 96px;
	height: 17px;
}

#categories li a:hover {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: red;
}

/****** loginForm ****/
#facebookLogin, #loginForm {
width:100%;
}

#loginForm {
margin-top:15px;
}


/**** registerForm */
#registerForm {
float:left;
width:510px;
}



.login_info{
margin-left:-10px;
}


#registerForm p {
	width: 100%;
	padding: 5px 0 5px 0;
	float: left;
}

#registerForm p label {
	font: bold 11px Tahoma,Arial,Helvetica,sans-serif;
	float: left;
	display: block;
	margin-right: 20px;
	width: 100px;
	text-align: right;
	line-height: 20px;
	color: #666666;
}

#registerForm p .info {
	flaot: left;
	width: 330px;
	text-align: left;
	margin-left: 95px;
	margin-top: 4px;
	font: normal 12px Tahoma,Arial,Helvetica,sans-serif;
	padding-left: 25px;
	background: url("img/plus.png") center left no-repeat;
	clear: both;
}

.form p .text {
	float: left;
}

.formSuccess {
	color: green;
	font-weight: bold !important;
	background: url("img/check1.png") center left no-repeat !important;
}

.formError {
	color: red;
	font-weight: bold !important;
	background: url("img/error.png") center left no-repeat !important;
}

#termsLink:hover {
	text-decoration: underline;
}

#captcha {
	border: 1px solid gray;
	margin-left: 222px;
}

#captcha {
	border: 1px solid gray;
	clear: both;
	float: left;
	margin-left: 222px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}



#loremimpus {
	font-size: 14px;
	height: 380px;
	margin-left: 24px;
	padding: 15px;
	width: 91%;
	margin-top: -10px;
}

/*------------------------------- Animating Content */
.animatingContent {
	display: block;
	float: left;
	width: 830px;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-bottom: 25px;
	border-bottom: 1px solid silver;
}

.animatingContent a {
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

.animatingContent .content p {
	font-size: 14px;
	margin-top: 5px;
	line-height: 20px;
	margin-left: 25px;
}

.animatingContent .content b {
	margin-left: -10px;
}

#help-menu a {
	font-size: 16px;
	display: block;
	color: black;
	font-weight: bold;
}

#help-menu a:hover {
	color: gray;
}



/************ Payment Forms*******/
#credits {
	width: 556px;
	height: 126px;
	background: url("../img/credit_bg.png") center center no-repeat;
	margin: 25px auto 20px auto;
}

#credits label {
clear:both;
color:#3C8DB9;
float:left;
font-size:25px;
font-weight:bold;
height:20px;
padding-left:135px;
padding-top:43px;
width:393px;
}

#paymentIntro {
	width: 500px;
	height: 260px;
	float: left;
	margin: 30px 0 0 50px;
}

#paymentIntro a {
	float: left;
	margin-left: 40px;
}

#paymentIntro a img {
	padding: 4px;
	border: 0;
}

/*----------------------- Form */
#paymentForm {
	
}

.cards {
	padding: 2px;
	cursor: pointer;
	border: 1px solid white;
}

.selected {
	border: 1px solid #CCCCCC !important;
}

.credits {
	padding: 4px;
	cursor: pointer;
	border: 1px solid white;
}

.mobilForm .credits {
	padding: 2px !important;
}

.grayBorder {
	border: 1px solid #CCCCCC !important;
}

#paymentForm p {
	float: left;
	padding: 5px 0;
}

#paymentForm p label {
	width: 150px;
}

#infoLink {
	margin: 30px 0 0 30px !important;
	background: url('img/h2/4.png') center left no-repeat;
	padding: 19px 0 19px 70px !important;
}

.bankInfo p {
	font: 13px Verdana;
	margin: 10px;
	margin-left: 6px;
}

#footerImages {
	margin: 30px 0 0 30px;
}

#mitem {
	float: left;
	clear:both;
	margin-left: 170px;
	margin-bottom: 30px;
	margin-top: 10px;
	font-size:14px;
	color:red;
}

#mitem ul {
	float: left;
	clear: both;
}

#mitem ul li {
	color: red;
	float: left;
	clear: both;
	color: red;
}

#mitem .bonus {
	color: red;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

#mitem .mbonus {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

#mitem input {
	margin-left: 15px;
}

#titem div {
	clear: both;
	float: left;
	margin-left: 175px;
}

#main-left {
	float: left;
	height: auto !important;
	margin-left: 26px;
	min-height: 300px;
	width: 150px;
}

#main-right {
	float: left;
	height: 500px;
	margin-left: 13px;
	width: 810px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#contests {
	width: 100%;
	height: 500px;
}

#contests-content {
	width: 100%;
	height: 500px;
}

.cMenu li a {
	display: block;
	font-size: 11px;
	padding: 3px 0;
	width: 100%;
	border-bottom: 1px solid white;
}

.cMenu li a:hover {
	border-bottom: 1px solid silver;
}

.contestList {
	width: 100%;
}

.contestList tr {
	cursor: pointer;
}

.contestList tr:hover {
	border: 1px solid silver;
	background-color: #eff;
}

.contestList tr th {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

.contestList tr td {
	font-size: 12px;
	padding: 5px;
	cursor: pointer;
}

.contestList tr td img {
	border: 1px solid silver;
}


.altMenu li a {
	border: 1px solid silver;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	margin: 3px;
	padding: 3px;
}

.altMenu li a:hover {
	border: 1px solid gray;
	background-color: #eef;
	color: red;
}

.crumb li {
	float: left;
	font-size: 12px;
	margin: 0px 3px;
	color: black;
}

.crumb li a {
	color: black;
}

.crumb li a:hover {
	color: red;
}

.suggestForm {
	width: 580px;
}

.suggestForm p {
	clear: none;
	float: left;
	margin-top: 10px;
	width: 280px;
}

.suggestForm p textarea {
	width: 530px;
	height: 100px;
	color: #666666;
}

.suggestForm p input {
	margin: 4px 0 0 0;
}

.suggestForm p select {
	margin: 4px 0 0 0;
}

.suggestForm p label {
	float: left;
	display: block;
	width: 200px;
	text-align: left;
}

#tabCenter {
	margin: auto;
}

#tabCenter h3 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 20px;
}

#tabCenter p {
	font-size: 14px;
	margin-left: 20px;
}

/*********CONTEST *****************/
#createContest {
	margin: 0 auto;
	padding: 10px 0 20x 0;
	width: 810px;
	font-size: 13px;
}

#createContest .step_area {
	text-align: center;
	padding: 10px 0;
}

#createContest h1 {
	font-size: 20px;
	color: #336699;
	font-weight: bold;
}

#createContest div.description {
	padding: 10px 0;
	float:left;
	margin-top:8px;
	width:750px;
}

#createContest a {
clear:both;
float:left;
margin-bottom:20px;
}

#createContest input {
float:left;
clear:both;
margin-left:15px;
margin-top:4px;
}

#createContest img {
clear:both;
float:left;
padding:3px;
}
#createContest span.description {
	padding: 0px;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;

}

#createContest .button_area {
	padding: 10px 0;
}

#createContest .button_area .loading {
	margin-left: 10px;
}

#createContest .box {
	margin-bottom: 10px;
	width: 810px;
}

#createContest .box .boxc .cc {
	padding: 20px;
}

#createContest .selected_categories {
	margin: 10px 0;
}

#createContest .category_select {
	margin-right: 5px;
}

#createContest .uploaded_picture_header,#createContest .uploaded_picture
	{
	float: left;
	width: 125px;
	text-align: center;
}

#createContest .uploaded_picture img {
	border: 1px solid #ddd;
}

#createContest .profit {
	font-size: 25px;
	color: #ff0000;
}

/** Form Field Wrapper **/
.fieldWrapper {
	margin: 0 0 10px 0;
}

.fieldWrapper .block_item {
	display: block;
	margin: 0 0 3px 0;
}

.fieldWrapper .header_item {
	font-weight: bold;
	font-size: 14px;
}

.fieldWrapper .left_item {
	float: left;
}

#tmp3-main {
	float: left;
	height: auto !important;
	margin-left: 2px;
	min-height: 300px;
	width: 650px;
}

#tmp3-main-right {
	float: left;
	height: 300px;
	margin-left: 23px;
	width: 150px;
}

/******* USER   *******/
.picture {
border:1px solid silver;
padding:3px;
}

.userDetails {
	display: block;
	margin-left: 15px;
	width: 100%;
}

.userDetails li {
	display: block;
}

.userDetails li span {
	clear: both;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom:5px;
}

.userDetails li a {
	clear: both;
	float: left;
	margin-left: 10px;
    margin-bottom:5px;
	font-size: 11px;
	white-space: nowrap;
	overflow: visible;
}

.userDetails li a:hover {
	color: red;
}

.cc h3 {
	font-size: 14px;
	margin-top: 8px;
	font-weight: bold;
}

.cc h5 {
display:block;
float:left;
position:absolute;
font-weight: bold;
margin-left:5px;
}


#detail_table {
	width: 100%;
	font-size: 13px;
	
}

#detail_table tr th {
	font-weight: bold;
}

#detail_table tr {
	cursor: pointer;
}

#detail_table tr td {
	padding: 5px 0;
}

#detail_table tr.active td {
	background: #eee;
}

#detail_table tr.mouse td {
	background: #eee;
}


#contestDetail {
	margin: 0 auto;
	padding: 10px 0 20x 0;
	width: 100%;
	font-size: 13px;
}

#contestDetail .box {
	margin-left: 10px;
	width: 98%;
	margin-bottom: 10px;
}

#contestDetail .box .boxc .cc {
	padding: 10px;
}

div.description {
	padding: 10px 0;
}

span.description {
	padding: 0px;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
}

#contestDetail .box h2 {
	font-size: 20px;
}

/** DETAIL **/
#contestDetail .detail .image {
	width: 90px;
	text-align: center;
}

#contestDetail .detail .image img {
	border: 1px solid #ddd;
	margin: 10px;
	padding: 4px;
}

#contestDetail .detail td {
	vertical-align: top;
}

#contestDetail .productPictures img {
	border: 1px solid #ddd;
	margin: 10px;
	padding: 4px;
	background: #fff
}

#contestDetail .productPictures img.active {
	border: 1px solid #ff0000;
	background: #ddd;
}

.l-table {
	padding: 3px;
}

.l-table th {
	font-weight: bold;
	vertical-align: top;
	width: 110px;
}

.l-table td {
	padding-left: 8px;
	vertical-align: top;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 5px;
}

#gallery ul {
	list-style: none;
}

#gallery ul li {
	display: inline;
}

#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	margin: 8px;
}

#gallery ul a:hover img {
	border: 5px solid silver;
	border-width: 5px 5px 20px;
	color: #fff;
}

#gallery ul a:hover {
	color: #fff;
}

.game {
	float: left;
	width: 90px;
	text-align: center;
	font-size: 11px;
	margin: 20px 20px 0 5px;
}

.game span {
	color: #777;
	display: block;
}

.game_image {
	width: 95px;
	height: 95px;
	margin: 0 auto;
}

.game_image_hizlimatematik {
	background: url('../img/contests/color/hizli_mat.jpg') no-repeat center
		center;
}

.game_image_kuplerisay {
	background: url('../img/contests/color/kup_say.jpg') no-repeat center
		center;
}

.game_image_suphelikim {
	background: url('../img/contests/color/supheli.jpg') no-repeat center
		center;
}

.game_image_birsorubircevap {
	background: url('../img/contests/color/1soru1cevap.jpg') no-repeat
		center center;
}

.game_image_hesapmatik {
	background: url('../img/contests/color/hesapmatik.jpg') no-repeat
		center center;
}

.game_image_cekilis {
	background: url('../img/contests/color/cekilis.jpg') no-repeat
		center center;
}

.game_image_farkibul {
	background: url('../img/contests/color/farkibul.jpg') no-repeat
		center center;
}

#ajaxLoader {
	color: red;
}

#paging {
	list-style: none;
	padding: 0px;
	margin: 0px auto 0px auto;
	font-size: 12px;
	color: #000000;
	width: 100%;
	text-align: right;
}

#paging li {
	width: auto;
	height: auto;
	border: #c6d2d0 solid 1px;
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
	display: inline;
}

#paging a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

#paging li a:hover {
	color: #FFFFFF;
	background-color: #333333;
}

.sel {
background-color:#E3E3E3;
color:white;
}



.sel:hover {
	color: white;
	background-color: green;
}

.imgFrame {
height:350px;
margin-left:220px;;
padding:0;
width:350px;
}


.information{
    padding:10px;
    margin:10px;
    text-align:center;
    font-size:11px;
    color:#ff0000;
    background:#f9f9f9;
    border-bottom:1px solid #ddd;
}


#cmenu a:hover{
color:red;
}

.helplink{
	float:right;
}

#vitrin {
margin-left:8px;
width:100%;
}

#vit {
background:transparent url(../img/style/vitrin_seperator.jpg) no-repeat scroll 150px 0;
float:left;
height:200px;
margin-left:0px;
padding:10px;
width:135px;
cursor:pointer;
}

#fiveth{
float:left;
height:200px;
margin-left:0px;
padding:10px;
width:135px;
cursor:pointer;
}

.vittable td { text-align:center; font-size: 11px; vertical-align: top;}
.frs { padding-bottom: 5px; height: 35px; font-weight: bold; font-size: 12px !important;}
.lst { height: 35px; background: url('../img/style/vitrin_bottom.jpg') 4px 20px no-repeat;}

.reduser{ color:red; font-weight: bold;}




/************************CONTEST ********************/



    #contestDetail .box .boxc .cc{
        padding:20px;
    }

    div.description{
        padding: 10px 0;
    }

    span.description{
        padding:0px;
        font-style: italic;
        font-size: 11px;
        font-weight: normal;
    }

    #contestDetail .box h2{
        font-size:20px;
    }

    /** DETAIL **/
    #contestDetail .detail .image{
        width:90px;
        text-align:center;
    }

        #contestDetail .detail .image img{
            border:1px solid #ddd;
            margin:10px;
            padding:4px;
        }

        #contestDetail .detail td{
            vertical-align:top;
        }

    #contestDetail .productPictures img{
        border:1px solid #ddd;
        margin:10px;
        padding:4px;
        background:#fff
    }

    #contestDetail .productPictures img.active{
        border:1px solid #ff0000;
        background:#ddd;
    }

    .l-table{
    padding:3px;
    }

    .l-table th {
    font-weight:bold;
    vertical-align:top;
    width:110px;
    }

    .l-table td {
    padding-left:8px;
    vertical-align:top;
    }

    .scoreboard{
        width:100%;
    }

    .scoreboard tr th{
        font-weight:bold;
        border-bottom:1px solid #ddd;
        padding:3px 0;
    }

    .scoreboard tr td{
        border-bottom:1px solid #ddd;
        padding:3px 0;
    }

    .scoreboard tr th.username,
    .scoreboard tr td.username{
        width:300px;
    }

    .scoreboard tr th.correct,
    .scoreboard tr td.correct{
        width:100px;
        text-align:center;
    }

    .scoreboard tr th.total_time,
    .scoreboard tr td.total_time{
        width:110px;
    }
    .score{font-size:13px;}
    

    
    /**********************************************************/
    
.m_aktif {
color:white;
display:block;
float:right;
font-size:14px;
font-weight:bold;
height:56px;
text-align:center;
width:58px;
}

.m_link{
display: block;
float: left;
clear: both;
width: 802px;
height: 58px;
}

.form .gun, .form .ay, .form .yil {
float:left;
margin-left: 8px;
width: 40px;
}

.form .yil {
width: 60px !important;
}

.form . gun, .form .ay {
width: 30px;
}

#magaza{
display:block;
float:left;
width: 802px;
height: 58px;
}

#ucretsiz {
height:35px;
margin-left:785px;
margin-top:50px;
position:absolute;
width:51px;
background: url('../img/style/ucretsiz_42x22.png') no-repeat;
display: none;
visibility: hidden;
}

#gel{
height:24px;
margin-left:-6px;
margin-top:-5px;
position:absolute;
width:52px;
background: url('../img/style/tab_menu_gel_paket_icon_52x24.png') no-repeat;
cursor: pointer;
}




button { 
  border:0; 
  cursor:pointer; 
  padding:0 10px 0 0; 
  text-align:center; 
}

button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 15px; 
  color:black !important;
}

/*blue buttons*/
button { 
  background:url(../img/style/bg_button_a1.gif) right no-repeat; 
  font-size:11px !important; 
}
button span { 
  height:30px; 
  line-height:30px;
  background:url(../img/style/bg_button_span_b1.gif) left no-repeat;
  color:#fff; 
}
button:hover {
	background:url(../img/style/bg_button_a2.gif) right no-repeat;
}
button:hover span {
	background:url(../img/style/bg_button_span_b2.gif) left no-repeat;
	color:red;  
}


#demoGames{
	text-align:center; margin:0px auto 0px auto; width:675px;
}

#flashContainer{ 
float:left;
width: 600px;
}

#slider{
float:left;
width: 180px;
margin-left:12px;
}

.contentdiv span {
	display:block;
	margin-top:10px;
	clear:both;
}

.contentdiv label {
	display:block;
	color:darkblue;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	clear:both;

}

#bilet{
float:left;
background: url('../img/style/bilet.jpg') no-repeat;
width: 450px;
height: 190px;
border: 5px solid red;
}

#bilet div label{
	display:block;
	float:left;
	font-size:14px;
	margin-left:250px;
	width:80px;
	font-weight:bold;
	margin-top:3px;
}

#bilet div span{
	font-size:18px;
	margin-left:5px;
	color:red;
	float:left;
}

#biletForm {
border:1px solid silver;
float:left;
min-height:190px;
margin-right:10px;
width:470px;
padding:5px;
}

#tloader {
float:left;
width:50px;
height:50px;
}
.buttonBar {
float:left;
width:320px;
margin-left:145px;
padding-top:20px;
}


#cekilisGorsel{
width:913px;
height:464px;
background: url('../img/style/PG_anasayfa_gorsel.jpg') no-repeat;
}
.hover { cursor: pointer; border: 0px;}

#cekilisGorsel .hover {margin-left:550px; float:left; width:245px; margin-top:310px;}


#bilets div {
background-color:lightGoldenRodYellow;
border:1px solid darkKhaki;
color:darkCyan;
float:left;
margin-left:2px;
margin-top:2px;
padding:3px 5px;
text-align:center;
width:60px;
}

#addThis{
float:left;
margin-right:5px;
margin-top:30px;
width:180px;
}

.katilimButtons{
margin-top:25px;
}

#gallery{
width:600px;
float:left;
}

#katilimcilar{
	display:block;
	font-size:14px;
}

#helpButton{width:28px; margin-top:10px; margin-right:13px; float:right; height:35px; cursor:pointer; width:43px;}



#activeUsers {
float:left;
margin-left:15px;
margin-top:25px;
width:630px;
}


#activeUsers div{
float:left;
text-align:center;
vertical-align:center;
padding:2px;
cursor: pointer;
border:2px solid white;
}

#activeUsers div:hover{
border:2px solid lightblue;
}
	

#activeUsers div span{
clear:both;
}

#activeUsers div img {
border:1px solid silver;
float:left;
height:50px;
margin:5px;
width:50px;
}

.cell td{ padding:1px 2px;}
.piyango {
width:100%;
}
.piyango table {
float:left;
margin-left:20px;
}

.pdetail{clear: both; float:left; margin-left:20px; margin-top:15px;}


#detail{ width:550px;}

#content { width:100%; margin:30px 0px 20px 60px; }
#content textarea { width:488px; border:1px solid silver; font-size:12px !important; }


#ulist{width: 165px; float: left; position: absolute; height: 50px; margin-left: 395px; margin-top:19px; visibility:hidden;}

#ulist span {
clear:both;
float:left;
width:157px;
background-color: lightblue;
}


.message {
font-size:12px;
border-bottom:1px solid silver;
padding:10px 0px;
}

.message .profile {
float:left;
width:50px;
height:50px;
border:1px solid silver;
}
.message span{display:block; float:left; margin:3px 10px; width:450px; font-weight:bold; color:darkblue; }
.message label{color:#958D79 !important; font-size:11px !important; font-weight:normal !important;}
.message p {clear: right; float: left; width: 450px; margin:0px 10px;}
.buttons {text-align: left; padding-left:385px;}

#cekilisdetail{display:block; clear:both; float:left; padding:10px; float:left;  font-size:12px; width:450px; padding:10px;}

#inputs{ font-size:14px; float:left;}


#message {
float:left;
font-size:16px;
width:95%;
margin-left:10px;
margin-top:20px;
}

#message span{
font-weight: bold;
font-size: 18px;
}

.buttonC{ clear:both; float:left; margin-top:20px;}
