	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#FFF;
		overflow-x:hidden;
	}
	
	body, input, select, textarea, button {
		font-family:'Gotham';
		font-size:15px;
		font-weight:500;
		color:#111;
		border:0;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
		/*
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		*/
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	@font-face {
		font-family: 'Gotham';
		src: url('GothamNarrow-XLightd41d.eot?#iefix') format('embedded-opentype'),  url('GothamNarrow-XLight.otf')  format('opentype'),
		     url('GothamNarrow-XLight.woff') format('woff'), url('GothamNarrow-XLight.ttf')  format('truetype'), url('GothamNarrow-XLight.svg#GothamNarrow-XLight') format('svg');
		font-weight: 300;
		font-style: normal;
	}
	@font-face {
		font-family: 'Gotham';
		src: url('GothamNarrow-Bookd41d.eot?#iefix') format('embedded-opentype'),  url('GothamNarrow-Book.otf')  format('opentype'),
		     url('GothamNarrow-Book.woff') format('woff'), url('GothamNarrow-Book.ttf')  format('truetype'), url('GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
		font-weight:500;
		font-style:normal;
	}
	@font-face {
		font-family:'Gotham';
		src: url('GothamNarrow-Boldd41d.eot?#iefix') format('embedded-opentype'),  url('GothamNarrow-Bold.otf')  format('opentype'),
		     url('GothamNarrow-Bold.woff') format('woff'), url('GothamNarrow-Bold.ttf')  format('truetype'), url('GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg');
		font-weight:700;
		font-style:normal;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////		BODY			////////// */
	/*	/////////////////////////////////////////////////// */
	
	.header {
		position:relative;
		z-index:2;
		width:100%;
		height:160px;
		background:url(../images/back_ropesContinius.png) repeat-x;
		
	} .header .ropes {
		position:absolute;
		z-index:0;
		width:100%;
		min-width:1380px;
		max-width:1920px;
		height:160px;
		background:url(../images/back_ropesRight.png) right no-repeat; margin:auto;
		
	} .header .menubar {
		position:relative;
		width:1200px;
		height:160px;
		margin:auto;
		
	} .header .left {
		float:left;
		
	} .header .left > div:nth-child(1) {
		position:absolute;
		z-index:2;
		width:190px;
		height:200px;
		margin:-19px 0 0 0;
		background:url(../images/logo_circlePlanMask.png) no-repeat;
		
	} .header .left > div:nth-child(1) img {
		margin:40px 0 0 0;
		
	} .header .left > div:nth-child(2) {
		position:absolute;
		z-index:1;
		width:146px;
		height:78px;
		margin:40px 0 0 22px;
		
	} .header .left > div:nth-child(2) img {
		margin:40px 0 0 0;
		
	} .header .right {
		float:right;
		
	} .header .right .social {
		position:absolute;
		right:128px;
		top:10px;
		font-size:12px;
		letter-spacing:0.5px;
		padding:6px 8px;
		background:#EEE;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		
	} .header .right .social img {
		vertical-align:middle;
		margin:-2px 0 0 0;
		
	} .header .right .language {
		position:absolute;
		right:60px;
		top:10px;
		font-size:12px;
		letter-spacing:0.5px;
		padding:6px 8px;
		background:#EEE;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		
	} .header .menu {
		list-style:none;
		margin:54px 50px 0 0;
		padding:0;
		
	} .header .menu > li {
		position:relative;
		z-index:2;
		float:left;
		padding:0 2px 10px 2px;
			
	} .header .menu > li > a {
		display:block;
		font-size:19px;
		font-weight:300;
		color:#111;
		padding:2px 12px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .header .menu > li > a:hover,
	  .header .menu > li > a.active {
		color:#BE1F2E;
		text-decoration:none;
		
	} .header .menu > li:hover ul  {
		margin:0;
		visibility:visible;
		opacity:1;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .header .menu > li > ul {
		list-style:none;
		margin:-20px 0 0 0;
		padding:0;
		visibility:hidden;
		opacity:0;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .header .menu > li > ul > li {
		position:relative;
		
	} .header .menu .mbox img {
		margin:0 auto!important;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		
	} .header .menu .mbox:hover img {
		margin:-10px auto 0 auto!important;
		
	} .header .menu .submenu {
		position:absolute;
		z-index:2;
		width:200px;
		padding:6px;
		margin:10px 0 0 -52px;
		background:#FFF;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,0.25);
		box-shadow:0 5px 20px 0 rgba(0,0,0,0.25);
		border:1px solid rgba(0,0,0,0.1);
		
	} .header .menu .submenu .arrow {
		position:absolute;
		margin:-16px 0 0 82px;
		
	} .header .menu .submenu .items {
		display:table;
		width:100%;
		cursor:pointer;
		
	} .header .menu .submenu .mbox {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		-webkit-border-radius:6px 0 0 0;
		-moz-border-radius:6px 0 0 0;
		border-radius:6px 0 0 0;
		
	} .header .menu .submenu .mbox a {
		display:block;
		width:100%;
		text-align:center;
		text-decoration:none;
		
	} .header .menu .submenu .mbox img {
		margin:auto;
		
	} .header .menu .submenu .mbox span {
		font-size:19px;
		font-weight:300;
		color:#111;
		padding:2px 12px;
		
	}
	
	.content {
		position:relative;
		z-index:1;
		width:100%;
		margin:16px 0 0 0;
		border-top:1px solid rgba(0,0,0,0.05);
		
	} .content .ms-prev {
		position:absolute;
		z-index:1;
		top:46%;
		left:10px;
		
	} .content .ms-next {
		position:absolute;
		z-index:1;
		top:46%;
		right:10px;
		
	} .content .main-slider .slide {
		width:100%;
		height:100%;
		
	} .content .main-slider .slide .reflect {
		position:absolute;
		z-index:1;
		top:0;
		width:100%;
		height:200px;
		background:url(../images/back_sliderReflect.png) repeat-x top;
		
	} .content .main-slider .slide .slide-txt {
		display:table;
		width:100%;
		height:100%;
		
	} .content .main-slider .slide .slide-txt > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		
	} .content .main-slider .slide .img {
		margin:auto;
		
	} .content .main-slider .slide .img > div {
		text-align:center;
		
	} .content .main-slider .slide .img img {
		margin:auto;
		
	} .content .main-slider .slide .spacer {
		height:20px;
		
	} .content .main-slider .slide .lines {
		height:20px;
		width:700px;
		margin:auto;
		
	} .content .main-slider .slide .text {
		display:block;
		font-size:35px;
		font-weight:300;
		
	} .content .bar-sitemap {
		width:100%;
		height:60px;
		background:#EEE;
		
	} .content .bar-sitemap > div:nth-child(1) {
		width:1200px;
		padding:12px 2px 0 2px;
		margin:auto;
		
	} .content .bar-sitemap > div > span {
		display:block;
		padding:6px 0 0 10px;
		font-size:19px;
		font-weight:300;
		
	} .content .bar-sitemap > div > span > span {
		font-family:'Verdana';
		
	} .content .bar-image {
		width:1200px;
		height:260px;
		margin:auto;
		background:#EEE;
		border-top:1px solid #FFF;
		border-bottom:3px solid #BE1F2E;
		
	} .content .context {
		position:relative;
		margin:auto;
		
	} .content .context .ins-menu-boxes {
		position:absolute;
		margin:20px 0 0 20px;
		width:240px;
		
	} .content .ins-menu {
		list-style:none;
		margin:0;
		padding:0;
		border-top:3px solid #BE1F2E;
		border-bottom:3px solid #BE1F2E;
		-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.25);
		box-shadow:0 2px 2px 0 rgba(0,0,0,0.25);
		
	} .content .ins-menu li {
		display:block;
		background:#FFF;
		
	} .content .ins-menu li a {
		display:block;
		padding:13px 16px;
		font-size:19px;
		font-weight:300;
		color:#111;
		border-bottom:1px solid #DDD;
		
	} .content .ins-menu li a:hover,
	  .content .ins-menu li a.active {
		background:#BE1F2E;
		color:#FFF;
		text-decoration:none;
		
	} .content .ps-pager {
		text-align:center;
		
	} .content .ps-pager ul {
		display:inline-block;
		list-style:none;
		margin:0 auto;
		padding:4px 8px 2px 8px;
		background:url(../images/back_pagerBackground.html) no-repeat center;
		background-size:100% 100%;
		text-align:center;
		
	} .content .ps-pager ul li {
		display:block;
		padding:0;
		margin:0;
		
	} .content .ps-pager ul li a {
		display:block;
		width:24px;
		height:24px;
		background:url(../images/icon_thumbSlide.png) no-repeat center;
		text-decoration:none;
		
	} .content .ps-pager ul li a:hover,
	  .content .ps-pager .active {
		background:url(../images/icon_thumbSlideHover.png) no-repeat center;
		
	} .content .under-txt {
		text-align:center;
		
	} .content .under-txt > div:nth-child(1) {
		display:inline-block;
		vertical-align:middle;
		
	} .content .under-txt > div:nth-child(2) {
		display:inline-block;
		vertical-align:middle;
		
	} .content .under-txt span {
		font-size:26px;
		letter-spacing:-1px;
		
	}
	
	.footer {
		position:relative;
		z-index:1;
		width:100%;
		height:110px;
		
	} .footer > div:nth-child(1) {
		position:relative;
		width:1200px;
		margin:auto;
		
	} .footer .left {
		float:left;
		/*padding:14px 0 0 0;*/
		padding:34px 0 0 0;
		
	} .footer .left .mlist-txt {
		display:inline-block;
		font-size:15px;
		font-weight:300;
		
	} .footer .left .mlist-input {
		position:relative;
		display:inline-block;
		width:300px;
		height:40px;
		margin:0 0 0 20px;
		border:1px solid #CCC;
		background:#FFF;
		
	} .footer .left .mlist-input .button {
		position:absolute;
		z-index:1;
		right:0;
		
	} .footer .left .mlist-input button {
		cursor:pointer;
		width:38px;
		height:38px;
		background:#FFF;
		
	} .footer .left .mlist-input input[type=text] {
		width:260px;
		height:38px;
		border:0;
		font-size:15px;
		color:#666;
		background:#FFF;
		
	} .footer .left .lines {
		height:10px;
		border-bottom:1px solid #CCC;
		margin:0 0 10px 0;
		
	} .footer .left .copyright {
		width:408px;
		font-size:14px;
		color:#666;
		
	} .footer .left .copyright img {
		vertical-align:middle;
		
	} .footer .left .copyright .cleft {
		float:left;
		
	} .footer .left .copyright .cright {
		float:right;
		
		
	} .footer .right {
		float:right;
		margin:32px 0 0 0;
		 
	}
	
	.mobile-btn,
	.nomobile {
		display:none;
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.header {
			height:160px;
			
		} .header .mobile-btn {
			display:block;
			padding:12px 16px;
			margin:66px 16px 0 0;
			background:#FFF;
			-webkit-border-radius:8px;
			-moz-border-radius:8px;
			border-radius:8px;
			
		} .header .ropes {
			min-width:auto;
			max-width:auto;
			height:160px;
			background:url(../images/back_ropesRight.png) right bottom no-repeat; background-size:auto 100; margin:auto;
			
		} .header .menubar {
			width:100%;
			height:160px;
			
		} .header .left > div:nth-child(1) {
			height:160px;
			
		} .header .left > div:nth-child(1) img {
			margin:60px 0 0 16px;
			width:140px!important;
			height:auto!important;
			
		} .header .left > div:nth-child(2) {
			position:absolute;
			z-index:1;
			width:146px;
			height:78px;
			margin:40px 0 0 26px;
			
		} .header .left > div:nth-child(2) img {
			margin:40px 0 0 0;
			width:120px!important;
			height:auto!important;
			
		} .header .right {
			float:right;
			
		} .header .right .social {
			right:86px;
			top:18px;
			border:1px solid #FFF;
			
		} .header .right .social img {
			vertical-align:middle;
			margin:-2px 0 0 0;
			
		} .header .right .language {
			right:16px;
			top:18px;
			border:1px solid #FFF;
			
		} .header .menu {
			display:none;
			
		}
		
		.content {
			margin:0;
			
		} .content .ms-prev {
			top:37%;
			
		} .content .ms-next {
			top:37%;
			
		} .content .ms-prev img,
		  .content .ms-next img {
		  	  width:40px!important;
		  	  height:auto!important;
			
		} .content .main-slider .slide .slide-txt > div:nth-child(1) {
			display:table-cell;
			vertical-align:top;
			text-align:center;
			padding:70px 0 0 0;
			
		} .content .main-slider .slide .img {
			display:table;
			margin:auto;
			width:100%;
			min-height:110px;
			text-align:center;
			
		} .content .main-slider .slide .img > div {
			display:table-cell;
			vertical-align:middle;
			text-align:center;
			
		} .content .main-slider .slide .img img {
			width:auto;
			max-width:200px;
			height:auto;
			max-height:100px;
			margin:auto;
			
		} .content .main-slider .slide .lines {
			width:90%;
			
		} .content .main-slider .slide .text {
			display:block;
			font-size:19px;
			font-weight:300;
			letter-spacing:1px;
			
		} .content .bar-sitemap {
			height:44px;
			
		} .content .bar-sitemap > div:nth-child(1) {
			width:100%;
			padding:6px 2px 0 2px;
			margin:auto;
			
		} .content .bar-sitemap > div > span {
			padding:6px 0 0 10px;
			font-size:15px;
			
		} .content .bar-image {
			width:100%;
			height:120px;
			
		} .content .context {
			position:relative;
			width:100%!important;
			margin:auto;
			
		} .content .context .ins-menu-boxes {
			display:none;
			
		} .content .con-boxes {
			float:none!important;
			width:100%!important;
			padding:0 20px;
			
		} .content .con-boxes.b {
			padding:0;
			
		} .content .con-image img {
			float:none;
			width:auto;
			max-width:100%;
			height:auto;
			margin:10px auto!important;
			
		} .content .ps-pager {
			text-align:center;
			
		} .content .ps-pager ul {
			display:inline-block;
			list-style:none;
			margin:0 auto;
			padding:4px 8px 2px 8px;
			background:url(../images/back_pagerBackground.html) no-repeat center;
			background-size:100% 100%;
			text-align:center;
			
		} .content .ps-pager ul li {
			display:block;
			padding:0;
			margin:0;
			
		} .content .ps-pager ul li a {
			display:block;
			width:24px;
			height:24px;
			background:url(../images/icon_thumbSlide.png) no-repeat center;
			text-decoration:none;
			
		} .content .ps-pager ul li a:hover,
		  .content .ps-pager .active {
			background:url(../images/icon_thumbSlideHover.png) no-repeat center;
			
			
			
		} .content .con-pbar {
			background:rgba(255,255,255,0.5)!important;
			
		} .content .con-ptitles {
			width:100%!important;
			
		} .content .con-ptitles br {
			display:none;
			
		} .content .con-ptitles > div:nth-child(1) {
			height:290px;
			float:none!important;
			padding:60px 20px 20px 20px!important;
			
		} .content .con-ptitles .text span:nth-child(1) {
			font-size:19px!important;
			text-align:center!important;
			
		} .content .con-ptitles .text span:nth-child(2) {
			font-size:14px!important;
			text-align:center!important;
			
		} .content .con-ptitles .logo {
			position:absolute!important;
			top:0!important;
			left:auto!important;
			float:none!important;
			width:90%!important;
			margin:10px auto!important;
			
		} .content .con-ptitles .logo img {
			width:auto;
			max-width:200px;
			
		} .content .con-product.a {
			width:100%!important;
			
		} .content .con-product.a .con-pbox.a {
			width:100%!important;
			padding:0 20px;
			
		} .content .con-product.a .con-pbox.a span {
			font-size:14px!important;
			text-align:center!important;
			
		} .content .con-product.a .con-pbox.a br {
			display:none;
			
		} .content .con-product.a .con-pbox.table {
			width:96%!important;
			font-size:11px!important;
			font-weight:500!important;
			letter-spacing:0.5px!important;
			margin:10px auto!important;
			
		} .content .con-product.b {
			width:100%!important;
			height:800px!important;
			
		} .content .con-product.b .con-circle.a {
			position:relative!important;
			top:auto!important;
			right:auto!important;
			
		} .content .con-product.b .con-circle.b {
			position:relative!important;
			top:200px!important;
			left:auto!important;
			
		} .content .con-product.b .con-circle.c {
			position:absolute!important;
			top:270px!important;
			left:50px!important;
			right:auto!important;
			width:260px!important;
			height:260px!important;
			border:0!important;
			
		} .content .con-product.b .con-circle.d {
			position:absolute!important;
			z-index:9!important;
			width:80%!important;
			top:260px!important;
			left:35px!important;
			text-align:center!important;
			padding:14px!important;
			
		} .content .con-product.b .con-circle.e {
			position:absolute!important;
			z-index:9!important;
			width:80%!important;
			top:700px!important;
			left:35px!important;
			text-align:center!important;
			padding:14px!important;
			
		} .content .con-contact {
			width:100%!important;
			display:block!important;
			
		} .content .con-contact .con-cbox.a {
			width:100%!important;
			display:block!important;
			
		} .content .con-contact .con-cbox.b {
			width:100%!important;
			display:block!important;
			margin:30px 0;
			
		} .content .con-contact .con-cbox.c {
			width:100%!important;
			display:block!important;
			
		} .content .con-contact .con-cbox.c {
			position:position;
			margin:500px 0 0 0;
			
		} .content .con-contact.branch {
			position:absolute;
			width:88%!important;
			top:1130px;
			
		} .content .under-txt {
			text-align:center;
			
		} .content .under-txt > div:nth-child(1) {
			display:block;
			
		} .content .under-txt > div:nth-child(2) {
			display:block;
			
		} .content .under-txt span {
			display:block;
			margin:10px 0 0 0;
			font-size:19px;
			letter-spacing:-1px;
			
		}
		
		.footer {
			position:relative;
			z-index:1;
			width:100%;
			/*height:220px;*/
			height:160px;
			
		} .footer > div:nth-child(1) {
			position:inherit;
			width:90%;
			/*height:220px;*/
			height:160px;
			margin:auto;
			
		} .footer .left {
			width:100%;
			float:none;
			margin:auto;
			padding:18px 0 0 0;
			
		} .footer .left .mlist-txt {
			display:inline-block;
			font-size:14px;
			font-weight:300;
			
		} .footer .left .mlist-input {
			position:relative;
			display:inline-block;
			width:220px;
			height:40px;
			margin:0 0 0 20px;
			border:1px solid #CCC;
			background:#FFF;
			
		} .footer .left .mlist-input .button {
			position:absolute;
			z-index:1;
			right:0;
			
		} .footer .left .mlist-input button {
			cursor:pointer;
			width:38px;
			height:38px;
			background:#FFF;
			
		} .footer .left .mlist-input input[type=text] {
			width:160px;
			height:38px;
			border:0;
			font-size:14px;
			color:#666;
			background:#FFF;
			
		} .footer .left .lines {
			width:100%;
			height:18px;
			border-bottom:1px solid #CCC;
			margin:0 0 18px 0;
			
		} .footer .left .copyright {
			width:100%;
			font-size:12px;
			color:#666;
			
		} .footer .left .copyright img {
			vertical-align:middle;
			
		} .footer .left .copyright .cleft {
			float:left;
			
		} .footer .left .copyright .cright {
			float:right;
			
		} .footer .right {
			float:none;
			position:absolute;
			width:100%;
			margin:auto;
			bottom:30px;
			text-align:center;
			 
		}
		
		/* css1 */
	}
	
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:768px) and (max-width:1023px) {
		
		
		
		/* css2 */
	}
	
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1024px) and (max-width:1199px) {
		
		
		
		/* css3 */
	}
	/* All Sizes (devices and browser) */
	@media only screen and (min-width:1200px) {
		
		
		
		/* css4 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	input:-webkit-autofill {
	    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
	}
	
	::-webkit-scrollbar-track {
		-webkit-box-shadow:none;
		border-radius:0;
		background-color:#EEE;
		
	} ::-webkit-scrollbar {
		width:10px;
		height:10px;
		
		
	} ::-webkit-scrollbar-thumb {
		border-radius:0;
		-webkit-box-shadow:none;
		background-color:#8C0404;
		border-left:1px solid #F7F7F7;
	}
	
	.gscale {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: gray;
		-webkit-transition: all .6s ease;
	}
	
	.noselect {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	input[type=text], input[type=password], textarea, select {
		font-size:15px;
		padding:8px;
		background:#FFF;
		border:1px solid #DDD;
		vertical-align:middle;
		resize:none;
		margin:0;
		-webkit-appearance:none;
		color:#666;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}
	
	input:focus[type=text], input:focus[type=password], textarea:focus {
		border:1px solid #AAA;
		color:#111;
		background:#FFF;
	}
	
	button.red {
		font-size:17px;
		font-weight:700;
		background:#BE1F2E;
		color:#FFF;
		padding:6px 14px;
		border:0;
		cursor:pointer;
	}
	
	button.red:hover {
		background:#DE3243;
		color:#FFF;
	}
	
	button.red:active {
		color:#FFF;
		background:#BE1F2E;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url(../images/blockImageBlack.png);
		
	} #blockTableDiv .dialogBorder {
		width:400px;
		background:#FFF;
		
	} #blockTableDiv .dialogBack {
		border:10px solid #FFF;
		
	} #blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		letter-spacing:-1px;
		font-size:19px;
		font-weight:700;
		color:#BE1F2E;
		
	} #blockTableDiv #dialogContent {
		margin:6px 0 10px 0;
		padding:0 10px;
		font-size:15px;
		color:#333;
		
	} #blockTableDiv .dialogButton {
		margin:auto;
		padding:0 0 14px 0;
		
	} #blockTableDiv .dialogButton>input[type=button] {
		border:0;
		display:block;
		padding:6px 12px;
		font-size:15px;
		font-weight:700;
		color:#FFF;
		background:#BE1F2E;
		cursor:pointer;
	}
	
	#blockLoaderDiv {
		display:block;
		position:fixed;
		z-index:9998;
		width:100%;
		text-align:center;
		
	} #blockLoaderDiv .dialogBorder {
		display:inline-block;
		min-width:280px;
		background:#FFF;
		border:1px solid #CCC;
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		
	} #blockLoaderDiv .dialogBack {
		border:10px solid #FFF;
		height:80px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		
	} #blockLoaderDiv .dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:700;
		letter-spacing:-1px;
		color:#111;
	}
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}