


/* trying to phase out the "flatbutton" style and just have all buttons default to the same style */
input.submit, button, input[type=submit], input[type=button], input[type="file"] > input[type="button"]  { background-color: #E6E6E6; border: 1px solid #ccc; padding-top: 1px solid #fff; font-size: 1.2em; padding: 4px 8px 4px 8px; }
input.submit:hover, button:hover, input[type=submit]:hover, input[type="file"] > input[type="button"]:hover { background: #999; cursor:pointer; }

.flatbutton button,.flatbutton input[type=submit], input[type=button].flatbutton  { background-color: #E6E6E6; border: 1px solid #ccc; padding-top: 1px solid #fff; font-size: 1em; padding: 4px 8px 4px 8px; cursor:pointer;}
.flatbutton input[type=submit]:hover { background: #999; cursor:pointer;}


/* aşağıdaki satır ve stün listeleme butonları için*/


.list_nav_bottom {
	background:#F0F0F0 none repeat  0% 50%;
	border-top:1px solid #C9C9C9;
	height:28px;
	margin-bottom:15px;
	width: 100%; /*weird safari problem*/
}


a.txlist,
a.tlist {
	display:block;
	height: 21px;
	float:right;
	margin: 3px 3px 0 0;
	text-indent: -99999px;
	width: 21px;
}

a.txlist {
	background: url(bg_icon_list.gif) no-repeat top left;
	margin-right: 7px;
}
a.tlist {background: url(bg_icon_thumbnails.gif) no-repeat top left;}

a.txlist.on,
a.tlist.on,
a.txlist:hover,
a.tlist:hover {background-position:bottom left;}

div.list_opt_home {

	height:28px;
	line-height:18px;
	margin:0pt 6px 0pt 0pt;
	padding:0px 5px;
}




a.txlist2,
a.tlist2 {
	display:block;
	height: 21px;
	float:right;
	margin: 3px 3px 0 0;
	text-indent: -99999px;
	width: 21px;
}

a.txlist2 {
	background: url(bg_icon_list2.gif) no-repeat top left;
	margin-right: 7px;
}
a.tlist2 {background: url(bg_icon_thumbnails2.gif) no-repeat top left;}

a.txlist2.on,
a.tlist2.on,
a.txlist2:hover,
a.tlist2:hover {background-position:bottom left;}

.list_opt_home .na {
border-right:1px solid #CCCCCC;
	float:right;
	line-height:20px;
	margin:0pt 11px 0pt 0px;
	padding:0px 5px;

}

.list_nav_bottom .n {
	border-right:1px solid #CCCCCC;
	float:left;
	line-height:18px;
	margin:0pt 15px 0pt -6px;
	padding:5px 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom:10px;
	margin-bottom: 10px;
}

