.pec_behavior {
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_promo_text_color {
  color: #ff7700;
}
.pec_link_text_color {
  color: #2B5EC7;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  color: #333333;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  background: #ffffff url('../images/body-bg.gif') No-repeat 0 0;
}
.headr_bg {
  background: #fff;
  background: -moz-linear-gradient(top,#35304a 0,#615888 131px,#3b304a 131px,#3b304a 162px,transparent 162px);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#35304a),color-stop(150px,#615888),color-stop(150px,#3b304a),color-stop(162px,#3b304a),color-stop(162px,transparent));
  background: -webkit-linear-gradient(top,#35304a 0,#615888 131px,#3b304a 131px,#3b304a 162px,transparent 162px);
  background: -o-linear-gradient(top,#35304a 0,#615888 131px,#3b304a 131px,#3b304a 162px,transparent 162px);
  background: -ms-linear-gradient(top,#35304a 0%,#615888 131px,#3b304a 131px,#3b304a 162px,transparent 162px);
  background: linear-gradient(top,#35304a 0%,#615888 131px,#3b304a 131px,#3b304a 162px,transparent 162px);
  -pie-background: linear-gradient(top,#35304a 0%,#615888 131px,#3b304a 131px,#3b304a 162px,transparent 162px);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
html,
body {
  width: 100%;
  height: 100%;
}
input,
textarea,
select option:first-child {
  color: #737373;
}
.pec_common-input {
  color: #333333;
}
input,
select,
textarea {
  border: 1px solid #9ea8b8;
  background: #ffffff;
}
textarea {
  padding: 5px;
}
input,
select {
  height: 21px;
  line-height: 21px;
}
input {
  text-indent: 2px;
}
select {
  padding: 1px;
  height: 21px;
}
p {
  padding: 0 0 20px 0;
  line-height: 1.4em;
}
a {
  color: #2B5EC7;
  text-decoration: Underline;
}
a:hover {
  text-decoration: Underline;
  color: #C80E11;
}
a:hover {
  text-decoration: Underline;
}
a img {
  border: none;
}
table {
  border-collapse: collapse;
}
h1 {
  color: #333333;
  font-size: 28px;
  padding: 0 0 10px 0;
  font-weight: normal;
}
h1 a {
  text-decoration: none;
}
h2 {
  color: #333333;
  font-size: 24px;
  padding: 0 0 10px 0;
  font-weight: normal;
}
h2 a {
  text-decoration: none;
}
h3 {
  color: #333333;
  font-size: 16px;
  padding: 0 0 5px 0;
  font-weight: bold;
}
h3 a {
  text-decoration: none;
}
h4 {
  color: #333333;
  font-size: 14px;
  padding: 0 0 5px 0;
  font-weight: bold;
}
h4 a {
  text-decoration: none;
}
h5 {
  color: #333333;
  font-size: 14px;
  padding: 0 0 5px 0;
  font-weight: normal;
}
h5 a {
  text-decoration: none;
}
h6 {
  color: #333333;
  font-size: 12px;
  padding: 0 0 5px 0;
  font-weight: normal;
}
h6 a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0 0 20px 0;
}
ul li {
  background: url('../images/common-list-bullet.png') no-repeat 0 5px;
  padding: 0 0 7px 15px;
}
ol {
  margin: 0 0 20px 25px;
}
ol li {
  padding: 0 0 7px 0;
}
.pec_central-banner {
  outline: 6px solid #eaeaea;
  border: 1px solid #fff;
  display: block;
  margin: 0 auto 20px auto;
}
.pec_leftimg {
  float: left;
  margin: 0 15px 10px 0;
  border: 1px solid #eaeaea;
}
.pec_rightimg {
  float: right;
  margin: 0 0 10px 15px;
  border: 1px solid #eaeaea;
}
.pec_container {
  width: 980px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff none Repeat 0 0;
}
.pec_wrap {
  padding: 18px 10px;
}
.pec_header {
  position: relative;
  padding: 126px 0 0 0;
  margin: 0 10px;
}
.pec_header .pec_logo {
  position: absolute;
  top: 45px;
  left: 0;
  right: auto;
  bottom: auto;
}
.pec_header .pec_phone {
  position: absolute;
  top: 75px;
  left: auto;
  right: 158px;
  bottom: auto;
}
.pec_header .pec_live-chat {
  display: block;
  width: 128px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #cc5f00;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ff9233),to(#cc5f00));
  background: -webkit-linear-gradient(#ff9233,#cc5f00);
  background: -moz-linear-gradient(#ff9233,#cc5f00);
  background: -ms-linear-gradient(#ff9233,#cc5f00);
  background: -o-linear-gradient(#ff9233,#cc5f00);
  background: linear-gradient(#ff9233,#cc5f00);
  -pie-background: linear-gradient(#ff9233,#cc5f00);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-decoration: none;
  text-shadow: #cc5f00 0 -1px;
  position: absolute;
  top: 73px;
  left: auto;
  right: 0px;
  bottom: auto;
}
.pec_header .pec_live-chat:hover {
  background: #cc9200;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ffc533),to(#cc9200));
  background: -webkit-linear-gradient(#ffc533,#cc9200);
  background: -moz-linear-gradient(#ffc533,#cc9200);
  background: -ms-linear-gradient(#ffc533,#cc9200);
  background: -o-linear-gradient(#ffc533,#cc9200);
  background: linear-gradient(#ffc533,#cc9200);
  -pie-background: linear-gradient(#ffc533,#cc9200);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #fff;
}
.pec_header .pec_live-chat:active {
  background: #ffc533;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#cc9200),to(#ffc533));
  background: -webkit-linear-gradient(#cc9200,#ffc533);
  background: -moz-linear-gradient(#cc9200,#ffc533);
  background: -ms-linear-gradient(#cc9200,#ffc533);
  background: -o-linear-gradient(#cc9200,#ffc533);
  background: linear-gradient(#cc9200,#ffc533);
  -pie-background: linear-gradient(#cc9200,#ffc533);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_header .pec_live-chat img {
  position: relative;
  top: 3px;
  margin: 0 7px 0 0;
}
.pec_header .pec_live-chat:hover {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 73px;
  text-decoration: none;
}
.pec_header .pec_live-chat:active {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 73px;
}
.pec_login-form {
  position: absolute;
  top: 15px;
  left: auto;
  right: 0px;
  bottom: auto;
  font-size: 11px;
  width: 345px;
}
.pec_login-form input {
  border: none;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_login-form .pec_lf-text {
  background: #fff;
  text-indent: 5px;
  width: 122px;
}
.pec_login-form .pec_lf-submit {
  background: #b0b0b0;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ffffff),to(#b0b0b0));
  background: -webkit-linear-gradient(#ffffff,#b0b0b0);
  background: -moz-linear-gradient(#ffffff,#b0b0b0);
  background: -ms-linear-gradient(#ffffff,#b0b0b0);
  background: -o-linear-gradient(#ffffff,#b0b0b0);
  background: linear-gradient(#ffffff,#b0b0b0);
  -pie-background: linear-gradient(#ffffff,#b0b0b0);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #2B5EC7;
  text-align: center;
  font-weight: bold;
  width: 79px;
  cursor: pointer;
}
.pec_login-form .pec_lf-submit:hover {
  background: #b3d0ff;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#f4f8ff),to(#b3d0ff));
  background: -webkit-linear-gradient(#f4f8ff,#b3d0ff);
  background: -moz-linear-gradient(#f4f8ff,#b3d0ff);
  background: -ms-linear-gradient(#f4f8ff,#b3d0ff);
  background: -o-linear-gradient(#f4f8ff,#b3d0ff);
  background: linear-gradient(#f4f8ff,#b3d0ff);
  -pie-background: linear-gradient(#f4f8ff,#b3d0ff);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_login-form .pec_lf-submit:active {
  background: #f2f7ff;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#b1cfff),to(#f2f7ff));
  background: -webkit-linear-gradient(#b1cfff,#f2f7ff);
  background: -moz-linear-gradient(#b1cfff,#f2f7ff);
  background: -ms-linear-gradient(#b1cfff,#f2f7ff);
  background: -o-linear-gradient(#b1cfff,#f2f7ff);
  background: linear-gradient(#b1cfff,#f2f7ff);
  -pie-background: linear-gradient(#b1cfff,#f2f7ff);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_login-form .pec_forgot-pass {
  color: #fff;
  text-decoration: Underline;
  margin: 3px 0 0 140px;
  display: inline-block;
}
.pec_login-form .pec_forgot-pass:hover {
  text-decoration: Underline;
  color: #fff;
}
*:first-child+html .pec_login-form {
  width: 350px;
}
.pec_main-menu {
  overflow: hidden;
  padding: 4px 0 0 0;
  margin: 0 0 10px 0;
}
.pec_main-menu li {
  display: block;
  float: left;
  background: none;
  border-top: 1px solid #ae9fc1;
  padding: 0;
  border-left: 1px solid #7a6297;
  border-right: 1px solid #7a6297;
  margin-right: -1px;
}
.pec_main-menu li a {
  color: #2B5EC7;
  text-decoration: Underline;
  background: #3b304a;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#6d5888),to(#3b304a));
  background: -webkit-linear-gradient(#6d5888,#3b304a);
  background: -moz-linear-gradient(#6d5888,#3b304a);
  background: -ms-linear-gradient(#6d5888,#3b304a);
  background: -o-linear-gradient(#6d5888,#3b304a);
  background: linear-gradient(#6d5888,#3b304a);
  -pie-background: linear-gradient(#6d5888,#3b304a);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  text-decoration: none !important;
  padding: 0 19px;
  display: block;
  height: 31px;
  line-height: 31px;
  font-weight: bold;
  text-transform: none;
  font-size: 12px;
}
.pec_main-menu li a:hover {
  text-decoration: Underline;
  color: #C80E11;
}
.pec_main-menu li a:hover {
  text-decoration: none !important;
  background: #6d5888;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#3b304a),to(#6d5888));
  background: -webkit-linear-gradient(#3b304a,#6d5888);
  background: -moz-linear-gradient(#3b304a,#6d5888);
  background: -ms-linear-gradient(#3b304a,#6d5888);
  background: -o-linear-gradient(#3b304a,#6d5888);
  background: linear-gradient(#3b304a,#6d5888);
  -pie-background: linear-gradient(#3b304a,#6d5888);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_main-menu li.pec_mm-promo a {
  color: #ffec4d;
}
.pec_main-menu li.pec_curr {
  border-top: 1px solid #caced8;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  behavior: url(/res/css/PIE.htc);
  position: relative;
  margin: -4px -1px 0 0;
  background: #eaebef;
  padding: 1px 0 0 0;
  border-left: none;
  border-right: none;
}
.pec_main-menu li.pec_curr a {
  padding: 3px 19px 0;
  background: #ffffff;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#caced8),to(#ffffff));
  background: -webkit-linear-gradient(#caced8,#ffffff);
  background: -moz-linear-gradient(#caced8,#ffffff);
  background: -ms-linear-gradient(#caced8,#ffffff);
  background: -o-linear-gradient(#caced8,#ffffff);
  background: linear-gradient(#caced8,#ffffff);
  -pie-background: linear-gradient(#caced8,#ffffff);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #2B5EC7;
  text-decoration: Underline;
  text-decoration: none;
}
.pec_main-menu li.pec_curr a:hover {
  text-decoration: Underline;
  color: #2B5EC7;
}
:root .pec_main-menu li.pec_curr a {
  padding: 3px 11px 0 \9;
}
:root .pec_main-menu li a {
  padding: 0 18px \9;
}
.pec_services {
  overflow: hidden;
  background: #ff7700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  behavior: url(/res/css/PIE.htc);
  position: relative;
  padding: 8px 0;
  margin: 0;
}
.pec_services li {
  display: block;
  float: left;
  border-left: 1px solid #acce67;
  margin: 0 0 0 -1px;
  padding: 0 23px;
  background: none;
}
.pec_services li a {
  color: #fff;
  text-decoration: Underline;
  text-decoration: none !important;
}
.pec_services li a:hover {
  text-decoration: Underline;
  color: #ffec4d;
}
.pec_services li a:hover {
  text-decoration: underline !important;
}
.pec_content {
  overflow: hidden;
}
.pec_central-but-wrap {
  padding: 0 0 20px 0;
}
.pec_central-but-wrap a {
  margin: 0 auto;
}
.pec_order-now-button {
  display: block;
  width: 240px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: #cc5f00;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ff9233),to(#cc5f00));
  background: -webkit-linear-gradient(#ff9233,#cc5f00);
  background: -moz-linear-gradient(#ff9233,#cc5f00);
  background: -ms-linear-gradient(#ff9233,#cc5f00);
  background: -o-linear-gradient(#ff9233,#cc5f00);
  background: linear-gradient(#ff9233,#cc5f00);
  -pie-background: linear-gradient(#ff9233,#cc5f00);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-decoration: none;
  text-shadow: #cc5f00 0 -1px;
}
.pec_order-now-button:hover {
  background: #cc9200;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ffc533),to(#cc9200));
  background: -webkit-linear-gradient(#ffc533,#cc9200);
  background: -moz-linear-gradient(#ffc533,#cc9200);
  background: -ms-linear-gradient(#ffc533,#cc9200);
  background: -o-linear-gradient(#ffc533,#cc9200);
  background: linear-gradient(#ffc533,#cc9200);
  -pie-background: linear-gradient(#ffc533,#cc9200);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #fff;
}
.pec_order-now-button:active {
  background: #ffc533;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#cc9200),to(#ffc533));
  background: -webkit-linear-gradient(#cc9200,#ffc533);
  background: -moz-linear-gradient(#cc9200,#ffc533);
  background: -ms-linear-gradient(#cc9200,#ffc533);
  background: -o-linear-gradient(#cc9200,#ffc533);
  background: linear-gradient(#cc9200,#ffc533);
  -pie-background: linear-gradient(#cc9200,#ffc533);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_order-now-button:hover {
  text-decoration: none !important;
}
.pec_secondary-button {
  display: block;
  width: 240px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: #35304a;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#615888),to(#35304a));
  background: -webkit-linear-gradient(#615888,#35304a);
  background: -moz-linear-gradient(#615888,#35304a);
  background: -ms-linear-gradient(#615888,#35304a);
  background: -o-linear-gradient(#615888,#35304a);
  background: linear-gradient(#615888,#35304a);
  -pie-background: linear-gradient(#615888,#35304a);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-decoration: none;
  text-shadow: #35304a 0 -1px;
}
.pec_secondary-button:hover {
  background: #3b304a;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#6d5888),to(#3b304a));
  background: -webkit-linear-gradient(#6d5888,#3b304a);
  background: -moz-linear-gradient(#6d5888,#3b304a);
  background: -ms-linear-gradient(#6d5888,#3b304a);
  background: -o-linear-gradient(#6d5888,#3b304a);
  background: linear-gradient(#6d5888,#3b304a);
  -pie-background: linear-gradient(#6d5888,#3b304a);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #fff;
}
.pec_secondary-button:active {
  background: #6d5888;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#3b304a),to(#6d5888));
  background: -webkit-linear-gradient(#3b304a,#6d5888);
  background: -moz-linear-gradient(#3b304a,#6d5888);
  background: -ms-linear-gradient(#3b304a,#6d5888);
  background: -o-linear-gradient(#3b304a,#6d5888);
  background: linear-gradient(#3b304a,#6d5888);
  -pie-background: linear-gradient(#3b304a,#6d5888);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_secondary-button:hover {
  text-decoration: none !important;
}
.pec_media-item {
  margin: 0 0 25px 0;
}
.pec_complex-header {
  overflow: hidden;
  border-bottom: 1px dotted #CBCBCB;
  position: relative;
  margin: 0 0 15px 0;
}
.pec_complex-header .pec_header-date {
  text-align: right;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 8px;
  font-size: 12px;
}
.pec_complex-header h3 {
  float: left;
  width: 600px;
}
.pec_medit-text {
  overflow: hidden;
}
.pec_medit-text .pec_readmore-link {
  font-size: 12px;
}
.pec_paginator {
  overflow: hidden;
  padding: 15px 0;
}
.pec_paginator a {
  display: block;
  float: left;
  height: 25px;
  line-height: 27px;
  text-decoration: none;
  text-align: center;
  width: 25px;
  font-size: 12px;
  font-weight: bold;
  background: #ececec;
  margin: 0 3px 0 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_paginator a:hover {
  background: #2B5EC7;
  color: #fff;
}
.pec_paginator a.pec_listing {
  border: 1px solid #dfdfdf;
  background: #b0b0b0;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ffffff),to(#b0b0b0));
  background: -webkit-linear-gradient(#ffffff,#b0b0b0);
  background: -moz-linear-gradient(#ffffff,#b0b0b0);
  background: -ms-linear-gradient(#ffffff,#b0b0b0);
  background: -o-linear-gradient(#ffffff,#b0b0b0);
  background: linear-gradient(#ffffff,#b0b0b0);
  -pie-background: linear-gradient(#ffffff,#b0b0b0);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #2B5EC7;
  text-align: center;
  font-weight: bold;
  width: 80px;
  cursor: pointer;
}
.pec_paginator a.pec_listing:hover {
  background: #b3d0ff;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#f4f8ff),to(#b3d0ff));
  background: -webkit-linear-gradient(#f4f8ff,#b3d0ff);
  background: -moz-linear-gradient(#f4f8ff,#b3d0ff);
  background: -ms-linear-gradient(#f4f8ff,#b3d0ff);
  background: -o-linear-gradient(#f4f8ff,#b3d0ff);
  background: linear-gradient(#f4f8ff,#b3d0ff);
  -pie-background: linear-gradient(#f4f8ff,#b3d0ff);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_paginator a.pec_listing:active {
  background: #f2f7ff;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#b1cfff),to(#f2f7ff));
  background: -webkit-linear-gradient(#b1cfff,#f2f7ff);
  background: -moz-linear-gradient(#b1cfff,#f2f7ff);
  background: -ms-linear-gradient(#b1cfff,#f2f7ff);
  background: -o-linear-gradient(#b1cfff,#f2f7ff);
  background: linear-gradient(#b1cfff,#f2f7ff);
  -pie-background: linear-gradient(#b1cfff,#f2f7ff);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_paginator a.pec_curr {
  background: #2B5EC7;
  color: #fff;
}
.pec_tags {
  background: #eaeaea;
  padding: 3px 10px;
  font-size: 12px;
  margin: 0 0 15px 0;
}
.pec_tags a {
  text-decoration: none;
}
.pec_breadcrumbs {
  color: #2B5EC7;
  padding: 0 0 10px 0;
  font-size: 12px;
}
.pec_right-colomn {
  float: right;
  width: 240px;
  padding: 0 0 0 20px;
  font-size: 12px;
}
.pec_right-colomn .pec_sidebox-header {
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.pec_left-colomn {
  float: left;
  width: 240px;
  padding: 0 20px 0 0;
  font-size: 12px;
}
.pec_left-colomn .pec_sidebox-header {
  text-transform: uppercase;
}
.pec_colored-box {
  border: 3px solid #eaeaea;
  background: #f7f7f7;
  padding: 3px 7px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/res/css/PIE.htc);
  position: relative;
  margin: 0 0 15px 0;
}
.pec_colored-box ul {
  margin: 0;
}
.pec_colored-box p {
  padding: 0 0 5px 0;
}
.pec_transparent-box {
  padding: 6px 10px;
  margin: 0 0 15px 0;
}
.pec_transparent-box .pec_sidebox-header {
  border-bottom: 1px solid #666666;
}
.pec_transparent-box ul {
  margin: 0;
}
.pec_transparent-box p {
  padding: 0 0 5px 0;
}
.pec_sidebox-header {
  color: #333333;
  font-size: 16px;
  padding: 0 0 2px 0;
  font-weight: bold;
}
.pec_side-services {
  overflow: hidden;
  margin: -5px 0 0 0;
  font-size: 14px;
  zoom: 1;
}
.pec_side-services li {
  background: url('../images/side-menu-bullet.png') no-repeat 0 10px;
  padding: 0 0 0 15px;
}
.pec_side-services li a {
  color: #2B5EC7;
  text-decoration: Underline;
  display: block;
  border-top: 1px dotted #cbcbcb;
  line-height: 27px;
  font-weight: bold;
  text-decoration: none;
}
.pec_side-services li a:hover {
  text-decoration: Underline;
  color: #C80E11;
}
.pec_side-services li:first-child a {
  border-top: none;
}
.pec_ff-sum {
  float: right;
  display: block;
  width: 30px;
}
.pec_ff-total {
  background: none;
  padding: 0 0 7px 0px;
  font-weight: bold;
  font-size: 14px;
}
.pec_footer {
  background: #e9e9e9;
  background: -moz-linear-gradient(top,#e9e9e9 0%,#e9e9e9 80%,#7f7f7f 80%,#7f7f7f 98%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9e9e9),color-stop(80%,#e9e9e9),color-stop(80%,#7f7f7f),color-stop(98%,#7f7f7f));
  background: -webkit-linear-gradient(top,#e9e9e9 0%,#e9e9e9 80%,#7f7f7f 80%,#7f7f7f 98%);
  background: -o-linear-gradient(top,#e9e9e9 0%,#e9e9e9 80%,#7f7f7f 80%,#7f7f7f 98%);
  background: -ms-linear-gradient(top,#e9e9e9 0%,#e9e9e9 80%,#7f7f7f 80%,#7f7f7f 98%);
  background: linear-gradient(top,#e9e9e9 0%,#e9e9e9 80%,#7f7f7f 80%,#7f7f7f 98%);
  -pie-background: linear-gradient(top,#e9e9e9 0%,#e9e9e9 80%,#7f7f7f 80%,#7f7f7f 98%);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_footer .pec_container {
  position: relative;
  height: 144px;
  font-size: 12px;
  background-color: transparent !important;
}
.pec_footer-services {
  position: absolute;
  top: 20px;
  left: 10px;
  right: auto;
  bottom: auto;
  margin: 0;
}
.pec_footer-services li {
  background: none;
  float: left;
  margin: 0 25px 0 0;
  padding: 0;
}
.pec_copyright {
  position: absolute;
  top: 84px;
  left: 10px;
  right: auto;
  bottom: auto;
}
.pec_footer-submenu {
  position: absolute;
  top: 125px;
  left: 0;
  right: auto;
  bottom: auto;
  text-align: center;
  color: #fff;
  width: 100%;
}
.pec_footer-submenu a {
  color: #fff;
  text-decoration: none;
}
.pec_footer-submenu a:hover {
  text-decoration: underline;
}
.pec_payment-cards {
  position: absolute;
  top: 20px;
  left: auto;
  right: 10px;
  bottom: auto;
}
.pec_payment-cards tr td:first-child {
  text-align: right;
}
.pec_payment-cards td {
  padding: 0 0 17px 8px;
}
.pec_payment-cards td img {
  margin: 0 8px 0 0;
}
#account_name,
#account_name a {
  color: #fff;
  text-align: right;
}
.prices {
  width: 100%;
  text-align: center;
}
#share-discount .add,
#share-discount .delete {
  position: relative;
  top: -5px;
  left: -5px;
}
.thankyou_right-colomn {
  display: block;
  float: right;
  padding: 0 0 0 20px;
  font-size: 12px;
  width: 384px;
}
div.thankyou_container {
  width: 980px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  background: white none Repeat 0 0;
  padding: 20px;
  width: 863px;
}
.thankyou_wrap {
  padding: 18px 30px;
}
.disclaimer {
  font-size: 11px;
  margin: 0 auto;
  max-width: 960px;
  color: #333333;
  width: 720px;
  float: left;
  padding: 28px 10px;
}
.disclaimer::before {
  content: "DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers";
}
