html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*pagination*/
.pages{float:left;width:100%;height:24px;margin:10px 0;}
.pageno{float:left;min-width:16px;height:16px;margin:0 5px;padding:4px;text-align:center;border:1px solid #5C5C5C;}
.pageno a{font:700 14px/16px Arial;color:#5C5C5C;}
.pageno:hover, .pageno:hover a {background:#5C5C5C;color:#fff;}
.searchs{float:left;font-family:Arial;font-size:12px;line-height:14px;width:600px;}
.searchs .item{margin:5px;border-bottom:1px dotted #000;}
.searchs .title a{font-size:14px;line-height:14px;margin:0;color:blue;font-weight:bold;text-decoration: none;}
.searchs .title a:hover {color:red;}
.searchs .text{color:#000000;}
.searchs .link{color:#009900;font-style:italic}
.urun_box:hover{
border: 3px solid #ef3511;
}
ul#langs {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 20px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#langs li {width:100px;overflow:hidden;}
ul#langs li img {float:right;margin:0 5px 0 0;padding:0;}
ul#langs li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 34px;
    font:700 12px/34px Arial;  
    text-decoration:none;
    color:#000;	
	text-align:center;
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#langs li a:hover{
    background-color:#000;
	opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	color:#fff;
}