﻿
ul.simple-pagination {
    list-style: none outside none;
}
.simple-pagination {
    display: block;
    margin: 5px 0px 0px 5px;
    overflow: hidden;
    padding: 0 5px 5px 0;
}
.simple-pagination ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.simple-pagination li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.compact-theme a, .compact-theme span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EFEFEF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #AAAAAA -moz-use-text-color #AAAAAA #AAAAAA;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    min-width: 14px;
    padding: 0 7px;
    text-align: center;
}
.compact-theme a:hover {
    background: -moz-linear-gradient(center top , #EFEFEF 0%, #BBBBBB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
}
.compact-theme .prev {
    border-radius: 3px 0 0 3px;
}
.compact-theme .next {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #AAAAAA;
}
.compact-theme .current {
    background: -moz-linear-gradient(center top , #BBBBBB 0%, #EFEFEF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: default;
}
.compact-theme .ellipse {
    background: none repeat scroll 0 0 #EAEAEA;
    cursor: default;
    padding: 0 10px;
}
.btn-primary {
	background:#f1622c;
	border: 1px solid #f1622c;
	color: #fff;
	font-weight:500;
	outline: medium none;
	text-transform: uppercase;
} 

 .btn-primary:hover{
  color: #f1622c;
  background-color: #fff;
  border-color: #f1622c;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus
{
    background:#f1622c;
	border: 1px solid #f1622c;
	color: #fff;
	font-weight:500;
	outline: medium none;
	text-transform: uppercase;
}
.light-theme a, .light-theme span {
    background:#f1622c;
	border: 1px solid #f1622c;
	color: #fff;
	font-weight:500;
	outline: medium none;
	text-transform: uppercase;
	border-radius:3px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 5px 0 0;
    min-width: 14px;
    padding: 0 7px;
    text-align: center;
}
.light-theme a:hover {
    background:#f1622c;
	border: 1px solid #f1622c;
	color: #fff;
	font-weight:500;
	outline: medium none;
	text-transform: uppercase;
}
.light-theme .current {
    background:none ;
	border: 1px solid #f1622c;
	color: #f1622c;
	font-weight:500;
	outline: medium none;
	text-transform: uppercase;
}
.light-theme .ellipse {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    cursor: default;
    font-weight: bold;
}
.dark-theme a, .dark-theme span {
    background: -moz-linear-gradient(center top , #555555 0%, #333333 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #222222;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #CCCCCC;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 5px 0 0;
    min-width: 14px;
    padding: 0 7px;
    text-align: center;
}
.dark-theme a:hover {
    background: none repeat scroll 0 0 #444444;
    text-decoration: none;
}
.dark-theme .current {
    background: none repeat scroll 0 0 #222222;
    border-color: #000000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    cursor: default;
}
.dark-theme .ellipse {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    cursor: default;
    font-weight: bold;
}
