* {margin:0; padding:0;}

header, nav, article, section, footer, figure, aside {
display:block;
}

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, tfoot, thead {margin:0px; padding:0px; border:0px; background:transparent;}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
ol, ul {list-style:none;}
blockquote {quotes:none;}
blockquote:before, blockquote:after {content: ''; content:none;}
a {text-decoration:none; color:inherit; outline:none; transition:0.5s ease; -o-transition:0.5s ease; -webkit-transition:0.5s ease;}
a:hover {color:#000000;}

.floatleft {float:left; margin-right:10px; margin-bottom:10px;}
.floatleft2 {float:left;}
.floatright {float:right;}
.center {text-align:center;}
.bold {font-weight:bold;}
.clear {clear:both;}
.uppercase {text-transform:uppercase;}
.red {color:#D33016 !important;}

@font-face {
	font-family: 'TitilliumText22L-Thin';
	font-style: normal;
	font-weight: normal;
	src: local('TitilliumText22L-Thin'), url('../fonts/TitilliumText22L001.woff') format('woff');
}
@font-face {
	font-family: 'TitilliumText22L-Light';
	font-style: normal;
	font-weight: normal;
	src: local('TitilliumText22L-Light'), url('../fonts/TitilliumText22L002.woff') format('woff');
}
@font-face {
	font-family: 'TitilliumText22L-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('TitilliumText22L-Regular'), url('../fonts/TitilliumText22L003.woff') format('woff');
}
@font-face {
	font-family: 'TitilliumText22L-Medium';
	font-style: normal;
	font-weight: normal;
	src: local('TitilliumText22L-Medium'), url('../fonts/TitilliumText22L004.woff') format('woff');
}
@font-face {
	font-family: 'TitilliumText22L-Bold';
	font-style: normal;
	font-weight: normal;
	src: local('TitilliumText22L-Bold'), url('../fonts/TitilliumText22L005.woff') format('woff');
}
@font-face {
	font-family: 'TitilliumText22L-XBold';
	font-style: normal;
	font-weight: normal;
	src: local('TitilliumText22L-XBold'), url('../fonts/TitilliumText22L006.woff') format('woff');
}

body {
	font-family: "Open Sans";
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#333333;
	background-size:auto;
	background-color:#FFFFFF;
}
html {
	position:relative;
	min-height:100%;
}
table{
	width:100%;
	border-collapse:collapse;
}
tr:nth-of-type(odd) { 
	background-color:#FFFFFF; 
}
tr:nth-of-type(even) { 
	background-color:#F7F7F7; 
}
th { 
	background-color:#F7F7F7; 
	color:#5B6268; 
	font-weight:normal; 
	font-size:13px;
	padding:10px 6px 10px 6px;
}
td, th { 
	padding:15px;
	text-align:left;
	font-size:14px;
}
#container {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#container2 {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#container .container-part1 {
	width:21%;
	float:left;
	margin-top:25px;
	margin-right:25px;
	border:#E1E1E1 1px solid;
	padding:30px 25px 30px 25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#container .container-part1 h2 {
	text-align:center;
	font-size:15px;
	font-weight:600;
	position:relative;
}
#container .container-part1 h2:before {
	content: '';
	border-top:#E1E1E1 1px solid;
	width:22%;
	position:absolute;
	top:9px;
	left:0px;
	display:inline-block;
}
#container .container-part1 h2:after {
	content: '';
	border-top:#E1E1E1 1px solid;
	width:22%;
	position:absolute;
	top:9px;
	right:0px;
	display:inline-block;
}
#container .container-part1 .search {
	margin:25px 0px 40px 0px;
	position:relative;
}
#container .container-part1 input[type="text"] {
	width:90%;
	padding:10px 10px 10px 10px;
	border:#CFCFCF 1px solid;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	font-size:13px;
	outline:0;
}
#container .container-part1 input[type="submit"] {
	width:27px;
	height:27px;
	background:url(../images/search.png) no-repeat;
	border:0px;
	position:absolute;
	top:7px;
	right:11px;
}
#container .container-part2 {
	width:71%;
	float:left;
	margin-top:40px;
}
#container .container-part2 .products {
	width:32%;
	height:240px;
	float:left;
	text-align:center;
	border:#E1E1E1 1px solid;
}
#container .container-part2 .products a {
	padding:30px 30px 0px 30px;
	display:block;
}
#container .container-part2 .products img {
	width:100%;
}
#container .container-part2 .products h2 {
	color:#484848;
	margin-bottom:7px;
}
#container .container-part2 .products h3 {
	height:40px;
	font-size:12px;
	color:#B2B2B2;
}
/* Other Page Box */
#container .container-part1-1 {
	width:28%;
	float:left;
}
#container .container-part1-1 .cat-box {
	margin:0px 25px 15px 0px;
	border:#E1E1E1 1px solid;
	padding:30px 25px 30px 25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#container .container-part1-1 .cat-box h2 {
	font-size:14px;
	font-weight:bold;
	color:#D33016;
	margin-bottom:7px;
}
#container .container-part1-1 .cat-box h2:before {
	content: '';
	background:url(../images/down.png) left no-repeat;
	width:14px;
	height:9px;
	display:inline-block;
	margin-right:10px;
}
#container .container-part1-1 .cat-box .cat-box-checkbox {
	margin:5px 0px 22px 24px;
	overflow:hidden;
}
#container .container-part1-1 .cat-box .cat-box-checkbox:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
#container .container-part1-1 .cat-box .cat-box-checkbox .cat-box-checkbox-area {
	margin-top:5px;
}
#container .container-part1-1 .cat-box .cat-box-checkbox .cat-box-checkbox-area input[type="checkbox"] {
	margin:2px 5px 0px 0px;
	float:left;
}

#container .container-part1-1 .cat-box ul.categories-menu {
	list-style:none;
	margin-left:24px;
}
#container .container-part1-1 .cat-box ul.categories-menu li {

}
#container .container-part1-1 .cat-box ul.categories-menu li a {
	font-size:13px;
	color:#C2C2C2;
	padding:5px 0px 5px 0px;
	display:block;
	cursor:pointer;
}
#container .container-part1-1 .cat-box ul.categories-menu li a:hover {
	color:#000000;
}
header {
	width:100%;
	margin:0px;
	padding:0px;
}
header .header-full {
	width:100%;
	position:absolute;
	top:30px;
	z-index:99;
	background:url(../images/headerbg.png) center repeat;
}
header .header-content {
	margin:0px;
	padding:0px;
}
header .header-content .header-content-part1 {
	/*width:314px;
	height:149px;
	background:url(../images/logobg.png) no-repeat;*/
	float:left;
	/*text-align:center;
	position:absolute;
	top:-15px;
	z-index:99;*/
}
header .header-content .header-content-part1-1 {
	width:auto;
	height:auto;
	background:none;
	float:left;
	margin-top:10px;
}
header .header-content .header-content-part1 img {
	margin-top:10px;
}
header .header-content .header-content-part2 {
	float:right;
}
header .header-content .header-content-part2 .language {
	position:absolute;
	top:-33px;
	right:0px;
	margin-top:10px;
}
.slider {
	width:100%;
	overflow:hidden;
}
.slider-shadow {
	width:100%;
	height:90px;
	background:url(../images/slider_shadow.png) center no-repeat;
	margin-top:-50px;
}
.slider-container {
	background: #171717;
	height: 500px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}

.slider-container .tparrows {
	border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
	display: none;
}

.slider-container .top-label {
	white-space:normal;
	font-family: 'TitilliumText22L-Regular';
	font-size:47px;
	color:#D33016 !important;
	border-color:rgba(255, 214, 88, 1.00);
	font-weight:normal;
}
.slider-container .main-label {
	white-space:normal;
	font-family: 'TitilliumText22L-Light';
	font-size:21px;
	color:#000000 !important;
	border-color:rgba(255, 214, 88, 1.00);
	font-weight:normal; line-height:25px;
	text-align:center;
}

.slider-container .featured-label {
	color: #FFF;
	font-size: 52px;
	line-height: 52px;
	font-weight: 800;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}

.slider-container .blackboard-text {
	color: #BAB9BE;
	font-size: 46px;
	line-height: 46px;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}

.slider-container .btn-slider-action {
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	padding: 20px 25px;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
	color: #333;
}

.slider-container .tp-caption-dark a {
	color: #333;
}

.slider-container .tp-caption-dark a:hover {
	color: #333;
}

.slider-container .tp-caption-overlay {
	background: #000;
	padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

.slider-container .tp-opacity-overlay {
	background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
	background-color: transparent;
}

.slider-container.light {
	background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
	color: #333;
}

.slider-container.light .tp-caption a {
	color: #333;
}

.slider-container.light .tp-caption a:hover {
	color: #333;
}
aside {
	width:100%;
	margin-bottom:35px;
	overflow:hidden;
}

/* Footer Top */
footer {
	width:100%;
}
footer .footer-top {
	margin:0px;
	padding:20px 0px 20px 0px;
	background-color:#E9501C;
	overflow:hidden;
}
footer .footer-top .footer-top-col {
	width:25%;
	float:left;
}
footer .footer-top .footer-top-col h2 {
	color:#FFFFFF;
}
footer .footer-top .footer-top-col2 {
	width:14%;
	float:left;
	margin:58px 0px 0px 79px;
	text-align:center;
}
footer .footer-top .footer-logo {
	width:200px;
	height:100px;
	background:url(../images/footer_logo.png) no-repeat;
	margin-top:20px;
}
footer .footer-top .footer-contact {
	margin:0px;
	padding:0px;
}
footer .footer-top .footer-contact ul {
	list-style:none;
}
footer .footer-top .footer-contact ul li {
	color:#FFFFFF;
	font-size:13px;
	margin-bottom:10px;
	display:flex;
}
footer .footer-top .footer-contact ul li a {
	color:#FFFFFF;
	display:block;
}
footer .footer-top .footer-contact ul li a:hover {
	color:#FFFFFF;
}
footer .footer-top .footer-contact ul li.address:before {
	content:'';
	width:30px;
	height:19px;
	background:url(../images/address.png) no-repeat;
	white-space:pre;
	display:inline-block;
}
footer .footer-top .footer-contact ul li.telephone:before {
	content:'';
	width:30px;
	height:16px;
	background:url(../images/telephone.png) no-repeat;
	white-space:pre;
	display:inline-block;
}
footer .footer-top .footer-contact ul li.email:before {
	content:'';
	width:30px;
	height:16px;
	background:url(../images/email.png) no-repeat;
	white-space:pre;
	display:inline-block;
}
footer .footer-top .ebulletin {
	margin-left:30px;
}
footer .footer-top .ebulletin input[type="text"] {
	width:100%;
	margin:0px 0px 5px 0px;
	padding:8px 7px 8px 7px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#969494;
	border:0px;
	outline:0;
}
footer .footer-top .ebulletin input[type="submit"] {
	border:0px;
	background-color:#71B6D5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:8px 20px 7px 20px;
	color:#FFFFFF;
	font-weight:bold;
}
footer .footer-top .ebulletin #response {
	margin:7px 0px 7px 0px;
}
/* Footer Top */

/* Copyright */
footer .footer-content {
	padding:11px 0px 10px 0px;
	background-color:#3E3E3E;
	overflow:hidden;
	clear:both;
}
footer .footer-content .footer-content-col {
	width:47.5%;
	float:left;
	margin-right:50px;
}
footer .footer-content .footer-content-col:last-child {
	margin-right:0px;
}
footer .footer-content .copyright {
	font-size:12px;
	color:#FFFFFF;
}
footer .footer-content .footer-content-col ul {
	list-style:none;
}
footer .footer-content .footer-content-col ul li {
	float:right;
	font-size:12px;
	color:#FFFFFF;
	margin-left:10px;
}
footer .footer-content .footer-content-col ul li a {
	color:#FFFFFF;
	cursor:pointer;
}
footer .footer-content .footer-content-col ul li a:hover {
	text-decoration:underline;
}
footer .footer-content .footer-content-col ul li:last-child {
	margin-right:0px;
}
footer .footer-content .footer-content-col ul li:before {
	content: "|";
	white-space:pre;
	margin-right:10px;
}
footer .footer-content .footer-content-col ul li:last-child:before {
	content: "";
	margin-right:0px;
}
/* Copyright */

/* Breadchumbs */
.breadchumbs {
	width:100%;
	background:url(../images/breadchumbs_bg.jpg) center no-repeat;
	padding:11px 0px 8px 0px;
	overflow:hidden;
}
.breadchumbs .breadchumbs-part1 {
	/*width:115px;
	height:58px;
	float:left;
	margin-right:20px;
	background:url(../images/breadchumbs_logo.png) no-repeat;*/
}
.breadchumbs .breadchumbs-part2 {
	width:800px;
	float:left;
	padding:10px 0px 10px 0px;
	font-size:15px;
	font-weight:bold;
}
/* Breadchumbs */

/* Content Page */
.content-page {
	padding:2px 0px 0px 0px;
	overflow:hidden;
}
.content-page h2 {
	color:#E0431A;
	margin-bottom:15px;
	font-size:22px;
}
.content-page img {
	width:100%;
	margin-top:49px;
}
.content-page p {
	color:#999999;
	font-size:13px;
	line-height:21px;
	margin-top:15px;
}
/* Content Page */

/* Contact Page */
.contact {
	margin:20px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
	clear:both;
}
.contact .contact-part1 {
	width:48%;
	float:left;
	margin-right:50px;
}
.contact .contact-part2 {
	width:47%;
	float:left;
	line-height:20px;
	padding-top:22px;
	font-size:14px;
	line-height:25px;
}
.contact .contact-part2 a {
	color:#E0431A;
}
.contact .contact-part2 a:hover {
	color:#E0431A;
	text-decoration:underline;
}
.contact .contact-part2 h3 {
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:19px;
	font-weight:bold;
	border-bottom:#E0E0E0 1px solid;
}
.contact .contact-form {
	margin:0px;
	padding:0px;
}
.contact .contact-form label {
	display:block;
	font-weight:bold;
	margin-bottom:7px;
}
.contact .contact-form div {
	margin-bottom:10px;
}
.contact .contact-form input, textarea {
	width:100%;
	padding:8px 2%;
	-webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
	border:1px solid #D2D2D2;
	outline:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all.4s;
	-moz-transition:all.4s;
	-ms-transition:all.4s;
	-o-transition:all.4s;
	transition:all.4s;
}
.contact .contact-form input[type="submit"] {
	width:20%;
	background-color:#E9501C;
	color:#FFFFFF;
	font-size:14px;
	margin-top:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.map {
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}
.map iframe {
	width:100%;
}
.error {
	color:#A94442;
	background-color:#F2DEDE;
	border-color:#EBCCD1;
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px;
	font-size:15px;
}
.success {
	color:#3C763D;
	background-color:#DFF0D8;
	border-color:#D6E9C6;
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px;
	font-size:15px;
}
.required {
	border:1px solid #DD3A04 !important;
	color:#EB8723 !important;
}
.satir span {
	color:#DD3A04;
	padding-bottom:10px;
	display:block;
}
/* Contact Page */

/* Products */
.products {
	margin:0px;
	padding:0px;
}
.products .products-part1 {
	width:250px;
	float:left;
	margin-right:50px;
}
.products .products-part2 {
	width:700px;
	float:left;
}
.products .products-part3 {
	
}
.products .products-part2 .products-box {
	border:#E0E0E0 1px solid;
	padding:20px 10px 20px 10px;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}
.products .products-part2 .products-box:hover {
	border:#E30613 1px solid;
}
.products .products-part2 .products-box .products-box-col-1 {
	width:30%;
	padding-right:20px;
	margin-right:20px;
	float:left;
	border-right:#E0E0E0 1px solid;
}
.products .products-part2 .products-box .products-box-col-1 h2 {
	font-size:16px;
	text-align:center;
	margin-bottom:5px;
}
.products .products-part2 .products-box .products-box-col-1 h3 {
	font-size:12px;
	text-align:center;
}
.products .products-part2 .products-box .products-box-col-2 {
	width:38%;
	padding-right:20px;
	padding-bottom:58px;
	margin-right:20px;
	float:left;
	border-right:#E0E0E0 1px solid;
}
.products .products-part2 .products-box .products-box-col-3 {
	float:left;
	margin-top:47px;
}
.button {
	margin-bottom:5px;
}
.button a {
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	padding:5px 10px 5px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#E30613;
}
.button a:hover {
	color:#FFFFFF;
	background-color:#000000;
}
.product-detail {
	margin:0px;
	padding:0px;
	overflow:hidden;
	clear:both;
}
.product-detail .product-detail-part1 {
	width:184px;
	float:left;
	margin-right:35px;
	position:relative;
	padding:40px 20px 35px 20px;
	border:#E1E1E1 1px solid;
	text-align:center;
}
.product-detail .product-detail-part1 img {
	width:100%;
}
.product-detail .product-detail-part2 {
	width:450px;
	float:left;
}
.product-detail .product-detail-part2 h2 {
	color:#484848;
	font-size:24px;
	margin:7px 0px 10px 0px;
}
.product-detail .product-detail-part2 h3 {
	color:#B2B2B2;
	font-size:13px;
	padding-bottom:30px;
	border-bottom:#E1E1E1 1px solid;
}
.product-share {
	float:right;
}
/* Products */

/* Zoom */
.zoom-thumb {
	width:105px;
	float:left;
}
.zoom-thumb img {
	margin-bottom:10px;
}
.zoom-thumb  a:last-child img {
	margin-bottom:0px;
}
.thumbnails {
	overflow: hidden;
	margin: 0px;
	padding: 0;
}
.thumbnails li {
	display: inline-block;
	margin: 0px 0px 24px 0px;
}
.thumbnails li:last-child {
	margin:0px;
}
.thumbnails img {
	display: block;
	width: 88.5px;
}
.toggle {
	display: block;
	margin: 10px auto 1.5em;
}

.easyzoom {
	position: relative;
	display: inline-block;
	float:right;
	*display: inline;
	*zoom: 1;
}
.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
#gallery_01 img {
	width:32%;
}
#gallery_01 .active img {
	border:2px solid #333 !important;
}
/* Zoom */

/* Filter Selection */
.filter-selection {
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	overflow:hidden;
	clear:both;
	border-bottom:#E0E0E0 1px solid;
}
.filter-selection ul {
	list-style:none;
}
.filter-selection ul li {
	float:left;
	background-color:#EEEEEE;
	margin:10px 10px 0px 0px;
	padding:3px 15px 6px 5px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:50px;
	position:relative;
}
.filter-selection ul li p {
	float:left;
}
.filter-selection ul li span {
	font-size:11px;
	display:block;
	color:#999999;
}
.filter-selection ul li span.features {
	color:#484848;
	font-size:11px;
	line-height:9px;
}
.filter-selection input[type=checkbox] {
	display:none;
}
.filter-selection input[type=checkbox] + label {
	float:left;
	margin:4px 7px 0px 0px;
	padding:4px 10px 3px 10px;
	background-color:#FFFFFF;
	border-radius:50%;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
.filter-selection input[type=checkbox] + label:hover {
	display:block;
	color:#FFFFFF;
	background-color:#D33016;
}
.filter-selection input[type=checkbox]:checked + label {
	float:left;
	margin:4px 7px 0px 0px;
	padding:4px 10px 3px 10px;
	background-color:#FFFFFF;
	border-radius:50%;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
.filter-selection input[type=checkbox]:checked + label:hover {
	display:block;
	color:#FFFFFF;
	background-color:#D33016;
}
/* Filter Selection */

#back-to-top {
	position:fixed;
	bottom:45px;
	right:40px;
	z-index:9999;
	width:40px;
	height:40px;
	background:url('../images/top.png') no-repeat;
	cursor:pointer;
	border:0;
	text-decoration:none;
	transition:opacity 0.2s ease-out;
	opacity:0;
}
#back-to-top.show {
    opacity: 1;
}

/* Page Number */
.page-numbers {
	margin:0px;
	padding:30px 0px 4px 0px;
	overflow:hidden;
	clear:both;
}
.page-numbers ul li {
	list-style:none;
}
.page-numbers ul li {
	float:left;
	margin-right:5px;
}
.page-numbers ul li span {
	padding:5px 10px 5px 10px;
}
.page-numbers ul li span.current {
	background-color:#000000;
	color:#FFFFFF;
}
.page-numbers ul li a {
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	background-color:#D33016;
}
/* Page Number */