.sortbtn {
	float:right;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	line-height: 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-left: 10px;
	padding: 7px 15px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
	border: 1px solid #c3c3c3;
	box-shadow: inset 0 1px 2px #fff;
	-webkit-box-shadow: inset 0 1px 2px #fff;
	-moz-box-shadow: inset 0 1px 2px #fff;
	color: #686868;
	text-shadow: none;
}
.sortbtn:hover {
	-webkit-transition: box-shadow 0.05s ease-in-out;
	-moz-transition: box-shadow 0.05s ease-in-out;
	transition: box-shadow 0.05s ease-in-out;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
	background: linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
 }
.sortbtn:active {
	background: #eee;
	color: #505050;
	border-color: #c0c0c0;
	box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff;
	-webkit-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff;
	-moz-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff;
	text-shadow: 0 -1px 1px #f1f1f1;
}
/* urun */
.urunler{
	float:left;
	margin:7px;
	background-color:#fff;
	cursor:pointer;
}
.urunler:hover{
}
.urunler-active{
	float:left;
	margin:7px;
	cursor:pointer;
	color:#08d;
}
.urunler-active .urunlertext{
	font-size:14px;
	margin-left:25px;
	text-align:center;
	color:#05f;
	font-weight:bold;
}
.urunler .urunlertext{
	margin-left:25px;
	text-align:center;
	color:#05a;
	font-weight:bold;
}
#innerwrapper{
	clear:both;
	width:880px;
	height:400px;
}
.urun-sector{
	clear:both;
	width:880px;
	height:0px;
	border-color: #c0c0c0;
	overflow:hidden;
}
/* urun */
/* urun search */
#urunsearchbox {
	float:right;
	width:215px;
	height:25px;
}
#urunsearchinput{
	float:left;
	width:200px;
}
#urunsearchbutton{
	float:left;
	width:16px;
	height:15px;
	margin:3px -23px;
	padding:2px;
	background-color:#fff;
	cursor:pointer;
}
#urunsearchbutton:hover{
	background-color:#aff;
}
/* urun search */
