@charset "utf-8";
/* CSS Document */

body {background-color: #000;margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px; font-family:Arial; font-size:12px}
.container {width:950px; background:url(bg.jpg);margin-left:auto;margin-right:auto; height:560px;}
.main {}
.column_left {width:242px; float:left;margin-top:22px;}
.column_main {width:679px; float:left;margin-left:14px; margin-top:22px;}
.content {height:320px; background:url(content_bg.jpg); background-repeat:repeat-x; background-color:#FFF; float:left; width:679px;}
.content_inside {width:655px; background:#FFF; margin-left:auto; margin-right:auto; margin-top:8px; height:312px; overflow:auto;}
.oval_bottom {width:679px; height:10px; background:url(ovel_bottom_bg.jpg); float:left; }
.footer_iletisim{width:950px; height:36px; background:url(footer_iletisim.jpg); float:left; }

.hedaer {height:23px; margin-top:3px; margin-bottom:4px;}
.column {margin-top:8px; margin-bottom:4px; height:180px;}
.column_3 {width:210px; float:left;}
.mar12r {margin-right:12px;}
.mar8t {margin-top:8px;}
.w655 {width:655px;}
p {margin:6px; padding:0px; margin-top:2px; text-align:justify;}

.yazi2 {font-family:Verdana; font-size:11px;}

ul {margin:0px; padding:0px;}
li {margin-left:25px; list-style:square; color:#175494; }
li:hover {color:#F00;}
ul a{color:#000; text-decoration:none;line-height:18px; font-size:13px; font-family:Verdana;}
ul a:hover{color:#000; text-decoration:underline;}

.btn_devam {width:54px; float:right; text-decoration:none; height:17px; background:url(button_devam.jpg); display:block; cursor:pointer;}
.btn_devam:hover {background:url(button_devam_hover.jpg);}

.btn_siparis {width:123px; height:44px; text-align:center; line-height:44px; color:#FFF; font-weight:bold;font-size:14px; font-family:Verdana;  background:url(button_siparis.jpg); background-position:top center; display:block; cursor:pointer;}
.btn_siparis:hover {background-position:bottom center; text-decoration:none; color:#FFF; }

form {margin:0px; padding:0px;}
.inputtext {margin:0px; padding:0px;margin-right:2px; border:1px solid #a0a0a0; height:20px;}
.ara {width:40px; margin:0px; padding:0px; }

.satir {height:40px; line-height:40px; cursor:default;}
.satir:hover {background-color:#e8e8ea; font-weight:bold}
.sutun1 {width:200px;margin-right:5px; float:left;}
.sutun2 {width:97px; margin-right:5px; float:left; text-align:center}
.sutun2a {width:97px; margin-right:5px; float:left; }
.thumb {width:40px; height:30px; border:1px solid #a0a0a0; float:left; margin-right:8px; margin-left:5px; margin-top:4px;}
.thumb a{border:0px;}

.big_res {border:1px solid #666; width:369px; margin-left:8px;float:left;}
.left_box {width:90px; float:left; margin-left:8px;}
.details_left {font-weight:bold; background-color:#f1f1f1;}
.details_left2 {font-weight:bold;}
.right_box {float:left;width:166px; }
.details_right { background-color:#f1f1f1;}
.details_right2 {}

a {color:#009; text-decoration:none}
a:hover {color:#009; text-decoration:underline}

.referans {width:112px; height:112px; border:1px solid #bbbbbb;float:left; }
.referans:hover { border:1px solid #000;}

.tmb_bg {width:112px; height:112px; display:block;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px;}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}