.R {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.OneRow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

p {
  line-height: 26px;
  margin-bottom: 5px;
  /*text-indent: 2em;*/ }

.HR {
  margin: 5px 0; }

.imgfloat {
  float: left;
  margin: 8px; }

.adarrow {
  color: white !important; }

.Color1 {
  color: #eee !important; }

A.Color1:hover {
  color: #eee !important; }

.Color2 {
  color: #eee !important; }

.BackColor1 {
  background-color: #004A8E !important; }

.BackColor2 {
  background-color: #A6E5FF !important; }

.Back {
  background-image: linear-gradient(to bottom, #be0002 0, #850001 80%) !important; }

.menuItem {
  margin-right: 24px; }

.menuItem a.Item {
  font-size: 20px !important;
  color: white; }

.menuItem a.Item:hover {
  color: yellow !important; }

.menuItem a.Item:link {
  color: white !important; }

.menuItem a.Item:visited {
  color: white !important; }

a.Item2 {
  font-size: 20px !important; }

.topline {
  height: 3px;
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #be0002; }

.FootBack {
  /*background-color:#EAEAEA !important;*/
  background-image: linear-gradient(to bottom, #ddd 0, #eee 100%) !important;
  padding: 20px; }

.MENU {
  margin-bottom: 0 !important; }

.LOGO {
  height: 90px;
  margin-right: 20px; }

.vertical-center {
  position: absolute;
  top: 30px;
  left: 20px; }

.arts li {
  line-height: 28px; }

.ProductUpDown {
  margin-top: 8px !important; }

.More {
  position: absolute;
  font-size: 16px;
  right: 15px;
  top: 16px; }

.Footer {
  background-image: linear-gradient(to bottom, #be0002 0, #850001 80%) !important;
  padding: 15px;
  color: white; }

.navText {
  font-size: 16px; }

.WhiteText {
  color: white; }

.Content {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  background-color: #eee; }

.Content2 {
  padding: 30px !important;
  margin: 0 -15px 15px !important; }

.B10 {
  line-height: 24px;
  margin: 3px; }

.keywords {
  margin: 0 8px 0 0; }

.pagination {
  margin: 20px 0; }

.pagination ul {
  display: inline-block;
  list-style: none;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span,
.pagination #lastspan {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination #lastspan {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.pagination-large ul > li > a,
.pagination-large ul > li > span,
.pagination-large #lastspan {
  padding: 11px 19px;
  font-size: 17.5px; }

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span,
.pagination-large #lastspan {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px; }

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px; }

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px; }

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px; }

label strong {
  color: red; }

.BtnLink {
  font-size: 12px;
  padding: 0 4px; }

.emptyrow {
  height: 20px;
  display: block;
  clear: both;
  overflow: hidden; }

a {
  color: #454545 !important;
  text-decoration: none; }

a:hover,
a:focus {
  color: #be0002 !important;
  text-decoration: underline; }

.IndexBlock {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px dotted #999;
  background-image: linear-gradient(to bottom, #eee 0, #ddd 40px, #eee 40px, white 42px) !important; }

.IndexBlock .page-header {
  padding-bottom: 0px !important;
  margin: 10px 0 !important;
  border-bottom: none !important; }

.IndexBlock .page-header h1 {
  margin: 6px 3px !important;
  font-size: 20px; }

.IndexBlock .breadcrumb {
  background-color: transparent !important; }

.LeftRightPad {
  padding: 0 !important; }

.ProductType {
  padding-left: 0 !important; }

.widthall {
  width: 100%; }

.Recharge {
  margin: 5px; }

.RechargeBk {
  background-color: #eee; }

.error {
  color: red; }

label strong {
  color: red; }

.partBtn li.active a {
  background-color: #be0002 !important;
  color: #eee !important; }

.hide {
  display: none !important; }

.UL0 {
  list-style: none;
  margin-left: 0px;
  padding-left: 0; }

a.Item2:link {
  color: #333 !important;
  background-color: #eee !important;
  margin: 5px 0; }

/*# sourceMappingURL=style.css.map */
