@charset "UTF-8";

/*	clearfix
-------------------------------------------------------------*/
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*	font Style
-------------------------------------------------------------*/
.f_bold {font-weight: bold;}
.f_normal {font-weight: normal;}
.f_10 {font-size: 10px;}
.f_11 {font-size: 11px;}
.f_12 {font-size: 12px;}
.f_13 {font-size: 13px;}
.f_14 {font-size: 14px;}
.f_15 {font-size: 15px;}
.f_16 {font-size: 16px;}
.f_18 {font-size: 18px;}
.f_20 {font-size: 20px;}
.f_22 {font-size: 22px;}
.f_26 {font-size: 26px;}

/*	color
-------------------------------------------------------------*/
.f_red {color: #CE4547;}
.f_orange {color: #CC6500;}
.no_shadow { text-shadow: none;}

/*	text-align
-------------------------------------------------------------*/
.t_right {text-align: right;}
.t_left {text-align: left;}
.t_center {text-align: center;}

/*	vertical align
-------------------------------------------------------------*/
.v_top {vertical-align: top;}
.v_middle {vertical-align: middle;}
.v_bottom {vertical-align: bottom;}

/*	float
-------------------------------------------------------------*/
.fl_left {float: left;}
.fl_right {float: right;}

/*	display
-------------------------------------------------------------*/
.d_block {display: block;}
.d_inline {display: inline;}
.d_inlbl {display: inline-block;}

/* 	border
-------------------------------------*/
.border_full {border: 1px solid #E6E6E6;}
.border_top {border-top: 1px solid #E6E6E6;}
.border_bottom {border-bottom: 1px solid #E6E6E6;}

/*	preset padding & margin
-------------------------------------------------------------*/
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt40 {padding-top: 20px !important;}
.pt40 {padding-top: 20px !important;}
.pr05 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pb00 {padding-bottom: 0px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pl05 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}
.mr00 {margin-right: 0 !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr60 {margin-right: 60px !important;}
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml60 {margin-left: 60px !important;}
.ml85 {margin-left: 85px !important;}



/* Pager Start
------------------------------------------*/

#pagenation {
   position: relative;
   overflow: hidden;
}
#pagenation ul {
    position:relative;
    left:50%;
    float:left;
    list-style: none;
}
#pagenation li {
    position:relative;
    left:-50%;
    float:left;
}
#pagenation li a {
    border:1px solid #CECECE;
    margin: 0 3px;
    padding:3px 7px;
    display: block;
    text-decoration:none;
    color: #666;
    background: #fff;
}
#pagenation li.active a,
#pagenation li a:hover{
    border:solid 1px #666;
    color: #fff;
    background: #39f;
}



/* Pager End
------------------------------------------*/
