#livesearch_search_results {
	overflow: auto;
	height:300px;
	width:25%;
        margin:0px;
        padding:5px;
		padding-top:30px;
        position: absolute;
        top: 40px;
        left: -300px;
		background-color: white ;
    	border: 1px solid #7A7A7A;
    	border-radius: 5px 5px 5px 5px;
    	box-shadow: 0 0 10px #BBBBBB inset;
	    list-style-type: none;
        z-index: 99999;
        min-width: 560px;
		color:#F9A13A ;
        border-bottom: 1px solid #000;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
}

#livesearch_search_results .left {
	float: left;
	color: #616161;
	margin-left: 5px;
}

#livesearch_search_results li {
	width:100%;
	padding: 0;
	list-style: none;
	position: relative;
	color: #F9A13A;
	height: 100px;
}
#livesearch_search_results li+li {
	border-top: 1px solid #CCC;
	padding-top:10px;
}

#livesearch_search_results .price{
	width: 65px;
	height: 100%;
}

#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #616161;
		text-decoration: none;
		font-weight:600;
}
#livesearch_search_results a:hover {
	color: #036;
}
#livesearch_search_results li:hover {
		background-color: #D6D6D6;
}
#livesearch_search_results .highlighted {
        background-color: #D6D6D6;
		
}

#livesearch_search_results li #namesis{
		position:absolute;
		left:70px;
		top:25px;
}
.left{ float:left; color:#F9A13A ; margin-left:5px; }
.sag {float:right;}
.clear{ clear:both;}
.desc{ width: 60%; color:#504E4E; margin-top:20px; margin-left:10px; }
#fiyat{ 
    color: #FFFFFF;
	background-color:#F256B3;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 5px;
    position: absolute;
    top: 23px;
	border-radius:25px 1px 25px 1px;
    width: 50px; }
.buttonem {
-moz-transition: all 0.2s cubic-bezier(0, 2, 0.5, 2) 0s;
    background: url("images/button-addToCart.jpg") no-repeat scroll -4px top #DDDDDD;
    border: 1px solid #D1D1D1;
    color: #594941;
    cursor: pointer;
    font-size: 11px;
    line-height: 25px;
    padding: 0px 10px 0 35px;
	display: inline-block;
	margin-top:25px;
	margin-left:95px;

}

a.buttonem:hover {
    background: url("images/button-addToCart.jpg") no-repeat scroll -6px top #DDDDDD;
	color:#036;
}
span.span_price{ font-weight:600;}

img#shadow{
	border-radius:1px 30px 1px 30px;
	margin-left: 10px;
    margin-top: 8px;
	box-shadow:0 1px 5px;
}
#resim_bg{
   
}

.tirnak{
		display:block;
		width:22px;
		height:18px;
		background: url(images/arrow.gif) no-repeat;
		position:absolute;
		top:-18px;
		left:400px;
}
#kapat_ac{
		display:block;
		width:19px;
		height:19px;
		background: url(images/close.gif) no-repeat;
		position:absolute;
		top:10px;
		left:530px;
}

@media (max-width: 478px) {
	#livesearch_search_results {
		overflow: auto;
		height: 300px;
		width: 25%;
		margin: 0px;
		padding: 5px;
		padding-top: 30px;
		position: absolute;
		top: 40px;
		left: -50px;
		background-color: white;
		border: 1px solid #7A7A7A;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 0 0 10px #BBBBBB inset;
		list-style-type: none;
		z-index: 99999;
		min-width: 300px;
		color: #F9A13A;
		border-bottom: 1px solid #000;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	#livesearch_search_results li {
		width: 100%;
		padding: 0;
		list-style: none;
		position: relative;
		color: #F9A13A;
		height: 100px;
	}

	.desc {
		width: 45%;
		color: #504E4E;
		margin-top: 20px;
		margin-left: 10px;
		text-align: center;
	}

	.desc span{
		display: none;
	}

	#kapat_ac {
		display: block;
		width: 19px;
		height: 19px;
		background: url(images/close.gif) no-repeat;
		position: absolute;
		top: 10px;
		left: 270px;
	}

}
