@charset "UTF-8";
/* CSS Document */


#pages{
	padding: 10px 0 0 0;
	height: 20px;
	margin: 0 0 0 20px;
	background:url(../images/2010/feat_info_head.png) no-repeat;
	width: 620px;
	padding: 10px 0 0 0px;
	clear:both;
	text-align:center;
}

.this-page{
	margin: 2px;
	padding: 1px 5px 1px 5px;
	background: url(../images/2010/button_bg.gif) repeat-x bottom;
	border-left: #ccc solid 1px;
	border-top: #ccc solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	box-shadow: 0px 0px 4px #bc4e00;  
	-moz-box-shadow: 0px 0px 4px #bc4e00;  
	-webkit-box-shadow: 0px 0px 4px #bc4e00;
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	color: #bc4e00;
}
#pages a{
	margin: 2px;
	padding: 1px 5px 1px 5px;
	background: url(../images/2010/button_bg.gif) repeat-x bottom;
	border-left: #ccc solid 1px;
	border-top: #ccc solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	box-shadow: 0px 0px 4px #999;  
	-moz-box-shadow: 0px 0px 4px #999;  
	-webkit-box-shadow: 0px 0px 4px #999;
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	color: #999;
}
