@charset "utf-8";
/* CSS Document */
body,td,th,input,select,textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #262626;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.logo{
	background-image:url(images/logo1.png);
	background-repeat:no-repeat;
}
.footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	padding-left:2px
}
.ust{
	background-image:url(images/ust.png);
	background-repeat:no-repeat;
	padding-left:30px}
.ust2{
	background-image:url(images/ust2.png);
	background-repeat:no-repeat;
	}
.menuler{
	font-size:12px;
	color:#fff;
	}
a:link.menuler{
	font-size:12px;
	color:#fff;
	text-decoration:none;}
a:visited.menuler{
	color:#fff;
	text-decoration:none;
	}
a:active.menuler{
	color:#fff;
	text-decoration:none;
	}
a:hover.menuler{
	color:#fff;
	text-decoration:underline;
	}
.kategori{
	color:#000;
	padding-bottom:3px;
	font-weight:bold;
	font-size:14px;}
.kategorialt{
	padding-left:5px}
.altkategori{
	color:#5e6060;
	}
a:link.altkategori{
	font-size:12px;
	font-weight:bold;
	color:#5e6060;
	text-decoration:none;}
a:visited.altkategori{
	color:#5e6060;
	font-weight:bold;
	text-decoration:none;
	}
a:active.altkategori{
	color:#5e6060;
	font-weight:bold;
	text-decoration:none;
	}
a:hover.altkategori{
	color:#5e6060;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:link.fyazi{
	font-size:12px;
	font-weight:bold;
	color:#4d93a4;
	text-decoration:none;}
a:visited.fyazi{
	color:#4d93a4;
	font-weight:bold;
	text-decoration:none;
	}
a:active.fyazi{
	color:#4d93a4;
	font-weight:bold;
	text-decoration:none;
	}
a:hover.fyazi{
	color:#4d93a4;
	font-weight:bold;
	text-decoration:underline;
	}
.hata{
	background-color:#fff7f0;
	border-color:#cd70fc;
	border-width:1px;
	border-style:solid;
	font-weight:bold;
	font-size:11px;
	padding:10px;}
.onay{
	background-color:#efffe4;
	border-color:#e4fdd3;
	border-width:1px;
	border-style:solid;
	font-weight:bold;
	font-size:11px;
	padding:10px;}
.sText{
		border-top:1px solid  #d6cfcf;
		border-left:1px solid #d6cfcf;
		border-right:1px solid #d6cfcf;
		border-bottom:1px solid #d6cfcf;
        height:20px;
		width:200px;
		background:#FFF;
		font-size:11px;
		line-height:16px;
		
	}

.sText2{
		border-top:1px solid  #d6cfcf;
		border-left:1px solid #d6cfcf;
		border-right:1px solid #d6cfcf;
		border-bottom:1px solid #d6cfcf;
		background:#FFF; 
	    font-size:11px;
		
	}
.gonder{
	background-color:#FFF;
	border-color:#CCC;
	border-width:1px;
	font-size:11px;
	color:#999;
	border-collapse:collapse;
	border-style:solid;
	padding:0px;
	font-weight:bold;
	
	}
.detayurun{
	font-size:14px;
	color:#000;}
.urunkodu{
	color:#F00;
	margin-top:4px;
	font-size:13px;}
.urundetayb{
	color:#06C;
	margin-top:4px;
	font-size:15px;
	font-weight:bold}
.urundetay{
	color:#F00;
	margin-top:4px;
	font-size:13px;
}
.fiyat{
	font-size:20px;
	color:#000}
.kdv2{
	font-size:13px;
	color:#000;}
#sayfalama{ padding:5px 6px 3px 6px;
margin-top:20px;}
#sayfalama span {   padding:2px 5px 2px 5px;    margin:2px; border:1px solid #9d9d9d;   text-decoration:none;   color:#000; background:#e3e3e3;}
#sayfalama a{   padding:2px 5px 2px 5px;    margin:2px; border:1px solid #9d9d9d;   text-decoration:none;   color:#000; background:#f7f7f7;}
#sayfalama a:hover{ padding:2px 5px 2px 5px;    margin:2px; border:1px solid #9d9d9d;   text-decoration:none;   color:#000; background:#e3e3e3;}
.ayrisayfa{ padding:2px 5px 2px 5px;    margin:2px; border:1px solid #9d9d9d;   text-decoration:none;   color:#000; background:#e3e3e3;}
h3{
	font-size:14px;}
.flash{
	background-image:url(images/flashbg.png);
	background-repeat:no-repeat;
	padding-left:1px;
	padding-top:10px;
	background-position:left}

 
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	width:83px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right:0px;
	padding-top:0px;
	height:28px; /*--Subtract 1px from the height of the unordered list--*/
	background-image:url(images/tabbuton.png);
	line-height: 28px; /*--Vertically aligns the text within the tab--*/

	overflow: hidden;
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 9px;
	padding: 0 0px;
	outline: none;
	
}
ul.tabs li a:hover {
	
	background-image:url(images/tabbuton.png);
}
html ul.tabs li.active, html ul.tabs li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/
	padding-right: 0px;
	padding-left: 0px;
	margin-right:0px;
	padding-top:0px;
	height: 28px; /*--Subtract 1px from the height of the unordered list--*/
	background-image:url(images/tabbuton.png);
	line-height: 28px; /*--Vertically aligns the text within the tab--*/

	}


.tab_container {
	padding-left:20px;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 200px;
	background: #fff;
	color:#000;
	font-size:11px;
}
.tab_content td {
	color:#000;
	font-size:11px;
		
}.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 230px;
	height: 266px; /*Height should enough to fit largest content's height*/
}
 
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 41px;
	top: 6px;
}
 
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 8px 0 0px; /*margin around each panel*/
	 /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.container {
	width:693px;
	margin: 0 auto;
	height:247px;
	}
.folio_block {
	position: relative;
}
 
 
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:247px;	width: 693px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;

}
.image_reel {
	position: absolute;
	top: 0; left: 0;
		
}
.image_reel img {float: left;
		}
 
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	text-decoration: none;
	color: #333;
	padding:5px;
	font-weight: bold;
	background:transparent; 
	border: 1px solid  transparent;
}
.paging a.active {
	font-weight: bold; 
	background:#F0F0F0; 
	border: 1px solid  #999;

}
.paging a:hover {font-weight: bold;
background:#F0F0F0; 
	border: 1px solid   #999;}
.eskifiyat{
	font-size:10px;
	text-decoration:line-through;
}
