﻿/* General
-------------------------------------------------------*/

body {
  background: url("../images/back.gif") 0 0 fixed;
  font-family: Verdana, Arial, Sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 11px;
  height: 100%;
}

p {
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 16px;
}


a:visited {
  text-decoration: none;
  color: #570bc0;
}


a:link {
  text-decoration: none;
  color: #570bc0;
}

a:hover {
  text-decoration: none;
 color: #0066FF;
}

a:active {
  text-decoration: none;
 color: #571bc1;
}

a img {
  border: none;
}

h3 {
  padding: 4px 0;
  margin: 4px 0;
}

h2 {
  padding: 4px 0;
  margin: 4px 0;
}

h1 {
  padding: 4px 0;
  margin: 4px 0;
}

h1 {
  color: #3d055a;
  font-family: Tahoma, Verdana, Sans-serif;
  border-bottom: solid 1px #B8E600;
  font-weight: normal;
  font-size: 1.7em;
  letter-spacing: 0.08em;
  clear: both;
}

h2 {
  color: #045439;
  font-weight: normal;
  font-size: 1.5em;
  border-bottom: 1px dotted #d6f1e8;
}

h3 {
  color: #147794;
  font-weight: normal;
  font-size: 1.4em;
}

.print_only {
  display: none;
}

/* Layout
-------------------------------------------------------*/

#wrapper {
  background: url("../images/back_top.gif") 0 0 repeat-x fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}

#main {
  width: 980px;
  height: 100%;
  padding: 20px 0;
  margin: 0 auto;
}

#top_nav {
  margin-bottom: 1px;
  text-align: left;
  padding: 10px 16px;
  color: #790;
}

#sub_nav {
  margin-bottom: 1px;
  text-align: left;
  padding: 4px 16px;
  color: #003399;
}

#footer {
  margin-bottom: 1px;
  text-align: left;
  padding: 4px 16px;
  color: #790;
}

#top_nav {
  font-size: 1.2em;
}

#sub_nav {
  font-size: 1.2em;
  padding: 5px 16px;
}

#footer {
  background: #E2FF70;
  font-size: 1.2em;
  padding: 5px 16px;
}

#top_nav a:visited {
  color: #FFF;
}

#top_nav a:link {
  color: #FFF;
}

#top_nav a:active {
  color: #FFF;
}

#top_nav a:hover {
  color: #FFF;
}

#sub_nav a:visited {
  color: #003399;
}

#sub_nav a:link {
  color: #003399;
}

#sub_nav a:active {
  color: #003399;
  border-bottom: 5px solid #3b866b
}

#sub_nav a:hover {
  color: #000066;
  border-bottom: 5px solid #3b866b
}

#top_nav a:active {
  color: #FFF;
  border-bottom: 5px solid #3b866b
}

#top_nav a:hover {
  color: #FFF;
  border-bottom: 5px solid #3b866b
}

#header {
 background: white;
  height: 80px;
  text-align: left;
  padding: 0 12px; 
  margin-bottom: 1px;
}

#header h1 {
  background: no-repeat url("../images/logo.gif") left top;
  border: none;
  height: 80px;
  text-align: left;
}

#page {
  background: white top repeat-x url("../images/content_bg.gif");
  padding-top: 10px;
  text-align: left;
}

#side {
  float: left;
  background: #f3f8f4 url("../images/side_back.gif") top repeat-x;
  padding: 16px;
  color: #4d6b6c;
  border-top: white solid 1px;
}

#content {
  padding-left: 1px;
  padding-right: 16px;
  float: right;
  padding-top: 12px;
}

#content a:hover {
  color: #7009fd;
  text-decoration: none;
}



#content a:active {
  color: #7009fd;
  text-decoration: none;
}



#content a:link {
  color: #7009fd;
  text-decoration: none;
}



#footer {
  font-size: 0.8em;
  border-top: 1px solid #164579;
  padding: 4px 16px;
  clear: both;
}

#footer a:visited {
  color: #389015;
}

#footer a:link {
  color: #389015;
}

/* One COlumn
-------------------------------------------------------*/

.one_column #content {
  width: 708px;
  float: none;
}

.one_column #side {
  display: none;
}

/* Two Colums
-------------------------------------------------------*/

.two_column #content {
  width: 790px;
}

.two_column #side {
  width: 220px;
}

/* Side Menu
-------------------------------------------------------*/

.menu  {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  border-top: 1px solid white;
  display: block;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.menu li {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.menu li a:visited {
  display: block;
  padding : 4px 16px;
  margin: 0;
  color: #080;
  font-weight: bold;
  border-bottom: 1px white solid ! important;
  letter-spacing: 0.12em;
  font-size: 1.2em;
}

.menu li a:link {
  display: block;
  padding : 4px 16px;
  margin: 0;
  color: #080;
  font-weight: bold;
  border-bottom: 1px white solid ! important;
  letter-spacing: 0.12em;
  font-size: 1.2em;
}

* html .menu li {
  height: 1px; /* Holly Hack stops random padding. Seems to be OK in IE7 as well */
}

* html .menu a {
  height: 1px; /* Holly Hack stops random padding. Seems to be OK in IE7 as well */
}

.menu li li a:visited {
  color: #040;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-size: 1em;
}

.menu li li a:link {
  color: #040;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-size: 1em;
}

.menu a:hover {
  text-decoration:none ! important;
}

.menu a:visited {
  text-decoration:none ! important;
}

.menu a:link {
  text-decoration:none ! important;
}

.menu li li a:hover {
  background-color: #CCCCFF !important;
}

/* Extras
-------------------------------------------------------*/

.side_decor {
  margin: 12px 16px 12px 0;
  float: left;
}

/* Column clearing
-------------------------------------------------------*/

#page:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#page {
  display: table; /* Was inline-table in original tutorial, changed due validation error */
}

/* Hides from IE-mac \*/
html #page {
  height: 1%;
}

#page {
  display: block;
}
.tablom {
WIDTH: 98%;
		border-collapse:	collapse;
}

.tablom_l {
	BACKGROUND-IMAGE: url(../images/tablom_l.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT: no-repeat;
	WIDTH: 8px; HEIGHT: 35px;
}
.tablom_r {
	BACKGROUND-IMAGE: url(../images/tablom_r.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT: no-repeat;
	WIDTH: 8px; HEIGHT: 35px;
}
.tablom_o {
 BACKGROUND-IMAGE: url(../images/tablom_o.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT:  repeat-x;
 FONT-SIZE: 12px; FONT-WEIGHT: bold;
 COLOR: #003399;
}

.tablomo_l {
	BACKGROUND-IMAGE: url(../images/tablomo_l.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT:  repeat-y;
	WIDTH: 8px;
}
.tablomo_r {
	BACKGROUND-IMAGE: url(../images/tablomo_r.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT:  repeat-y;
	WIDTH: 8px;
}
.tablomo_o {
 BACKGROUND-IMAGE: url(../images/tablomo_o.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT:  repeat;
 FONT-SIZE: 10px; FONT-WEIGHT: bold;
 COLOR: #003399;
}
.tabloma_l {
	BACKGROUND-IMAGE: url(../images/tabloma_l.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT: no-repeat;
	WIDTH: 8px; HEIGHT: 6px;
}
.tabloma_r {
	BACKGROUND-IMAGE: url(../images/tabloma_r.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT: no-repeat;
	WIDTH: 8px; HEIGHT: 6px;
}
.tabloma_o {
 BACKGROUND-IMAGE: url(../images/tabloma_o.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT:  repeat-x;
}
.tablo_urun {
WIDTH: 98%;
		border-collapse:	collapse;
}

.tablo_urun_yatay {
	BACKGROUND-IMAGE: url(../images/yatay_cizgi.gif); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT: repeat-x;
	WIDTH: 10px; HEIGHT: 20px;
}
.tablo_urun_dik {
	BACKGROUND-IMAGE: url(../images/dik_cizgi.gif); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT: no-repeat;
	text-align: center;
	vertical-align:middle;
	WIDTH: 10px; HEIGHT: 65px;
}
.tablo_urun_o {
 BACKGROUND-IMAGE: url(../images/tablom_o.png); BACKGROUND-COLOR: #fff; BACKGROUND-REPEAT:  repeat-x;
 FONT-SIZE: 12px; FONT-WEIGHT: bold;
 COLOR: #667;
}

/* End hide from IE-mac */

/* start - table */
th strong {
	color: #fff;
}
th {
	BACKGROUND-IMAGE: url(../images/orange_background.png); BACKGROUND-COLOR: #fffff; BACKGROUND-REPEAT:  repeat-x;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr.row-a {
	background: #F8F8F8;
	text-align:left;
}
tr.row-b {
	background: #EFEFEF;
	text-align:left;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #000000;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#000000;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #000000;
	height:100px;
	display:block;
	color:#000000;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color:#000000;	
	border: 1px solid #DADADA;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}