﻿.UrunBox
{
	width: 170px;
	height: 300px;
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;
}

.UrunBox span
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.UrunBox a
{
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: auto;
	margin-top: 8px;
}

.UrunBox div
{
	width: 170px;
	height: 170px;
	padding: 5px;
	border: 2px dotted #808080;
	text-align: center;
	vertical-align: middle;
	clear: both;
}

.UrunBox div:hover
{
	border: 2px dotted #66CCFF;
}

.UrunBox div img
{
	width: 160px;
}


.DetayWindow
{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	overflow: auto;
	top: 0px;
	left: 0px;
	z-index: 3;
	background-attachment: fixed;
}

.DetayWindow .DetayBG
{
	background-color: #000;
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
}

.DetayWindow .Wrapper
{
	padding: 20px;
	background-color: #fff;
	width: 685px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-top: 25px;
	z-index: 2;
}

.DetayWindow .Wrapper #Sonuc
{
	margin-left: auto;
	margin-right: auto;
}

.DetayWindow .Wrapper .KapatDiv
{
	padding: 5px;
	background-color: #E4E4E4;
	width: auto;
	height: auto;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.DetayWindow .Wrapper .KapatDiv label
{
	cursor: pointer;
	font-weight: bold;
}

.DetayWindow .Wrapper .KapatDiv label:hover
{
	text-decoration: underline;
}

.FotoItem
{
	width: 150px;
	height: 180px;
	padding: 5px;
	margin: 10px;
	border: 1px solid #00FFFF;
	display: inline-block;
	background-color: #DAE2E7;
}

.FotoItem:hover
{
	background-color: #00CCFF;
}

.FotoItem .imgContainer
{
	width: 100%;
	height: 150px;
}

.FotoItem .imgContainer a
{
	border: none;
}

.FotoItem .imgContainer a img
{
	display: block;
	width: 150px;
	height: 150px;
	border: 1px solid #afafaf;
	margin-left: auto;
	margin-right: auto;
}

.FotoItem .textContainer
{
	width: 100%;
	height: 20px;
	margin-top: 5px;
}

.FotoItem .textContainer a
{
	background-image: url('../img/fullscreen2.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	padding-top: 5px;
	width: 50px;
	height: 18px;
	display: block;
}

.DuyuruItem
{
}

.DuyuruItem:hover
{
	color: #33CCFF;
}

.EgitmenItem
{
	width: auto;
	padding: 5px;
	margin: 5px;
	height: 150px;
}

.EgitmenItem .imgContainer
{
	width: 150px;
	height: auto;
	padding: 5px;
	border: 1px dotted #cfcfcf;
	display: inline-block;
	float: left;
}

.EgitmenItem .imgContainer img
{
	width: 150px;
	/*height: 150px;*/
	border: 1px solid #fff;
	display: block;
}

.EgitmenItem .textContainer
{
	width: 405px;
	height: 150px;
	padding: 5px;
	display: inline-block;
	float: left;
}

.VideoItem
{
	padding: 5px 5px 10px 5px;
	width: 620px;
	height: 170px;
}

.VideoPic
{
	float: left;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 5px 15px 5px 5px;
	padding: 5px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #66CCFF;
}

.VideoPic img 
{
	width:150px;
	height:150px;
	border:1px solid #efefef;
}

.VideoText
{
	float: left;
	display: block;
	width: 400px;
	height: 150px;
	padding: 5px;
	margin: 5px;
}
