/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #ff9600; color: #fff; text-shadow: none; }
::selection { background: #ff9600; color: #fff; text-shadow: none; }

a { color: #00e; outline: 0; }
/*a:visited { color: #551a8b; }*/
a:hover { color: #06e; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/** { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }*/

a.aBtn {
  display: block;
  float: left;
  text-indent: -9999px;
  line-height: 1px;
  font-size: 1px;
}
a.aBtn:hover { background-position: center bottom !important; }

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
/*temporary build*/
body {
  background: #e6ddd7;
}

/*#######################
HEADER
########################*/
header {
  width: 980px;
  position: relative;
  height: 150px;
  margin: 0 auto;
  z-index: 10;
}

  header .logo {
    position: absolute;
    top: 17px;
    left: 20px;
  }

  header .donate {
    position: absolute;
    top: 15px;
    right: -55px;
  }

/*nav*/
nav {
  position: absolute;
  top: 50px;
  left: 180px;
}

nav ul {
  display: table;
  width: 670px;
}

nav li {
  display: table-cell;
  padding-right: 5px;
  min-width: 100px;
}

nav a {
  font-weight: bold;
  color: #fff;
}

nav a:hover,
nav a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/*#######################
home body
########################*/
/*banner*/
.banner_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 825px;
}

#jQueryBanner {
  width: 100%;
}

#jQueryBanner div {
  position: relative;
  width: 100%;
  height: 825px;
}

.home_content {
  position: relative;
  z-index: 10;
  width: 980px;
  height: 675px;
  margin: 0 auto;
}

a.banner_nav {
  cursor: pointer;
  position: absolute;
  top: 120px;
}

a.banner_nav:hover {
  top: 115px;
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}

  #prev1 {
    left: -100px;
  }

  #next1 {
    right: -100px;
  }

/*home ctas*/
.home_ctas {
  position: absolute;
  top: 390px;
  width: 980px;
  height: 250px;
}

.home_cta {
  position: absolute;
  bottom: 0;
  width: 270px;
  height: 175px;
  text-decoration: none;
  padding: 25px 15px 0 25px;
}

  .home_cta img {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .home_cta h1,
  .home_cta h3,
  .home_cta p,
  .home_cta span {
    position: relative;
    z-index: 20;
  }

  .home_cta h3,
  .home_cta h1,
  .home_cta p {
    margin: 0 0 5px 0;
  }

  .home_cta h3 {
    font-size: 15px;
  }

  .home_cta h1 {
    font-size: 28px;
  }

  .home_cta p {
    font-size: 13px;
  }

  .home_cta span.more_link {
    font-size: 12px;
    padding-right: 10px;
    font-weight: bold;
  }

    a.home_cta:hover span.more_link {
      border-bottom: 1px solid;
    }

.cta_adopt {
  left: -40px;
  position: absolute;
  top: -130px;
  z-index: 10;
}

.cta_fact {
  left: 20px;
  color: #fff;
}

  .cta_fact p {
    color: #fff;
  }

  .cta_fact .more_link {
    color: #97c901;
    background: transparent url(../images/cta/arrow_fact.gif) right 5px no-repeat;
  }

.cta_ambassador {
  left: 330px;
  color: #222;
}

  .cta_ambassador p {
    color: #444;
  }

  .cta_ambassador .more_link {
    color: #006169;
    background: transparent url(../images/cta/arrow_ambassador.gif) right 5px no-repeat;
  }

.cta_news {
  right: 20px;
  color: #fff;
}

  .cta_news p {
    color: #fff;
  }

  .cta_news .more_link {
    color: #fff;
    background: transparent url(../images/cta/arrow_news.gif) right 5px no-repeat;
  }

/*#######################
content body
########################*/
body.content_page {
  background: #4a3b31 url(../images/bg/bg_content.jpg) center top no-repeat;
}

.content_wrap {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

/*side nav*/
.side_nav {
  position: relative;
  width: 195px;
  float: left;
  z-index: 2;
}

.side_nav .page_subTitleWrap {
  background-color: #1f225f;
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1f225f,endColorstr=#1f225f);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1f225f,endColorstr=#1f225f)";
  background-color: hsla(237, 51%, 25%, 0.7);

  width: 170px;
  height: 80px;
  padding: 30px 0 0 25px;
}

  .page_subTitleWrap h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
  }

.side_nav ul {
  padding: 0 0 90px 0;
  margin: 0;
  list-style-type: none;
  background-color: #e1d8d1;
}

.side_nav ul a {
  color: #444;
  font-weight: bold;
  width: 155px;
  padding: 8px 20px;
  display: block;
  border-bottom: 1px dotted #444;
}

  .side_nav ul a:hover,
  .side_nav ul li.current a {
    background-color: transparent;
    background-image: url(../images/arrow_sideNav.gif);
    background-position: 170px 17px;
    background-repeat: no-repeat;
  }

.cta_adoptContent {
  bottom: -130px;
  left: 20px;
  position: absolute;
  z-index: 10;
}

/*right side content*/
.content_wrap .content {
  position: relative;
  width: 795px;
  float: right;
  padding-bottom: 40px;
  z-index: 1;
}

.content_headingWrap {
  background-color: #3c479e;
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c479e,endColorstr=#3c479e);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c479e,endColorstr=#3c479e)";
  background-color: hsla(233, 45%, 43%, 0.6);

  width: 745px;
  height: 90px;
  padding: 10px 25px;
}

.content_headingWrap h1.page_title {
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
}

.breadcrumb a,
.breadcrumb span {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.breadcrumb a,
.breadcrumb span,
.breadcrumb img {
  margin-right: 7px;
}

  .breadcrumb a:hover {
    border-bottom: 1px solid;
  }

.cms_content {
  background-color: #FFFFFF;
  padding: 40px;
  min-height: 293px;
}

.cms_content h1,
.cms_content h2,
.cms_content h3,
.cms_content h4,
.cms_content h5,
.cms_content h6 {
  margin: 0 0 10px 0;
}

.cms_content p {
  font-size: 13px;
}

/*#######################
content ambassadors
########################*/
.ambassador_wrap {
  /*background-color: #5a62b6;*/
  background-color: #fff;
}

.amb_col {
  width: 265px;
  position: relative;
  float: left;
}

.ambassador {
  width: 265px;
  position: relative;
}

.ambassador .potrait_wrap {
  width: 265px;
  height: 170px;
  position: relative;
  cursor: pointer;
}

.ambassador h3.amb_name {
  background-color: #000;
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000)";
  background-color: hsla(233, 45%, 43%, 0.6);


  background-color: hsla(0, 0%, 0%, 0.4);

  position: absolute;
  bottom: 0;
  left: 0;
  width: 248px;

  color: #fff;
  margin: 0;
  padding: 10px 0 10px 17px;
  font-size: 18px;
  font-weight: normal;
}

.ambassador .amb_desc {
  width: 220px;
  height: 390px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  padding: 15px 10px 0 35px;
  color: #444;
  background-color: #fff;
}

/*#######################
DONATION
########################*/
body.DonationPage .cms_content {
  min-height: 350px;
}

body.DonationPage .donation_tab {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
}
body.DonationPage .donation_tab .donationTypeDesc {
  border-bottom: 1px dotted #d3d3d3;
  padding: 25px 0;
}
body.DonationPage .donation_tab table { width: 100%; margin-bottom: 30px; }
body.DonationPage .donation_tab table th,
body.DonationPage .donation_tab table td {
  border-bottom: 1px dotted #cacaca;
  padding: 10px 0;
}
body.DonationPage .donation_tab table tr.header td { padding-bottom: 2px; }
body.DonationPage .donation_tab table th {
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
  color: #242424;
  font-weight: normal;
  width: 175px;
}
body.DonationPage .donation_tab table td {
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  color: #303030;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}
body.DonationPage .donation_tab table.corporate td {
  font-size: 12px;
}
body.DonationPage .donation_tab table td.text {
  text-align: left;
  font-weight: normal;
  padding: 20px 0;
}
body.DonationPage .donation_tab table.corporate td span { font-weight: normal; }
body.DonationPage .donation_tab .button-panel { padding: 20px 0; }
body.DonationPage .donation_tab .button-panel div { padding: 0 55px; }
body.DonationPage .donation_tab table td span.note {
  font-size: 13px;
}
body.DonationPage .donation_tab .btnGold,
body.DonationPage .donation_tab .btnSilver,
body.DonationPage .donation_tab .btnBronze {
  width: 167px;
  height: 46px;
  margin: 10px 5px;
}
body.DonationPage .donation_tab .btnGold { background: url(../images/donation/btn_gold.gif) 0 0 no-repeat #f4f4f4; }
body.DonationPage .donation_tab .btnSilver { background: url(../images/donation/btn_silver.gif) 0 0 no-repeat #f4f4f4; }
body.DonationPage .donation_tab .btnBronze { background: url(../images/donation/btn_bronze.gif) 0 0 no-repeat #f4f4f4; }
body.DonationPage a.donateAgain {
  width: 183px;
  height: 41px;
  background: url(../images/donation/btn_donateAgain.gif) 0 0 no-repeat #ffffff;
}
body.DonationPage a.printYourRecipt {
  width: 185px;
  height: 41px;
  background: url(../images/donation/btn_printYourRecipt.gif) 0 0 no-repeat #ffffff;
  margin-left: 20px;
}

body.DonationPage .donation_tab a {
  color: #006169;
  text-decoration: none;
}
body.DonationPage .donation_tab a:hover { text-decoration: underline; }
body.DonationPage .tab_panel .tab {
  display: block;
  position: relative;
  text-indent: -9999px;
  line-height: 1px;
  font-size: 1px;
  float: left;
  margin-right: 4px;
  height: 53px;
}
body.DonationPage .tab_panel #individualTab { background: url(../images/donation/individual_tab.gif) 0 0 no-repeat #ffffff; width: 234px; }
body.DonationPage .tab_panel #schoolTab { background: url(../images/donation/school_tab.gif) 0 0 no-repeat #ffffff; width: 238px; }
body.DonationPage .tab_panel #corporateTab { background: url(../images/donation/corporate_tab.gif) 0 0 no-repeat #ffffff; width: 234px; margin-right: 0; }
body.DonationPage .tab_panel a.active { background-position: bottom center !important;}
body.DonationPage h3.page_subTitle a {
  color: #fff;
  padding-left: 20px;
  background: transparent url(../images/donation/arrow_donateTitle.gif) 0 4px no-repeat;
}

  body.DonationPage h3.page_subTitle a:hover {
    border-bottom: 1px solid;
  }

body.DonationPage h2.donation_title {
  font-size: 28px;
  font-weight: normal;
}

body.DonationPage .content_headingWrap {
  padding: 0;
  width: 795px;
  height: 110px;
}
.donation_subTitle {
  font-size: 17px;
  font-weight: normal;
  color: #444;
}

.donation_seperator {
  margin-bottom: 20px;
}

.donation_options {
  position: relative;
  border: 1px solid #F4F4F4;
  border-bottom: 1px dotted #d3d3d3;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.donation_options ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.donation_options li {
  cursor: pointer;
  float: left;
  margin-right: 9px;
  margin-bottom: 10px;
  position: relative;
  width: 211px;
  height: 150px;
}

  .donation_options li img.normal {
    display: block;
  }

  .donation_options li.active img.selected {
    display: block;
  }

  .donation_options li.active img.normal {
    display: none;
  }

  .donation_options li img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .donation_options li img.selected {
    display: none;
  }

  .donation_options li.last {
    margin: 0;
  }

.option_yearly {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 55px;
  }
.option_direct span {
  margin-bottom: 20px;
}
.option_direct span,
.option_yearly span {
  width: 45px;
  height: 20px;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 14px;
  background: transparent url(../images/donation/radio_off.jpg) 0 1px no-repeat;
  cursor: pointer;
}

  .option_direct span.active,
  .option_yearly span.active {
    background: transparent url(../images/donation/radio_on.jpg) 0 1px no-repeat;
  }

  .option_direct span.error,
  .option_yearly span.error {
    color: #f4a028;
    font-weight: bold;
    border: 0;
  }

.penguin_typeWrap {
  width: 715px;
  margin: 50px 0 20px 0;
  position: relative;
}

.penguin_typeWrap .penguin_image {
  position: absolute;
  top: -40px;
  right: 60px;
}

select.form_fields {
  width: 347px;  
}

.form_fields {
  border: 1px solid #c7c7c7;
  font-size: 14px;
  width: 330px;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 14px;
  position: relative;
}

select#DonationForm_donationForm_Donation {
	width:auto;
}

.option_yearly .dropdown {
    width: auto;
}
.form_fields
{
	width:330px;
}
.recurring_date{
	
  font-size: 14px;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 14px;
  position: relative;
  width: 90px;
	
}
.giftMessage {
  height: 110px;
}

  .error {
    border: 1px solid #f4a028;
  }

.penguin_typeWrap p.desc {
  width: 360px;
}

div.control_buttons {
  position: relative;
  width: 350px;
}

  div.control_buttons input {
    float: left;
    display: inline;
  }

#backBtn {
  margin-right: 10px;
  float: left;
}

/*step 2 - personal details*/

body.donation-step2a select#DonationForm_donationForm_GiftRecipientTitle,
body.donation-step2 select#DonationForm_donationForm_Title {
  width: 160px;
}

body.donation-step2 .form_dob {
  width: 90px;
  display: inline;
  margin-right: 5px;
}

body.donation-step2b #DonationForm_donationForm_Postcode {
  width: 100px;
}

.required_wrap {
  position: relative;
}

  .required_wrap input {
    position: relative;
    z-index: 2;
    background-color: transparent;
  }

body.donation-step2c span.required {
  color: #cc7800;
  font-size: 14px;
  position: absolute;
  top: 7px;
  z-index: 1;
}

  .fake_password {
    color: #000;
  }
  .req_email span.required {
    left: 103px;
  }

  .req_password span.required {
    left: 11px;
  }

.error_email {
  display: none;
}

/*step 3 - credit card*/
.credit_titleWrap {
  position: relative;
  width: 300px;
}

.credit_titleWrap h4.donation_subTitle {
  float: left;
  margin-right: 20px;
}

.credit_titleWrap img {
  float: left;
}

body.donation-step3 .credit_date {
  width: 167px;
  display: inline;
  margin-right: 10px;
}

.ccv_wrap {
  width: 715px;
  margin-bottom: 10px;
}

#DonationForm_donationForm_CardCcv {
  width: 150px;
  float: left;
  margin-right: 20px;
}

a.link_ccv {
  position: relative;
  top: 5px;
  color: #006169;
}

  a.link_ccv:hover {
    color: #ff9600;
  }


/*step 4 - confirm*/
.confirm_row {
  width: 715px;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

  .confirm_row.last {
    border: none;
  }

.confirm_titleWrap {
  width: 560px;
  position: relative;
}

.confirm_row h4 {
  width: 200px;
  float: left;
  margin-right: 20px;
}

.confirm_row span.anual_reminder {
  margin-left: 20px;
}

.confirm_row a.confirm_edit {
  float: left;
  color: #006169;
}

  .confirm_row a.confirm_edit:hover {
    color: #ff9600;
  }

/** error message **/
.error_msg {
  padding: 20px;
  font-weight: bold;
  border: 2px solid #ff9600;
  background-color: #fff7eb;
  margin-bottom: 20px;
  display: none;
}


/*#######################
FOOTER
########################*/
footer {
  position: relative;
  width: 100%;
  height: 230px;
  background: transparent url(../images/footer/footer.jpg) 0 0 repeat-x;
  /*overflow: hidden;*/
}

.footer_content {
  width: 940px;
  position: relative;
  height: 230px;
  margin: 0 auto;
}

.footer_content .row_top {
  width: 940px;
  height: 130px;
  margin-bottom: 30px;
}

.footer_content .col {
  float: left;
  position: relative;
  padding-top: 20px;
}

.footer_content .col1 {
  width: 230px;
  margin-right: 80px;
}

  .footer_content .col1 a.social {
    margin-right: 5px;
  }

.footer_content .col2 {
  width: 290px;
  margin-right: 50px;
}
	/*Sponsor Ax */
	.footer_content .sponsor ul {
		list-style: none;
		margin: 0;
		padding: 0;

		width: 132px;
		height: 100px;
		overflow: hidden;
		float: left;

	}

	.footer_content .sponsor ul li {
		margin: 0;
		padding: 0;
		height: 50px;
		float: left;
	}

  .footer_content .sponsor a {
    float: left;
    margin-top: 10px;
  }

  .footer_content .sponsor a.sponsor_link {
    float: right;
    font-size: 12px;
    color: #6c6764;
    margin-top: 7px;
    text-decoration: none;
    display: block;
  }

    .footer_content .sponsor a.sponsor_link:hover {
      text-decoration: underline;
    }

.footer_content .col3 {
  width: 285px;
}

  h4.footer_heading {
    font-size: 17px;
    font-weight: normal;
    /*margin-bottom: 10px;*/
    margin: 0 0 10px 0;
  }

  .footer_content .col3 a.newsletter_link {
    font-size: 12px;
    color: #006169;
    text-decoration: none;
    display: block;
    margin-top: 17px;
  }

    .footer_content .col3 a.newsletter_link:hover {
      text-decoration: underline;
    }

  .footer_content .newsletter {
    position: absolute;
    right: -25px;
    top: -10px;
    z-index: 10;
  }

.row_bottom {
  width: 940px;
  position: relative;
}

ul.footer_nav {
  float: left;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

ul.footer_nav li {
  float: left;
  margin-right: 25px;
}

ul.footer_nav a {
  font-size: 12px;
  text-decoration: none;
  color: #726964;
}

  ul.footer_nav a:hover {
    border-bottom: 1px solid;
  }

.footer_content .row_bottom .copyright {
  float: right;
  font-size: 12px;
  text-decoration: none;
  color: #726964;
}

input.postcode {
  width: 120px;
}

input.donationAmount {
  width: 105px;
}

.btnPrint {
  background: url("../images/btnPrint.gif") no-repeat top left;
  display: block;
  padding-left: 25px;
  font-size: 12px;
}

.reciptDetails-panel {
  width: 778px;
  padding: 10px 35px;
}
.reciptDetails-panel a {
  font-size: 0.86em;
  color: #215F8B;
  text-decoration: none;
}
.reciptDetails-panel a:hover {
  color: #003b6a;
}
.reciptDetails-panel .header-panel {
  margin-top: 30px;
}
.reciptDetails-panel .header-panel .row {
  clear: both;
  margin-bottom: 5px;
  height: 18px;
}
.reciptDetails-panel .header-panel .leftColumn {
  float: left;
  width: 450px;
  font-weight: bold;
}
.reciptDetails-panel .header-panel span.label {
  width: 120px;
  padding-right: 10px;
  color: #000000;
}
.reciptDetails-panel .header-panel span {
  float: left;
  display: block;
  color: #215F8B;
}
.reciptDetails-panel .header-panel .rightColumn {
  float: right;
  width: 260px;
  font-size: 0.8em;
  text-align: right;
  line-height: 22px;
  margin-bottom: 40px;
}
.reciptDetails-panel h2 {
  margin: 40px 0 15px 0;
  color: #000000;
  font-size: 1em;
}
.reciptDetails-panel table.orderDetailsTable {
  width: 100%;
}
.reciptDetails-panel table.orderDetailsTable th, table.orderDetailsTable td {
  border-bottom: 1px dotted #b9b9b9;
  font-size: 0.86em;
  vertical-align: middle;
}
.reciptDetails-panel table.orderDetailsTable .item {
  text-align: left;
  padding-left: 0px;
}
.reciptDetails-panel table.orderDetailsTable .price {
  text-align: left;
  width: 80px;
  padding-left: 10px;
}
.reciptDetails-panel table.orderDetailsTable .qty {
  text-align: left;
  width: 70px;
  padding-left: 10px;
 }
.reciptDetails-panel table.orderDetailsTable .total {
  text-align: right;
  width: 70px;
  padding-right: 0;
}
.reciptDetails-panel table.orderDetailsTable .item span {
  display: block;
}
.reciptDetails-panel table.orderDetailsTable .item span.productName {
  font-weight: bold;
  color: #215F8B;
}
.reciptDetails-panel table.orderDetailsTable .item span.productCode {
  font-size: 0.8em;
}
.reciptDetails-panel table.orderSummuryTable {
  float: right;
  text-align: right;
  font-size: 0.86em;
  font-weight: bold;
  margin-top: 17px;
}
.reciptDetails-panel table.orderSummuryTable th, table.orderSummuryTable td {
  vertical-align: top;
  padding: 5px 0 5px 10px;
}
.reciptDetails-panel table.orderSummuryTable tr th {
  text-align: right;
}
.reciptDetails-panel table.orderSummuryTable td {
  padding-left: 55px }
.reciptDetails-panel table.orderSummuryTable tr:hover td {
  background-color: #ffffff;
}
.reciptDetails-panel table.orderSummuryTable tr.grandTotal td, table.orderSummuryTable tr.grandTotal th {
  color: #215F8B;
  font-size: 1.17em;
  text-align: right;
}
.reciptDetails-panel table.orderSummuryTable span.note {
  display: block;
  color: #646464;
  font-size: 0.8em;
}
.reciptDetails-panel div.customerDetails-panel .column {
  float: left;
  width: 375px;
}
.reciptDetails-panel div.customerDetails-panel .right {
  float: right;
}
.reciptDetails-panel div.customerDetails-panel .column table {
  width: 100%;
  font-size: 0.86em;
}
.reciptDetails-panel div.customerDetails-panel .column table th {
  font-weight: bold;
  text-align: left;
}
.reciptDetails-panel div.customerDetails-panel .column table th, div.customerDetails-panel .column table td {
  padding: 5px 10px 5px 0;
}
.reciptDetails-panel div.customerDetails-panel .column table tr.iehover td {
  background-color: #ffffff;
}
.reciptDetails-panel div.customerDetails-panel h3 {
  color: #666666;
  font-size: 1em;
  border-bottom: 1px dotted #b9b9b9;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.reciptDetails-panel div.footer {
  text-align: center;
  margin: 60px 0 20px 0;
  font-size: 0.86em;
}
.reciptDetails-panel div.footer a {
  font-size: 1em;
}

/* =============================================================================
   Media Queries
   ========================================================================== */
/* Style adjustments for viewports that meet the condition */
/*@media only screen and (min-width: 35em) {

}*/


/*banner controls adjustment*/
@media only screen and (max-width: 1200px) {
  a.banner_nav {
    display: none;
  }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }
.clear { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#ContactForm_ContactForm_error { color: red; }



#NewsletterForm_NewsletterForm_action_SendNewsletterForm:hover { 
    background-color:#f9a833;
	border: 2px solid #f9a833;
}
#NewsletterForm_NewsletterForm_action_SendNewsletterForm{
	color:#ffffff;
	background-color:#ff9600;
	height:45px;
	text-align:center;
	font-size:20px;
	border: 2px solid #ff9600;
    border-radius: 10px;	
}

#UnsubscribeForm_UnsubscribeForm_action_SendUnsubscribeForm{
	color:#ffffff;
	background-color:#ff9600;
	height:45px;
	text-align:center;
	font-size:20px;
	border: 2px solid #ff9600;
    border-radius: 10px;
}

.TermsCondition{
	
	text-align: justify;
}

#NewsletterForm_NewsletterForm_error{
	
	color:red;
	visibility:show;
}
#erroralert{
	color:red;
}
#membershipmessage{
	color:red;
}
#redirectmessage{
	color:green;
}
#CheckGift{
	margin-left:-155px;
}
#GiftText{
	margin-left:-155px;
}
.NewsletterSubscription  nav a.link, .ContactPage  nav  a.link
{
	text-decoration: none;
}