/* Super Reset! */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
textarea {
  overflow: auto;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.cufon-loading body {
  visibility: hidden;
}
/* Base Styles */
/*
 Most commonly used colours for quick reference
 
 background main        #000000
 background secondary   #000000
 body text              #000000
 headings               #000000
 links                  #000000
 links hover            #000000
*/
body {
  color: #444;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: #1d1d1f;
}
/* I want the weight to be normal unless i specify otherwise */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #fff;
}
h2 {
  font-size: 26px;
}
p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 12px 0;
  color: #fff;
}
html {
  overflow-y: scroll;
}
/* No underline on links by default */
a {
  text-decoration: none;
}
a:hover,
a:active {
  outline: none;
}
a,
a:active,
a:visited {
  color: #2378b3;
}
a:hover {
  color: #1468a3;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
/* remember to change this from it's hot pink default.. unless the client really likes hot pink */
::-moz-selection {
  background: red;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: red;
  color: #fff;
  text-shadow: none;
}
/* Non-Semantic Helpers */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.hidden {
  display: none;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* Primary Styles */
.inner {
  width: 990px;
  margin: 0 auto;
}
/* Header */
header {
  width: 100%;
  background: url(../images/bg_header.png) repeat-x;
  height: 191px;
  overflow: hidden;
  position: relative;
}
header .inner {
  height: 191px;
  background: url(../images/bg_header_inner.png) no-repeat;
  position: relative;
}
/* Logos */
header .inner h1 a {
  height: 87px;
  width: 343px;
  background: url(../images/uc_leavers_logo.png);
  position: absolute;
  top: 25px;
}
header .inner h2 a {
  height: 64px;
  width: 167px;
  background: url(../images/uniform_city_logo_header.png);
  position: absolute;
  top: 55px;
  right: 0;
}
/* Account Navigation */
#account-navigation {
  position: absolute;
  top: 20px;
  right: 0;
}
#account-navigation ul li {
  float: left;
  font-size: 11px;
  color: #bfc0c0;
  padding: 2px 10px;
  border-right: 2px solid #494949;
}
#account-navigation ul li.last {
  border: none;
  padding: 2px 0 2px 10px;
}
#account-navigation ul li a {
  color: #fe0c05;
}
#account-navigation ul li a:hover {
  text-decoration: underline;
}
#account-navigation a.fb_button {
  margin: -3px 0 0 0;
}
#account-navigation a.fb_button:hover {
  text-decoration: none;
}
/* log in form */
#log-in-form {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 10;
  width: 450px;
}
#log-in-form .login-inner {
  background: url(../images/bg_fb_login.png);
  padding: 20px;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
#log-in-form .input,
#log-in-form .submit {
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  height: 36px;
}
#log-in-form .submit input {
  position: absolute;
  bottom: 0;
  color: #111;
}
#log-in-form .input input {
  color: #111;
}
#log-in-form label {
  display: block;
}
#log-in-form p.register {
  clear: both;
  margin: 0;
  text-align: right;
}
#log-in-form p.register span.sep {
  padding: 0 7px;
}
/* Primary Navigation */
#primary-navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
#primary-navigation ul li {
  float: left;
}
#primary-navigation ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  padding: 0 38px 15px 25px;
  background: url(../images/bg_primary_nav.png) no-repeat;
  display: block;
}
.cufon-loading #primary-navigation ul li a {
  display: none!important;
}
#primary-navigation ul li a.selected {
  background: url(../images/bg_primary_nav_selected.png) no-repeat;
}
#primary-navigation ul li a:hover {
  background: url(../images/bg_primary_nav_hover.png) no-repeat;
}
#primary-navigation ul li a.last {
  padding: 10px 0 10px 30px;
}
/* Home page */
#main {
  overflow: hidden;
  position: relative;
}
.home {
  background: url(../images/bg_home.png) repeat-x;
}
#home-wrapper {
  /*background:url(../images/banners/banner01.jpg) no-repeat top center;*/

  width: 100%;
  overflow: hidden;
  position: relative;
}
#home-intro {
  height: 403px;
  position: relative;
  z-index: 400;
}
#home-intro h1 {
  background: url(../images/splash_heading.png);
  height: 105px;
  width: 480px;
  top: 100px;
  position: absolute;
}
.splash-text {
  background: url(../images/splash_text.png);
  height: 27px;
  width: 983px;
}
#home-intro h2.splash-text {
  top: 293px;
  position: absolute;
}
.designer h2.splash-text {
  margin: 30px 0;
}
#red-bar {
  height: 5px;
  background: url(../images/bg_red_bar.png) repeat-x;
}
/*slider*/
#banner {
  width: 100%;
  height: 702px;
  position: absolute;
  top: 0;
  left: 0;
}
#banner div {
  padding: 0;
  margin: 0;
  opacity: 0.0;
  position: absolute;
  width: 100%;
  height: 702px;
}
#banner div.active {
  z-index: 10;
  opacity: 1.0;
}
#banner div.last-active {
  z-index: 9;
}
#banner-01 {
  background: url(../images/banners/banner01.jpg) no-repeat top center;
}
#banner-02 {
  background: url(../images/banners/banner02.jpg) no-repeat top center;
}
#banner-03 {
  background: url(../images/banners/banner03.jpg) no-repeat top center;
}
#banner-04 {
  background: url(../images/banners/banner04.jpg) no-repeat top center;
}
/* Designer */
#designer-wrapper {
  position: relative;
  height: 555px;
  width: 988px;
  background: #2b2b2b;
  border: 1px solid #5d5d5d;
  border-right: 1px solid #161515;
  box-shadow: 0 -1px 1px #000000;
  overflow: hidden;
}
#canvas-outer-wrapper,
#designer-wrapper .slideshow {
  width: 550px;
  height: 505px;
  padding: 25px;
  float: left;
  overflow: hidden;
}
#canvas-inner-wrapper {
  width: 540px;
  height: 495px;
  background: #ffffff;
  border: 5px solid #d8d8d8;
  box-shadow: 0 0 10px #000;
  overflow: hidden;
  position: relative;
}
#canvas-inner-wrapper.no-type {
  background: url("/assets/images/start_designing.png") no-repeat scroll right 50px #ffffff;
}
#canvas-toolbar {
  height: 30px;
  width: 100%;
  background: #ebebeb;
  overflow: hidden;
  position: absolute;
  top: 0px;
}
#canvas-toolbar a.canvas-btn {
  height: 28px;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: none;
  border-bottom: none;
  display: block;
  float: left;
  background: #a4a4a4;
  color: #fff;
  text-shadow: 0px -1px 1px #aaaaaa;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 3px 0.5em 0;
}
#canvas-toolbar a.canvas-btn:hover {
  background: #929292;
}
#canvas-toolbar a.canvas-btn.selected {
  background: #5d5d5d;
}
#design-options {
  width: 387px;
  height: 555px;
  border-left: 1px solid #000;
  float: right;
  position: relative;
}
#design-options li {
  list-style-type: none;
}
#design-options#design-options li.open h3 {
  background: url(../images/toggle_open.png) 360px 18px no-repeat #323232;
  border: none;
  cursor: default;
  border-bottom: 1px solid #222;
}
#design-options li.open {
  z-index: 100;
  position: relative;
}
#design-options li {
  position: relative;
  display: block;
}
#design-options li h3.toggle {
  height: 22px;
  overflow: hidden;
  color: #dce6e6;
  padding: 15px;
  text-transform: uppercase;
  font-size: 18px;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #161515;
  background: url(../images/toggle_closed.png) 360px 18px no-repeat #232323;
  cursor: pointer;
  font-family: 'Impact', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#design-options li div.tray {
  position: relative;
  padding: 0px;
  margin: 0px;
  border: none 0px;
}
#design-options li div.tray div.inner-tray {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px;
  height: 256px;
}
.ie #design-options div.tray {
  display: none;
}
.ie #design-options li.open div.tray {
  display: block;
}
#design-options ul.types {
  text-align: left;
}
#design-options ul.types li {
  background: none;
  width: 100px;
  height: 100px;
  margin: 0 0 20px 10px;
  cursor: pointer;
  float: left;
}
#design-options ul.types li img {
  width: 100px;
  height: 100px;
}
#design-options ul.types li span {
  display: block;
  text-align: center;
  background-color: #333;
  color: #fff;
}
#design-options ul.colours {
  margin: 0 0 35px;
  position: relative;
  z-index: 100;
}
#design-options p.panel-guide {
  background: none repeat scroll 0 0 #333333;
  padding: 5px;
}
#design-options ul.colours li {
  background: none;
  display: block;
  margin: 15px 0;
  position: relative;
  height: 40px;
}
#design-options ul.colours li .colour-picker li {
  margin: 2px;
  height: 25px;
}
#design-options ul.colours li p {
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  width: 130px;
  margin: 12px 0 0 0;
}
#design-options ul.colours li div.colourBlock {
  position: absolute;
  left: 160px;
}
#design-options ul.colours li.swap {
  height: 22px;
  margin: -20px 0px -20px 220px;
  padding: 4px 0px 0px 24px;
  /*background-color: #333;*/

  background: url(../images/bg_swap.png) no-repeat;
  color: #555;
  cursor: pointer;
}
#design-options ul.styles {
  text-align: left;
  background-color: transparent;
}
#design-options ul.styles li {
  /*width:75px;*/

  /*height:75px;*/

  border: 1px solid transparent;
  cursor: pointer;
  float: left;
  margin: 0 5px 5px 0;
}
#design-options ul.styles li:hover {
  border: 1px solid red;
}
#design-options ul.styles li img {
  width: 100%;
  height: 100%;
}
#design-options ul.styles.small li {
  width: 75px;
  height: 75px;
}
#design-options ul.styles.large li {
  width: 110px;
  height: 100px;
}
#design-options ul.optional {
  clear: both;
  /*height: 80px;*/

  display: block;
  /*float: none;
	width: 350px;
	overflow-y: scroll;
	background-color: white*/

  position: absolute;
  left: -571px;
  bottom: -78px;
  background: url(../images/bg_stripe_picker.png);
  border-top: 6px solid #d8d8d8;
  border-right: 6px solid #d8d8d8;
}
#design-options ul.optional li {
  float: none;
  display: block;
  background-color: transparent;
  position: static;
  width: auto;
}
#design-options ul.optional label {
  width: auto;
  display: block;
  font-size: 10px;
  padding: 7px;
}
#design-options ul.optional label input {
  margin-right: 0.5em;
}
#design-options .decoration .box,
#design-options .save-share .box,
.quote-box {
  background: #333;
  padding: 10px;
  margin: 10px 0;
}
#design-options .decoration .box input,
#design-options .save-share .box input {
  margin: 0 10px 0 0;
}
/*#design-options .decoration .box button.hover{*/
/*	box-shadow:none;*/
/*	border:none;*/
/*}*/
#design-options .decoration .box h3 {
  font-size: 16px;
  font-weight: bold;
}
#designer-wrapper .selection {
  background-color: #fff;
  padding: 20px;
  box-shadow: -1px 1px 10px #000000;
  left: 500px;
  position: absolute;
  top: 80px;
  width: 430px;
  z-index: 200;
}
#designer-wrapper .selection h3 {
  color: #222222;
  font-size: 16px;
  height: 22px;
  overflow: hidden;
  padding: 0 0 15px;
}
#designer-wrapper .selection .buttons .button {
  float: right;
  margin-right: 1em;
}
#designer-wrapper .selection .selection-wrapper {
  background: #f2f2f2;
  border-color: #eee;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 18px;
}
.tabular button.save {
  margin: 0 0 0 20px;
}
p.custom-designs {
  text-align: center;
  margin: 20px auto 0;
}
/* Generic content styles */
.content-box table {
  width: 100%;
  margin: 0.5em 0px;
}
.content-box th {
  margin: 0px;
  padding: 0.1em 0.4em;
  background-color: #000;
  border-bottom: 3px #FE0C05 solid;
  border-collapse: no-collapse;
  color: #BFC0C0;
}
.content-box td {
  border-top-width: 3px;
  border-bottom: 1px solid #494949;
  margin: 0px;
  padding: 0.1em 0.2em;
  background-color: #1D1D1F;
}
.content-box tr.altrow td {
  background-color: #0D0D0F;
  border-bottom: 1px solid #494949;
  margin: 0px;
  padding: 0.1em 0.2em;
}
#menu ul {
  margin-left: 2em;
}
/* Other pages */
.cms-wrapper {
  padding: 40px 0;
}
.generic {
  padding: 0;
}
.account h2,
.generic h2 {
  padding: 20px 0;
}
.account .main-content {
  width: 768px;
  padding: 20px;
  overflow: hidden;
  background: #2B2B2B;
  border-color: #5D5D5D #161515 #5D5D5D #5D5D5D;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 -1px 1px #000000;
  min-height: 300px;
}
.generic .main-content {
  width: 960px;
  padding: 20px;
  overflow: hidden;
  background: #2B2B2B;
  border-color: #5D5D5D #161515 #5D5D5D #5D5D5D;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 -1px 1px #000000;
  min-height: 300px;
}
.generic .main-content .main-content-inner {
  background: #333;
  width: 920px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 4px #222;
  color: #fff;
  margin: 0 0 10px;
}
#cerabox .account .main-content {
  width: auto;
}
#cerabox .account .main-content .main-content-inner {
  width: auto;
}
.account .main-content .main-content-inner {
  background: #333;
  width: 728px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 4px #222;
  color: #fff;
  margin: 0 0 10px;
}
.account #sub-nav-wrapper {
  float: right;
  width: 180px;
  margin: 25px 0 0;
}
.account #sub-nav-wrapper li a {
  background: #232323;
  border-bottom: 1px solid #161515;
  border-right: 1px solid #161515;
  border-top: 1px solid #424242;
  color: #DCE6E6;
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
  padding: 8px 15px;
  /*text-transform: uppercase;*/

  display: block;
}
.account #sub-nav-wrapper li a.current,
.account #sub-nav-wrapper li a:hover {
  background: #333;
}
.account dt {
  float: left;
  width: 160px;
  padding: 5px;
  clear: left;
}
.account dd {
  padding: 5px;
  margin-left: 170px;
}
.account iframe {
  width: 550px;
  overflow: hidden;
}
.account .thumbnail-wrapper {
  height: 125px;
  width: 125px;
  background: #fff;
  padding: 5px;
  float: left;
  box-shadow: 0px 0px 4px #222;
}
.account .thumbnail-wrapper img {
  height: 120px;
  width: 120px;
}
.account .design-details {
  width: 568px;
  float: right;
}
.account .title-and-actions {
  width: 548px;
  margin: 0 0 10px;
  border-bottom: 1px solid #444;
  overflow: hidden;
  background: #414141;
  padding: 10px;
}
.account .title-and-actions h3,
.account .title-and-actions h3 a {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 24px;
  display: block;
  width: 200px;
}
.account .title-and-actions .actions {
  float: right;
  width: 326px;
}
.account .details {
  padding: 5px;
}
.account .details p {
  display: block;
  clear: both;
  color: #ddd;
  margin: 0 0 5px;
}
.account .details p span {
  width: 100px;
  font-weight: bold;
  display: block;
  float: left;
  color: #fff;
}
.account .actions {
  text-align: right;
}
/*.account .actions a {
    padding: 3px 6px;
    display: inline;
    background: #777;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    font-size:12px;
    }
.account .actions a:hover {
    background-position: 0 -48px;
    }
.account .actions a:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }*/
.account .input {
  overflow: hidden;
  margin: 10px 0 20px;
}
.account .input label {
  display: block;
  width: 200px;
  float: left;
}
.account .input input {
  /* float:left; */

}
.account .input .controls {
  display: inline-block;
  position: relative;
}
.account .input .controls .input {
  float: left;
  margin: 0px;
}
.account .quote-thumbnail-wrapper {
  height: 150px;
  width: 100%;
}
.sign-up .input {
  width: auto;
  float: left;
  margin: 10px 20px 10px 0;
}
.sign-up .input input.half {
  width: 213px;
}
.sign-up .input input.full {
  width: 450px;
}
.sign-up .input label {
  float: none;
  font-size: 14px;
  color: #DDD;
  padding: 0 0 4px;
}
.sign-up .form-section,
.sign-up .submit {
  width: 480px;
  overflow: hidden;
  background: #313131;
  padding: 10px;
}
.sign-up .submit {
  width: 480px;
  padding: 10px;
  float: left;
  margin: 0 0 0 0!important;
}
.sign-up .error .error-message {
  margin: 0;
  padding: 5px;
  background: #d94a39;
  width: 96%;
  display: block;
}
.sign-up .error input {
  border: 1px solid #d94a39;
}
.sign-up form h2 {
  padding: 10px;
  width: 480px;
  font-size: 18px;
  background: #262626;
  margin: 40px 0 0;
  border-bottom: 1px dashed #222;
}
.sign-up .error .error-message:before {
  content: 'Error: ';
}
/*.sign-up #email_details{*/
/*	font-size:10px;*/
/*}*/
.designs .main-content-inner,
.orders .main-content-inner,
.log-in .main-content-inner {
  margin: 0 0 10px;
}
.favourite {
  clear: both;
  margin: 0 0 20px;
  width: 100%;
  overflow: hidden;
}
.favourites .before {
  float: left;
  width: 200px;
  height: 150px;
  border: 5px solid #555;
  margin: 0 20px 0 0;
  background: #fff;
}
.favourites .after {
  float: left;
  width: 200px;
  height: 150px;
  border: 5px solid #555;
  margin: 0 20px 0 0;
}
.favourites .details h3 {
  font-size: 24px;
}
.testimonial {
  padding: 20px;
  width: 70%;
  margin: 20px auto;
  background: #444;
  overflow: hidden;
}
.testimonials p.quote {
  font-size: 18px;
  font-family: georgia;
  font-style: italic;
  line-height: 28px;
}
/* Footer */
footer {
  width: 100%;
  height: 190px;
  background: url(../images/bg_footer.png) repeat-x;
  text-transform: uppercase;
  color: #777777;
  font-size: 10px;
}
footer .inner {
  position: relative;
  height: 190px;
}
footer ul {
  list-style: none;
  display: block;
  clear: both;
}
footer ul li {
  float: left;
}
footer .inner ul li a,
footer .inner nav ul li a {
  color: #9f9f9f;
}
footer .inner ul li a:hover,
footer .inner nav ul li a:hover {
  text-decoration: underline;
}
footer .inner ul li {
  color: #777777;
  font-size: 10px;
}
footer .inner nav {
  position: absolute;
  top: 90px;
}
footer .inner #contact {
  position: absolute;
  top: 120px;
}
footer .inner #credits {
  position: absolute;
  top: 160px;
}
footer .inner nav ul li {
  font-size: 12px;
}
footer .inner ul li span.seperator {
  padding: 0 5px;
}
footer .inner nav ul li span.seperator {
  padding: 0 10px;
}
footer a#footer-logo {
  background: url(../images/uniform_city_logo_footer.png) no-repeat;
  width: 109px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 96px;
  cursor: pointer;
}
#contact {
  width: 680px;
}
/* log-in page */
.log-in form,
#fb-login {
  background: #444;
  padding: 10px;
  overflow: hidden;
  margin: 10px 0 30px;
  width: 380px;
}
.main-content .submit {
  margin: 0 0 0 200px;
}
.error input {
  border: 1px solid red;
}
.error .error-message {
  float: left;
  margin: 0 0 0 10px;
}
legend {
  display: none;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
/*Flash Messages*/
#flashMessage,
#authMessage {
  width: 80%;
  padding: 10px 20px;
  overflow: hidden;
  background: #2B2B2B;
  border-color: #5D5D5D;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 -1px 1px #000000;
  color: #fff;
  width: 950px;
  margin: 10px auto;
}
.message {
  background: #649a2b!important;
  border: 1px solid green!important;
}
.status {
  width: 100px;
  display: inline;
  font-size: 12px;
  padding: 3px 0 3px 25px;
}
.status.saving,
.status.checking {
  color: white;
  background: url(../images/saving.gif) no-repeat 0px 3px;
}
.status.error {
  color: red;
  padding: 3px 0;
}
.status.unverified {
  color: #cccc44;
}
.status.saved,
.status.verified {
  color: #64be3c;
  background: url(../images/saved.png) -1px -3px no-repeat;
}
#validation_message {
  display: block;
  width: auto;
  clear: both;
}
.sign-up .status.unverified {
  padding: 0;
}
#register-form .button img {
  width: 50px;
  height: 50px;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
#register-form div.button {
  border: 1px solid #888;
  height: 120px;
  padding: 10px;
  margin: 20px;
  float: left;
  width: 300px;
}
#register-form div.button:hover {
  border-color: #aaa;
  background: #383838;
}
#register-form div.button h4 {
  padding: 0 0 10px;
}
#register-form div.button p {
  width: 240px;
  float: right;
}
#register-form .log-in form,
#register-form #fb-login {
  width: 500px;
}
#register-form div.input div.description {
  display: block;
  clear: both;
}
/* Front Page Action Man. I mean Box. Action Box. */
#action-boxes {
  height: 370px;
  width: 990px;
  margin: 0 auto;
  z-index: 400;
  position: relative;
}
.action-box {
  width: 314px;
  height: 325px;
  border-color: #5D5D5D #161515 #5D5D5D #5D5D5D;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 10px #eb3623;
  background: #2b2b2b;
  float: left;
  margin: 0 21px 0 0;
  cursor: pointer;
  position: relative;
}
#action-boxes .last {
  margin: 0;
}
.action-box h2 {
  background: #202020;
  color: #fff;
  padding: 10px 25px;
  margin: 15px 0 0;
}
.action-box p {
  padding: 10px 25px;
  margin: 5px 0 0;
  color: #fff;
}
.action-box ol {
  list-style: outside decimal;
  color: #fff;
  font-size: 12px;
  padding: 10px 25px;
  margin: 5px 0 0 18px;
}
.action-box ol li {
  margin: 0 0 4px;
}
.action-box img {
  float: right;
}
.action-box a {
  position: absolute;
  bottom: -25px;
  left: 20px;
  width: 179px;
  height: 28px;
  padding: 9px 14px;
  background: url(../images/btn_front_action.png) no-repeat;
  text-transform: uppercase;
  color: #2b2b2b;
  font-size: 18px;
}
.action-box a:hover,
#action-boxes .hover a {
  color: #ff0701;
}
#custom-design-box img {
  margin: 0 10px 0 0;
}
#action-boxes .hover {
  box-shadow: 0 0 20px #eb3623;
  border: #eb3623 1px solid;
}
/* Print Styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/***** Cerabox ******/
#cerabox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1106;
  display: none;
}
#cerabox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("../images/cerabox.png");
}
#cerabox-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
  background: #000;
  opacity: .5;
}
#cerabox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1101;
  display: none;
  opacity: 0;
  background: #333;
  padding: 5px;
}
#cerabox .cerabox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  outline: none;
  position: relative;
  overflow: auto;
  z-index: 1102;
  border: 0px solid #fff;
  /*CSS3*/

  -moz-box-shadow: 0 0 30px -5px #333333;
  -webkit-box-shadow: 0 0 30px -5px #333333;
  box-shadow: 0 0 30px -5px #333333;
}
#cerabox .cerabox-content img {
  float: left;
}
#cerabox .cerabox-title {
  z-index: 1102;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
}
#cerabox .cerabox-title span {
  font-family: Helvetica;
  font-size: 12px;
  margin: 10px;
  display: block;
  line-height: normal;
}
#cerabox .cerabox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('../images/cerabox.png') -40px 0px;
  cursor: pointer;
  z-index: 1105;
}
#cerabox .cerabox-content img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#cerabox .cerabox-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#cerabox a.cerabox-left,
#cerabox a.cerabox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../img/blank.gif');
  z-index: 1104;
  display: none;
}
#cerabox a.cerabox-left {
  left: 0px;
}
#cerabox a.cerabox-right {
  right: 0px;
}
#cerabox a.cerabox-left span,
#cerabox a.cerabox-right span {
  position: absolute;
  top: 50%;
  /*left: -9999px;*/

  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1104;
  display: block;
}
#cerabox a.cerabox-left:hover span {
  background-image: url('../images/cerabox.png');
  background-position: -40px -30px;
  left: -15px;
}
#cerabox a.cerabox-right:hover span {
  background-image: url('../images/cerabox.png');
  background-position: -40px -60px;
  right: -15px;
}
#cerabox .cerabox-content-protection {
  display: none;
  position: absolute;
  background: transparent url('../img/blank.gif');
  z-index: 1103;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#cerabox .cerabox-content .account .design-details {
  float: none;
}
/*IE6*/
#cerabox-loading.ceraboxbox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#PaymentProcessForm #PaymentCardMonth,
#PaymentProcessForm #PaymentCardYear {
  width: 50px;
}
#PaymentProcessForm span.sep {
  display: block;
  float: left;
  padding: 0 5px;
}
/* Cute as a BUTTON! */
.awesome {
  background: #777;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff!important;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
/* Sizes ---------- */
.small.awesome {
  font-size: 11px;
}
.medium.awesome {
  font-size: 13px;
}
.large.awesome {
  font-size: 14px;
  padding: 8px 14px 9px;
}
/* Colors ---------- */
.blue.awesome {
  background-color: #2daebf;
}
.red.awesome {
  background-color: #e33100;
}
.magenta.awesome {
  background-color: #a9014b;
}
.orange.awesome {
  background-color: #ff5c00;
}
.yellow.awesome {
  background-color: #ffb515;
}
.green.awesome {
  background-color: #0aa520;
}
.pdf,
.actions .edit,
.actions .print,
.actions .view,
.actions .order,
.actions .quote {
  padding: 8px 14px 9px 28px!important;
}
.actions .pay,
.actions .share {
  padding: 8px 14px 9px 14px!important;
}
.pdf {
  background: url(../images/pdf.png) #777777 no-repeat 3px 4px;
  margin: 10px 0 0;
}
.actions .print {
  background: url(../images/print.png) #777777 no-repeat 8px 6px;
}
.actions .edit {
  background: url(../images/edit.png) #777777 no-repeat 8px 6px;
}
.actions .view {
  background: url(../images/view.png) #777777 no-repeat 8px 6px;
}
.actions .order {
  background: url(../images/order.png) #fe0c05 no-repeat 4px 3px;
}
.actions .quote {
  background: url(../images/request.png) #777777 no-repeat 8px 6px;
}
.actions .star {
  background-image: url("../images/starred.png");
  background-repeat: no-repeat;
  background-position: 6px 3px;
  background-color: #777777;
  height: 28px;
  padding: 0;
  vertical-align: bottom;
  width: 34px;
}
.actions .active,
.actions a.star:hover {
  background-position: 6px -31px;
}
/* like, totally.. */
/*.fb_edge_widget_with_comment{*/
/*    left: 10px;*/
/*    position: absolute!important;*/
/*    top: 14px;*/
/*    display:none;*/
/*}*/
.details .fb_edge_widget_with_comment {
  margin: 15px 0 0;
}
/* from screen.css */
/**
 * Basically ripped straigh from Redmine. This is not my work.
 * See http://redmine.org/ for more information,
 * or http://redmine.rubyforge.org/svn/trunk/public/stylesheets/application.css
 */
.box {
  padding: 6px;
  margin-bottom: 10px;
  color: #505050;
  line-height: 1.5em;
}
.attributes {
  margin-bottom: 8px;
}
.attributes p {
  padding-top: 1px;
  padding-bottom: 2px;
}
.attributes select {
  min-width: 50%;
}
/***** Tabular forms ******/
.tabular div.input {
  margin: 0;
  padding: 5px 0 8px 0;
  padding-left: 100px;
  /*width of left column containing the label elements*/

  height: 1%;
  clear: left;
}
.tabular label {
  font-weight: bold;
  float: left;
  text-align: right;
  margin-left: -100px;
  /*width of left column*/

  width: 75px;
  /*width of labels. Should be smaller than left column to create some right margin*/

}
.tabular label.floating {
  font-weight: normal;
  margin-left: 0px;
  text-align: left;
  width: 270px;
}
.tabular label.block {
  font-weight: normal;
  margin-left: 0px !important;
  text-align: left;
  float: none;
  display: block;
  width: auto;
}
.tabular label.inline {
  float: none;
  margin-left: 5px !important;
  width: auto;
}
.tabular input,
.tabular textarea {
  background: #eee;
  border: 1px solid #999;
}
.tabular .colour label {
  margin-top: 9px;
}
input#time_entry_comments {
  width: 90%;
}
#preview fieldset {
  margin-top: 1em;
  background: url(../images/draft.png);
}
.tabular.settings p {
  padding-left: 300px;
}
.tabular.settings label {
  margin-left: -300px;
  width: 295px;
}
.tabular.settings textarea {
  width: 99%;
}
fieldset.settings label {
  display: block;
}
.parent {
  padding-left: 20px;
}
/*.required {color: #bb0000;}*/
.summary {
  font-style: italic;
}
#attachments_fields input[type=text] {
  margin-left: 8px;
}
div.attachments {
  margin-top: 12px;
}
div.attachments p {
  margin: 4px 0 2px 0;
}
div.attachments img {
  vertical-align: middle;
}
div.attachments span.author {
  font-size: 0.9em;
  color: #888;
}
p.other-formats {
  text-align: right;
  font-size: 0.9em;
  color: #666;
}
.other-formats span + span:before {
  content: "| ";
}
a.atom {
  background: url(../images/feed.png) no-repeat 1px 50%;
  padding: 2px 0px 3px 16px;
}
.buttonWrapper {
  text-align: center;
}
ul.selectable {
  margin: 0.5em 0px;
  padding: 0px;
}
ul.selectable li {
  display: inline-block;
  margin-right: 2px;
  padding: 0px;
  background-color: #eee;
}
ul.selectable li img {
  max-width: 100%;
}
ul.selectable li.selected {
  background-color: #c0ffff;
}
ul.text-direction li {
  list-style-type: none;
  float: left;
  width: 50px;
  height: 50px;
  border: 1px outset #333;
  text-align: center;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 2;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  /*border: 1px outset #333;*/

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
}
ul.text-direction li.text-normal {
  background: url(../images/btn_normal.png) no-repeat;
}
ul.text-direction li.text-down {
  background: url(../images/btn_down.png) no-repeat;
}
ul.text-direction li.text-up {
  background: url(../images/btn_up.png) no-repeat;
}
ul.text-direction li.text-vertical {
  background: url(../images/btn_vertical.png) no-repeat;
}
div.input ul.selectable {
  text-align: left;
  margin: 0px;
}
a.button {
  display: inline-block;
  padding: 0.5em 3em;
  margin: 0px 0.5em;
  text-align: center;
  background-color: #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  /*border: 1px outset #333;*/

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
}
.button.disabled {
  color: #ccc;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: default;
}
.button.disabled:hover {
  text-decoration: none;
}
.alignment li {
  width: 16px;
  height: 16px;
  /*border: 1px outset #333;*/

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
}
.alignment li.start {
  background-image: url('/img/text_align_left.png');
}
.alignment li.middle {
  background-image: url('/img/text_align_center.png');
}
.alignment li.end {
  background-image: url('/img/text_align_right.png');
}
.colourBlock {
  height: 24px;
  width: 82px;
  /*border: 1px outset #333;*/

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  border: 1px inset #333;
}
.colourBlock {
  width: 50px;
  height: 40px;
  /*border: 1px outset #333;*/

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  overflow: visible;
  position: relative;
}
.colour-picker {
  display: block;
}
.colour-picker.popup {
  position: absolute;
  top: -5px;
  left: -5px;
  max-height: 300px;
  width: 146px;
  padding: 0.5em;
  box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  border: 1px solid black;
  overflow-y: auto;
  background-color: white;
  z-index: 100;
}
.colour-picker .colourBlock {
  display: block;
  list-style-type: none;
  height: 25px;
  width: 25px;
  float: left;
  margin: 1px;
}
.colour-picker .colourBlock.selected {
  box-shadow: 0 0 2px #000000;
  -webkit-box-shadow: 0 0 2px #000000;
  -moz-box-shadow: 0 0 2px #000000;
  border-color: red;
}
.colours li.selected {
  z-index: 500;
}
#design-options ul.variants li {
  float: left;
  margin: 0.5em;
}
#design-options ul.variants ul.variant {
  margin: 0px;
  position: relative;
  /*border: 1px outset #333;*/

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  height: 3em;
  width: 1.5em;
  overflow: hidden;
}
#design-options ul.variants ul.variant li {
  float: none;
  margin: 0px;
  height: 2em;
  width: 100%;
  position: absolute;
}
#design-options ul.variants ul.variant.colours-1 .colour-1 {
  height: 3em;
}
#design-options ul.variants ul.variant.colours-2 .colour-1 {
  height: 3em;
}
#design-options ul.variants ul.variant.colours-2 .colour-2 {
  top: 2em;
  height: 2em;
  width: 200%;
  left: -50%;
  transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.1111111111111111);
}
#design-options ul.variants ul.variant.colours-3 .colour-1 {
  height: 3em;
}
#design-options ul.variants ul.variant.colours-3 .colour-2 {
  height: 1.35em;
  top: 1.65em;
}
#design-options ul.variants ul.variant.colours-3 .colour-3 {
  height: 0.3em;
  top: 1.5em;
  width: 200%;
  left: -50%;
  transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.1111111111111111);
}
.slider-wrapper {
  width: 90%;
  background-color: #eee;
  border: 1px outset #333;
  height: 1em;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
}
.slider-wrapper .knob {
  overflow: hidden;
  background-color: #c0ffff;
  border: 1px outset #333;
  width: 1em;
  height: 1em;
  cursor: pointer;
  cursor: move;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: -1px;
}
.loading-spinner:after {
  content: 'Loading...';
}
#canvas-outer-wrapper .canvas {
  height: 465px;
  width: 100%;
  margin-top: 30px;
}
#canvas-outer-wrapper .canvas.editable svg path {
  cursor: pointer;
}
#canvas-outer-wrapper .canvas.editable svg text {
  cursor: pointer;
  cursor: move;
}
ul.sections {
  position: absolute;
  bottom: 1em;
  left: 1em;
  margin: 0px;
  padding: 0px;
}
ul.sections li {
  display: inline-block;
  border: 1px solid black;
  margin: 0px;
  margin-right: 1em;
  padding: 0.5em;
  /*border: 1px outset #333;*/

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
}
#designer-wrapper .slideshow {
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin: 25px;
}
#designer-wrapper .slideshow .slide {
  position: absolute;
  height: 505px;
  left: 50%;
}
#designer-wrapper .slideshow .slide img {
  position: relative;
  left: -50%;
  max-height: 100%;
}
.block-link {
  cursor: pointer;
}
