/*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=Oxygen:300,400,700);
body {
  font-size: .75em;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oxygen', Arial, Helvetica, Sans-Serif;
  /*margin-top: 0px;*/

}
h1 {
  border-top: 8px solid #989593;
  border-bottom: 8px solid #989593;
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #0eab23;
  background-color: white;
  height: 60px;
  margin: 0px;
  padding: 15px 40px 0px;
}
h1 a {
  color: #0eab23;
}
h2,
h5 {
  /*font-size: 1.538em;*/
  font-size: 19px;
  font-weight: bold;
  clear: none;
  display: inline;
}
h2 a {
  color: #0eab23;
}
h3 {
  font-size: 1.17em;
  font-weight: 400;
}
p {
  margin-top: 0px;
}
a {
  color: #0eab23;
  text-decoration: none;
}
div {
  display: block;
}
ul {
  list-style: none;
  padding: 0px;
}
img {
  border: 0px solid #888888;
}
input[type=submit] {
  cursor: pointer;
}
fieldset ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
input.error {
  border: 1px solid red;
}
.mandatory label:after {
  content: " *";
}
.page {
  width: 88%;
  min-width: 980px;
  margin: auto;
  padding: 0px;
  clear: both;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.note {
  font-style: italic;
}
.field-validation-error {
  color: Red;
}
ul.menu_horizontal {
  margin: 0px;
}
ul.menu_horizontal li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 FIX*/
  margin: 0px;
  padding: 1px 0px;
}
ul.menu_horizontal li a {
  padding: 9px 25px;
}
.section {
  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: #888888;
}
.error,
.validation-summary-errors {
  color: Red;
}
.warning {
  color: #ff8a00;
}
.success {
  color: #005702;
  font-weight: bold;
  text-align: center;
}
.info {
  color: #006fe1;
}
/******************************  Environment Configuration  *********************************/

#environment {
  display: none;
}
/*#environment.localdevelopment {
    color: #2884d2;
    border: 1px solid #2884d2;
    font-size: 1.8em;
    text-transform: uppercase;
    margin: auto;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    padding-top: 0px;
    display: block;
    width: auto;
    text-align: center;
}

#environment.testing {
    color: #ff5f5f;
    border: 1px solid #ff5f5f;
    font-size: 1.8em;
    text-transform: uppercase;
    margin: auto;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    padding-top: 0px;
    display: block;
    width: auto;
    text-align: center;
}

#environment.teamdevelopment {
    color: #5dbd33;
    border: 1px solid #5dbd33;
    font-size: 1.8em;
    text-transform: uppercase;
    margin: auto;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    padding-top: 0px;
    display: block;
    width: auto;
    text-align: center;
}

#environment.production {
    display: none;
}*/

/*------------------------------------------------------------- Start of page --------------------------------------------------------*/

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

#nav {
  width: 100%;
  position: relative;
}
a {
  color: #0eab23;
}
fieldset {
  background-color: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
}
fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px;
  margin: 10px 0px;
  *margin: 0px;
}
/******************************  Home Page  *********************************/

.page {
  width: 900px;
  min-width: 900px;
  padding: 0px;
}
#environment.testing {
  display: none;
}
body {
  background-color: white;
}
body > .header {
  min-height: 140px;
  height: 140px;
  padding: 0px;
  background: white url("/Media/67/colour_blocks_bar.png") no-repeat bottom center;
}
body > .header .page {
  position: relative;
}
/*five to one aspect ratio*/

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

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

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

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

body.logo-ratio-one_to_five > .header #title {
  padding: 0px 270px 5px 100px;
}
body.logo-ratio-one_to_five > .header img {
  max-height: 124px;
}
#steps {
  display: none;
}
#user {
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  width: 290px;
  position: absolute;
  top: 8px;
  right: 10px;
}
#user ul {
  list-style: none;
  text-align: right;
  margin: 0px;
  padding: 0px;
}
#user ul li {
  display: inline;
  width: 80px;
  height: 20px;
  padding: 0px 10px;
}
#user ul li:nth-child(2) {
  border-left: 1px solid #201f23;
  border-right: 1px solid #201f23;
}
#user a {
  padding: 5px 10px;
  color: black;
  background-color: transparent;
  font-size: .8em;
  text-transform: uppercase;
  text-align: center;
}
#user a:hover {
  color: #0eab23;
}
/* Main Navigation*/

body > #nav {
  position: relative;
  top: -38px;
  float: right;
  background-color: transparent;
}
body > #nav li {
  border-left: 0px solid transparent;
  padding: 0 5px;
}
#nav ul.menu_horizontal {
  text-align: right;
}
body > #nav .menu_horizontal a {
  color: #201f23;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  font-size: .92em;
  font-weight: 400;
  padding: 3px 5px 3px 20px;
  background-image: url("/Media/67/nav_squares.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-color: transparent;
}
body > #nav .menu_horizontal a:hover,
body.home > #nav .menu_horizontal a[href="/"],
body.product_categories > #nav .menu_horizontal a[href="/Product"],
body.custom_quote_request > #nav .menu_horizontal a[href="/Product"],
body.artwork > #nav .menu_horizontal a[href="/Product"],
body.graphic_design > #nav .menu_horizontal a[href="/GraphicDesign"],
body.what_is_opm > #nav .menu_horizontal a[href="/OPM"],
body.support > #nav .menu_horizontal a[href="/Support"],
body.frequently_asked_questions > #nav .menu_horizontal a[href="/FAQ"],
body.contact_us > #nav .menu_horizontal a[href="/Contact"] {
  color: #0eab23;
  background: url("/Media/67/nav_squares_hover.png") center left no-repeat;
  background-color: transparent;
}
#main {
  background-color: white;
  margin: 0;
}
#main .page {
  position: relative;
  top: -15px;
  left: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  border-width: 0px;
}
#main .page > * {
  margin: 0px;
}
#home_title h3 {
  border-top: 8px solid #989593;
  border-bottom: 8px solid #989593;
  font-weight: 300;
  font-size: 32px;
  color: #0eab23;
  background-color: white;
  height: 60px;
  margin: 0px;
  padding: 15px 50px 0px;
}
#home_contents h1 {
  font-size: 19px;
  font-weight: bold;
  border-top: 0;
  border-bottom: 0;
  color: black;
  background-color: white;
  height: 20px;
  margin: 0px;
  padding: 10px 0px;
}
#popular_products h2 {
  /*font-size: 1.538em;*/
  font-size: 19px;
  font-weight: bold;
  clear: none;
  margin: 0px;
  padding: 10px 0px;
  display: block;
  min-height: 48px;
  padding-bottom: 0;
}
#form_Request_a_Sample_Pack_ph h4 {
  margin-left: 0px;
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-align: left;
  color: #0eab23;
  background-color: transparent;
  margin: 0px;
  display: inline;
}
#home_contents {
  padding: 0px 10px;
}
/*****    Featured Products ************************************************************************/

#featured_product ul {
  background-image: url("/Media/67/Featured_Product_Background.png");
  margin: 0px;
  padding: 0px;
  height: 236px;
}
#featured_product ul li {
  margin: 0px;
}
#featured_product ul li img {
  padding: 15px;
  max-width: 350px;
  max-height: 230px;
  vertical-align: middle;
}
#featured_product ul li a {
  height: 236px;
  display: block;
  line-height: 236px;
}
#featured_product ul li a.link {
  display: none;
}
#featured_product ul li div.price {
  position: relative;
  top: -145px;
  width: 550px;
  float: right;
  color: black;
  /*text-transform: uppercase;*/
  zoom: 1;
  height: 0;
  text-align: center;
}
#featured_product ul li div.price .product_name {
  font-size: 3.5em;
  /*display: block;*/
  /*padding-top: 5px;*/
  color: #0eab23;
  padding-right: 15px;
}
#featured_product ul li div.price .from {
  font-size: 1.7em;
  /*display: block;*/
  /*margin-top: 70px;*/
  text-transform: lowercase;
  padding-right: 15px;
}
#featured_product ul li div.price .from_price:before {
  content: "$";
  /*font-size: 0.6em;*/
  /*vertical-align: super;*/
  padding-right: 4px;
  color: #0eab23;
}
#featured_product ul li div.price .from_price {
  font-size: 3.8em;
  /*display: block;*/
  /*margin-top: 5px;*/
  /*font-weight: bold;*/
  color: #0eab23;
}
/*****    Popular Products ************************************************************************/

#popular_products {
  margin: 0px auto;
  width: 900px;
  background: #0eab23;
}
#popular_products ul {
  margin: 0px;
  text-align: center;
  min-height: 130px;
  height: 130px;
}
#popular_products ul li {
  float: left;
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 150px;
  height: 130px;
  color: black;
  background: #0eab23;
}
.dark #popular_products ul li {
  color: white;
}
#popular_products a {
  width: 100%;
  font-size: .73em;
  text-transform: uppercase;
  color: black;
}
.dark #popular_products a {
  color: white;
}
#popular_products a h2 {
  text-transform: none;
}
#popular_products h3 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: black;
  margin: 0px;
  padding: 20px 0px 10px;
}
.dark #popular_products h3 {
  font-weight: 700;
  color: white;
}
#popular_products .from_just {
  display: block;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  margin: 0px;
  padding: 5px 0px 3px;
}
#popular_products .price {
  display: block;
  font-family: 'Oxygen', 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;
  bottom: 0;
  right: 0;
  float: left;
  display: none;
  background-color: #dedddc;
  width: 100%;
  padding: 5px 0px 0px;
  margin: 0px;
}
#popular_products ul li .img_container p {
  position: relative;
  bottom: 0;
  right: 0;
  float: left;
  line-height: 20px;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  background-color: #0eab23;
}
#popular_products ul li:hover .img_container {
  display: block;
  background-color: #cccccc;
}
#popular_products ul li .txt_container {
  height: 130px;
  text-align: center;
}
#popular_products ul li:hover .txt_container {
  display: none;
  background-color: #0eab23;
}
#popular_products ul li:nth-child(2) {
  /*background-color:#89c762;*/
  background-color: rgba(255, 255, 255, 0.1);
}
#popular_products ul li:nth-child(3) {
  /* background-color:#9ECE7D;*/
  background-color: rgba(255, 255, 255, 0.2);
}
#popular_products ul li:nth-child(4) {
  /* background-color:#B3D898;*/
  background-color: rgba(255, 255, 255, 0.3);
}
#popular_products ul li:nth-child(5) {
  /* background-color:#C8E2B4;*/
  background-color: rgba(255, 255, 255, 0.4);
}
#popular_products ul li:nth-child(6) {
  /*  background-color:#DDECD0;*/
  background-color: rgba(255, 255, 255, 0.5);
}
/*---------------------- fix for Chrome and IE 1px at bottom on mouseover-------------------------------*/

#popular_products ul li:nth-child(2):hover,
#popular_products ul li:nth-child(3):hover,
#popular_products ul li:nth-child(4):hover,
#popular_products ul li:nth-child(5):hover,
#popular_products ul li:nth-child(6):hover {
  background-color: #0eab23;
}
/*****    Home Page Sample Packs ************************************************************************/

#sample_pack ol {
  list-style: none;
}
#form_Request_a_Sample_Pack_ph {
  width: 900px;
  margin-top: 0px;
  background: #dddddd url("/Media/67/free_sample_pack_img.png") right center no-repeat;
}
#form_Request_a_Sample_Pack_ph form {
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  width: 380px;
  margin-top: 20px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 1px;
}
#form_Request_a_Sample_Pack_ph form li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-bottom: 0px;
}
#form_Request_a_Sample_Pack_ph fieldset {
  border: none;
  border-collapse: collapse;
  background-color: transparent;
  width: 95%;
}
#form_Request_a_Sample_Pack_ph legend {
  margin-left: 0px;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  font-size: 28px;
  text-align: left;
  color: #201f23;
  background-color: transparent;
}
#form_Request_a_Sample_Pack_ph legend span {
  font-family: 'Oxygen', sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: #0eab23;
}
#form_Request_a_Sample_Pack_ph label {
  float: left;
  color: #201f23;
  font-weight: 400;
  font-size: 1em;
  width: 70px;
  margin: 0px;
  padding: 0px 5px;
  line-height: 28px;
  vertical-align: baseline;
}
#form_Request_a_Sample_Pack_ph input {
  border: none;
  height: 25px;
  float: right;
  width: 275px;
  padding-left: 5px;
  background-color: #eeeeee;
}
#form_Request_a_Sample_Pack_ph form li.state {
  width: 210px;
}
#form_Request_a_Sample_Pack_ph form li.state input {
  float: right;
  width: 125px;
}
#form_Request_a_Sample_Pack_ph form li.postcode {
  float: right;
  width: 145px;
  margin-right: 0px;
  *margin-right: 3px;
}
#form_Request_a_Sample_Pack_ph form li.postcode label {
  width: 60px;
}
#form_Request_a_Sample_Pack_ph form li.postcode input {
  float: right;
  width: 70px;
  margin-right: 0px;
}
#form_Request_a_Sample_Pack_ph form li.submit {
  float: right;
  width: 80px;
  margin-right: 6px;
}
#form_Request_a_Sample_Pack_ph form li.submit input {
  float: right;
  height: 25px;
  margin-right: 25px;
  width: 55px;
  padding: 0px;
  background-color: #716e6d;
  line-height: 22px;
}
#form_Request_a_Sample_Pack_ph form li:hover.submit input {
  background-color: #0eab23;
}
/*****    Footer ************************************************************************/

#footer {
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  background-color: white;
}
#footer .page {
  position: relative;
  top: -15px;
  background-color: #989593;
  box-shadow: none;
  color: white;
  width: 900px;
  padding: 0px 0px 15px;
}
#footer ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#footer .page h3 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 0px;
  width: 100%;
  line-height: 22px;
  text-transform: uppercase;
  color: white;
  background-color: #716e6d;
  text-indent: 17px;
  border-top: 0;
  border-bottom: 0;
  height: auto;
  margin: 0px;
  padding: 0px;
}
#footer_links ul li h3 a {
  color: white !important;
  font-weight: 400;
  text-indent: 10px;
}
#footer_links ul li ul li {
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin: 0px 10px;
  padding: 2px 5px;
}
#footer_links > ul > li {
  color: white;
  width: 18%;
  float: left;
}
#footer_links > ul > li.contacts {
  color: white;
  width: 26%;
  float: left;
}
#footer_links > ul > li.exclusive_offers {
  color: white;
  width: 20%;
  float: left;
}
#footer .page > div {
  width: 100%;
}
#footer_links ul li ul li a {
  float: left;
  width: 150px;
  padding: 2px 5px 2px;
  color: white;
}
#footer_links ul li ul li a:hover {
  background-color: #0eab23;
  color: black;
}
.dark #footer_links ul li ul li a:hover {
  background-color: #0eab23;
  color: white;
}
#footer_links #exclusive_offers input[name=EmailAddress] {
  margin-bottom: 0;
  height: 20px;
}
#footer_links li.exclusive_offers h3 {
  color: white;
  height: 22px;
}
#exclusive_offers li.email label {
  text-transform: uppercase;
  font-weight: 400;
}
#exclusive_offers ul li input {
  margin: 10px 0px;
  height: 25px;
}
#exclusive_offers li.submit,
#exclusive_offers li:hover.submit {
  margin: 10px 0px;
  margin-right: 15px;
  padding: 0px;
  height: 25px;
  float: right;
  text-align: center;
  padding-bottom: 0px;
}
#exclusive_offers li.submit input[type="submit"] {
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #716e6d;
  margin: 0px;
  padding: 5px 8px;
  width: auto;
  margin-right: 25px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  /*text-align: center;*/

  /*float: left;*/

  /*height: 25px;*/

}
#exclusive_offers li:hover.submit input[type="submit"] {
  background-color: #0eab23;
  cursor: pointer;
  color: black;
}
.dark #exclusive_offers li:hover.submit input[type="submit"] {
  color: white;
}
li.version,
li.date {
  display: none;
}
/*#footer_links li:nth-child(4) li:nth-child(1) {
    display:none;
}*/

#footer_links ul.contacts li {
  margin: 4px 17px 3px;
  padding: 0px 0px 0px 20px;
}
#footer_links ul.contacts li.phone {
  background: url("/Media/67/footer_phone.png") no-repeat center left;
  background-size: 15px;
}
#footer_links ul.contacts li.fax {
  background: url("/Media/67/footer_fax.png") no-repeat center left;
  background-size: 15px;
}
#footer_links ul.contacts li.mobile {
  background: url("/Media/67/footer_mobile.png") no-repeat center left;
  background-size: 15px;
}
#footer_links ul.contacts li.email {
  background: url("/Media/67/footer_email.png") no-repeat center left;
  background-size: 15px;
}
/* -------------------------------------------End Footer ------------------------------------------------------------------*/

/*****    How to Order ************************************************************************/

#how_to_order {
  clear: both;
  padding: 0px;
  margin: 0px;
  background-color: #dedddc;
}
#how_to_order h2 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: black;
  margin: 0px 0px 0px 50px;
}
#how_to_order h3 {
  float: left;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #aaaaaa;
  padding: 0px 10px;
  color: #716e6d;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 FIX*/
  font-size: 2.2em;
  margin: 9px 0px;
}
#how_to_order .selected h3 {
  background-color: #0eab23;
}
.dark #how_to_order .selected h3 {
  color: white;
}
#how_to_order ul {
  margin: 0px 50px;
}
#how_to_order ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 FIX*/
  width: 195px;
  margin: 0px;
}
#how_to_order ul li > div {
  width: 195px;
  float: left;
}
#how_to_order ul li span {
  float: left;
  margin: 18px 0px 28px;
  *margin: 5px;
  *height: 80px;
  padding: 0px 10px;
  width: 135px;
}
#how_to_order ul li span.description {
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  color: black;
}
/* -------------------------------------------End How to Order ------------------------------------------------------------------*/

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

body.product_categories #main .page {
  background-color: #dedddc;
}
body.product_categories ul li img {
  display: none;
}
#categories {
  width: 100%;
  background-color: #dedddc;
  min-height: 200px;
  padding-bottom: 30px;
}
#categories ul li ul {
  width: 100%;
}
#categories ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
#categories ul li {
  float: left;
  width: 287px;
  *width: 286px;
  /*IE7 FIX*/
  padding: 5px;
  background-color: #0eab23;
  margin: 0px 4px 4px 0px;
}
#categories ul li:nth-child(3n+3) {
  margin: 0px 0px 0px 0px;
}
#categories ul li a {
  color: black;
  font-weight: 300;
  font-family: 'Oxygen', Arial, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  width: 84%;
  background-color: transparent;
  padding: 4px 0px 4px 46px;
  display: block;
}
.dark #categories ul li a {
  color: white;
}
#categories ul li a:hover {
  color: #555555;
  background-image: url("/Media/67/thumbs_up_light.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #0eab23;
}
.dark #categories ul li a:hover {
  color: #dddddd;
  background-image: url("/Media/67/thumbs_up_dark.png");
}
/* -------------------------------------------End Product Categories ------------------------------------------------------------------*/

/*****    Product Summary/Instant Quote ************************************************************************/

#product_summary {
  float: left;
  width: 591px;
  height: 400px;
  min-height: 400px;
  padding: 0px;
  z-index: 10;
  background-color: white;
}
form.product h2 {
  height: 25px;
  background-color: #0eab23;
  text-transform: uppercase;
  display: block;
  padding-left: 10px;
  padding-top: 5px;
  font-size: 1.2em;
  margin: 0px;
  border-bottom: 4px solid #dedddc;
}
/*
#product_summary #templates {
    margin-top: 0px;
    display: none;
}

#product_summary > #templates > h2 {
    text-align: left;
    margin: auto;
    padding: 0px;
    padding-bottom: 15px;
    width: 220px;
    font-size: 1.1em;
    font-weight: bold;
    color: #5F5F5F;
}

#product_summary #templates ul {
    text-align: center;
    padding: 0px;
    margin: auto;
    border-top: none;
    border-bottom: none;
    height: 40px;
    width: 240px;
}

#product_summary #templates ul li {
    float: left;
    text-align: center;
    padding: 0px;
    width: 60px;
    clear: none;
}

#product_summary #templates ul li img {
    float: none;
    margin: auto;
    text-align: center;
    width: 40px;
}

#product_summary #templates ul li a span {
    display: none;
}
*/

#product_summary h2 {
  color: black;
}
.dark #product_summary h2 {
  color: white;
}
#product_summary > img {
  text-align: center;
  margin-bottom: 0px;
  float: left;
  display: none;
  max-width: 250px;
}
#product_summary #description {
  width: 310px;
  float: right;
  /*height: 30px;*/
  margin-top: 15px;
  margin-right: 15px;
  vertical-align: top;
  z-index: 11;
  clear: right;
  text-align: center;
  line-height: 1.3em;
  color: #0eab23;
}
#product_summary #description p {
  float: none;
  text-align: center;
  position: initial;
  margin: 10px;
  padding: 0;
  width: auto;
  font-style: initial;
}
#product_summary #description ul {
  margin: 0px;
}
#product_summary #description ul {
  list-style: disc;
  margin-left: 30px;
  text-align: left;
}
#product_option_detail {
  /*position: relative;
    min-width: 250px;
    min-height: 440px;*/
  position: relative;
  top: 0;
  margin: 0;
  margin-top: 15px;
  margin-right: 15px;
  width: 310px;
  float: right;
  text-align: left;
  padding-right: 0px;
}
#product_option_detail ul {
  margin: 0px;
}
#product_option_detail ul ul {
  list-style: disc;
  margin-left: 30px;
}
#product_option_detail ul li {
  width: 100%;
  display: none;
}
#product_option_detail ul li p {
  text-align: center;
  color: black;
  float: none;
  margin: 10px;
  width: auto;
}
#product_info {
  float: left;
  margin-left: 5px;
  border-left: none;
  padding-left: 0px;
  padding-bottom: 0px;
  background-color: #dedddc;
  width: 303px;
  height: 100%;
  min-height: 300px;
}
#product_info h2 {
  color: black;
}
.dark #product_info h2 {
  color: white;
}
#product_info #description ul {
  list-style: none;
  margin-top: -5px;
}
#product_info #quantity_price {
  margin: 0px 0px 0px 0px;
  float: left;
  width: 100%;
  height: 400px;
  background-color: #cccccc;
  padding: 0px;
}
#product_info #quantity_price h2 {
  width: 294px;
}
#product_info #quantity_price legend {
  padding: 10px;
  font-size: 0.9em;
}
#product_info #quantity_price > div {
  height: 50px;
  margin: 4px 10px 0px;
}
#product_info #quantity_price select {
  float: left;
  width: 200px;
  height: 50px;
  border-collapse: collapse;
  border: 0px;
  margin: 0px;
  background-color: #dedddc;
}
#product_info #quantity_price div > span {
  display: block;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  float: left;
  width: 40px;
  height: 20px;
  line-height: 20px;
  padding: 15px 10px;
  background-color: #716e6d;
  color: white;
  text-align: center;
}
#product_info #quantity_price #price {
  height: 40px;
  border: none;
  margin-top: 20px;
  padding-left: 0px;
}
#product_info  #product_option_price:before {
  content: "$";
}
#product_info #quantity_price #price h3 {
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2em;
  float: right;
  margin: 0;
  color: black;
  margin-right: 20px;
}
#product_info #quantity_price #price small {
  float: left;
  margin: 10px 0px 0px 0px;
}
#product_info .submit {
  margin: 10px 30px 0px 0px;
  float: right;
}
#product_info .submit .link {
  *margin: 0px 25px 0px 0px;
  /*IE7 FIX*/

}
#product h5,
#product p {
  float: right;
  text-align: right;
  width: 80%;
  margin: 10px 30px 0px 0px;
}
#product h5 {
  font-size: 1.2em;
  color: black;
}
#product p a {
  font-weight: bold;
  color: #0eab23;
}
/* -------------------------------------------End Product Summary/ Instant Quote ------------------------------------------------------------------*/

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

.artwork_container {
  background: #dedddc url("/Media/67/choices_woman.png") center bottom no-repeat;
  height: 430px;
  padding: 0px;
  margin: 0px;
}
.artwork_container fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 420px;
}
.artwork_container .or {
  position: absolute;
  left: 420px;
  top: 96px;
  font-size: 1.6em;
  font-weight: bold;
}
.artwork_container fieldset legend {
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  float: left;
  width: 100%;
  background: #0eab23;
  height: 25px;
  padding-top: 5px;
  margin: 0px 0px 30px 0px;
  color: black;
}
.dark .artwork_container fieldset legend {
  color: white;
}
#artwork_upload fieldset legend {
  padding-left: 10px;
}
#artwork_upload {
  float: left;
  margin-left: 0px;
  *margin-left: -7px;
  /*IE 7 FIX*/
  width: 400px;
}
#artwork_upload fieldset p {
  text-align: left;
  width: 250px;
  line-height: 2em;
  font-size: 1.1em;
  padding: 0px 60px 0px 30px;
  color: #0eab23;
}
#artwork_upload fieldset .submit {
  margin: 10px 0px 0px 30px;
  *margin: 0px;
  /*IE7 FIX*/
  float: left;
}
#artwork_upload fieldset .submit .link {
  *margin: 0px 25px 0px 0px;
  /*IE7 FIX*/

}
#artwork_upload fieldset input {
  margin-bottom: 0px;
}
#artwork_upload fieldset ol {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-padding-start: 30px;
}
#artwork_upload li {
  width: 100%;
  margin: 30px 0;
  height: 50px;
  vertical-align: middle;
}
#artwork_upload input[type=checkbox] {
  position: relative;
  left: 0px;
  top: 10px;
  margin-right: 10px;
  float: left;
}
#artwork_upload #artworkCheckboxPrice {
  padding: 0px;
  font-size: 0.75em;
  background: none;
  color: black;
  width: auto;
  line-height: 15px;
}
#artwork_upload fieldset span {
  display: block;
}
/*#artwork_upload fieldset span {
        display: none;
    }*/

.artwork_container #artwork_upload .progress-success.progress-striped .bar,
.artwork_container #artwork_upload .progress-striped .bar-success {
  background-color: #0eab23;
}
#artwork_design_services,
#artwork_dyod {
  float: right;
  width: 420px;
  margin-right: 12px;
  *margin-right: 17px;
}
#artwork_design_services fieldset p,
#artwork_dyod fieldset p {
  float: right;
  text-align: right;
  width: 250px;
  line-height: 2em;
  padding: 0px 30px 0px 60px;
  color: #0eab23;
}
#artwork_dyod fieldset legend {
  background: white;
  float: right;
  margin-top: 50px;
  width: 160px;
  margin-right: 20px;
  margin-bottom: 0px;
}
#artwork_design_services fieldset legend,
#artwork_dyod fieldset legend {
  text-align: right;
  padding-right: 10px;
}
#artwork_design_services fieldset .submit,
#artwork_dyod fieldset .submit {
  margin: 10px 30px 0px 0px;
  float: right;
}
/*********************************************************************************/

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

.graphic_design h1 {
  background: white url("/Media/67/pantone_graphic.png") right bottom no-repeat;
}
.graphic_design .content h2 {
  position: relative;
  top: 0;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  float: left;
  margin: 0px;
  width: 820px;
  background: #0eab23;
  padding: 5px 40px;
  color: black;
}
.graphic_design.dark .content h2 {
  color: white;
}
.graphic_design .content h3 {
  font-size: 1.1em;
  float: left;
  min-height: 170px;
  margin: 20px 30px 20px 40px;
  width: 380px;
  color: #0eab23;
}
.graphic_design .content {
  float: left;
  width: 100%;
  background-image: url("/Media/67/thumbs_up_graphic.png");
  background-position: 10% 75%;
  background-repeat: no-repeat;
  background-size: 400px;
}
.graphic_design .designdesklogo {
  background-image: url("/Media/67/designdesklogo.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100px;
}
.graphic_design .content ul {
  display: none;
}
.graphic_design .content p {
  float: right;
  margin: 20px 40px 0px 30px;
  width: 342px;
}
.graphic_design .content .success {
  margin: 5px;
  width: 310px;
}
/*.graphic_design .content img {
    float: left;
    margin-top: 350px;
    width: 330px;
    margin-left: 95px;
}*/

#form_I_want_a_design_quote_ph {
  float: right;
  margin: 10px 40px 20px 0px;
  display: block;
  width: 340px;
  padding: 0px;
  background: #dedddc;
}
/*#form_I_want_a_design_quote_ph fieldset {
        float: left;
        border: none;
        border-collapse: collapse;
        padding: 0px;
        margin: 0px;
        *margin-left: -7px;
        *margin-top: -8px;
        width: 100%;
    }*/

#form_I_want_a_design_quote_ph ol {
  float: left;
  margin: 10px 8px 0px 8px;
  *margin-left: 15px;
}
#form_I_want_a_design_quote_ph li {
  float: left;
  width: 100%;
  margin: 0px 0px 5px 0px;
  background-color: #eeeeee;
}
.graphic_design form legend {
  float: left;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 30px;
  color: #0eab23;
  width: 100%;
  background: white;
  padding-bottom: 10px;
  margin: 0px;
}
.graphic_design form label {
  width: 80px;
}
.graphic_design form li:nth-child(6) label {
  width: 275px;
  background-color: transparent;
  color: black;
  line-height: normal;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
#form_I_want_a_design_quote_ph label.brief {
  float: left;
  color: black;
  width: 250px;
  background: #eeeeee;
  margin: 10px;
}
#form_I_want_a_design_quote_ph input {
  float: left;
  margin: 0px;
  width: 183px;
  border: none;
  line-height: 21px;
  background: transparent;
  padding: 5px;
}
#form_I_want_a_design_quote_ph textarea {
  float: none;
  border: none;
  margin: 0px;
  width: 275px;
  height: 50px;
  margin: 10px 10px 10px 10px;
}
#form_I_want_a_design_quote_ph .submit {
  float: right;
  width: auto;
  background-color: #0eab23;
}
#form_I_want_a_design_quote_ph form li.submit input {
  margin-right: 25px;
  width: 55px;
  background-color: #716e6d;
  padding: 0px;
  line-height: 22px;
}
#form_I_want_a_design_quote_ph form li:hover.submit input {
  background-color: #0eab23;
}
/* ------------------------------------------- End Graphic Design ------------------------------------------------------------------*/

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

.custom_quote_request .content h2 {
  position: relative;
  top: 0;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  float: left;
  margin: 0px 0px 20px 0px;
  width: 890px;
  background: #0eab23;
  height: 25px;
  padding: 5px 0px 0px 10px;
  color: black;
}
#form_Please_tell_us_about_your_job_ph {
  float: left;
  width: 100%;
}
#form_Please_tell_us_about_your_job_ph .success {
  margin: 5px;
  width: 310px;
}
#form_Please_tell_us_about_your_job_ph form {
  float: left;
  margin: 0px 40px 35px 0px;
  display: block;
  width: 340px;
  padding: 0px;
  background: #dedddc;
}
#form_Please_tell_us_about_your_job_ph fieldset {
  border: none;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  *margin-left: -7px;
  *margin-top: -8px;
  width: 100%;
}
#form_Please_tell_us_about_your_job_ph ol {
  float: left;
  margin: 10px 8px 0px 8px;
  *margin-left: 15px;
}
#form_Please_tell_us_about_your_job_ph li {
  float: left;
  width: 100%;
  margin: 0px 0px 5px 0px;
  background-color: #eeeeee;
}
#form_Please_tell_us_about_your_job_ph legend {
  float: left;
  color: black;
  font-size: 1em;
  margin: 10px;
}
#form_Please_tell_us_about_your_job_ph label {
  float: left;
  color: white;
  line-height: 21px;
  width: 80px;
  background: #716e6d;
  padding: 5px;
  font-size: 11px;
  vertical-align: middle;
}
#form_Please_tell_us_about_your_job_ph input {
  float: left;
  margin: 0px;
  width: 183px;
  border: none;
  line-height: 21px;
  background: transparent;
  padding: 5px;
}
#form_Please_tell_us_about_your_job_ph textarea {
  float: none;
  border: none;
  margin: 0px;
  width: 275px;
  height: 120px;
  margin: 10px 10px 10px 10px;
}
#form_Please_tell_us_about_your_job_ph .submit {
  float: right;
  margin: 0px 10px 0px 0px;
  width: auto;
  background-color: #0eab23;
}
#form_Please_tell_us_about_your_job_ph form li.submit input {
  float: right;
  height: 25px;
  margin-right: 25px;
  width: 55px;
  background-color: #716e6d;
  padding: 0px;
  line-height: 22px;
}
#form_Please_tell_us_about_your_job_ph form li:hover.submit input {
  background-color: #0eab23;
}
/* -------------------------------------------End Custom Quote ------------------------------------------------------------------*/

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

.what_is_opm h1 {
  background: white url("/Media/67/OPM_banner_image.png") right bottom no-repeat;
}
.what_is_opm .content h2 {
  position: relative;
  top: 0;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  float: left;
  margin: 0px 0px 20px 0px;
  width: 890px;
  background: #0eab23;
  height: 25px;
  padding: 5px 0px 0px 10px;
  color: black;
}
.what_is_opm.dark .content h2 {
  color: white;
}
.what_is_opm .content h3 {
  font-size: 1.1em;
  float: left;
  min-height: 280px;
  margin: 0px 30px 20px 40px;
  width: 380px;
  color: #0eab23;
  padding: 5px 0px 0px 10px;
}
.what_is_opm .content {
  float: left;
  width: 100%;
  background-image: url("/Media/67/opm_image.png");
  background-position: 10% 90%;
  background-repeat: no-repeat;
  background-size: 250px;
}
.what_is_opm .content ul {
  display: none;
}
.what_is_opm .content p {
  float: right;
  margin: 0px 40px 25px 30px;
  width: 340px;
}
.what_is_opm .content .success {
  margin: 5px;
  width: 310px;
}
#form_Account_Setup_Request_ph {
  float: left;
  width: 100%;
}
#form_Account_Setup_Request_ph form {
  float: right;
  margin: 0px 40px 35px 0px;
  display: block;
  width: 340px;
  padding: 0px;
  background: #dedddc;
}
#form_Account_Setup_Request_ph fieldset {
  float: left;
  border: none;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  *margin-left: -7px;
  *margin-top: -8px;
  width: 100%;
}
.what_is_opm .content #form_Account_Setup_Request_ph fieldset p {
  margin: 20px 10px;
  text-align: right;
  font-size: 0.9em;
  width: 280px;
}
#form_Account_Setup_Request_ph ol {
  float: left;
  margin: 10px 8px 0px 8px;
  *margin-left: 15px;
}
#form_Account_Setup_Request_ph li {
  float: left;
  width: 100%;
  margin: 0px 0px 5px 0px;
  background-color: #eeeeee;
}
#form_Account_Setup_Request_ph legend {
  float: left;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 30px;
  color: #0eab23;
  width: 100%;
  background: white;
  padding-bottom: 10px;
  margin: 0;
}
#form_Account_Setup_Request_ph label {
  float: left;
  color: white;
  line-height: 21px;
  width: 80px;
  background: #716e6d;
  padding: 5px;
  font-size: 11px;
  vertical-align: middle;
}
#form_Account_Setup_Request_ph input {
  float: left;
  margin: 0px;
  width: 183px;
  border: none;
  line-height: 21px;
  background: transparent;
  padding: 5px;
}
#form_Account_Setup_Request_ph .submit {
  float: right;
  margin: 0px 10px 0px 0px;
  width: auto;
  background-color: #0eab23;
}
#form_Account_Setup_Request_ph form li.submit input {
  float: right;
  height: 25px;
  margin-right: 25px;
  width: 55px;
  background-color: #716e6d;
  padding: 0px;
  line-height: 22px;
}
#form_Account_Setup_Request_ph form li:hover.submit input {
  background-color: #0eab23;
}
/* -------------------------------------------End OPM ------------------------------------------------------------------*/

/*****************   FAQ    ***************************************** *****************************************/

.frequently_asked_questions .content h2 {
  position: relative;
  top: 0;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  float: left;
  margin: 0px 0px 40px 0px;
  width: 890px;
  background: #0eab23;
  height: 25px;
  padding: 5px 0px 0px 10px;
  color: black;
}
.frequently_asked_questions.dark .content h2 {
  color: white;
}
.frequently_asked_questions ul.questions {
  float: left;
  *float: none;
  margin: 0px 40px;
  padding: 0px 40px 40px 0px;
  *padding: 40px 40px 40px 0px;
}
.frequently_asked_questions li span {
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  display: block;
}
.frequently_asked_questions li span.faq_question {
  float: left;
  padding-left: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #0eab23;
}
.frequently_asked_questions li span.faq_answer {
  float: left;
  width: 100%;
  padding-left: 35px;
  padding-bottom: 20px;
}
.frequently_asked_questions span.mark {
  float: left;
  line-height: 1.1em;
  font-size: 1.1em;
  font-weight: bold;
  padding: 2px;
  margin: 0px;
  width: 15px;
  background: #0eab23;
  color: white;
  text-align: center;
}
/* -------------------------------------------End FAQ ------------------------------------------------------------------*/

/*****************   Contact    ***************************************** *****************************************/

.contact_us .content h2 {
  position: relative;
  top: 0;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  float: left;
  margin: 0px 0px 20px 0px;
  width: 890px;
  background: #0eab23;
  height: 25px;
  padding: 5px 0px 0px 10px;
  color: black;
}
.contact_us.dark .content h2 {
  color: white;
}
.contact_us .content ul {
  display: block;
  list-style: none;
  width: 50%;
  float: right;
  margin: 0 0 20px 0;
}
.contact_us .content ul li {
  float: left;
  *zoom: 1;
  *display: inline;
  /*IE7 FIX*/
  width: 300px;
  height: 50px;
  margin: 15px;
}
.contact_us .content ul li.disabled {
  display: none;
}
.contact_us .content ul li.phone {
  background: url("/Media/67/contact_phone.png") center left no-repeat;
  background-size: 50px;
}
.contact_us .content ul li.email {
  background: url("/Media/67/contact_email.png") center left no-repeat;
  background-size: 50px;
}
.contact_us .content ul li.fax {
  background: url("/Media/67/contact_fax.png") center left no-repeat;
  background-size: 50px;
}
.contact_us .content ul li.mobile {
  background: url("/Media/67/contact_mobile.png") center left no-repeat;
  background-size: 50px;
}
.contact_us .content ul li span.value {
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  color: #0eab23;
  width: 100%;
  text-align: left;
  padding-left: 75px;
  line-height: 50px;
}
.contact_us .content ul li.phone span.heading,
.contact_us .content ul li.email span.heading,
.contact_us .content ul li.mobile span.heading,
.contact_us .content ul li.fax span.heading {
  display: none;
}
#form_Contact_Us_ph form {
  float: left;
  display: block;
  width: 45%;
  padding: 0px;
  background: #dedddc;
}
#form_Contact_Us_ph fieldset {
  float: left;
  border: none;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  *margin-left: -7px;
  *margin-top: -8px;
  width: 100%;
}
#form_Contact_Us_ph fieldset p {
  margin: 20px 10px;
  text-align: right;
  font-size: 0.9em;
  width: 280px;
}
#form_Contact_Us_ph form ol {
  float: left;
  margin: 10px;
  *margin-left: 15px;
}
#form_Contact_Us_ph form ol li {
  float: left;
  width: 100%;
  margin: 0px 0px 5px 0px;
  background-color: #eeeeee;
}
#form_Contact_Us_ph form legend {
  display: none;
  /*font-family: 'Oxygen', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 30px;
    color: @primary_colour;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;*/

}
#form_Contact_Us_ph form label {
  float: left;
  color: white;
  line-height: 21px;
  width: 80px;
  background: #716e6d;
  padding: 5px;
  font-size: 11px;
  vertical-align: middle;
}
#form_Contact_Us_ph form input {
  float: left;
  margin: 0px;
  width: 285px;
  border: none;
  line-height: 21px;
  background: transparent;
  padding: 5px;
}
#form_Contact_Us_ph form ol .submit {
  float: right;
  margin: 0px 10px 10px 0px;
  width: auto;
  background-color: #0eab23;
}
#form_Contact_Us_ph form li.submit input {
  float: right;
  height: 25px;
  margin-right: 25px;
  width: 55px;
  padding: 0px;
  background-color: #716e6d;
  line-height: 22px;
}
#form_Contact_Us_ph form li:hover.submit input {
  background-color: #0eab23;
}
#form_Contact_Us_ph li.message label {
  width: 96%;
  background-color: transparent;
  padding: 1% 1%;
  color: black;
}
#form_Contact_Us_ph li.message textarea {
  width: 96%;
  margin-left: 1%;
  margin-right: 1%;
  height: 80px;
}
/* -------------------------------------------End Contact ------------------------------------------------------------------*/

/*****************   Support    ***************************************** *****************************************/

.support #SupportButtons {
  width: 100%;
  background-color: #dedddc;
  min-height: 72px;
  margin: 0px;
  padding: 0px;
}
.support #SupportButtons ul li ul {
  float: left;
  width: 100%;
}
.support #SupportButtons ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
.support #SupportButtons li {
  float: left;
  width: 287px;
  min-height: 24px;
  *width: 286px;
  /*IE7 FIX*/
  padding: 5px;
  background-color: #0eab23;
  margin: 0px 4px 4px 0px;
}
.support #SupportButtons li:nth-child(3n+3) {
  margin: 0px 0px 0px 0px;
}
.support #SupportButtons li a {
  color: black;
  font-weight: 300;
  font-family: 'Oxygen', Arial, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  width: 84%;
  background-color: transparent;
  padding: 4px 0px 4px 50px;
  display: block;
}
.support #SupportButtons li a:hover,
.support #SupportButtons li a.active {
  color: #555555;
  background-image: url("/Media/67/thumbs_up_light.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #0eab23;
}
.support.dark #SupportButtons li a:hover,
.support.dark #SupportButtons li a.active {
  background-image: url("/Media/67/thumbs_up_dark.png");
  color: #dddddd;
}
.support.dark #SupportButtons li a {
  color: white;
}
.support h3 {
  font-weight: 400;
  font-family: 'Oxygen', Arial, sans-serif;
  font-size: 1.6em;
  color: #0eab23;
}
.support h4 {
  /*float: left;*/
  width: 100%;
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #0eab23;
  *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;
}
#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%;
  background-color: #0eab23;
}
#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;
}
.support #SupportDetails .headingtxt,
.support #SupportDetails li span.valuetxt {
  /*float: left;*/
  display: table-cell;
  background: white;
  color: black;
  width: auto;
  font-size: 0.9em;
  margin: 0px;
  min-height: 30px;
  padding: 10px 20px;
  border-bottom: 1px solid black;
}
.support #SupportDetails .headingtxt {
  width: 100px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.support #SupportDetails li span.valuetxt {
  width: 637px;
  border-right: 1px solid black;
}
#DesignDetail,
#StandardSizesDetail,
#PaperDetail,
#ArtworkSpecsDetail,
#FinishingDetail,
#PrintReadyDetail {
  padding: 0px 40px;
}
#ArtworkSpecsSubDropdowns li,
#DesignSubDropdowns li,
#SizesSubDropdowns li,
#FinishingDropdowns li {
  background: url("/Media/67/downarrow_transparent.png") -741px center no-repeat;
  *width: 100%;
}
#ArtworkSpecsSubDropdowns li a,
#DesignSubDropdowns li a,
#SizesSubDropdowns li a,
#FinishingDropdowns li a {
  background: url("/Media/67/downarrow_transparent.png") -741px center no-repeat;
}
#ArtworkSpecsSubDropdowns li a:hover,
#DesignSubDropdowns li a:hover,
#SizesSubDropdowns li a:hover,
#FinishingDropdowns li a:hover {
  /*background: url("@{image_path}/downarrow_black.png") left center no-repeat;*/
  background-color: black;
}
#ArtworkSpecsSubDropdowns li a.active,
#DesignSubDropdowns li a.active,
#SizesSubDropdowns li a.active,
#FinishingDropdowns li a.active {
  background-color: black;
}
/*Design Basics */

#DesignSubDetail {
  float: left;
  width: 100%;
  margin: 0px 0px 15px 0px;
}
#DesignSubDetail ul {
  float: left;
  width: 100%;
  margin: 40px;
}
#DesignSubDetail img {
  padding: 10px;
}
#trim_bleed_download {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 150px;
}
#trim_bleed_download p {
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-align: right;
  color: #0eab23;
}
#trim_bleed_download .submit {
  width: 105px;
  float: right;
}
/*Paper Stock Options */

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

#SizesSubDetail {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
#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 #989593;
  line-height: 25px;
  padding: 10px;
  text-align: center;
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
#StandardSizesDetail table th {
  background: #716e6d;
  color: white;
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  padding: 10px;
}
/*Finishing Detail         */

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

#ArtworkSpecsDetail ul {
  /*float: left;*/
  width: 100%;
  padding-bottom: 20px;
}
#ArtworkSpecsDetail ul.ArtworkSpecsDetail li {
  list-style: disc;
  margin-left: 15px;
}
#ArtworkSpecsDetail ul li {
  /*float: left;*/
  width: 100%;
}
#ArtworkSpecsSubDetails {
  /*float: left;*/
  width: 100%;
}
#ReadytoPrintDownload p {
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: #0eab23;
}
#ReadytoPrintDownload .submit {
  width: 105px;
  float: none;
}
#ReadytoPrintIMG {
  height: 440px;
  width: 350px;
  background: white url("/Media/67/checklist_pic.png") bottom right no-repeat;
  background-size: cover;
}
/* -------------------------------------------End Support ------------------------------------------------------------------*/

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

.checkout h1 {
  background: white url("/Media/67/cards.png") no-repeat;
  background-position: 95% 50%;
}
.checkout #validationSummary {
  display: none;
}
#cart_info {
  min-height: 300px;
}
.checkout #cart_info h2 {
  position: relative;
  top: 0;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  float: left;
  margin: 0px 0px 5px 0px;
  width: 890px;
  background: #0eab23;
  height: 25px;
  padding: 5px 0px 0px 10px;
  color: black;
}
.checkout.dark #cart_info h2 {
  color: white;
}
#cart_info table {
  padding: 0px 20px 10px 30px;
  border-spacing: 0px;
}
#cart_info #sign_in {
  float: right;
  clear: both;
}
#sign_in {
  width: 270px;
  background: #dedddc;
  padding: 10px;
}
#reset_password {
  width: 310px;
  background: #dedddc;
  padding: 10px;
}
#cart_info fieldset {
  border: 0px;
}
#cart_info #new_customer {
  float: left;
  margin-bottom: 10px;
}
#cart_info .submit {
  margin: 20px 30px 10px 0px;
  float: right;
}
#cart_info table thead {
  display: none;
}
#new_customer {
  width: 570px;
  background: #dedddc;
  padding: 10px;
}
#new_customer ol {
  *margin: 10px;
}
#sign_in li,
#reset_password li {
  float: left;
  width: 100%;
  margin: 0px 0px 5px 0px;
  background: #eeeeee;
}
#new_customer fieldset {
  padding: 0px;
}
fieldset label {
  float: left;
  color: white;
  line-height: 21px;
  width: 50px;
  background: #716e6d;
  padding: 5px;
  font-size: 11px;
  vertical-align: middle;
}
fieldset span.requiredfieldsymbol {
  float: left;
  color: white;
  line-height: 21px;
  background: #716e6d;
  padding: 5px 0px 5px 3px;
  font-size: 11px;
  vertical-align: middle;
}
#reset_password label {
  width: 110px;
}
#reset_password input {
  float: left;
  margin: 0px;
  width: 175px;
  border: none;
  line-height: 21px;
  background: transparent;
  padding: 5px;
}
#sign_in input {
  float: left;
  margin: 0px;
  width: 200px;
  border: none;
  line-height: 21px;
  background: transparent;
  padding: 5px;
}
#new_customer li {
  float: left;
  margin: 0px 0px 5px 0px;
}
#new_customer label {
  float: left;
  color: white;
  line-height: 21px;
  width: 70px;
  background: #716e6d;
  padding: 5px;
  font-size: 11px;
  vertical-align: middle;
}
#new_customer fieldset li.subLi {
  position: relative;
  left: 0;
  top: 0;
}
#new_customer input,
#new_customer select,
#new_customer textarea {
  float: left;
  margin: 0px;
  width: 213px;
  border: none;
  line-height: 21px;
  background: #eeeeee;
  padding: 5px;
}
#new_customer li.state select,
#new_customer li.state input {
  width: 77px;
  height: 31px;
}
#new_customer li.postcode input {
  width: 76px;
}
#new_customer .field-validation-error {
  line-height: 31px;
  padding-left: 6px;
}
#sign_in .submit,
#new_customer .submit,
#reset_password .submit {
  width: auto;
  float: right;
  margin-top: 10px;
  *margin-right: 10px;
}
/*#sign_in .submit, #account_reset_password .submit {
    margin-right: 10px;
    *margin-right: 20px;
}*/

/*#sign_in a {
    display: none;
}*/

/*Shopping Cart     */

.col-quantity,
.col-product,
.col-size,
.col-paper,
.col-options,
.col-sides,
.col-price,
.col-artwork {
  font-size: 0.9em;
  float: left;
  font-weight: 300;
  text-align: left;
  height: 30px;
  padding: 10px;
  line-height: 30px;
  vertical-align: middle;
  margin-bottom: 2px;
}
#cart_info td.col-quantity {
  font-size: 1.0em;
  color: white;
  width: 30px;
  text-transform: uppercase;
  text-align: center;
  background: #0eab23;
}
.col-product,
.col-size,
.col-paper,
.col-options,
.col-sides,
.col-price {
  background: #deddde;
  margin-right: 2px;
}
.col-artwork {
  background: #deddde;
  margin-right: 0px;
}
#cart_info td.col-product {
  width: 132px;
}
#cart_info td.col-size {
  text-align: center;
  width: 50px;
}
#cart_info td.col-paper {
  width: 138px;
}
#cart_info td.col-options {
  width: 148px;
}
#cart_info td.col-sides {
  width: 60px;
}
#cart_info td.col-price {
  width: 60px;
}
#cart_info table .col-artwork {
  width: 48px;
}
#cart_info .col-remove {
  float: right;
  line-height: 9px;
  width: 8px;
  text-align: center;
  background: black;
  color: white;
  font-size: 0.75em;
  font-weight: bold;
  padding: 2px;
  position: relative;
  left: -12px;
}
.col-remove a {
  color: white;
  text-transform: uppercase;
}
.col-edit,
.col-preview {
  display: none;
}
#pricing-info {
  text-align: right;
  margin-right: 40px;
  font-size: 0.8em;
}
#cart_total {
  text-align: right;
  font-size: 1.9em;
  font-weight: bold;
  margin-right: 40px;
}
#cart_total .price {
  color: #0eab23;
  padding-left: 20px;
}
#cart_continue {
  line-height: 25px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: -20px;
  margin-bottom: 5px;
}
#cart_continue a:hover {
  color: black;
}
#payment_info,
#confirm_info {
  height: 450px;
}
#payment_info h1,
#confirm_info h1 {
  background: white url("/Media/67/cards.png") no-repeat;
  background-position: 95% 50%;
}
#payment_summary,
#confirm_summary {
  display: none;
}
#payment_info h2,
#confirm_info h2,
.payment_confirmation h2 {
  position: relative;
  top: 0;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  float: left;
  margin: 0px 0px 5px 0px;
  width: 890px;
  background: #0eab23;
  height: 25px;
  padding: 5px 0px 0px 10px;
  color: black;
}
.dark #payment_info h2,
.dark #confirm_info h2,
.dark.payment_confirmation h2 {
  color: white;
}
#payment_info p,
#confirm_info p {
  padding-left: 10px;
}
#payment_info form,
#confirm_info form {
  float: left;
  width: 100%;
}
#payment_info fieldset {
  float: left;
  border: none;
  border-collapse: collapse;
  padding: 0px;
  margin: 5px;
  width: 440px;
  *margin-left: -7px;
  *margin-top: -8px;
  background: #dedddc;
}
#payment_info fieldset p {
  margin: 20px 10px;
  text-align: right;
  font-size: 0.9em;
  width: 280px;
}
#payment_info ol,
#confirm_info ol {
  float: left;
  margin: 10px;
  *margin-left: 15px;
}
#payment_info li,
#confirm_info li {
  float: left;
  width: 100%;
  margin: 0px 0px 5px 0px;
  background: #eeeeee;
}
#payment_info legend {
  float: left;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 30px;
  color: #0eab23;
  width: 100%;
  padding: 5px 0px 0px 10px;
}
#payment_info label {
  float: left;
  color: white;
  line-height: 21px;
  width: 80px;
  background: #716e6d;
  padding: 5px;
  font-size: 11px;
  vertical-align: middle;
}
#payment_info input {
  float: left;
  margin: 0px;
  width: 300px;
  border: none;
  line-height: 21px;
  background: transparent;
  padding: 5px;
}
#payment_info input[type=submit] {
  background-color: #716e6d;
  width: auto;
  margin-right: 25px;
  line-height: 15px;
}
#payment_info .expiry {
  width: 250px;
}
#payment_info .expiry input {
  display: inline-block;
  width: 50px;
}
#payment_info .expiry #expiryDivider {
  float: left;
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 2em;
  line-height: 1.3;
}
#payment_info .cvv input {
  display: inline-block;
  width: 50px;
}
#payment_info label.securityInstruction {
  float: right;
  color: black;
  line-height: 21px;
  width: 250px;
  background: transparent;
  padding: 5px;
  font-size: 11px;
  vertical-align: middle;
}
#payment_info li.billing_same {
  float: left;
  width: 100%;
  margin: 0px 0px 5px 0px;
  background: transparent;
}
#payment_info input.billingAddressCheckRequired {
  line-height: 4px;
  width: 20px;
}
#payment_info label.checkBillingAddress {
  line-height: 4px;
  float: left;
  color: black;
  width: 250px;
  background: transparent;
}
#payment_info .price {
  float: left;
  margin: 10px;
  width: 420px;
  background: #eeeeee;
}
#payment_info .price span {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 31px;
  padding: 0px 0px 0px 15px;
}
#payment_info label.creditCardPriceLabel {
  float: right;
  color: black;
  line-height: 21px;
  width: 200px;
  background: transparent;
  padding: 5px;
  font-size: 11px;
  vertical-align: middle;
}
#payment_info form li.state {
  width: 227px;
  *width: 187px;
}
#payment_info form li.state input {
  float: right;
  width: 106px;
}
#payment_info form li.postcode {
  float: right;
  width: 150px;
  margin-right: 0px;
  *margin-right: 3px;
}
#payment_info form li.postcode label {
  width: 60px;
}
#payment_info form li.postcode input {
  float: right;
  width: 55px;
  margin-right: 0px;
}
#payment_info .submit,
#confirm_info .submit {
  float: right;
  margin: 15px 10px;
}
#payment_info .back,
#confirm_info .back {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
#confirm_info ol {
  list-style: none;
}
#confirm_info li {
  background: transparent;
}
#confirm_info span.head {
  float: left;
  width: 105px;
}
/*********************************  Acount Sign In  *******************************/

.account #account_details {
  float: left;
  width: 66%;
  background: #dedddc;
  padding: 1%;
  margin-top: 1%;
}
.account #account_reset_password {
  float: right;
  width: 29%;
  background: #dedddc;
  padding: 1%;
  margin-top: 1%;
}
.account #order_history {
  float: left;
  width: 98%;
  background: #dedddc;
  padding: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
}
.account .row-fluid {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.account .span2 {
  float: left;
  width: 16.67%;
}
.account .span4 {
  float: left;
  width: 33.33%;
  background: #eeeeee;
}
.account .span3 {
  float: left;
  width: 25%;
}
.account .span5 {
  float: left;
  width: 41.67%;
}
.account .span6 {
  float: left;
  width: 50%;
}
.account .span7 {
  float: left;
  width: 58.33%;
  background: #eeeeee;
}
#account_reset_password input,
#account_details input,
#account_reset_password select,
#account_details select {
  line-height: 30px;
  height: 30px;
  width: 100%;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 0 0 2%;
}
#account_reset_password label,
#account_details label {
  color: white;
  line-height: 30px;
  width: 96%;
  background: #716e6d;
  padding: 0 0 0 5px;
  font-size: 11px;
  vertical-align: middle;
}
#account_reset_password .submit,
#account_details .submit,
#account_reset_password:hover.submit,
#account_details:hover.submit {
  width: auto;
  margin: 10px 0px;
  margin-right: 15px;
  padding: 0px;
  height: 25px;
  float: right;
  background-image: url("/Media/67/thumbs_up_light.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #0eab23;
  text-align: center;
  padding-bottom: 0px;
}
.dark #account_reset_password .submit,
.dark #account_details .submit,
.dark #account_reset_password:hover.submit,
.dark #account_details:hover.submit {
  background-image: url("/Media/67/thumbs_up_dark.png");
}
#account_reset_password input[type="submit"],
#account_details input[type="submit"] {
  float: left;
  height: 25px;
  width: auto;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: white;
  background-color: #716e6d;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  margin: 0px;
  margin-right: 25px;
  padding: 0px 5px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
#account_reset_password input[type="submit"]:hover,
#account_details input[type="submit"]:hover {
  background-color: #0eab23;
}
.account fieldset legend {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
/*------------------------------------------------- Buttons --------------------------------------------------------*/

#sign_in input[type="submit"],
#new_customer input[type="submit"],
#reset_password input[type="submit"] {
  height: 25px;
  float: left;
  width: 0px;
  width: auto;
  margin-right: 25px;
  line-height: 25px;
  padding: 0px 5px;
  background-color: #716e6d;
}
#sign_in input[type="submit"].link:hover,
#new_customer input[type="submit"].link:hover,
#reset_password input[type="submit"].link:hover {
  background-color: #0eab23;
}
input[type="submit"].link,
button.link,
button.artworkLink,
.back a.link,
.submit a.link {
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  float: left;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #0eab23;
  margin: 0px;
  padding: 0px 8px;
  text-align: left;
  border: none;
}
input[type="submit"].link:hover,
button.link:hover,
button.artworkLink:hover,
.back a.link:hover,
.submit a.link:hover {
  background-color: #0eab23;
}
.back,
.submit {
  padding: 0px;
  height: 25px;
  background-image: url("/Media/67/thumbs_up_light.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #0eab23;
  *margin: 0px;
  /*IE 7 fix*/

}
.dark .back,
.dark .submit {
  background-image: url("/Media/67/thumbs_up_dark.png");
}
.back:hover input[type="submit"].link,
.back a.link:hover,
.submit:hover input[type="submit"].link,
.submit a.link:hover {
  background-color: #0eab23;
  color: black;
}
.dark .back:hover input[type="submit"].link,
.dark .back a.link:hover,
.dark .submit:hover input[type="submit"].link,
.dark .submit a.link:hover {
  color: white;
}
.submit input[type="submit"].link,
.back input[type="submit"].link,
button.link,
.submit a.link,
.back a.link {
  height: 25px;
  line-height: 25px;
  float: left;
  margin-right: 25px;
  text-align: center;
  background-color: #716e6d;
  width: auto;
}
.requiredfieldnote {
  font-size: 11px;
}
.requiredfieldsymbol {
  font-size: 11px;
}
/*#####################  Product Select Box ###############################*/

/* @group Base */

.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 200px;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}
.chzn-container .chzn-drop {
  background: #716e6d;
  color: white;
  /*border: 1px solid #aaa;*/
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  position: absolute;
  /*top: 30px;
  left: 0;*/
  /*-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);*/
  z-index: 1010;
  width: 199px;
}
/* @end */

/* @group Single Chosen */

.chzn-container-single .chzn-single {
  background-color: #eeeeee;
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*border: 1px solid #aaaaaa;*/
  /*-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);*/
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  line-height: 20px;
  padding: 15px 0 15px 8px;
  color: #444444;
  text-decoration: none;
  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/67/dropdown_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: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url("/Media/67/downarrow_transparent_eee.png") no-repeat -741px center #716e6d;
  display: block;
  width: 100%;
  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/67/downarrow_transparent_eee.png") no-repeat -741px center #0eab23;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaaaaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  /*-webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;*/
  -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;
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);*/
  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: 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 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);*/
  color: #333333;
  /*border: 1px solid #aaaaaa;*/
  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;
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);*/
  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/67/dropdown_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: #0eab23;
  color: black;
}
.dark .chzn-container .chzn-results .highlighted {
  background-color: #0eab23;
  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;
  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/67/dropdown_arrow.png") no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url("/Media/67/dropdown_arrow.png") no-repeat -22px -3px;
}
/* @end */

/* @group Active  */

.chzn-container-active .chzn-single-with-drop {
  /*border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;*/
  background-color: #eeeeee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);*/
  -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 {
  background: url("/Media/67/downarrow_transparent_eee.png") no-repeat -741px center #0eab23;
}
.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 */

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

#product_summary #description p {
  text-align: left;
}
#product_option_detail ul li p {
  text-align: left;
}
