/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h3, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}
.sw {
	margin-right: auto;
	margin-left: auto;
	width: 858px;
}
#header {
	background-color: #efefef;
	min-width:1300px;
}
#header #logo {
	width:280px;
	padding:20px 0px 20px 0px;
	float:left;
}
#menu {
font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
		min-width:1300px;
		
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#656565+0,3f3f3f+100 */
background: #656565; /* Old browsers */
background: -moz-linear-gradient(top,  #656565 0%, #3f3f3f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #656565 0%,#3f3f3f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #656565 0%,#3f3f3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */

}
#ustmenu {
	width: 800px;
}

#ustmenu a {
	cursor:pointer;
}



.rmbuttons {
}
.rmbuttons a {
	float:right;
	background-color: #cb171e;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da251c+0,b20002+100 */
background: rgb(218,37,28); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhMjUxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjAwMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(218,37,28,1) 0%, rgba(178,0,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,37,28,1)), color-stop(100%,rgba(178,0,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da251c', endColorstr='#b20002',GradientType=0 ); /* IE6-8 */
	
	
	padding: 1.3em 1.3em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #be2e17;
	color: #FFF;
	text-decoration: none;
}
.rmbuttons a:hover {
	background-color: #cb171e;
}
.lmbuttons a {
	float:left;
	background-color: #cb171e;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da251c+0,b20002+100 */
background: rgb(218,37,28); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhMjUxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjAwMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(218,37,28,1) 0%, rgba(178,0,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,37,28,1)), color-stop(100%,rgba(178,0,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da251c', endColorstr='#b20002',GradientType=0 ); /* IE6-8 */



	padding: 1.3em 1.3em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #be2e17;
	color: #FFF;
	text-decoration: none;
}
.lmbuttons a:hover {
	background-color: #cb171e;
}
.flexslider {
font-family: 'Roboto Condensed', sans-serif;
	width:858px;
	height:460px;
	background:none;
	border:none;
	box-shadow:none;
	margin:0px;
	letter-spacing: 0.6px;
}
#bodymain {
	padding-top:10px;
	padding-bottom:10px;
		min-width:1300px;

}
.flexslider {
	float:left
}
.flexslider h3 {
	position: absolute;
	padding-left:45px;
	top: 360px;
	width: 750px;
	font-size: 30px;
	font-weight: bold;
	color: #2e2e2e;
	text-align: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.flexslider p {
	position: absolute;
	top: 400px;
	padding-left:45px;
	width: 750px;
	font-size: 20px;
	font-weight:normal;
	color: #2e2e2e;
	text-align: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#gmenu {
	float:left;
	width:292px;
}
#gmenu #social {
	padding:14px 0px 10px 20px;
}
#gmenu #social p {
	clear:both;
	color:#666666;
	font-size:16px;
	letter-spacing: 0.5px;
	margin-bottom: 7px;
}
#gmenu #social a {
	margin-right: 4px;
}
#gomenu .bigorange {
	color:#43893f;
	background-color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:15px;
	margin:10px;
	cursor:pointer;
	background-position: 9px center;
	background-repeat: no-repeat;
}
#gomenu .bigorange:hover {
	color:43893f;
	background-color: #c8c8c8;
}
.bigorange h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	margin-left:38px;
	letter-spacing: 1px;
	margin-bottom:3px;
}
.bigorange p {
	font-size: 14px;
	margin-left:38px;
}
#ic1 {
	background-image: url(../ficons/sepet.png);
}
#ic2 {
	background-image: url(../ficons/mobil.png);
}
#ic3 {
	background-image: url(../ficons/contact.png);
}
#ic4 {
	background-image: url(../ficons/kitaplar.png);
}
#ic5 {
	background-image: url(../ficons/online.png);
}
#lastnews {
	background-color: #f2f4f9;
		min-width:1300px;

}
#lastnews h3 {
	color: #3e474c;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contentmain h3 {
	color: #3e474c;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 0.5px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float:left;
	clear:right;
	
}
.nblock {
	width:409px;
	float:left;
	margin:10px 10px 30px 10px;
	color: #666;
	line-height: 24px;
}
.nblock h3 {
	padding-top:20px;
	padding-bottom:6px;
	
}
.nblock h3 a {
	color: #004b88;
	margin-top:15px;
	display:block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.nblock h3 a:hover {
	
}
.nblock img {

}
#footer1 {
	color: #f2e9e2;
	background-color: #656565;
	padding-top: 20px;
	min-width:1300px;
}
#fcol1 {
	float:left;
	width:310px;
	margin:10px;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 22px;
}
#fcol2 {
	float:right;
	width:100px;
	margin:10px;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 22px;
	text-align:right;
}

#fcol3{
	float:left;
	width:180px;
	margin:10px;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 22px;
	text-align:left;
	
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
padding-left:20px;	
	
}



#footer2 {
	color: #f2e9e2;
	background-color: #cb171e;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da251c+0,b20002+100 */
background: rgb(218,37,28); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhMjUxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjAwMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(218,37,28,1) 0%, rgba(178,0,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,37,28,1)), color-stop(100%,rgba(178,0,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(218,37,28,1) 0%,rgba(178,0,2,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da251c', endColorstr='#b20002',GradientType=0 ); /* IE6-8 */
	
	
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: ##ffffff;
	padding-bottom: 40px;
	margin-top:10px;
}
#footer2 #f2left {
	padding:10px;
	float:left;
}
#footer2 #f2right {
	padding:10px;
	float:right;
}



#f2right a {
	font-size: 12px;
	color: #CCC;


	text-decoration: none;
}
#f2right a:hover {
	color: #cb171e;
}





#ebabox {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:14px;
	background-color: #e6e6e6;
	width: 102px;
	height: 60px;
	float: right;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 12px;
	margin-right:6px;
	cursor:pointer;
}



#ebabox:hover {
	background-color: #dddddd;
}


#loginbox {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:14px;
	background-color: #004b88;
	width: 400px;
	border-style:solid;
	border:1px;
	border-color:#555;
	height:60px;
	float: right;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 12px;
}
#loginbox .tinp {
	font-size:14px;
	padding:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f3f4f6;
	width: 160px;
}
#loginbox .sinp {
	font-size:14px;
	padding:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #d80011;
	color: #FFF;
	width: 35px;
	cursor:pointer;
}

#loginbox .ubut {
	font-size:14px;
	padding:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #da251e;
	color: #FFF;
	cursor:pointer;
}

#loginbox .ubut:hover {
background-color: #c60c12;

}

.onebook {
background-color: #f7f7f7;
margin:5px;
padding:12px 10px 3px 14px;

	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-width: 2px;
	border-left-color: #cb171e;

	border-right-style: solid;
	border-right-width: 2px;
	border-right-width: 2px;
	border-right-color: #cb171e;


}

.onebook:hover {
background-color: #f2f2f2;


}


.onebook img {

float:left;
}

.obtitle {

float:left;

}

.opala {

font-size:20px;
clear:both;


}

#logintext {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	letter-spacing: 0.5px;
	padding-left: 30px;
	background-image: url(../ficons/kullanici.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	float: left;
	width: 200px;
}
#lostpass a {
	font-size: 12px;
	color: #eee;
	text-align: right;
	float: right;
	width: 140px;
	padding-top: 2px;
	padding-right: 4px;
	text-decoration: none;
}
#lostpass a:hover {
	color: #fff;
}
#contentmain {
	padding-top:10px;
	padding-bottom:10px;
	min-width:1300px;
}
.subconwhite a {
	color:#ae2231;
	text-decoration: none;
}
.subconwhite a:hover {
	color:#ae2231;
	text-decoration:underline;
}

.twocol {
	background-color: #f2f4f9;
	min-width:1300px;
}
.firstcol {
	width:858px;
	float:left;
}
.secondcol {
	width:292px;
	float:right;
}
.tria {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 12px solid #cb171e;
	border-bottom: 8px solid transparent;
	float:left;
	margin-top:16px;
	margin-left:23px;
}
.secondcat {
	margin:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	padding:10px;
}
.secondcat ul li {
	padding:3px 0px 3px;
	float:left;
	clear:both;
	color:#f2e9e2;
}
.secondcat ul li a {
	color: #ec9b2b;
	text-decoration: none;
	padding-left:7px;
	padding-top:2px;
	float:left;
	letter-spacing: 1px;
}
.secondcat ul li:hover, .secondcat ul li a:hover {
	color: #ae2231;
}
.secondcat ul li:before {
	content: "■";
	float:left;
	font-size: 16px;
	margin-left:5px;
}
.secondcat h3 {
	font-size: 17px;
	color: #3e474c;
	letter-spacing: 0.7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	
}
.subconwhite {
	margin:10px 0px 10px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	padding:10px;
}



.subconwhite label {
	padding:10px;
	width:260px;
	float:left;
	text-align: right;
	letter-spacing:0.5px;
	clear: left;
	margin-bottom: 12px;
}
.subconwhite .frinput {
	font-size:14px;
	padding:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	
  border-style: solid;
    border-width: 1px;
border-color:#a0c9d6;	
	
	background-color: #f3f4f6;
	width: 280px;
	float:left;
}
.subconwhite .frselect {
	font-size:14px;
	padding:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  border-style: solid;
    border-width: 1px;
border-color:#a0c9d6;	
	background-color: #f3f4f6;
	width: 280px;
	float:left;
}
.inremind {
	font-size: 10px;
	color: #F30;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}
.fbutton {
	float:left;
	font-size:14px;
	padding:12px 16px 12px 16px;
	margin-top:5px;
	margin-bottom:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #cb171e;
	color: #FFF;
	cursor:pointer;
}
.m_ok {
	background-image: url(../ficons/thumbs28.png);
	background-repeat: no-repeat;
	height: 32px;
	background-position: 25px 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.m_color_ok {
	background-color:#dee3ab;
}
.m_warn {
	background-image: url(../ficons/thumbs29.png);
	background-repeat: no-repeat;
	height: 32px;
	background-position: 25px 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.m_color_warn {
	background-color:#fecccb;
}
.m_say {
	background-image: url(../ficons/thumbs30.png);
	background-repeat: no-repeat;
	height: 32px;
	background-position: 25px 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.m_color_say {
	background-color:#fdebad;
}
.m_info {
	padding:12px;
}
.m_info p {
	padding-left:60px;
	padding-top: 7px;
	font-weight: normal;
	color: ##ffffff;
}



.subconwhite .textcontent { margin:20px; }
.subconwhite .textcontent p {
	padding:20px 20px 0px 20px;
	margin-bottom:4px;
	letter-spacing: normal;
	padding: 10px;
	line-height: 25px;
	text-align: justify;
}

.subconwhite .textcontent ul {
	padding-left: 22px;
	list-style-type: square;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.subconwhite .textcontent ul li {
	margin-bottom: 10px;

}


.subconwhite .textcontent h4,.subconwhite .textcontent h3 {
    font-family: 'Roboto Condensed', sans-serif;
	padding:20px 20px 0px 20px;
	margin-bottom:4px;
	letter-spacing: 0.8px;
	padding: 10px;
	line-height: 25px;
	font-size: 18px;
	color: ##ffffff;
	margin-left: 3px;
}

.subconwhite .textcontent blockquote {
	padding:20px 20px 0px 20px;
	margin-bottom:4px;
	letter-spacing: 0.5px;
	padding: 10px;
	line-height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #cb171e;
	text-align: justify;
}

.subconwhite .textcontent img {
	padding: 5px;
	margin:0px 10px 10px 0px;
	border: 1px solid #CCC;
}



.subconwhite .formcontent { margin:20px; }
.subconwhite .formcontent p {
	padding:20px 20px 0px 20px;
	margin-bottom:4px;
	letter-spacing: 0px;
	padding: 10px;
	line-height: 25px;
	text-align: justify;
}

#wmes { display:none; }




.subconwhite .textcontent tbody {
	background-color: #F7F7F7;
	width: 100%;

	
}

.subconwhite .textcontent table {

	margin-bottom:5px;
	
}


.subconwhite .textcontent tr {

font-size:14px;

}

.subconwhite .textcontent tr:hover {

background-color: #FFFFFF;

}

.subconwhite .textcontent td {

line-height:18px;

}

.subconwhite .textcontent strong {

font-weight:bold;

}



.subconwhite .textcontent tr td {
	padding: 13px;
	margin: 0px;
	
	border: 1px solid #CCC;
}


#anah_text {

font-size:18x;
text-align:center;
padding:5px;
letter-spacing:1px;
line-height:20px;
}

#anahtar {
font-weight:bold;
font-size:24px;
color:#ae2231;
text-align:center;



}


