@charset "utf-8";
/* CSS Document */
#marka 
{
	float: left;
}

#baglantilar
{
	float: right;
	margin:20px;
}
#logo
{
	margin: 20px;
}
#header
{
	margin-bottom: 20px;
}
#mesaj
{
	margin: 20px;
}
#bilgiler > article
{
	padding: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #efefef;
	-moz-box-shadow: 0 0 5px #efefef;
	box-shadow: 0 0 5px #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	height: 242px;
	
}

#bilgiler
{
	padding-bottom: 20px;
	padding-top: 20px;
	
}



#muhasebevedestek > article
{
	padding: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #efefef;
	-moz-box-shadow: 0 0 5px #efefef;
	box-shadow: 0 0 5px #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	height: 242px;
	
}

#muhasebevedestek
{
	padding-bottom: 120px;
	padding-top: 120px;
	
}



#footer-content
{
	background: #252525;
	color: #999;
	padding: 20px;
}

footer h4
{
	color: #FFFFFF;
}

footer a
{
	color: #FFFFFF;
}

#altliste
{
	list-style: none;
}

#footer-floor
{
	color: #999999;
	background: #1b1b1b;
	padding: 20px;
	text-align: right;
}

p, ul, ol, dl 
{
	font-family: "Droid Sans","Helvetica Neu", Helvetica,Arial,sans-serif;

}

.yanliste
{
	background-color: #f5f5f1;
	margin-bottom: 10px;
	padding: 14px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}

.urunlistesi
{
	list-style-type: none !important;
	font-family: "arial","helvetica", sans-serif !important;
	font-size: 12px !important;	
	
}

.urunlistesi .urun
{
	float: left;
	width: 145px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ececec;
	margin: 0px 8px 14px 20px;
	position: relative;
	list-style-type: none !important;
}

.urun-baslik
{
	margin-bottom: 0;
	line-height: 15px;
}

.urun-baslik a
{
	display: block;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.urun-fiyati
{
	padding-top: 6px;
	color: #78c042;
	line-height: 14px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}