﻿.demo{
cursor: default;
-webkit-user-select: none;
background-color:black;
padding:10px;
position: relative;
}
.KayanFiyat {
/*float:left;*/
width:150px;
height:40px;
font-weight: bold;
margin-right: 10px;
font-family: Tahoma;
}
.demo .Ad{
color:white;
display: block;
height: 15px;
padding-left: 4px;
overflow: hidden;
}
.demo span{
display:inline-block;
}
.AzFiyat,.CoFiyat{
background-image:url('_images/updown.png');
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 5px;
}
.CoFiyat{
color:red;
}
.AzFiyat{
color:green;
background-position: 0 -28px;
}
.FadeSol,.FadeSag{
background-image: url('_images/fade.png');
background-repeat: no-repeat;
position: absolute;
display: block;
height: 45px;
width: 120px;
}
.FadeSol {
margin-left: -10px;
}
.FadeSag {
right: 0px;
background-position: -93px 0px;
}
