/********** stylesheets/styles.css */
@charset "utf-8";
body {
background-image:url(img/bg.jpg);
margin:0;
padding:0;
}
.navtext {
width:250px;
font-size:12px;
font-weight:bold;
border-width:2px;
border-style:outset;
border-color:darkgray;
layer-background-color:#f2c489;
background-color:#f2c489;
color:#915c30;
text-align:center;
line-height:1.5;
z-index:1000;
}
.fiyatozet {
border-collapse:separate;
border-spacing:30px;
}
.fiyatozet a, .fiyatozet a:visited, .fiyatozet a:link, .fiyatozet a:active {
text-decoration:none;
color:#0069a8;
font-size:13px;
}
.fiyatozet a:hover {
color:#FF0000;
text-decoration:underline;
}
a {
color:#000000;
}
a:hover {
}
.red {
color:#B94646;
font-weight:bold;
}



/********** stylesheets/reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	border: 0;
	font-size: 14px;
	font-family: Arial;
	margin: 0;
	outline: 0;
	padding: 0;
}
body {
	line-height: 1.2;
}
ol, ul {
	margin-left: 25px;
}

:focus {
	outline: 1px #c0c dotted;
}




/********** stylesheets/coda-slider-2.0.css */
	body { padding: 20px }
	.panel h2.title { margin-bottom: 10px; font-family:Georgia, "Times New Roman", Times, serif; font-size:14pt; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
	.coda-slider-wrapper { padding: 0 0 0 154px }
	.coda-slider { background: #ffffff;
	 }
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	.coda-slider, .coda-slider .panel { width: 560px; height:336px } 
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 560px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	.coda-nav-left a, .coda-nav-right a { background: #0069a8; color: #fff; padding: 5px; width: 30px; height:30px; font-size:24px; 
	border: 1px #FFFFFF solid;
	}
	.coda-nav ul li a.current { background: #ffffff; color:#000000 }
	.coda-slider .panel-wrapper { padding: 20px }
	.panel-wrapper p, .panel-wrapper table tr td {
	font-size:12px;
	}
	.panel-wrapper a {
	font-size:12px;
	font-weight:bold;
	}
	.coda-slider p.loading { padding: 20px; text-align: center }
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; margin-left:90px }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { background: #0069a8; color: #fff; display: block; float: left; margin-right: 4px; padding: 3px 6px; text-decoration: none; 
	border: 1px #FFFFFF solid;
	font-size:11px;
	font-weight:bold;
	border-bottom:none;
	}	
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
li {
font-size:12px;
line-height:1.8;
}



/********** windowfiles/dhtmlwindow.css */
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}
.drag-handle{
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.drag-handle .drag-controls{
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}
* html .drag-handle{
width: 100%;
}
.drag-contentarea{
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}
.drag-statusarea{
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; 
}
.drag-resizearea{
float: right;
width: 13px; 
height: 13px;
cursor: nw-resize;
font-size: 0;
}


/********** modalfiles/modal.css */
.drag-handle{
background-color: #0091f6;
height:28px;
vertical-align:middle;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
padding:7px 0 0 7px;
}
#interVeil{
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
