/* INTRO  */
body#intro {
	background-color: #990000;
	background-image: url(images/intro_bg_y.gif);
	background-repeat: repeat-y;
}

#introbigtable {
	background-image: url(images/intro_bg_x.gif);
	background-repeat: repeat-x;
	width : 100%;
}

body#intro table.popup {
	border: 3px solid #c93;
}

body#intro table.popup td {
	padding : 3px 3px 3px 5px;
	background-color : #fd6;
}

body#intro table.popup a, body#intro table.popup a:visited {
	font : bold 11px Arial, Helvetica, sans-serif;
	color: #900;
	text-decoration : none;
}

body#intro table.popup a:hover {
	font : bold 11px Arial, Helvetica, sans-serif;
	color: #960;
	text-decoration : none;
}


/* PAGE */
body {
	font : 13px Tahoma, "Times New Roman", Times, serif;
	color: #300;
	background : #FD6 url(images/page_bg_y.gif) repeat-y;
	letter-spacing : .1em;
}

#bigtable {
	background : url(images/page_bg_x.gif) repeat-x;
	width: 100%;
}

p, td {
	font-size : 13px;
	letter-spacing : .1em;
}

th {
	font-size : 13px;
	font-weight: bold;
	letter-spacing : .1em;
}

h2 {
	font: small-caps bold 150% Arial, Helvetica, sans-serif;
	color: #C00;
	letter-spacing : 5px;
}

h3 {
	font : bold 125%;
	color : #900;
	margin-bottom : -.7em;
}

h4 {
	font : bold 100%;
	color : #900;
	margin-bottom : -1.5em;
}

#content {
	padding: 0 10px 25px 10px;
	text-align : justify;
}

 table.popup {
	border: 7px solid #c93;
	border-top : 0;
}

table.popup td {
	padding : 3px 3px 3px 5px;
	background-color : #900;
}

table.popup a, table.popup a:visited {
	font : bold 11px Arial, Helvetica, sans-serif;
	color: #FF9;
	text-decoration : none;
}

table.popup a:hover {
	color: #FC0;
}

.urunTable img {
	border: 1px solid #600;
}

ol, ul {
	margin-left: 2em;
}

.urunName {
	font: bold 12px Arial, Helvetica, sans-serif;
	color : #CC3333;
	height: 30px;
}

form td, form th {
	padding: 3px;
	border-top: 1px solid #c90;
}