/**
  * @category      Interface/CSS
  * @package       DipnotCMS
  * @author        Cagri Burak Surer
  * @copyright     2014 Dipnot - dipnot.com.tr
  * @license
  * @version	   1.0
  * @filesource
  * @link          http://www.dipnot.com.tr
  * @see
  * @since
  **/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);

html 
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body 
{
	background: #fff;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:9pt;
	height: 100%;
}


p 
{
	margin-top: 0px;
	margin-bottom: 20px;
}

a, a:visited, a b 
{
	color: #df2b2b;
	text-decoration: underline;
	cursor: pointer;
}

a:hover 
{
	text-decoration: none;
}

a:focus
{
	outline: none;
}

a img 
{
	border: none;
}

form 
{
	padding: 0;
	margin: 0;
	display: inline;
}

.clear
{
	clear:both;
}

.etiket 
{
	background: #e9e9e9;
	border:1px solid #ccc;
	padding:4px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 8pt;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	cursor: pointer;
}

.etiket a 
{
	color: #969696;
	font-size: 8pt;
	text-decoration: none;
}

.etiket:hover 
{
	background: #fff;
}

#container 
{
	width: 940px;
	min-height: 550px;
	margin: 10px auto 10px auto;
	font-size: 10pt;
	line-height: 21px;
	color: #000;
	padding: 10px;
	background: #fff;
	position: relative;
}

#container .extraicon 
{
	position: absolute;
	right: 10px;
	top: 10px;
}

#container h1 
{
	color: #000;
	font-size: 17pt;
	margin-bottom: 20px;
	padding: 0px;
}

#container h2 
{
	margin: 10px 0px 10px 0px;
	color: #000;
	font-size: 11pt;
	padding: 0px;
}

#container h3 
{
	margin: 10px 0px 10px 0px;
	color: #000;
	font-size: 10pt;
	padding: 0px;
}

.icerik_div strong 
{
	font-weight: 700;
}

.icerik_div em 
{
	font-style: italic;
}

.icerik_div table 
{
	border:1px solid #ccc;
	border-collapse: collapse;
	background: #fff url(images/shadow.png) repeat-x;
	width: 100% !important;
	margin-bottom: 10px;
}

.icerik_div td 
{
	border:1px solid #ccc;
	padding: 5px;
}

.icerik_div ul 
{
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 5px;
}

.icerik_div ol 
{
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 5px;
}

.icerik_div s 
{
	text-decoration: line-through;
}

.icerik_div hr 
{ 
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}

.icerik_div blockquote 
{
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

.icerik_div blockquote:before
{
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.icerik_div blockquote p 
{
  display: inline;
}

.ibox
{
	width: 300px;
	min-height:565px;
	margin-right: 5px;
	float:left;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);
	-moz-box-shadow:    inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);
	box-shadow:         inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);		
	padding: 5px;
	background: #fff url(images/shadow.png) repeat-x;
}

.ibox table 
{
	width: 100%;
}

.ibox .bold {font-weight: bold;}

.ibox .title 
{
	width: 280px;
	padding:10px;
	background: #002A4F;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-weight: 900;
}

.ibox td img 
{
	vertical-align:middle;
}

.ibox td 
{
	padding:10px;
	font-size: 11pt;
	line-height:21px;
	border-bottom:1px solid #e5e5e5;
}

.ibox .desc 
{
	margin-bottom: 5px;
	font-size: 8pt;
	color: #000;
}

.ibox input[type="text"]
{
	margin-bottom: 10px;
	width: 280px;
	padding: 5px;
	border:1px solid #ccc;
	background: #fff;
	display:block;
	font-size: 8pt;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);
	-moz-box-shadow:    inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);
	box-shadow:         inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);	
}

.ibox textarea
{
	margin-bottom: 10px;
	width: 280px;
	height: 120px;
	padding: 5px;
	border:1px solid #ccc;
	background: #fff;
	display:block;
	font-size: 8pt;
	font-family: Arial;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);
	-moz-box-shadow:    inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);
	box-shadow:         inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);	
}

.ibox input[type="submit"] 
{
	cursor: pointer;
	padding:3px;
	font-size: 8pt;
}

.harita 
{
	width: 300px;
	height: 520px;
	background: #121212;
}

.hizmet 
{
	width: 930px;
	min-height: 85px;
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 9pt;
	line-height: 19px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);
	-moz-box-shadow:    inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);
	box-shadow:         inset 0px 0px 14px 0px rgba(50, 50, 50, 0.28);		
}

.hizmet .baslik 
{
	margin-bottom: 15px;
}

.hizmet .baslik a 
{
	
	text-decoration: none;
	font-size: 11pt;
	color: #D00000;
	font-weight: bold;
}

.sfoto 
{
	background: #e5e5e5;
	float: left;
	padding: 5px;
	width: 180px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.mini_sfoto 
{
	background: #e5e5e5;
	float: left;
	padding: 0px;
	width: 50px;
	height: 50px;
	margin-right: 1px;
	margin-bottom: 1px;	
}

.galeri 
{
	width: 221px;
	height: 200px;
	padding: 5px;
	background: #000;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.galeri:hover 
{
	background: #C80000;
}

#container_left 
{
	width: 300px;
	float: left;
}

#container_right 
{
	width: 630px;
	float: right;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:0px;
	display:none;
	color:#000;
	font-weight:bold;
	}
	
#screenshot small 
{
	color: #969696;
	font-size:8pt;
	font-weight:400;
	text-decoration: line-through;
}

#container_left .share 
{
	margin: 10px auto 10px auto;
	width: 253px;
}

#container_left .hit 
{
	color: #969696;
	font-size: 8pt;
	margin: 20px 0px 20px 0px;
	text-align:center;
}

#container_left .hit b 
{
	font-weight: bold;
}

#container_left .kategori_baslik 
{
	width: 288px;
	border:1px solid #ccc;
	background: #fff;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(50, 50, 50, 0.18);
	-moz-box-shadow:    inset 0px 0px 14px 0px rgba(50, 50, 50, 0.18);
	box-shadow:         inset 0px 0px 14px 0px rgba(50, 50, 50, 0.18);		
	margin-bottom: 5px;
	position: relative;
	height: 25px;
	line-height: 25px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
}

.kategori_baslik span 
{
	position: absolute;
	right: 5px;
	top: 8px;
}

.kategori_baslik a 
{
	display: block;
	text-decoration: none;
	padding-left: 5px;
	font-size: 13pt;
}

.kapat {display: none;}

#container_left ul 
{
	list-style-type: none;
	list-style-position: inside;
}

#container_left ul li 
{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
}

#container_left ul li a 
{
	color: #969696;
	text-decoration: none;
	font-size: 11pt;
	font-family: 'Open Sans', sans-serif;
}

#container_left ul li a:hover 
{
	color: #000;
}

#sepet 
{
	width: 280px;
	padding: 5px;
	min-height: 55px;
	background: #121212;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
}

#sepet h1 
{
	color: #fff;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 10pt;
	margin-bottom: 10px;
	cursor: pointer;
}

#sepet ul 
{
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 10px;
}

#sepet ul li 
{
	border-bottom:1px solid #969696;
	padding: 5px;
	background: #222;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin-bottom: 5px;
}

#sepet ul li img 
{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

#sepet ul li span 
{
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
}

#sepet ul li a 
{
	color: #fff;
	font-size: 8pt;
	text-decoration: none;
}

#sepet ul li a:hover 
{
	color: #969696;
}

.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 9px;
  background: #ad0924;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}

.btn:hover {
  background: #9d0a0a;
  text-decoration: none;
}

.btn:visited 
{
	color: #fff;
}

#container_right .urun 
{
	width:  190px;
	height: 300px;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(50, 50, 50, 0.18);
	-moz-box-shadow:    inset 0px 0px 14px 0px rgba(50, 50, 50, 0.18);
	box-shadow:         inset 0px 0px 14px 0px rgba(50, 50, 50, 0.18);	
	background: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;	
	position: relative;
}

.urun .title 
{
	width: 190px;
	margin-bottom: 5px;
}

.urun .title a 
{
	color: #000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.urun .image 
{
	width: 190px;
	height: 190px;
	margin-bottom: 10px;
	text-align: center;
	display: table;
	background: #e5e5e5;
}

.urun .image p 
{
	display: table-cell;
	vertical-align: middle;
}

.urun .buttons 
{
	width: 190px;
	min-height: 25px;
	text-align:center;
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.urun .fiyat 
{
	position: absolute;
	width: 190px;
	height: 30px;
	left: 5px;
	bottom: 30px;
	color: #000;
	font-size: 15pt;
	text-align:center;
}

.urun .fiyat span 
{
	font-size: 9pt;
}

#container_right .urunresmi 
{
	width: 400px;
	height: 300px;
	float: left;
	display: table;
	text-align:center;
	background: #e5e5e5;
}

#container_right .urunresmi p 
{
	display: table-cell;
	vertical-align: middle;
}

#container_right .urunsatinal 
{
	width: 220px;
	height: 300px;
	float: right;
	text-align:center;
	position: relative;

}

.urunsatinal .fiyat 
{
	position: absolute;
	width: 220px;
	height: auto;
	left: 0px;
	bottom: 0px;
	color: #000;
	font-size: 25pt;
	text-align:center;

}

.urunsatinal .fiyat span 
{
	font-size: 14pt;
}

#subscribe label
{
	font-weight: bold;
	font-size: 8pt;
	display: block;
	margin-bottom: 5px;
	color: #121212;
}

#subscribe input[type="text"] 
{
	width: 350px;
	padding: 5px;
	font-size: 8pt;
	border:1px solid #ccc;
	display: block;
	margin-bottom: 5px;
}

#subscribe textarea
{
	width: 350px;
	padding: 5px;
	font-size: 8pt;
	border:1px solid #ccc;
	display: block;
	margin-bottom: 5px;
	height: 80px;
	font-family: Arial;
}

.sonuc 
{
	margin-top: 20px;
}

.loading 
{
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 25pt;
	background: url(images/saydam.png);
	text-align:center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

#pagination 
{
	width: 630px;
	height: auto;
	clear: both;
	margin-top: 50px;
}

#pagination .page 
{
	min-width: 30px;
	height: 30px;
	text-align:center;
	float: left;
	line-height: 30px;
	background: #ccc;
}

#pagination .page a 
{
	display: block;
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

#pagination .active
{
	background: #969696;
}

#pagination .page a:hover 
{
	background: #969696;
}

#kategoriler 
{
	width: 630px;
	min-height: 35px;
	margin-bottom: 10px;
}

#kategoriler .kategori 
{
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(images/shadow.png) repeat-x;
	text-align:center;
	border-bottom: 1px solid #969696;
}

#kategoriler .kategori a 
{
	display: block;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
	color: #000;
	font-size: 11pt;
}

#kasa 
{
	width: 940px;
	min-height: 350px;
}

#kasa table 
{
	width: 100%;
	border-collapse: collapse;
	border:1px solid #ccc;
}

#kasa table th 
{
	background: #e5e5e5;
	border:1px solid #ccc;
	padding: 5px;
	font-size: 9pt;
	text-align:center;
	color: #000;
	font-weight: bold;
}

#kasa table td 
{
	padding: 5px;
	border:1px solid #ccc;
	font-size: 9pt;
	text-align:center;
	color: #000;
	vertical-align: middle;	
}

#kasa table td b 
{
	font-weight: bold;
}

#referans 
{
	width: 940px;
	min-height: 350px;
}

#referans .referans 
{
	width: 221px;
	height: 120px;
	padding: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	display: table;
	text-align:center;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    inset 0px 0px 14px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         inset 0px 0px 14px 0px rgba(50, 50, 50, 0.10);		
}

.referans p 
{
	display: table-cell;
	vertical-align: middle;
}

.duyuru 
{
	width: 900px;
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    inset 0px 0px 14px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         inset 0px 0px 14px 0px rgba(50, 50, 50, 0.10);	
	min-height: 150px;
	margin-bottom: 20px;
	position: relative;	
}

.duyuru .title 
{
	margin-bottom: 10px;
}

.duyuru .title a 
{
	color: #000;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

.duyuru .details 
{
	width: auto;
	right: 20px;
	bottom: 20px;
	text-align: right;
	font-size: 8pt;
	color: #969696;
	position: absolute;
	padding: 5px;
	background: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.duyuru .details a 
{
	color: #000;
	font-size: 8pt;
}

.video 
{
	width: 440px;
	height: 350px;
	margin-right: 20px;
	background: #fff;
	margin-bottom: 20px;
	padding: 10px;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    inset 0px 0px 14px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         inset 0px 0px 14px 0px rgba(50, 50, 50, 0.10);	
	position: relative;
	float: left;
}

.video .title 
{
	margin-top: 10px;
	margin-bottom: 0px;
}

.video .title a 
{
	color: #000;
	font-size: 15pt;
	text-decoration: none;
}

.video .play 
{
	z-index: 9999;
	position: absolute;
	left: 200px;
	top: 110px;
	width: 96px;
	height: 96px;
}

.proje 
{
	width: 310px;
	height: 200px;
	background: #ccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.proje .title 
{
	position: absolute;
	width: 300px;
	padding: 10px 5px 10px 5px;
	left: 0px;
	bottom: 0px;
	background: url(images/saydam.png);
}

.proje .title a 
{
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.harita4 
{
	width: 630px;
	height: 300px;
}