@charset "utf-8";
/* CSS Document */



.ul_horizontal{
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
	display:table;
}
.ul_horizontal li{
	display: table-cell;
	padding:0;
	margin:0;
	vertical-align:middle;
}


.ul_vertical{
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
	display:table;
}
.ul_vertical li{
	display:block;
	padding:0;
	margin:0;
	vertical-align:middle;
}



.menu{

}
.menu li{
	height:20px;
	text-align:center;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.menu li:last-child{
}

.menu li:hover {
}



.menu li a{
	color:#5a5a5b;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:5px 20px;
	text-align:center;
	backg round:#CCC;
}
.menu li a:hover{
	color:#29A9E1;
}
/*  end .menu */





/* paging */
/

.paging{}
.paging a:first-child,.paging a:last-child{color:#c1272d; font-size:13px; padding-top:4px;}
.paging a{
		display:block;
		float:left;
		padding:6px 10px;
		margin-right:3px;
		border:1px solid #e0dddd;
		color:#333333;
		text-decoration:none;
		font-size:11px;
		font-weight:bold;


	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(15%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 15%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 15%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	




	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;


}
.paging a.active, .paging a:hover{
	background: #c1272d; /* Old browsers */
	background: -moz-linear-gradient(top,  #c1272d 0%, #a21a1f 11%, #c1272d 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1272d), color-stop(11%,#a21a1f), color-stop(27%,#c1272d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c1272d 0%,#a21a1f 11%,#c1272d 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c1272d 0%,#a21a1f 11%,#c1272d 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c1272d 0%,#a21a1f 11%,#c1272d 27%); /* IE10+ */
	background: linear-gradient(to bottom,  #c1272d 0%,#a21a1f 11%,#c1272d 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='#c1272d',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
/* paging *




