/*theme specific styles*/

/*default variables that cover ALL themes*/

/*default styles for ALL themes*/

.validation-summary-valid {
  display: none;
}
div.javascript_support,
div.cookie_support {
  background-color: #555555;
  width: 100%;
  height: 25px;
  font: 16px arial;
  font-weight: normal;
  color: white;
  text-align: center;
  padding-top: 5px;
}
/*Honeypot field*/

input[type=text].enclosed {
  position: fixed;
  top: -40px;
}
#register_reset_password {
  display: none;
}
address {
  font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700,800);
body {
  background-color: white;
  font-size: .75em;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  /*color: Black;*/

}
.page {
  width: 850px;
  min-width: 850px;
  margin: auto;
  padding: 0px;
  clear: both;
}
h1 {
  font-size: 2em;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  line-height: normal;
}
h2 {
  padding: 5px;
  background-color: #e1f6e0;
  font-size: 1.1em;
  font-weight: 600;
  color: #1ebd19;
}
h3 {
  font-size: 1em;
  font-weight: normal;
  color: black;
}
p {
  margin-top: 0px;
}
a,
button,
input[type=submit] {
  color: #222222;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
a {
  color: #1ebd19;
}
a:hover,
a:focus {
  text-decoration: none;
}
div {
  display: block;
}
ul {
  list-style: none;
  padding: 0px;
}
img {
  border: 0px solid #888888;
}
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.1em;
  border: 1px solid #dddddd;
}
table tbody td {
  padding: 3px;
}
form {
  display: block;
  position: relative;
}
fieldset li {
  margin-bottom: 4px;
}
fieldset label:after {
  content: ": ";
}
fieldset li label {
  width: 85px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 25px;
  float: left;
  margin-bottom: 0;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  line-height: 25px;
}
fieldset li > div {
  width: auto;
  padding-left: 90px;
}
fieldset li input {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
fieldset li input[type=text],
fieldset li input[type=password],
fieldset li input[type=email] {
  width: 100%;
}
/*form li input[type=text] {
        min-width:250px;
    }*/

fieldset {
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
  padding: 0;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 20px;
  display: block;
  /*position:absolute;*/
  top: 0;
}
fieldset .row,
fieldset .row-fluid {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
form ol,
fieldset ol {
  padding: 0px;
  list-style: none;
  margin: 5px;
}
form ol li span.error {
  display: block;
}
fieldset legend {
  position: absolute;
  top: -37px;
  width: 100%;
  padding: 5px 10px;
  background-color: #e1f6e0;
  font-size: 1.2em;
  font-weight: bold;
  color: #1ebd19;
  border-bottom: none;
  margin-bottom: 0;
  line-height: normal;
  margin-left: -1%;
  padding-left: 1%;
  padding-right: 1%;
}
input,
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  padding: 3px;
  height: 18px;
  border: 1px solid #a2aaa3;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  margin-bottom: 0;
}
input {
  width: auto;
}
select {
  height: 25px;
}
input[type=submit],
button {
  cursor: pointer;
}
::-webkit-input-placeholder {
  font-style: italic;
}
::-moz-placeholder {
  font-style: italic;
}
/* firefox 19+ */

:-ms-input-placeholder {
  font-style: italic;
}
/* ie */

input:-moz-placeholder {
  font-style: italic;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.error {
  color: red;
}
.success {
  color: green;
}
.hide {
  display: none;
}
.field-validation-error {
  color: Red;
}
.mandatory label:after {
  content: "* : ";
}
ul.menu_horizontal {
  margin: 0px;
}
ul.menu_horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0px;
  padding: 1px 0px;
}
ul.menu_horizontal li a {
  padding: 9px 15px;
}
.section {
  width: 800px;
  display: block;
  padding: 0px;
}
.section .header {
  background-color: #eeeeee;
  margin: 0px;
  display: block;
  padding: 8px 20px;
}
.box h2 {
  padding: 0px;
  margin: 0px;
}
/*
span.tiny {
    font-size: 8px;
    color: #888;
}

div.task {
    padding: 10px;
    border: 1px solid #ddd;
    float: left;
}

div.task a {
    padding: 5px;
    background-color: #eee;
}

.error, .validation-summary-errors {
    position:relative;
    top:-20px;
    left:0px;
    color: Red;
    width:100%;
    z-index:1000;
}

*/

/******************************  Environment Configuration  *********************************/

#environment.localdevelopment {
  color: #1771bd;
  background-color: rgba(23, 113, 189, 0.44);
  border-bottom: 2px solid #2884d2;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: auto;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  padding-top: 0px;
  display: block;
  width: auto;
  text-align: center;
}
#environment.testing {
  color: rgba(255, 95, 95, 0.92);
  background-color: rgba(255, 95, 95, 0.44);
  border-bottom: 2px solid #ff5f5f;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: auto;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  padding-top: 0px;
  display: block;
  width: auto;
  text-align: center;
}
#environment.teamdevelopment {
  color: rgba(93, 189, 51, 0.92);
  background-color: rgba(93, 189, 51, 0.44);
  border-bottom: 2px solid #5dbd33;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: auto;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  padding-top: 0px;
  display: block;
  width: auto;
  text-align: center;
}
#environment.production {
  display: none;
}
/************************************************************************************/

#login {
  width: 400px;
  margin: 50px auto;
}
body > .header {
  width: 900px;
  min-height: 70px;
  margin: 0px auto;
  padding: 0;
  background: white;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, white 43%, #111111 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(43%, white), color-stop(100%, #111111));
  background: -webkit-linear-gradient(left, white 43%, #111111 100%);
  background: -o-linear-gradient(left, white 43%, #111111 100%);
  background: -ms-linear-gradient(left, white 43%, #111111 100%);
  background: linear-gradient(to right, white 43%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#111111', GradientType=1);
}
body > .header h1 {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 2em;
  font-weight: normal;
}
body > .header h2 {
  margin-left: 10px;
  font-size: 1.615em;
  text-transform: uppercase;
  font-weight: bold;
  color: Black;
}
#title h2 {
  float: left;
  border-left: 1px solid black;
  padding: 0px 30px 0px;
  margin-left: 70px;
  margin-top: 52px;
}
/*five to one aspect ratio*/

body > .header #title {
  overflow: hidden;
  padding: 5px 270px 2px 0;
}
body > .header img {
  max-height: 70px;
}
/*three to two aspect ratio*/

body.logo-ratio-three_to_two > .header #title {
  padding: 5px 270px 5px 2px;
}
body.logo-ratio-three_to_two > .header img {
  max-height: 105px;
}
/*square aspect ratio*/

body.logo-ratio-square > .header #title {
  padding: 1px 270px 1px 60px;
}
body.logo-ratio-square > .header img {
  max-height: 110px;
}
/*two to three aspect ratio*/

body.logo-ratio-two_to_three > .header #title {
  padding: 1px 270px 1px 90px;
}
body.logo-ratio-two_to_three > .header img {
  max-height: 110px;
}
/*one_to_five aspect ratio*/

body.logo-ratio-one_to_five > .header #title {
  padding: 0px 270px 0px 100px;
}
body.logo-ratio-one_to_five > .header img {
  max-height: 114px;
}
#user {
  float: right;
  color: white;
  padding: 0px;
  margin-right: 0px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 600;
}
#user ul {
  list-style: none;
  margin: 0px;
}
#user ul li {
  display: inline;
  padding: 0px 10px;
  border-right: 1px solid white;
  text-align: center;
}
#user ul li:last-child {
  border-right: 0px;
}
#user a {
  color: white;
  text-transform: uppercase;
  padding: 6px 4px;
}
#user a:hover {
  background: #808b90;
  /* background-color: @primary_colour;*/

}
#nav {
  margin: auto;
  width: 900px;
  background-color: black;
  /*@primary_colour;*/
  position: relative;
}
#nav ul.menu_horizontal {
  text-align: center;
}
#nav li {
  padding: 0px 7px;
}
#nav a {
  color: white;
  display: block;
  border-right: 0px solid #444444;
  padding: 5px 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}
#nav a:hover,
body.home > #nav a[href="/"],
body.product_categories > #nav a[href="/Product"],
body.custom_quote_request > #nav a[href="/Product"],
body.artwork > #nav a[href="/Product"],
body.graphic_design > #nav a[href="/GraphicDesign"],
body.what_is_opm > #nav a[href="/OPM"],
body.support > #nav a[href="/Support"],
body.frequently_asked_questions > #nav a[href="/FAQ"],
body.contact_us > #nav a[href="/Contact"] {
  color: #1ebd19;
}
#nav a:hover,
#nav a:focus {
  text-decoration: none;
}
#main {
  clear: both;
  margin: 0px auto;
  background-color: White;
}
#main .page {
  background-color: White;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 1px 0px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  -webkit-box-shadow: 0px -1px 15px #dddddd;
  -moz-box-shadow: 0px -1px 15px #dddddd;
  box-shadow: 0px -1px 15px #dddddd;
  /*min-height: 450px;*/

}
#main .before_main .header {
  background-color: #315caa;
  color: White;
  font-family: 'Open Sans', Arial, sans-serif;
  border-top: 1px solid White;
  font-size: 1.0em;
  font-weight: normal;
}
#main .page > * {
  margin: 0px 25px;
}
#main .page .before_main > .header {
  min-height: 00px;
  padding: 10px 23px;
  margin: 0px 0px 10px 0px;
  width: 99.5%;
  margin-left: -2%;
}
#main .page .before_main > .header h1 {
  font-weight: normal;
  font-size: 1.538em;
}
#main .page .before_main > .header h2 {
  font-weight: normal;
  font-size: 1.538em;
}
#main .page > .section {
  min-height: 250px;
}
#login {
  margin-top: 50px;
}
.content {
  margin-bottom: 20px;
}
/******************************  Home  *********************************/

#home_contents {
  position: relative;
  /*top: -184px;*/
  left: 0;
}
#home_contents h1 {
  font-size: 1.1em;
  padding: 5px;
  background-color: #e1f6e0;
  font-weight: 600;
  color: black;
  text-transform: none;
}
#home_title h3 {
  font-size: 2em;
  font-weight: 600;
  color: black;
  margin: 0px;
  text-transform: none;
  padding: 10px 0px;
}
#featured_product ul {
  background-image: url("/Media/32/Featured_Product_Background.png");
  list-style-type: none;
  /*text-align: center;*/
  margin: 0px;
  padding: 0px;
  height: 236px;
}
#featured_product ul li {
  display: block;
  /*height: 270px;
    overflow: hidden;*/

}
#featured_product ul li img {
  padding: 15px 40px;
  max-width: 400px;
  max-height: 230px;
  vertical-align: middle;
}
#featured_product ul li a {
  height: 236px;
  display: block;
  line-height: 236px;
}
#featured_product ul li a.link {
  position: relative;
  margin-top: -50px;
  float: right;
  margin-right: 80px;
  padding: 3px 15px;
  height: 20px;
  line-height: 20px;
}
#featured_product ul li div.price {
  position: relative;
  top: -215px;
  width: 350px;
  float: right;
  color: white;
  text-transform: uppercase;
  zoom: 1;
  padding-left: 350px;
  height: 0;
  text-align: center;
}
#featured_product ul li div.price .product_name {
  color: white;
  font-size: 2.6em;
  display: block;
  padding-top: 5px;
}
#featured_product ul li div.price .from {
  font-size: 1.7em;
  display: block;
  margin-top: 30px;
}
#featured_product ul li div.price .from_price:before {
  content: "$";
  font-size: 0.6em;
  vertical-align: super;
  padding-right: 4px;
}
#featured_product ul li div.price .from_price {
  font-size: 4.5em;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
/**********************************************************************************/

/*****    Popular Products ************************************************************************/

#popular_products {
  position: relative;
  /*top: 100px;*/
  left: 0px;
  margin: 30px auto;
  background: white;
}
#popular_products ul {
  margin: 10px 0px;
  text-align: center;
  min-height: 120px;
  height: 120px;
}
#popular_products ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin: 0px 10px;
  padding: 0px;
  width: 105px;
  height: 120px;
  color: #1ebd19;
  vertical-align: top;
}
.dark #popular_products ul li {
  color: #1ebd19;
}
#popular_products a {
  width: 100%;
  font-size: .73em;
  color: #1ebd19;
}
.dark #popular_products a {
  color: #1ebd19;
}
#popular_products h2 {
  position: relative;
  display: block;
  bottom: 0px;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  color: #1ebd19;
  margin: 0px;
  padding: 20px 0px 10px;
}
.dark #popular_products h3 {
  font-weight: 700;
  color: #1ebd19;
}
#popular_products .from_just {
  display: block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0px;
  padding: 15px 0px 5px;
}
#popular_products .price {
  display: block;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  font-size: 24px;
  padding: 0px;
}
#popular_products ul li a {
  width: 120px;
}
#popular_products ul li img {
  max-width: 100px;
  height: 100px;
  padding: 0px;
  margin: 0px;
}
#popular_products ul li .img_container {
  position: relative;
  top: 0;
  right: 0;
  float: left;
  width: 100%;
  padding: 5px 0px 0px;
  margin: 0px;
}
#popular_products ul li .img_container p {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  line-height: initial;
}
#popular_products ul li .txt_container {
  display: none;
  height: 120px;
  text-align: center;
}
#popular_products ul li:hover .txt_container,
#popular_products ul li:hover .txt_container h2 {
  display: block;
}
#popular_products ul li:hover .img_container {
  display: none;
}
/***************************************  Sample Packs  *******************************************************************/

.requiredfieldnote {
  font-size: 11px;
  margin-top: -10px;
  position: absolute;
}
#form_I_want_a_design_quote_ph .requiredfieldnote {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  position: inherit;
}
#form_Account_Setup_Request_ph .requiredfieldnote {
  float: left;
  margin: 0;
  position: inherit;
}
#form_Contact_Us_ph .requiredfieldnote {
  margin-top: -20px;
}
#form_Request_a_Sample_Pack_ph {
  height: 330px;
  margin: 20px auto;
  background-image: url("/Media/32/free_sample_pack.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
}
#form_Request_a_Sample_Pack_ph form fieldset legend h4 {
  position: relative;
  top: 0px;
  left: -30px;
  float: left;
  font-weight: 600;
  color: black;
  width: 30px;
  margin: 0px;
  padding: 0px;
}
#form_Request_a_Sample_Pack_ph form fieldset legend {
  top: 0;
  left: -100%;
  font-size: 1.8em;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  text-align: center;
}
#form_Request_a_Sample_Pack_ph form {
  display: block;
  width: 50%;
  float: right;
}
#form_Request_a_Sample_Pack_ph form ol {
  position: relative;
  top: -30px;
}
#form_Request_a_Sample_Pack_ph fieldset {
  float: right;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-top: 50px;
}
#form_Request_a_Sample_Pack_ph form li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 45%;
  margin-right: 4%;
  padding-bottom: 0px;
}
#form_Request_a_Sample_Pack_ph form label {
  width: 150px;
}
#form_Request_a_Sample_Pack_ph form li > div {
  display: block;
  padding-left: 0;
}
#form_Request_a_Sample_Pack_ph form li.state,
#form_Request_a_Sample_Pack_ph form li.postcode {
  width: 20%;
  padding-bottom: 0px;
}
#form_Request_a_Sample_Pack_ph form li.business_name,
#form_Request_a_Sample_Pack_ph form li.address,
#form_Request_a_Sample_Pack_ph form li.email {
  width: 96%;
}
#form_Request_a_Sample_Pack_ph form li.submit {
  float: right;
  text-align: right;
  padding-bottom: 0px;
  margin-top: 10px;
}
/************************************************************************************/

/******************************  Contact Us  *********************************/

.contact_us .content h2 {
  display: none;
}
.contact_us .content ul li {
  height: 30px;
  color: black;
  width: 500px;
  font-size: 1.2em;
}
.contact_us .content ul li.disabled {
  display: none;
}
.contact_us .content ul li span.heading {
  float: left;
  width: 40px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #1ebd19;
  font-weight: 600;
  padding-right: 20px;
}
body.contact_us .content > ul {
  float: right;
  width: 40%;
}
#form_Contact_Us_ph {
  float: left;
  width: 50%;
  margin-top: 40px;
}
/************************************************************************************/

/******************************  FAQs  *********************************/

.questions {
  padding: 10px;
  margin: 0px;
}
.questions span.mark {
  display: none;
}
.questions .faq_question {
  display: block;
}
.questions .faq_answer {
  padding-bottom: 18px;
  display: block;
}
span.faq_question {
  color: #1ebd19;
  font-weight: 600;
}
/************************************************************************************/

/******************************  OPM  *********************************/

.what_is_opm .content h1 {
  min-height: 230px;
  text-align: right;
  color: white;
  background: transparent url("/Media/32/OPM_image.png") left top no-repeat;
  font-size: 2.2em;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
  padding: 20px 15px;
  margin-bottom: 0px;
}
.what_is_opm .content h2 {
  position: relative;
  top: -220px;
  text-align: right;
  color: white;
  background: transparent;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  padding-right: 15px;
  margin: 0px;
}
.what_is_opm .content h3 {
  float: left;
  color: #1ebd19;
  font-size: 1.8em;
  height: 265px;
  width: 38%;
  margin: 0px;
}
.what_is_opm .content p {
  float: right;
  width: 51%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.what_is_opm .content ul {
  padding: 7px;
}
.what_is_opm .content ul li {
  display: none;
}
#form_Account_Setup_Request_ph {
  clear: both;
  width: 100%;
}
#form_Account_Setup_Request_ph form {
  width: 90%;
  margin: auto;
}
#form_Account_Setup_Request_ph form li {
  width: 45%;
  float: left;
  clear: left;
}
#form_Account_Setup_Request_ph form li.submit {
  float: right;
  clear: none;
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
}
/*#form_Account_Setup_Request_ph input[type=submit] {
    float:right;
    position:relative;
    margin-top:-35px;
    margin-right:20px;
}*/

.opm_request {
  position: relative;
  top: -80px;
  float: left;
  width: 100%;
  margin: 40px 0px 20px 0px;
  padding: 0px;
}
/*.opm_request form legend {
        position: relative;
        top: -34px;
        left: 0px;
        float: left;
        width: 99%;
        padding: 5px;
        font-size: 1.1em;
        font-weight: 600;
        color: @primary_colour;
        margin-bottom: 4px;
    }*/

.opm_request form fieldset {
  width: 100%;
  float: left;
  margin: 0px;
  /*padding: 0px;*/
  margin-top: 4px;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
}
.opm_request form ol {
  float: left;
  position: relative;
  top: -20px;
  width: 49%;
  padding-left: 10px;
  margin: 0px 0px 10px 0px;
}
.opm_request form li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.what_is_opm .content .opm_request form fieldset p {
  position: relative;
  left: 0px;
  top: -20px;
}
.opm_request form li label {
  float: left;
  line-height: 25px;
  width: 26%;
}
.opm_request form li label:after {
  content: ": ";
}
.opm_request form li input {
  float: left;
  width: 71%;
}
.opm_request form .submit {
  float: right;
  position: relative;
  right: 0px;
  bottom: -100px;
}
/************************************************************************************/

/******************************  Graphic Design  *********************************/

#form_I_want_a_design_quote_ph {
  float: left;
  width: 100%;
  margin: 40px 0px 50px 0px;
  padding: 0px;
}
.graphic_design .content h1 {
  min-height: 230px;
  text-align: right;
  color: white;
  background: transparent url("/Media/32/feature_image.png") left top no-repeat;
  font-size: 2.2em;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
  padding: 20px 15px;
  margin-bottom: 0px;
}
.graphic_design .content h2 {
  position: relative;
  top: -220px;
  text-align: right;
  color: white;
  background: transparent;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  padding-right: 15px;
  margin: 0px;
}
.graphic_design .content h3 {
  float: left;
  color: #1ebd19;
  font-size: 1.8em;
  height: 130px;
  width: 38%;
  margin: 0px;
}
.graphic_design .content p {
  float: right;
  width: 51%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#form_I_want_a_design_quote_ph form {
  padding-bottom: 20px;
}
#form_I_want_a_design_quote_ph form fieldset {
  width: 100%;
  height: 290px;
  margin: 0px;
  /*padding: 0px;*/
  margin-top: 4px;
}
#form_I_want_a_design_quote_ph form ol {
  width: 100%;
  padding-left: 10px;
  margin: 0px 0px 10px 0px;
}
#form_I_want_a_design_quote_ph form p {
  width: 100%;
  clear: left;
}
#form_I_want_a_design_quote_ph form li {
  float: left;
  clear: left;
  width: 48%;
  margin-bottom: 5px;
}
#form_I_want_a_design_quote_ph li.recaptcha {
  clear: none;
  float: none;
}
#form_I_want_a_design_quote_ph form li label {
  width: 90px;
}
#form_I_want_a_design_quote_ph form li label.brief {
  position: relative;
  right: -420px;
  top: -100px;
  float: right;
  line-height: 25px;
  width: 100%;
}
#form_I_want_a_design_quote_ph form li textarea {
  height: 100px;
  width: 90%;
}
#form_I_want_a_design_quote_ph form li:nth-child(6) {
  float: right;
  clear: right;
  position: relative;
  top: -130px;
}
#form_I_want_a_design_quote_ph form li:nth-child(6) label {
  width: 100%;
  line-height: normal;
}
#form_I_want_a_design_quote_ph form li:nth-child(6) > div {
  width: 100%;
  padding: 0;
}
#form_I_want_a_design_quote_ph form textarea {
  margin-top: 5px;
}
#form_I_want_a_design_quote_ph form .submit {
  float: right;
  top: 10px;
  position: relative;
  right: 30px;
  clear: right;
  text-align: right;
}
/************************************************************************************/

/*****    Product Categories ************************************************************************/

body.product_categories #main .page {
  background-color: white;
}
#categories {
  width: 100%;
  background-color: white;
  min-height: 200px;
  padding-bottom: 130px;
}
body.product_categories ul li img {
  display: none;
}
#categories ul li ul {
  width: 100%;
}
#categories ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
#categories ul li {
  float: left;
  width: 33%;
  width: 32%;
  height: 30px;
  padding: 0px;
  margin: 0px 4px 0px 0px;
}
#categories ul li:nth-child(3n+3) {
  margin: 0px 0px 0px 0px;
}
#categories ul li a {
  color: black;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 30px;
  background-color: #e1f6e0;
  padding: 0px 5px;
  display: block;
}
.dark #categories ul li a {
  color: #1ebd19;
  font-weight: 600;
}
#categories ul li a:hover {
  color: black;
  background: #1ebd19;
}
.dark #categories ul li a:hover {
  color: black;
}
/*****   How to Order   ************************************************************************/

#how_to_order {
  margin-bottom: 20px;
}
#how_to_order ul {
  margin: 0px;
  padding: 0px;
  height: 29px;
  background: #c6cbce;
}
#how_to_order ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
  line-height: 29px;
}
#how_to_order ul li.selected {
  background: #808b90;
}
#how_to_order ul li.step1 {
  position: relative;
  left: 0;
  top: 0;
  padding: 0px;
  margin: 0px;
  background: #808b90 url("/Media/32/arrow-two.jpg") right center no-repeat;
}
#how_to_order ul li.step2 {
  position: relative;
  left: 0px;
  top: 0;
  padding: 0px;
  margin: 0px;
  background: #c6cbce url("/Media/32/arrow-light.jpg") right center no-repeat;
}
#how_to_order ul li.step3 {
  position: relative;
  left: 0px;
  top: 0;
  padding: 0px;
  margin: 0px;
  background: #c6cbce;
  background: #c6cbce url("/Media/32/arrow-light.jpg") right center no-repeat;
}
#how_to_order ul li.step2.selected,
#how_to_order ul li.step4.selected {
  position: relative;
  left: -20px;
  top: 0;
  padding: 0px;
  margin: 0px;
  background: #808b90 url("/Media/32/arrow-dark.jpg") left center no-repeat;
}
#how_to_order ul li.step2.selected div {
  position: relative;
  left: 20px;
  top: 0;
  background: #808b90 url("/Media/32/arrow-two.jpg") right center no-repeat;
}
#how_to_order ul li.step3.selected {
  position: relative;
  left: -40px;
  top: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background: #808b90 url("/Media/32/arrow-dark.jpg") left center no-repeat;
}
#how_to_order ul li.step3.selected div {
  position: relative;
  left: 20px;
  top: 0;
  background: #808b90 url("/Media/32/arrow-two.jpg") right center no-repeat;
}
#how_to_order ul li.step4.selected div {
  position: relative;
  left: -20px;
  padding-left: 20px;
  width: 222px;
  top: 0;
  background: #808b90 url("/Media/32/arrow-dark.jpg") left center no-repeat;
}
#how_to_order ul li > div {
  width: 100%;
  float: left;
}
#how_to_order h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  background: transparent;
  color: black;
  margin: 0px 0px 10px 0px;
}
#how_to_order ul li h3 {
  display: none;
}
#how_to_order ul li span {
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  width: 100%;
}
#how_to_order ul li span.description {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  color: black;
}
/******************************  Support  *********************************/

.support #SupportButtons {
  /*float: left;*/
  width: 100%;
  /*background-color: @primary_colour;
    min-height: 30px;*/
  margin: 0px;
  padding: 0px;
}
.support #SupportButtons li {
  float: left;
  width: 260px;
  height: 39px;
  padding: 0px;
  margin: 0px;
}
.support #SupportButtons li a {
  color: #1ebd19;
  font-weight: 600;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.2em;
  background-color: #e1f6e0;
  padding: 10px;
  display: block;
}
.support #SupportButtons li a:hover,
.support #SupportButtons li a.active {
  color: white;
  background-color: #1ebd19;
}
.support.dark #SupportButtons li a:hover,
.support.dark #SupportButtons li a.active {
  color: white;
}
.support.dark #SupportButtons li a {
  color: #1ebd19;
}
.support h3 {
  font-weight: 600;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.4em;
  color: #1ebd19;
}
.support h4 {
  float: left;
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  color: #1ebd19;
  *margin: 20px 0px;
  /*IE7 FIX*/

}
.support #SupportDetails {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.support #SupportDetails ul {
  float: left;
  margin: 0px;
}
.support #SupportDetails img {
  max-width: 800px;
}
.support #SupportDetails ul li a {
  float: left;
  color: black;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 25px;
  margin: 0px;
  padding: 0px 20px;
  width: 100%;
}
#SupportDetails li span.headervalue,
#SupportDetails li span.header {
  float: left;
  background: #716e6d;
  color: white;
  font-size: 0.9em;
  height: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 10px 20px;
  border: 1px solid #eeeeee;
  min-height: 40px;
}
.support #SupportDetails .headingtxt,
.support #SupportDetails li span.valuetxt {
  float: left;
  background: white;
  color: #1ebd19;
  width: auto;
  font-size: 0.9em;
  margin: 0px;
  min-height: 30px;
  padding: 10px 20px;
  border-bottom: 1px solid black;
  min-height: 40px;
}
.support #SupportDetails .headingtxt {
  width: 117px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.support #SupportDetails li span.valuetxt {
  float: right;
  width: 600px;
  border-right: 1px solid black;
}
#DesignDetail,
#StandardSizesDetail,
#PaperDetail,
#ArtworkSpecsDetail,
#FinishingDetail,
#PrintReadyDetail {
  padding: 0px 0px;
}
#ArtworkSpecsSubDropdowns li,
#DesignSubDropdowns li,
#SizesSubDropdowns li,
#FinishingDropdowns li {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  width: 60%;
  padding: 0px 0px 0px 20px;
  background: #1ebd19 url("/Media/32/color-dropdown-arrow.png") left center no-repeat;
}
#ArtworkSpecsSubDropdowns li a,
#DesignSubDropdowns li a,
#SizesSubDropdowns li a,
#FinishingDropdowns li a {
  position: relative;
  left: 0px;
  top: 0;
  padding: 0px 0px;
  width: 100%;
  font-size: 1.05em;
  color: #1ebd19;
  background: white;
}
.support #SupportDetails #ArtworkSpecsSubDropdowns li a:hover,
.support #SupportDetails #DesignSubDropdowns li a:hover,
.support #SupportDetails #SizesSubDropdowns li a:hover,
.support #SupportDetails #FinishingDropdowns li a:hover {
  padding-left: 40px;
  left: -20px;
  background: white url("/Media/32/black-dropdown-arrow.png") left center no-repeat;
  color: #1ebd19;
}
.support #SupportDetails #ArtworkSpecsSubDropdowns li a.active,
.support #SupportDetails #DesignSubDropdowns li a.active,
.support #SupportDetails #SizesSubDropdowns li a.active,
.support #SupportDetails #FinishingDropdowns li a.active {
  padding-left: 40px;
  left: -20px;
  background: white url("/Media/32/black-dropdown-arrow.png") left center no-repeat;
  color: #1ebd19;
}
/*Design Basics */

#DesignSubDetail {
  float: left;
  width: 100%;
  margin: 0px;
}
#DesignSubDetail ul {
  float: left;
  width: 100%;
  margin: 40px;
}
#DesignSubDetail img {
  max-width: 780px;
  padding: 10px;
}
#trim_bleed_download {
  float: right;
  position: relative;
  bottom: 0px;
  right: 0px;
  width: 125px;
}
#trim_bleed_download p {
  float: right;
  width: 140px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: #1ebd19;
}
#trim_bleed_download .submit {
  float: right;
}
/*Paper Stock Options */

.support #SupportDetails #PaperDetail #PaperWeightDetail {
  float: left;
}
.support #SupportDetails #PaperDetail #PaperWeightDetail ul {
  float: left;
  border-top: 1px solid black;
}
.support #SupportDetails #PaperDetail ul li {
  float: left;
}
.support #SupportDetails #PaperDetail #PaperTypeDetail ul {
  float: left;
  border-top: 1px solid black;
}
/* Standard Sizes Detail    */

#SizesSubDetail {
  width: 100%;
  float: left;
}
#SizesSubDetail img {
  width: 440px;
  float: right;
  padding: 0px;
}
#StandardSizesDetail table {
  float: left;
  width: 340px;
  border-collapse: collapse;
}
#StandardSizesDetail table th,
#StandardSizesDetail table td {
  border: 1px solid #eeeeee;
  line-height: 25px;
  padding: 10px;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
#StandardSizesDetail table th {
  background: #716e6d;
  color: white;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0px;
  padding: 10px;
}
/*Finishing Detail         */

#FinishingDetail,
#FinishingSubDetail {
  float: left;
}
#FinishingSubDetail .heading {
  font-weight: bold;
}
/*Artwork Specs  */

#ArtworkSpecsDetail {
  float: left;
}
#ArtworkSpecsDetail ul {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
#ArtworkSpecsDetail ul li {
  float: left;
  width: 100%;
}
#ArtworkSpecsSubDetails {
  float: left;
  width: 100%;
}
/* Print Checklist */

#PrintReadyDetail {
  float: left;
}
#ReadytoPrintDownload p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: #1ebd19;
}
#ReadytoPrintDownload .submit {
  width: 105px;
  float: none;
}
#ReadytoPrintIMG {
  height: 450px;
  width: 350px;
  background: white url("/Media/32/checklist_pic.png") top left no-repeat;
  box-shadow: 0px -1px 5px #bbbbbb;
  margin-bottom: 15px;
}
/* -------------------------------------------End Support ------------------------------------------------------------------*/

/************************************************************************************/

/******************************  Sign In/ Log in/ Reset Password  *********************************/

#sign_in,
#reset_password {
  float: left;
  width: 40%;
  /*margin: 40px 0px 20px 0px;*/
  padding: 0px;
}
#reset_password {
  width: 375px;
}
#sign_in fieldset {
  width: 100%;
  float: left;
  margin: 0px;
  /*padding: 0px;*/
  margin-top: 4px;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
}
#reset_password fieldset {
  width: 100%;
  float: left;
  margin: 0px;
  /*padding: 0px;*/
  margin-top: 4px;
  margin-bottom: 60px;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
}
/*#sign_in fieldset legend, #reset_password fieldset legend {
            position: relative;
            top: -34px;
            left: 0px;
            float: left;
            width: 98%;
            padding: 5px;
            font-size: 1.1em;
            font-weight: 600;
            color: @primary_colour;
            margin-bottom: 4px;
        }*/

#sign_in {
  margin: 40px 0px;
}
#sign_in form p {
  display: none;
}
#reset_password p {
  /*position: relative;
    top: -34px;
    left: 0px;*/
  float: left;
  width: 98%;
  padding: 5px;
  font-size: 1.0em;
  font-weight: normal;
  margin-bottom: 4px;
}
#sign_in form ol {
  /*position: relative;
    top: -20px;*/
  width: 48%;
  float: left;
  margin: 0px 0px 10px 0px;
}
#sign_in ol li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#sign_in ol li label {
  padding-left: 10px;
  line-height: 25px;
  width: 20%;
}
#reset_password label {
  padding-left: 10px;
  line-height: 25px;
  width: 135px;
}
#sign_in ol li label:after {
  content: ": ";
}
#sign_in ol li input {
  float: left;
  width: 70%;
}
#reset_password li input {
  float: right;
  width: 200px;
}
#sign_in .submit {
  position: relative;
  bottom: -40px;
  right: 0px;
  float: right;
}
#reset_password .submit {
  position: relative;
  bottom: -40px;
  float: right;
  width: 50%;
}
#reset_password .submit input {
  float: right;
}
/***********************************************************************************************************/

/************************************************  Register/ New Customer  ************************************************************/

.account .content {
  min-height: 400px;
}
#new_customer {
  float: left;
  width: 70%;
  padding: 0px;
  margin: 40px 0px;
}
#new_customer fieldset {
  width: 100%;
  float: left;
  margin: 0px;
  height: auto;
  /*padding: 0px;*/
  margin-top: 4px;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
}
/*#new_customer fieldset legend {
            position: relative;
            top: -34px;
            left: 0px;
            float: left;
            width: 99%;
            padding: 5px;
            font-size: 1.1em;
            font-weight: 600;
            color: @primary_colour;
            margin-bottom: 4px;
        }*/

#new_customer form ol {
  position: relative;
  width: 100%;
  float: left;
  margin: 0px 0px 10px 0px;
}
#new_customer ol li,
#new_customer ol li.subLi {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
#new_customer ol li label,
#new_customer ol li.subLi label {
  float: left;
  padding-left: 10px;
  line-height: 25px;
  width: 25%;
}
#new_customer ol li label:after {
  content: ": ";
}
#new_customer ol li input {
  float: left;
  width: 65%;
}
#new_customer .submit {
  position: relative;
  bottom: -40px;
  right: 0;
  float: right;
}
#new_customer li.postcode,
#new_customer li.state {
  float: left;
  width: 25%;
}
#new_customer .stateSelect {
  width: 39%;
}
#new_customer .state label {
  width: 50%;
}
#new_customer .state input[type="text"] {
  width: 39%;
}
#new_customer .postcode label {
  width: 41%;
}
#new_customer .postcode input[type="text"] {
  width: 35%;
  float: left;
  margin-left: 5px;
}
.account #product_summary {
  display: none;
}
/***********************************************************************************************************/

/************************************************  Custom Quote  ************************************************************/

.custom_quote_request h2 {
  display: none;
}
#form_Please_tell_us_about_your_job_ph {
  float: left;
  width: 40%;
  margin: 40px 0px 20px 0px;
  padding: 0px;
}
/*#form_Please_tell_us_about_your_job_ph fieldset legend {
        top: -22px;
    }*/

#form_Please_tell_us_about_your_job_ph ol li {
  width: 97%;
}
#form_Please_tell_us_about_your_job_ph .submit {
  text-align: right;
}
/***********************************************************************************************************/

/************************************************  Artwork  ************************************************************/

/*.artwork .content {
    min-height: 600px;
}*/

.artwork_container {
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  background: white url("/Media/32/man.png") no-repeat;
  background-size: 30%;
}
.artwork_container fieldset {
  /*width:50%;*/
  float: right;
  margin: 0px;
  /*padding: 0px;*/
  margin-top: 4px;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
  padding-bottom: 15px;
}
/*.artwork_container fieldset legend {
            position: relative;
            top: -34px;
            left: 0px;
            float: left;
            width: 100%;
            padding: 5px;
            font-size: 1.1em;
            font-weight: 600;
            color: @primary_colour;
            margin-bottom: 4px;
        }*/

.artwork_container .or {
  display: none;
}
.artwork_container form p {
  /*margin-top: -34px;*/
  padding: 10px;
  float: left;
}
.artwork_container form {
  /*padding: 45px 10px 60px 10px;*/
  float: right;
  width: 70%;
  margin-bottom: 50px;
}
.artwork_container form ol {
  width: 100%;
  float: left;
  margin: 0px;
}
.artwork_container ol li {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 30px;
  width: auto;
}
.artwork_container ol li span {
  float: left;
  position: relative;
  bottom: 0px;
  left: 10px;
  width: 100%;
}
.artwork_container ol li label {
  float: left;
  padding-left: 10px;
  line-height: 30px;
}
#artwork_upload .error {
  width: 50%;
}
.artwork_container #artwork_upload .progress-success.progress-striped .bar,
.artwork_container #artwork_upload .progress-striped .bar-success {
  background-color: #1ebd19;
}
#artworkCheckboxPrice {
  font-style: italic;
  font-size: 1em;
  line-height: 15px;
  width: 200px;
}
.artwork_container ol li input {
  float: left;
  height: 30px;
  margin-left: 10px;
  border: 0px;
}
.artwork_container .submit {
  /*position: relative;
    bottom: -40px;*/
  right: 0px;
  float: right;
}
/*****    Product Summary/Instant Quote ************************************************************************/

#product {
  min-height: 400px;
  margin-bottom: 20px;
  float: left;
}
#product_summary {
  float: left;
  width: 515px;
  min-height: 250px;
  padding: 0px;
  z-index: 10;
  background-color: white;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
  margin-top: 40px;
}
#product_summary h2 {
  position: relative;
  margin-top: -36px;
  left: 0px;
  float: left;
  width: 506px;
}
#product_summary > img {
  /*position: relative;
        top: -40px;
        left: 0px;*/
  text-align: center;
  margin-bottom: 0px;
  float: left;
  max-width: 250px;
  display: none;
}
#product_summary #description {
  /*position: relative;
        top: -40px;*/
  width: 255px;
  float: right;
  margin-right: 10px;
  vertical-align: top;
  z-index: 11;
  clear: right;
  text-align: center;
  line-height: 1.3em;
  color: #1ebd19;
}
#product_summary #description ul {
  margin: 0px;
}
#product_summary #description p {
  float: none;
  text-align: left;
  position: static;
  margin: 5px 0;
  padding: 0;
  width: auto;
  font-size: 0.95em;
  font-style: normal;
  right: auto;
}
#product_summary #description ul {
  float: none;
  text-align: left;
  position: initial;
  margin: 5px 0;
  padding: 0;
  list-style: disc;
  margin-left: 30px;
  font-size: 1.0em;
}
#product_option_detail {
  /*position: relative;
    top: -40px;*/
  width: 255px;
  float: right;
  text-align: left;
  padding-right: 0px;
  margin-right: 10px;
}
#product_option_detail ul {
  margin: 0px;
  padding: 0;
}
#product_option_detail ul ul {
  padding: 0;
  list-style: disc;
  margin-left: 30px;
}
#product_option_detail ul li {
  width: 100%;
  display: none;
}
#product_option_detail ul li p {
  text-align: left;
  color: black;
  font-size: 1.0em;
  position: static;
  width: auto;
  bottom: auto;
  right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  float: none;
  font-style: normal;
  line-height: 1.3em;
}
#product_info {
  float: left;
  margin-left: 5px;
  width: 275px;
  height: 250px;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
  margin-top: 40px;
}
#product_info h2 {
  width: 267px;
}
#product_info #description ul {
  list-style: none;
  position: relative;
  top: -40px;
  margin-right: 20px;
}
#product_info #quantity_price {
  position: relative;
  top: -46px;
  float: left;
  width: 100%;
}
#product_info #quantity_price legend {
  padding: 10px;
  font-size: 0.9em;
  display: none !important;
}
#product_info #quantity_price > div {
  margin: 4px 10px 0px;
}
#product_info #quantity_price select {
  /*float: left;*/
  /*SF NOTE: Disabled while select box javascript is disabled*/
  border-collapse: collapse;
  border: 1px solid #eeeeee;
  margin: 0px;
  background-color: white;
  width: 200px;
}
#product_info #quantity_price div > span {
  font-family: 'Open Sans', Arial, sans-serif;
  width: 45px;
  line-height: 34px;
  padding: 0px;
  text-align: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#product_info  #product_option_price:before {
  content: "$";
}
#product_info #quantity_price #price {
  float: right;
  border: none;
  margin: 10px 0px;
  padding-left: 0px;
}
#product_info #quantity_price #price h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 2em;
  position: relative;
  bottom: 38px;
  right: 10px;
  float: right;
  margin: 0px;
  color: black;
}
#product_info #quantity_price #price small {
  position: relative;
  bottom: -10px;
  right: -62px;
  float: right;
  width: 100%;
  margin: 10px 0px 0px 0px;
  font-style: italic;
  font-size: 1em;
}
#product_info .submit {
  position: relative;
  top: -73px;
  right: -30px;
  margin: 20px 30px 0px 0px;
  float: right;
}
#product h5,
#product p {
  float: right;
  font-style: italic;
  text-align: right;
  width: 40%;
}
#product h5 {
  font-size: 1.2em;
  float: right;
  text-align: right;
  width: 40%;
  padding: 90px 0px 40px 0px;
  background: url("/Media/32/magnifying_glass.png") left bottom no-repeat;
  color: black;
}
#product p {
  font-size: 1.1em;
  position: relative;
  width: 26%;
  bottom: 0px;
  right: -300px;
  margin-top: 140px;
}
#product p a {
  font-weight: normal;
  text-transform: lowercase;
  color: #1ebd19;
}
.custom_quote_text {
  clear: both;
}
/* -------------------------------------------End Product Summary/ Instant Quote ------------------------------------------------------------------*/

/************************************************************************************/

/******************************  Checkout  *********************************/

/*.checkout .content {
    min-height: 620px;
}*/

.checkout #validationSummary {
  display: none;
}
#cart_info {
  min-height: 300px;
}
#cart_info table {
  margin-top: 4px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
}
#cart_info table tr {
  line-height: 20px;
}
#cart_info #new_customer {
  width: 69%;
  float: right;
}
#cart_info #new_customer .submit {
  position: relative;
  bottom: -10px;
  right: 0px;
  float: right;
}
#cart_info #sign_in {
  width: 30%;
  float: left;
}
#cart_info #sign_in fieldset,
#cart_info #new_customer fieldset {
  height: 130px;
}
#cart_info #new_customer .postcode input[type="text"] {
  width: 35%;
  margin-left: 5px;
}
#cart_info #sign_in .submit {
  position: relative;
  bottom: -50px;
  right: 0px;
  float: right;
}
#cart_info #sign_in ol {
  width: 100%;
}
#cart_info #sign_in li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#cart_info #sign_in li label {
  float: left;
  padding-left: 10px;
  line-height: 25px;
  width: 25%;
}
#cart_info #sign_in li label:after {
  content: ": ";
}
#cart_info #sign_in li input {
  float: left;
  width: 60%;
}
#cart_info #sign_in a {
  float: left;
  padding-left: 20px;
  width: 100%;
}
#product_summary ul li.checkout {
  margin-top: 100px;
  margin-bottom: 140px;
}
#cart_info table th {
  text-align: left;
  padding: 3px;
}
#cart_info table .col-quantity {
  width: 45px;
}
#cart_info table .col-product {
  width: 115px;
}
#cart_info table .col-size {
  width: 50px;
}
#cart_info table .col-paper {
  width: 150px;
}
#cart_info table .col-options {
  width: 200px;
}
#cart_info table .col-sides {
  width: 50px;
}
#cart_info table .col-price {
  width: 60px;
}
#cart_info table .col-remove {
  width: 12px;
}
#cart_info table .col-artwork {
  width: 60px;
}
#cart_info table .col-preview {
  display: none;
}
#cart_info table .col-edit {
  display: none;
}
#cart_info div.col-remove a {
  width: 15px;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 5px 2px 5px;
  background: #a8b0b3;
  color: black;
  vertical-align: middle;
}
#cart_info div.col-remove a:hover {
  background: black;
  color: white;
}
#cart_total,
#pricing-info {
  text-align: right;
  width: 100%;
}
#cart_continue {
  text-align: left;
  width: 50%;
}
#cart_total {
  font-size: 1.6em;
  font-weight: bold;
}
#cart_total span {
  margin-right: 0px;
}
#cart_total .price {
  color: #1ebd19;
  padding-left: 20px;
}
#pricing-info .price-info {
  margin: 10px 0px 0px 0px;
  text-align: right;
  font-size: 0.8em;
}
#subParentDiv {
  width: 100%;
}
.subParentDiv a {
  float: right;
  margin-top: -85px;
}
/**********************************************************************************************/

/******************************  Payment  *********************************/

.payment #payment_summary {
  display: none;
}
.payment #payment_info h2 {
  display: none;
}
#creditCard {
  margin-top: 50px;
}
#credit_card,
#billing_address,
#delivery_address {
  float: left;
  width: 32%;
  margin: 0 10px 0 0px;
  padding: 0px;
}
#delivery_address {
  margin-right: 0px;
}
#credit_card fieldset,
#billing_address fieldset,
#delivery_address fieldset {
  width: 100%;
  float: left;
  margin: 0px;
  /*padding: 0px;*/
  margin-top: 4px;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
  min-height: 230px;
}
/*#credit_card fieldset legend, #billing_address fieldset legend, #delivery_address fieldset legend {
            position: relative;
            top: -34px;
            left: 0px;
            float: left;
            width: 97%;
            padding: 5px;
            font-size: 1.1em;
            font-weight: 600;
            color: @primary_colour;
            margin-bottom: 4px;
        }*/

#credit_card form p,
#billing_address form p,
#delivery_address form p {
  display: none;
}
#credit_card form ol,
#billing_address form ol,
#delivery_address form ol {
  position: relative;
  top: -20px;
  width: 48%;
  float: left;
  margin: 0px 0px 10px 0px;
}
#credit_card ol,
#billing_address ol,
#delivery_address fieldset ol {
  position: relative;
  top: -20px;
}
#credit_card ol li,
#billing_address ol li,
#delivery_address ol li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#credit_card ol li label,
#billing_address ol li label,
#delivery_address ol li label {
  float: left;
  padding-left: 10px;
  line-height: 25px;
  width: 40%;
}
#credit_card ol li label:after,
#billing_address ol li label:after,
#delivery_address ol li label:after {
  content: ": ";
}
#credit_card ol li input,
#billing_address ol li input,
#delivery_address ol li input {
  float: right;
  margin-right: 10px;
  width: 48%;
}
#credit_card ol li select,
#billing_address ol li select,
#delivery_address ol li select {
  float: right;
  margin-right: 10px;
  width: 51%;
}
#credit_card ol li.expiry input,
#credit_card ol li.cvv input {
  width: 10%;
  float: left;
  margin-left: 3px;
}
#credit_card ol li.expiry span {
  position: relative;
  left: -5px;
  top: 5px;
  float: left;
}
.securityInstruction {
  display: none;
}
.priceHeader {
  width: 40%;
  float: left;
  margin-left: 10px;
}
.priceValue {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 1.6em;
  font-weight: 600;
}
.creditCardPriceLabel {
  position: relative;
  right: 0px;
  top: 0px;
  padding-left: 10px;
  float: right;
  width: 160px;
  text-align: left;
  font-size: 0.8em;
  font-weight: 600;
}
#delivery_address ol li.billing_same.billing_same {
  position: relative;
  top: -43px;
  right: -120px;
  font-size: 0.8em;
  width: 140px;
}
#delivery_address ol li {
  position: relative;
  top: -30px;
}
#delivery_address ol li.billing_same label {
  width: 70%;
}
#delivery_address ol li.billing_same input {
  width: 10%;
}
#proceedLinkDiv {
  float: right;
  width: 30%;
  text-align: right;
  height: 30px;
  margin-right: 10px;
}
#cancelLinkDiv {
  float: right;
  width: 30%;
  text-align: right;
  height: 30px;
  margin-right: 10px;
}
/****************************************  Review Payment****************************************/

#confirm_summary {
  display: none;
}
#confirm_info h2 {
  width: 340px;
}
#form_submit_payment {
  width: 325px;
  float: left;
  margin: -5px 0px 40px 0px;
  padding: 10px;
  border: 1px solid #eeeeee;
  box-shadow: 0px -1px 5px #bbbbbb;
  min-height: 230px;
}
#form_submit_payment p {
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
#form_submit_payment ol li span.value {
  float: left;
  font-weight: bold;
  padding-left: 20px;
  width: 50%;
}
#form_submit_payment ol li span.head {
  font-weight: normal;
  width: 40%;
  float: left;
}
#form_submit_payment .submit {
  float: right;
  position: relative;
  top: 40px;
  right: -10px;
}
#form_submit_payment .submit a#link_cancel {
  right: 155px;
}
#form_submit_payment .back {
  float: left;
  position: relative;
  top: 40px;
  right: -10px;
}
#form_submit_payment .back a#link_cancel {
  right: auto;
}
/************************************************************************************/

/******************************  Footer  *********************************/

#footer_links > ul > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 19%;
  vertical-align: top;
}
#footer_links > ul > li.exclusive_offers {
  width: 20%;
}
#footer ul li.date,
#footer ul li.version,
#footer ul #environment {
  display: none;
}
#footer {
  width: 900px;
  margin: 0px auto;
  color: White;
  padding: 0px;
  background-color: #28383e;
  position: relative;
  font-size: 11px;
}
#footer p {
  margin: 0px;
}
#footer .page {
  color: White;
  padding: 10px 0px 5px;
}
#footer .page > div {
  width: 95%;
  margin: auto;
}
#footer ul {
  padding: 0;
  margin: 0 auto;
  font-family: 'Open Sans', Arial, sans-serif;
  list-style-type: none;
  margin-left: 0px;
  color: #bbbbbb;
  width: 100%;
  padding-bottom: 20px;
}
#footer li {
  padding: 0px;
  display: table-cell;
  /* ignored by IE */
}
#footer ul li h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: normal;
  color: white;
}
#footer ul.footer_links {
  margin-bottom: 10px;
}
#footer ul.footer_links > li {
  width: 19%;
}
#footer ul li a {
  color: #bbbbbb;
  font-size: 11px;
}
#footer ul li h3 a {
  font-size: 1em;
  color: white;
}
#footer ul li ul li {
  display: block;
  width: 100%;
}
#footer ul li ul li form {
  text-align: right;
}
#footer form input {
  float: right;
  width: auto;
  margin: 10px 0px;
  padding: 3px;
}
#footer form .submit input[type=submit] {
  padding: 2px 20px;
}
#footer li.social {
  width: 140px;
}
#footer li.social li {
  display: inline;
  margin-right: 5px;
}
#footer li.social img {
  width: 20px;
  height: 20px;
}
#footer li.sustainable img {
  width: 40px;
  height: 20px;
}
#footer li.sustainable span {
  position: relative;
  top: -5px;
}
#footer li.site_terms {
  text-align: right;
}
#footer li.site_terms ul li {
  display: inline;
  margin-right: 5px;
  padding-right: 10px;
}
#footer li.copyright,
#footer li.privacy,
#footer li.terms {
  border-right: 1px solid #aaaaaa;
}
#footer .date {
  text-align: left;
  float: left;
}
#footer .version {
  text-align: right;
  float: right;
}
* html #footer li {
  display: inline;
  /* for IE only */

}
#validationSummary {
  padding-top: 20px;
}
#login_proceed {
  float: right;
}
#submit_proceed {
  float: right;
}
#forgot_password {
  float: right;
}
/*#footer_links li:nth-child(4) li:nth-child(1) {
    display:none;
}*/

#footer_links ul.contacts li {
  margin-bottom: 10px;
  margin-top: 10px;
}
#footer_links ul.contacts li.phone:before {
  content: "Phone: ";
  /*display:block;*/

}
#footer_links ul.contacts li.fax:before {
  content: "Fax: ";
  /*display:block;*/

}
#footer_links ul.contacts li.mobile:before {
  content: "Mobile: ";
  /*display:block;*/

}
#footer_links ul.contacts li.email {
  margin-top: 20px;
}
/***********************************  Buttons  *************************/

.submit {
  text-align: right;
}
a.link,
button,
.submit input[type=submit],
.submit a {
  /*position: relative;*/
  padding: 2px 20px;
  height: auto;
  color: white;
  font-size: 1.3em;
  font-weight: 400;
  /*letter-spacing: 1px;*/
  border-collapse: collapse;
  background: #1ebd19;
  border: 1px solid #1ebd19;
  border-radius: 6px;
  /*box-shadow: 0px 1px 1px 0px #000;*/
  border-left-color: #a5e5a3;
  border-top-color: #a5e5a3;
  border-bottom-color: #189714;
  border-right-color: #189714;
}
a.link:hover,
button:hover,
a.link:active,
button:active,
.submit input[type=submit]:hover,
.submit a:hover,
a#next:hover,
a#link_cancel:hover {
  background-color: #147e11;
  /*box-shadow: 0px 1px 1px 0px #fff;*/

}
a#link_cancel {
  position: relative;
  top: 0px;
  right: -90px;
  background: #808b90;
}
/***********************************  Account Page  *************************/

body.home.account fieldset {
  width: 45%;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
}
#account_details {
  width: 64%;
}
#account_details li {
  clear: none;
  float: left;
  width: 45%;
  margin-left: 1%;
}
#account_details li.State,
#account_details li.Postcode {
  width: 23%;
}
#account_reset_password {
  width: 30%;
  float: right;
  margin: 30px 0 0 0;
}
#order_history {
  width: 64%;
}
#order_history > ul {
  width: 90%;
  margin: auto;
  min-height: 350px;
}
#order_history > ul > li {
  margin-bottom: 30px;
}
#order_history ul.products {
  margin-left: 0;
}
#order_history ul span.heading {
  color: #1ebd19;
}
#order_history ul span.quantity {
  font-weight: bold;
  color: black;
}
#order_history ul span.description {
  color: #555555;
}
div.paging {
  width: 100%;
  background-color: #dddddd;
}
.paging ul {
  list-style: none;
  padding: 0;
  margin: auto;
  width: 150px;
}
.paging ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-top: 5px;
}
.paging ul li input[type=text] {
  width: 18px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
.paging ul li.next a,
.paging ul li.previous a {
  text-indent: -9999px;
  width: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.paging ul li.previous a {
  background-image: url("/Media/32/icon-previous.png");
}
.paging ul li.divider {
  margin-left: 5px;
}
.paging ul li.next a {
  background-image: url("/Media/32/icon-next.png");
}
/*#####################  Product Select Box ###############################*/

/* @group Base */

.chzn-container {
  position: relative;
  float: right;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 200px;
  border: 1px dotted #eeeeee;
  font-family: 'Open Sans', Arial, sans-serif;
}
.chzn-container .chzn-drop {
  background-color: #b0f4ae;
  color: #1ebd19;
  position: absolute;
  z-index: 1010;
  width: 199px;
}
/* @end */

/* @group Single Chosen */

.chzn-container-single .chzn-single {
  background: white;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  line-height: 25px;
  padding: 5px;
  color: #444444;
  text-decoration: none;
  line-height: 20px;
}
.chzn-container-single .chzn-default {
  color: #999999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("/Media/32/drop_down_arrow.png") -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 20px;
}
.chzn-container-single .chzn-single div b {
  width: 20px;
  margin: 7px 5px 5px 0px;
  background: url("/Media/32/drop_down_arrow.png") no-repeat;
  display: block;
  height: 20px;
  padding: 15px 0;
}
.chzn-container-single .chzn-search {
  padding: 0px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: url("/Media/32/drop_down_arrow.png") no-repeat 0px 0px;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaaaaa;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}
/* @group Multi Chosen */

.chzn-container-multi .chzn-choices {
  background-color: white;
  border: 1px solid #aaaaaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666666;
  background: transparent !important;
  border: 0 !important;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999999;
}
.chzn-container-multi .chzn-choices .search-choice {
  color: #333333;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  color: #666666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("/Media/32/drop_down_arrow.png") -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */

.chzn-container .chzn-results {
  margin: 0;
  max-height: 240px;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #1ebd19;
  color: black;
}
.dark .chzn-container .chzn-results .highlighted {
  background-color: #1ebd19;
  color: white;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url("/Media/32/drop_down_arrow.png") no-repeat 0px 0px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url("/Media/32/drop_down_arrow.png") no-repeat 0px 0px;
}
/* @end */

/* @group Active  */

.chzn-container-active .chzn-single-with-drop {
  background-color: #eeeeee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  width: 20px;
  margin: 7px 5px 5px 0px;
  background: url("/Media/32/drop_down_arrow_rollover.png") no-repeat;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111111 !important;
}
/* @end */

/* @group Disabled Support */

.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @group Right to Left */

.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: white;
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
/* @end */

/*#########################################################################*/

