@chaset "utf-8";
/* SETTING */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a , font, img, ol, ul, li {margin:0;padding:0;border:0;outline:0;vertical-align: baseline;background: transparent;}
*{margin:0;padding:0;}
input {margin: 0;padding: 0;}
body {background: #fff;font-size:13px;line-height:1.5;font: 14px/18px arial, tahoma, sans-serif;color: #333; }
ol, ul {list-style: none;}
a {color:#0096dc; text-decoration: none;}
a:hover {color:#0096dc;text-decoration: none;}
a:visited {text-decoration: none;}
.clear {clear:both;}
a img {border: none;}
.fw{width:100%;}
.fr{float:right;}
.fl{float:left;}
.rlt{position:relative;}
.bold{font-weight:bold;}
.blue{color:blue;}
.red{color:red;}
.yellow {color:#ffd500;}
.strong {font-weight: bold;}
.uppercase {text-transform: uppercase}
/* END SETTING */
.wrap {
   width: 1170px;
   margin: 0px auto;
}

.css_content {
   overflow: hidden;
   font: 400 14px sans-serif;
   padding: 0 0 10px;
   color: #333;
}
.css_content h1,.css_content h2,.css_content h3,.css_content h4,.css_content h5 {
   margin: 0.3em 0 0.3em;
   line-height: 1.5em;
}
.css_content h1 {
   font: 700 22px/26px sans-serif;
}
.css_content h2 {
   font: 700 15px/18px sans-serif;
}
.css_content h3 {
   font: 700 14px/16px sans-serif;
}
.css_content p {
   margin: 0 0 1em;
   line-height: 1.5em;
}
.css_content table {
   max-width: 100%;
   margin: 0 auto 10px;
   border-collapse: collapse;
}
.css_content table td {
   border: 1px solid #ccc;
   padding: 5px 2px;
}
.css_content ul, .css_content ul li {
   list-style-type: disc;
   margin-left: 10px;
   margin-bottom: 0.5em;
   margin-top: 0.5em;
}
.css_content ul li {
   list-style-type: disc;
   margin-left: 10px;
   margin-bottom: 0.5em;
}
.css_content ol {
   list-style: decimal;
   padding: 0 0 0 30px;
   margin: 0;
}
.css_content img {
   max-width: 100%;
   margin: 5px 0px 10px 0px;
}
.css_content blockquote {
   margin-left: 20px;
   font-style: italic;
}

.breadcrumb {
   width: 100%;
   height: 40px;
   margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.breadcrumb .crumb_item {
   display: block;
   height: 40px;
   line-height: 40px;
   padding: 0px 0px 0px 10px;
   float: left;
}
.breadcrumb .crumb_item:first-child {
   padding: 0px;
}
.breadcrumb .crumb_item .crumb {
   display: block;
   height: 40px;
   line-height: 40px;
   color: #222;
   font-size: 14px;
   float: left;
}
.breadcrumb .crumb_item .arrow {
   display: block;
   height: 40px;
   line-height: 40px;
   color: #222;
   float: left;
   margin-left: 10px;
}

.paging {
	width:100%; 
    height:24px;
   margin: 10px 0px;
}
.paging  a {
	width:22px; height:22px; line-height:22px;
	text-align:center; color:#222;
	display:block;
	float:left;
	margin-left:2px;
	border:1px solid #bebebe;
}
.pagingCount {
	width:78px !important;
}
.pagingDot {
	border:none !important;
}
.pgBold {
    font-weight: bold;
}
.products_pagebreak {
   float: right;
   margin-top: 10px;
}
.page_selected{
   background: #edf5fa;
   float:left;
   font-weight: bold;
   margin-left: 3px;
   color: #236fa3;
   padding:0 7px;
   border-radius:3px;
}
.page_normal{
   float: Left;
   background: #fff;
   width: 21px;
   height: 18px;
   text-align: center;
   line-height: 18px;
   margin-left: 3px;
   color:#236fa3 !important
}
.prevpage{
   float:left;
   color:#236fa3 !important
}
.nextpage{
   float:left;
   color:#236fa3 !important
}

.btn {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0px 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.btn:hover {
    color: #fff;
}
.btn-1 {
    background: #e44444;
}
.btn-2 {
    background: #ad2b2b;
}
.btn-3 {
    background: #0096dc;
}