@import url('reset.css');

a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}

.content {
	width:1000px;
	margin:0 auto;
}
h1{
	margin:10px 0 0px 20px;
	font-size:34px;
	color:#000;
	text-shadow:1px 1px 1px #fef7a9;
	text-transform:uppercase;
}
h1 span{
	font-size:18px;
	text-transform:none;
}
.more ul{
	text-transform:uppercase;
	font-size:13px;
	padding:50px 0px 30px 0px;
	height:30px;
	clear:both;
	width:1000px;
	margin:10px auto 0 auto;
	color:#000;
}
.more ul li{
	float:left;
	margin:0px 2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.content{
	width:100%;
	position:relative;
}
/* Footer Style */
.header{
	position:absolute;
	width:100%;
	height:25px;
	line-height:24px;
	top:0;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}


/* Vertical Accordion Style */
.va-container{
	border:1px solid #000000;
	position:absolute;
	top:150px;
	left:300px;
}
.va-wrapper{
	width:100%;			/* 100% */
	height:100%;			/* 100% */
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;			/* 100% */
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background:#000 url(../images-urunler/1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../images-urunler/2.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../images-urunler/3.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../images-urunler/4.jpg) no-repeat center center;
}
.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-title{
	font-family: "Times New Roman", Times, serif;
	text-transform:none;
	font-size:24px;
	margin-left:20px;
	color:#FFFFFF;
	text-shadow: 0px 0px 1px black;
	font-style: oblique;
}
.va-content{
	display:none;
	margin-left:25px;
}
.va-slice p{
	font-size: 22px;
	font-style: italic;
	font-family:Georgia, serif;	
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	margin:0px 2px;
	list-style:none;	
}
.va-slice ul li a{
	color:#000;
	background:#eede2f;
	width:400px; 
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	line-height:1.8;
	text-transform:none;
	display:block;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;	
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}
