/*
Theme Name: Mihandownload
Theme URI: http://nulleds.com
Author: Vahid
Author URI: http://nulleds.com/
Version: 1
*/

@font-face {
font-family: "bkoodak";
src: url("fonts/BKoodkBd.eot");
src: local("☺"), url("fonts/BKoodkBd.ttf") format("truetype");

}
/* reset */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
.more-link {display:none}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need "cellspacing="0"" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset CSS */

body {
	font:11px/1.6 tahoma,Arial,sans-serif;
	background:url("images/bg.png") center top repeat-x #FFF;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}


/* basics */


h1,h2,h3,h4,h5,h6 {
	font-family:'bkoodak', serif;
	clear: both;
	color: #E9EDF3;
	text-shadow:0px 1px 1px #ccc;
}

h3{
	font-size:15px;
}


img {border:none;}

a:link , a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover, a:active {
	color: #a3b6dd;
}


a, a:hover, a:visited, a:active, a:focus {
	border:none;
	outline:none;
}

.hidden {
	display:none;
}

.right{
	float:right;
}

.left{
	float:left
}


/*......................layout.....................*/
#wrapper{
	width:1000px;
	direction: rtl;
  margin: 5px auto 0 auto;
  padding: 0;
  position: relative;
}
header{
	overflow:hidden;
}
#top-nav{
	height:35px;
	background-color: #203a6f;
	background:-moz-linear-gradient(center bottom , #102C65 17%, #223C70 59%, #324A7B 80%) repeat 0 0 transparent;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#search{
	float:right;
	width:225px;
	position:relative;
	margin-top: 0px;
	background:url("images/search.png") no-repeat 5% 7px transparent;
}
#search form{
	float:right;
}
#search #s{
	height:15px;
	background-color:#bec6d5;
	border: 1px solid #30497F;
	margin:3px 5px 3px 0;
	font: 11px Tahoma,Arial,Helvetica,sans-serif;
	width:173px;
	padding:5px;
	color:#001F5B;

}
#search a{
	position:absolute;
	top:7px;
	left:10px;
	
}
#search span{
	display:none;
}
#favorite-box{
	float:right;
	width:500px;
	margin:2px 2px 0 0;
}
.favorite-parts{
	margin-top:5px;
	padding-right:20px;
	float:right;
	width:180px;
}
.favorite-link{	
	background:url("images/favorite.png") no-repeat top right transparent;
}
.homepage{
	background:url("images/homepage.png") no-repeat top right transparent;
}

#logo{
	font-size: 30px;
  height: 68px;
  position: relative;
  text-align: left;
}
#logo a{
	background: url("images/nourooz.jpg") no-repeat left top transparent;
  direction: ltr;
  display: block;
  height: 68px;
  left: 0;
  position: absolute;
  text-align: left;
  text-indent: -9999px;
  top: 5px;
	overflow:hidden;
  width: 460px;
}
#bot-nav,.nav{
	float:right;
  line-height: normal;
  margin: 8px 5px 0 0;
	display:inline;
  padding: 0;
	overflow:hidden;
}
#bot-nav li,.nav li {
  display: inline;
}

#bot-nav li a,.nav li a {
  background-color:#38518b;
  cursor: pointer;
  float: left;
  padding: 3px 10px;
	border-bottom:5px solid #1d3d81;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius:5px 5px 0 0;
	font: 14px arial;
	margin: 0 5px 0 0;
}
#bot-nav li a:hover,.nav li a:hover {
  background-color:#1d3d81;	
	border-bottom:5px solid #152e63;
	text-decoration:none;
}
#home a{
	background:url("images/home.png") no-repeat center center transparent;
	display:block;
	width:24px;
	text-indent:-99999px;
	overflow:hidden;
	direction:ltr;
	margin:0;
}
#middle-wrapper{
	background-color:#27447e;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius:10px 10px 0 0;
	overflow:hidden;
	clear:both;
	padding:4px 10px 0;
	height:1%
}
.top-ads{
	background-color:#33518F;
  margin-top: 5px;
  overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 0 2px;
}
.top-r-ads {
	float:right;
	margin:0 15px 0px 0;
	display:block;
	padding: 0;
}
.clearfix{
	clear:both
}
.post-ads{
	text-align:center;
	background-color:#E2E9F3;
	padding-top:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
#two-menu{
	float:right;
	width:710px;
}
#center-menu{
	float:left;
	width:530px;
}
.link-dump,.link-box{
	background-color:#33518f;
	border:1px solid #1d325d;
	margin:5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	overflow:hidden;
	-moz-box-shadow: 0 0 1px 1px #17284a;
	-webkit-box-shadow: 0 0 1px 2px#17284a;
	box-shadow: 0 0 1px 1px #17284a;
	padding: 5px 0;
	height:1%;
}
.link-dump .right-links,.link-dump .left-links,.link-dump .left-left-links{
	float: right;
  width: 165px;
	padding-right:10px;
	overflow:hidden;
	display:block;
}
.link-box .right-links,.link-box .left-links{
	float: right;
  width: 253px;
	padding-right:10px;
	overflow:hidden;
	display:block;
}
#link-box-meta{
	clear:both;
	overflow:hidden;
	float:right;
	text-align:right;
	margin:10px 10px 0 0;
}
#send-link,#link-box-code,#link-box-archive{
	float:left;
	background:#fff;
	margin-left:10px;
	border:1px solid #17284a;
	padding:3px;
}
#send-link a,#link-box-code a,#link-box-archive a{
	color:#3A508B;	
}
.right-links li,.left-links li,.left-left-links li{
	background: url("images/linkdump-arrow.png") no-repeat right 6px transparent!important;
	height:1%;
	line-height:1.6;
	padding:0 15px 0 0;
}
.post{
	background-color:#FFF;
	margin:5px 0;
	clear:both;
	-moz-box-shadow: 0 0 2px 2px #17284a;
	-webkit-box-shadow: 0 0 2px 2px#17284a;
	box-shadow: 0 0 2px 2px #17284a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	position:relative;
	height:1%;
	
}
.fixed{
	background-color:#e2e9f3;
}
.post a:link,.post a:visited,.fn a:link,.fn a:visited{
	color:#3A508B;
}
.author-info {
  color: #7F7F7F;
  display: block;
  font-size: 0.9em;
	padding: 0 10px 0 0;
}
.post h2,.post h1{
  padding: 10px 10px 0 0;
	font:bold 1.4em/1.6 Arial,sans-serif;
	color: #3A508B;
}
#center-menu .post h1 a{
	color:#3a508b;
	padding:10px 0 0 0;
	
}
#center-menu .post h1 a:hover{
	color:#556ba6;	
}
.article-content{
	padding:10px 10px;
}
.meta {
 height: 32px;
 background-color: #ebeef4;
 background: -moz-linear-gradient(100% 100% 90deg, #fff, #ebeef4);
 margin:0 0 5px 0;
 padding:10px 5px 0 5px;
 clear:both;
 font-size:10px;
}
#center-menu .meta a{
	color:#1e4b79;
}
.meta ul li {
  display: inline;
}
.meta .right-link{
	background: url("images/category-icon.png") no-repeat right 0 transparent;
	
}
.meta .category{
	margin:10px 23px 10px 0px;
}
#center-menu .comments a{
	padding:2px 8px;
	background-color:#5b7ba6;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	text-align:center;
	display:block;
	color:#FFF;
}
.hit{
	padding:2px 8px;
	background-color:#4a86d0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	text-align:center;
	color:#FFF;
	display:block!important;
	float:left;
	
}
.post-more-link {
  background: url("images/post-more-link.png") no-repeat right center #EBEEF4;
  margin-top: 10px;
  padding: 5px 20px 5px 0;
}
.post-more-link a{
	color: #3A508B!important;
	font-weight:bold;
}
.right-link{
	float:right;
	height:20px;
}
.left-link a{
	float: left;
}
.entry{
	text-align:justify;
}
/*right menu*/
#right-menu,#left-menu{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	background-color:#33518f;
	margin:5px 0 10px 10px;
	padding:5px 5px;
	-moz-box-shadow: 0 0 2px 2px #17284a;
	-webkit-box-shadow: 0 0 2px 2px#17284a;
	box-shadow: 0 0 2px 2px #17284a;
}
#right-menu h3,#left-menu h3{
	padding:2px 0;
	margin:0;
	background-color:#415e9a;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;

}
#right-menu ul li,#left-menu ul li {
  background: url("images/cat-arrow.png") no-repeat right 7px transparent!important;
  padding: 0 10px 0 0;
	height:1%;
}
.menu-ads,#statictics{
	margin-bottom:10px;
}
#right-menu{
	float:right;
	width:160px;
	margin:5px 0 10px 10px;
	color:#FFF;
}
#category-list ul li {
  background: url("images/arrow.png") no-repeat right 6px transparent;
	padding: 0 12px 0 0;
}
#category-list ul li ul {
  margin: 0;
}
#category-list ul li ul li {
  background: url("images/cat-arrow.png") no-repeat right 8px transparent;
  padding: 0 10px 0 0;
}
#category-list ul li ul li ul {
  margin-right: -10px;
}
#category-list ul li ul li ul li {
  background: url("images/cat-arrow.png") no-repeat right 8px transparent;
  padding: 0 10px 0 0;
}
#category-list ul h3{
	margin-top:20px;
}
.last-cat{
	margin-bottom:10px;
}
/*left menu*/
#left-menu{
	float:left;
	width:250px;
	margin:5px 10px 10px 0;
}
/*pages*/
#pages{
	width:510px;
	margin:0 auto 5px auto;
	clear:both;
	padding:10px;
	-moz-box-shadow: 0 0 2px 2px #17284a;
	-webkit-box-shadow: 0 0 2px 2px#17284a;
	box-shadow: 0 0 2px 2px #17284a;
	background-color: #FFF;
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #ebeef4);
	text-align: justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
#pages h3{
	color:#3A508B;
}
#pages a{
	color:#3A508B;
}
.wp-pagenavi{
	text-align:left;
}
/*footer*/
footer {
  overflow: hidden;
	clear:both;
	background-color:#27447E;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin-bottom:5px;
}
footer a:link{
  color:#34415e;
}
footer a:visited{
  color:#34415e;
}
footer h3{
	border-bottom:1px solid #d7dce7;
	color:#34415e;
	padding: 10px 0;
}
#footer-content{
	direction: rtl;
  margin: 5px auto 0;
  padding: 5px;
  position: relative;
  width: 990px;
	overflow:hidden;
	clear:both;
}
#f-links,#forum-posts,#tagcloud,#related-entries{
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #fff, #fff, #fff, #d6dbe7);
	background-color:#FFF;
	padding:10px;
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 2px 2px #17284a;
	-webkit-box-shadow: 0 0 2px 2px#17284a;
	box-shadow: 0 0 2px 2px #17284a;
}
#f-links,#forum-posts,#related-entries{
	width:250px;
}
#f-links h3,#forum-posts h3{
	background: url("images/links.png") no-repeat 3% 8px transparent;
}
#related-entries h3{
	background: url("images/related-entries.png") no-repeat 3% 8px transparent;
}
#f-links li,#related-entries li{
	float:right;
	width:125px;
	
	}
#tagcloud{
	width:695px;
	margin-right:5px;
}
#tagcloud h3{
	background: url("images/tagcloud.png") no-repeat 2% 8px transparent;
}
#tagcloud ul li {
  display: inline;
  font-family: Arial,Helvetica,sans-serif
}
#tagcloud li a {
  background-image: none;
  display: block;
  float: right;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
#tagcloud li a:hover {
	color:#34415E;
}
.rank-1 a {
  font-size: 2em;
  padding: 2px 5px;
}
.rank-2 a {
  font-size: 1.8em;
  padding: 2px 5px;
}
.rank-3 a {
  font-size: 1.6em;
  padding: 2px 5px;
}
.rank-4 a {
  font-size: 1.4em;
  padding: 3px 5px;
}
.rank-5 a {
  font-size: 1.3em;
  padding: 3px 5px;
}
.rank-6 a {
  font-size: 1em;
  padding: 3px 5px;
}
#footer-bot{
	clear:both;
	overflow:hidden;
}
#copyright{
	float: right;
  margin: 10px 0 0;
  width: 300px;
	color:#FFF;
}
#wedesign a {
  background: url("images/nu-logo.png") no-repeat 2% top transparent;
  float: left;
  height: 28px;
  margin: 5px 0 0;
  text-align: left;
  text-indent: -9999px;
  width: 135px;
	direction:ltr;
}
/*single Page */
.post h3{
	color:#3A508B;
}
#similar,#download-links,.entry-tags{
	border:2px solid #2f4d8a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	padding:5px;
	background: url("images/related-bg.png") no-repeat left center #e3e9f7;
}
#similar ol,#similar li,#download-links li {
  list-style-position: outside;
}
#similar li {
  color: #3A508B;
}
#similar li a {
  display: block;
}
#download-links{
	border:2px solid #ffc000;
	margin-top:5px;
	background: url("images/download-bg.png") no-repeat left center #fcfde5;
}
#download-links li {
   color: #3A508B;
    height: 16px;
}
#download-links .download{
	background: url("images/download-arrow.png") no-repeat right 3px transparent;
	padding: 3px 20px 3px 0;;
}
#download-links .size{
	background: url("images/size-arrow.png") no-repeat right 3px transparent;
	padding: 3px 20px 3px 0;;
}
#download-links .password{
	background: url("images/password-arrow.png") no-repeat right 3px transparent;
	padding: 3px 20px 3px 0;

}
#download-links .source{
	background: url("images/source-arrow.png") no-repeat right 3px transparent;
	padding: 3px 20px 3px 0;;
}
.entry-tags{
	border:2px solid #338d35;
	margin-top:5px;
	background: url("images/tags-bg.png") no-repeat left center #e5fde6;
}
#comments {
  margin: 5px 0;
}
.commentmetadata cite {
  margin: 0 5px 0 0;
}
.reply {
  float: left;
  width: 80px;
}
.commentlist .reply a {
  border-left:1px solid #E3E3E0; border-right:1px solid #E3E3E0; border-top:1px solid #E3E3E0; border-bottom:medium none -moz-use-text-color; -moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
  background-color: #38518B;
  color: #FFF;
  display: block;
  line-height: 1.4;
  text-align: center;
  width: 5em; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:4px
}
.commentlist .reply a:hover {
  background-color: #38518B;
  color: #FFFFFF;
  text-shadow: 0 0 2px #000;
}
.commentlist .comment-meta {
}
.metadata a {
	color:#3A508B;
}
.commentlist .commentmetadata {
  margin: 0 0 10px;
	
}
.commentlist .commentmetadata a {
	color:#3A508B;
}
.commentlist .comment {
  -moz-box-shadow: 0 0 2px 2px #17284A;
  background-color: #FFF;
  border: 1px solid #E3E3E0;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 10px 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.commentlist .entry-author-comment{
	background-color:#E3E9F7;
}
.commentlist .children {
  padding-right: 35px;
}
.commentlist .bypostauthor {
  background: #FFFFC9;
}
.commentlist .comment-author-admin {
  background-color: #BEC6D5;
}
.comment-notes {
  margin: 10px 0 30px;
  padding: 10px;
  width: 500px;
}
#commentform p,#comments-form p {
  margin-bottom: 0.4em;
}
#commentform p label,#comments-form p label {
  margin-right: 5px;
	color:#FFF;
}
.required {
  color: red;
}
#respond #comment-author,#respond #comment-email, #comment-url, #comment-text,#author, #email, #url, #comment {
  -moz-box-shadow: 0 0 2px 2px #17284A;
  background: #FFF;
  border-color: #E3E3E0 #E3E3E0 #FBFBFB;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 4px;
  width: 210px;
	font-family:Tahoma, Geneva, sans-serif;
}
#comment-text,#comment {
  font-size: 1em;
  line-height: 1.5;
  width: 350px;
}
.avatar{
	padding:0 5px;
}
#respond #comment-author:focus, #respond #comment-email:focus, #comment-url:focus, #comment-text:focus,#author:focus, #email:focus, #url:focus, #comment:focus {
  background-color: #BEC6D5
}
#comments input #submit {
  -moz-box-shadow: 0 1px 2px #000000;
  background-color:#38518B;
  border: medium none;
  color: #FFFFFF;
  margin-top: 10px;
  padding: 5px 0;
  width: 60px;
}
#comments-open-footer #comment-submit{
	font: bold 15px Arial,Helvetica,sans-serif;
}
.form-submit #submit{
	font: bold 15px Arial,Helvetica,sans-serif;
}
.page-title{
	background-color: #A6BCDA;
	padding:10px;
	margin-top:3px;
	color:#3A508B;
	font-weight:bold;
}
.content-nav {
	overflow:hidden;
	padding:10px 0;
}
.content-nav ul {
  margin: 0 80px;
}
.content-nav li {
  display: inline;
}
.content-nav li a {
  background-color: #6785AD;
  -moz-box-shadow: 0 0 2px 2px #17284A;
  display: block;
  float: right;
  font-size: 0.8em;
  margin: 0 0 0 5px;
  padding: 4px 6px;
}
.linkbox-content{
	padding:0 10px 10px;
	overflow:hidden;
}
.linkbox-label{
	color: #000;
  display: block;
  margin: 5px 0;
}
#linkbox-email,#linkbox-password,#linkbox-security-code,#linkbox-repeat-password,#linkbox-website,#link-title,#link-description,#link-target,#comment-author,#comment-email,#ccomment-text {
  -moz-box-shadow: 0 0 2px 2px #17284A;
  background: #BEC6D5;
  border-color: #E3E3E0 #E3E3E0 #FBFBFB;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 4px;
  width: 210px;
	font:12px Tahoma, Geneva, sans-serif;
}
#link-description{
	width:300px!important;
}
#linkbox-email:focus, #linkbox-password:focus,#linkbox-security-code:focus,#linkbox-repeat-password:focus,#linkbox-website:focus,#link-title:focus,#link-description:focus,#link-target:focus {
  background-color: #e7eefa
}
.register{
	margin-top:5px;
}
#register #submit,#login #submit{
	margin-top:10px;
}
#linkbox-manage{
	width:500px;
	margin:20px auto 70px;
}
#manage-links,#add-links,#linkbox-profile,#linkbox-logout{
	float:right;
	width:120px;
}
#manage-links a{
	background: url("images/manage-links.png") no-repeat right top transparent;
	padding:5px 20px;
}
#add-links a{
	background: url("images/add-links.png") no-repeat right top transparent;
	padding:5px 20px;
}
#linkbox-profile a{
	background: url("images/linkbox-profile.png") no-repeat right top transparent;
	padding:5px 20px;
}
#linkbox-logout a{
	background: url("images/linkbox-logout.png") no-repeat right top transparent;
	padding:5px 20px;
}
.manage-links{
	overflow:hidden;
	background:#FFF;
}
.manage-links .link-title{
	background: url("images/blue-arrow.png") no-repeat right 0px #FFF;	
	height:20px;
	float:right;
	clear:both;
	width:282px;
}
.link-title a{
	padding:10px 17px;	
}
.link-edit,.pending,.accepted,.link-status,.link-author{
	float:right;
	width:70px;
}
.link-edit a,.link-delete a,.link-status a{
	padding-right:20px;
}
.link-edit{
	background: url("images/link-edit.png") no-repeat right 0px #FFF;
}
.link-delete{
	background: url("images/link-delete.png") no-repeat right 0px #FFF;
	float:right;
	width:60px;
}
.link-status{
	background: url("images/link-status.png") no-repeat right 0px #FFF;
}
.pending{
	background: url("images/pending.png") no-repeat right 0px #FFF;
	padding-right:18px;
}
.accepted{
	background: url("images/accepted.png") no-repeat right 0px #FFF;
	padding-right:18px;
}
.link-author{
	background: url("images/link-author.png") no-repeat right 0px #FFF;
	padding-right:18px;
}
#edit-link select,#add-link select{
	-moz-box-shadow: 0 0 2px 2px #17284A;
  background: none repeat 0 0 #BEC6D5;
  border-color: #E3E3E0 #E3E3E0 #FBFBFB;
  border-style: solid;
  border-width: 1px;
	margin: 10px 0 5px;
}
#secure-img{
	margin:5px 0;
}
#error{
	background: url("images/link-delete.png") no-repeat 99% 0px #FFF;
	padding-right:25px;
}
#success{
	background: url("images/success.png") no-repeat 99% 0px #FFF;
	padding-right:25px;
}
#links-pages{
	clear:both;
	overflow:hidden;
	padding-bottom:5px;
}
#prev-links,#next-links{
	
}
#prev-links,#prev-disable{
	float:right;
	width:265px;
	text-align:left;
}
#next-links,#next-disable{
	width:265px;
	float:right;
}
#prev-links a,#next-links a,#prev-disable span,#next-disable span{
	font-size:0;
	display: block;
  height: 24px;
}
#next-links a{
	background: url("images/next.png") no-repeat right 0px #FFF;
}
#prev-links a{
	background: url("images/prev.png") no-repeat left 0px #FFF;
}
#next-disable span{
	background: url("images/next-disable.png") no-repeat right 0px #FFF;
}
#prev-disable span{
	background: url("images/prev-disable.png") no-repeat left 0px #FFF;
}
.return{
	position:absolute;
	top:10px;
	left:0px;
	background: url("images/return.png") no-repeat right 0px #FFF;
	width:50px;
	padding-right:15px;
}
#search-pages{
	text-align:center;
}
#search-pages a {
    -moz-box-shadow: 0 0 2px 2px #17284A;
    background-color: #6785AD;
    font-size: 0.8em;
    margin: 0 0 0 10px;
    padding: 4px 6px;
}
