/* PS style guide ---
  - use 2 spaces per indentation level (no tabs)
  - remove all trailing whitespace
 ---*/
/* Important: Don't set width here in body tag, it breaks AjaxUpload?! */
body { margin: 0px auto; padding-top: 3px; text-align: center; }
TD, A, SPAN, FONT, SELECT, INPUT, P, DIV, BUTTON, TEXTAREA { font-family: Verdana; color: #333; font-size: 11px; outline: none; }
img { display: block; }
A IMG { border: none; }
.strong { font-weight: bold; }
.italic { font-style: italic; }
.alert { color:red; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

/* Utility classes */
.hide { display: none; }
.invisible { visibility: hidden; }
/*GLOBAL LAYOUT CSS - new css layout of content*/
#maincontent,
.maincontent { margin-top: 6px; width: 990px; text-align: left; }
#recipe img { padding-bottom: 20px; }
#leftnav { border-right: 1px dotted #4f4e44; text-align: left; }
#bodycontent { padding: 5px 0px 10px 20px; font-family: Georgia; }
.static_page #bodycontent h1 { font-size: 20px; font-family: Georgia; color: #333; padding-top: 20px; line-height: 14px; }
.static_page #bodycontent h2 { font-size: 16px; font-family: Georgia; color: #333; padding-top: 10px; }
.static_page #bodycontent p,
.static_page #bodycontent ul,
.static_page #bodycontent ol,
.static_page #bodycontent td { font-size: 15px; font-family: Georgia; line-height: 20px; color: #333; }
.static_page #bodycontent a { font-size: 13px; font-family: Georgia; line-height: 20px; color: #333; font-weight: bold; text-decoration: none;border-bottom: 1px dotted; }
.static_page #tablelinks a { font-size: 15px; color: #333; line-height: 12px; font-weight: normal; text-decoration: underline; font-family: Georgia; }


/* START general */
#full-screen-content {
  width: 990px;
  margin: 10px 0px 10px 0px;
  min-height: 900px;
}

.full-width {
  text-align: left;
  padding: 5px 0 10px 20px;
}

.all-caps {
  text-transform: uppercase;
}

#bodycontent h4 {
	font-size: 17px;
	font-family: Georgia;
	line-height: 22px;
	color: #e43e22;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-bottom: 0px;
}


/* END general */

/* START Fonts */
@font-face {
  font-family: 'MrsEavesRomanLiningRegular';
  src: url('/web/20150412053716im_/http://www.papersource.com/css/mrseavromlin-071211001EmigreWebOnly.eot#iefix') format('embedded-opentype'),
       url('/web/20150412053716im_/http://www.papersource.com/css/mrseavromlin-071211001EmigreWebOnly.woff') format('woff');
}


@font-face {
  font-family: 'socicon';
  src: url('/web/20150412053716im_/http://www.papersource.com/css/_fonts/socicon/socicon-webfont.eot#iefix') format('embedded-opentype'),
       url('/web/20150412053716im_/http://www.papersource.com/css/_fonts/socicon/socicon-webfont.woff') format('woff'),
       url('/web/20150412053716im_/http://www.papersource.com/css/_fonts/socicon/socicon-webfont.ttf') format('truetype'),
       url('/web/20150412053716im_/http://www.papersource.com/css/_fonts/socicon/socicon-webfont.svg#sociconregular') format('svg');
}
/* END Fonts */




/* START 404 */
#missing-404 {
	width: 90%;
	padding: 20px 25px 5px 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

#missing-404 h2 {
	color: #58574b;
	font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, serif;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#missing-404 p {
	color: #58574b;
	font-size: 15px;
    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: 300;
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 16px;
}

#missing-404 a {
	color: #58574b;
	font-size: 15px;
    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#missing-404  a:hover {
  color: #00919c;
}

.search-404 {
  width:400px;
  margin:20px auto 14px auto;
  background:#fff;
}

.search-404 p{
  color: #8a8981;
  font-size: 11px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: left;
  margin: 0 auto 0 6px;
  padding: 0;
}

.search-404 ul {
  list-style:none;
  padding:0;
  margin:0;
}
.search-404 li {
  display: block;
  padding: 5px;
  border:1px solid #9b9a93;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 86px;
}
.search-404 li:last-child {
  border:none;
  margin-bottom: 0px;
  text-align: center;
  float: right;
  margin-right: 0px;
  margin-top: -40px;
}

.search-404 input[type="text"],
.search-404 textarea,
.search-404 select
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  padding: 0;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
}
.search-404 input[type="text"]:focus,
.search-404 textarea:focus,
.search-404 select:focus
{
}
.search-404 li > span {
  background: #ecf6f5;
  display: block;
  padding: 3px;
  margin: 0 -9px -9px -9px;
  text-align: center;
  color: #C0C0C0;
  font-size: 11px;
}
.search-404 textarea {
  resize:none;
}
.search-404 input[type="submit"],
.search-404 input[type="button"] {
  background: #00919c;
  border: none;
  padding: 8px 10px 8px 10px;
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 500ms ease 100ms;
  float: right;
}
.search-404 input[type="submit"]:hover,
.search-404 input[type="button"]:hover {
  background: #a2d0cf;
  color:#fff;
}
/* END 404 */




/* START Interim Redesign Thumb Banners & SEO Copy */
.thumb-banner-container {
  clear: both;
  width: 800px;
  padding: 0px;
  margin: 8px auto 8px;
  background-color: #fff;
  background-position: bottom left;
  background-repeat: no-repeat;
  overflow: auto;
  border-top: 3px double #54534a;
}

.thumb-banner {
  padding-top: 28px;
  padding-bottom: 24px;
  padding-left: 400px;
  width: 400px;
}

.thumb-banner h1 {
  text-align: center;
  color: #54534a;
  font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
  font-size: 29px;
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 0px;
  margin: 0px auto 8px auto;
}

.thumb-banner h2 {
  text-align: center;
  color: #54534a;
  font-family: 'Roboto Condensed', Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 0px;
  margin: 0px auto 8px auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.thumb-banner p {
  color: #54534a;
  font-size: 15px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-bottom: 6px;
  padding-top: 0px;
}

.thumb-banner-container.persimmon {
  border-top: 3px double #e43e22;
}

.thumb-banner-container.persimmon h1 {
  color: #e43e22;
}

.thumb-banner-container.peacock {
  border-top: 3px double #00919c;
}

.thumb-banner-container.peacock h1 {
  color: #00919c;
}
.lower-copy-container {
  clear: both;
  width: 800px;
  padding: 0px;
  margin: 24px auto 0 ;
  overflow: auto;
  border-top: 1px dotted #e3dfd6;
}

.lower-copy {
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 0px;
  width: 800px;
}

.lower-copy-container h2 {
  text-align: left;
  color: #54534a;
  font-family: 'Roboto Condensed', Georgia, Times, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 0px;
  margin: 0px auto 2px auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.lower-copy-container p {
  text-align: left;
  color: #54534a;
  font-size: 15px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  line-height: 20px;;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
/* END Interim Redesign Thumb Banners & SEO Copy */




#footer_mobile_links {
  display: none;
}

/* START Interim Redesign Footer */

#ps-footer {
  margin: 20px auto 0px auto;
  padding: 14px 0px 14px 0px;
  clear: both;
  border-top: 1px solid #e3dfd6;
  overflow: auto;
  text-align: left;
}

#ps-footer ul {
  list-style: none;
  margin-top: 4px;
  margin-left: 0px;
  padding-bottom: 4px;
  line-height: 20px;
}

#ps-footer a {
  text-decoration: none;
  font-weight: normal;
}

#footer-section {
  float: left;
  padding-right: 10px;
  margin-right: 30px;
  text-align: left;
}

#ps-footer h3 {
  color: #79796f;
  font-size: 14px;
  font-family: 'Roboto Condensed', Verdana , sans-serif;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 4px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}

.footer-nav {
  margin: 0 0 0px 0;
  padding: 0;
}

.footer-nav li a {
  list-style-image: none;
  list-style-type: none;
  margin-right: 0px;
  margin-bottom: 1px;
  margin-left: -40px;
  line-height: 14px;
  font-size: 12px;
  text-align: left;
  font-family: 'Roboto', Verdana , sans-serif;
  font-weight: 400;
  color: #79796f;
}
.footer-nav li a:hover {
  color: #00929a;
}

.footer-nav li.copyright {
  list-style-image: none;
  list-style-type: none;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -40px;
  letter-spacing: 1px;
  font-size: 10px;
  text-align: left;
  font-family: 'Roboto', verdana, sans-serif;
  font-weight: 400;
  color: #b2b1a6;
  text-transform: uppercase;
}

.footer-right {
  float: right;
  padding-right: 0px;
  margin-right: 0px;
}

.security-icon {
  clear: both;
  float: right;
  margin: 30px 0px 0px 0px;
  padding: 0;
}

.footer-subscribe {
  width:400px;
  margin:20px 0px 0px 0px;
  background:#fff;
}
.footer-subscribe p{
  color: #8a8981;
  font-size: 11px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: left;
  margin: 0 auto 0 6px;
  padding: 0;
}

.footer-subscribe ul {
  list-style:none;
  padding:0;
  margin:0;
}
.footer-subscribe li {
  display: block;
  padding: 5px;
  border:1px solid #e3dfd6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 66px;
}
.footer-subscribe li:last-child {
  border:none;
  margin-bottom: 0px;
  text-align: center;
  float: right;
  margin-right: 0px;
  margin-top: -40px;
}
.footer-subscribe li > label {
  display: block;
  float: left;
  margin-top: -20px;
  background: #fff;
  height: 14px;
  padding: 2px 5px 2px 5px;
  color: #79796f;
  font-size: 12px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-subscribe input[type="email"],
.footer-subscribe textarea,
.footer-subscribe select
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  padding: 0;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
}
.footer-subscribe input[type="email"]:focus,
.footer-subscribe textarea:focus,
.footer-subscribe select:focus
{
}
.footer-subscribe li > span {
  background: #ecf6f5;
  display: block;
  padding: 3px;
  margin: 0 -9px -9px -9px;
  text-align: center;
  color: #C0C0C0;
  font-size: 11px;
}
.footer-subscribe textarea {
  resize:none;
}
.footer-subscribe input[type="submit"],
.footer-subscribe input[type="button"] {
  background: #b5d9d9;
  border: none;
  padding: 8px 10px 8px 10px;
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 500ms ease 100ms;
  float: right;
}
.footer-subscribe input[type="submit"]:hover,
.footer-subscribe input[type="button"]:hover {
  background: #66bdc4;
  color:#fff;
}

.subscribe-form .subscribe-form-message {
  font-weight: normal;
  color: #00919c;
  text-align: left;
  font-size: 14px;
  font-family: 'Roboto Condensed', Verdana, sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

#social-links p {
  margin-top: 5px;
  margin-right: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
}

a.socicon {
  font-family: 'socicon' !important;
  color: #9b9a93;
  font-size: 20px;
  font-weight: normal;
  margin-top: 4px;
  padding-left: 10px;
  margin-bottom: 4px;
  letter-spacing: 1px;
  text-align: right;
  float: left;
}

a.socicon:hover {
  font-family: 'socicon' !important;
  color: #a2d0cf;
  font-size: 20px;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 4px;
  letter-spacing: 1px;
  text-align: left;
}

.tooltip {
  color: #58574c;
  outline: none;
  text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}

.tooltip:hover span {
  font-family: 'Roboto', Verdana , sans-serif;
  font-weight: 400;
  color: #00919c;
  text-transform: uppercase;
  position: absolute;
  left: -3em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 140px;
}

.tooltip:hover em {
  font-family: 'Roboto', Verdana , sans-serif;
  font-weight: 400;
  color: #00919c;
  display: block;
  padding: 0.2em 0 0.6em 0;
  text-transform: uppercase;
}
.classic {
  background: #fff;
  padding: 0.8em 1em;
}




/* END Interim Redesign Footer */

/* START Opt Out Page */
.unsubscribe {
    width:460px;
    margin:30px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}
.unsubscribe p{
	color: #8a8981;
    font-size: 11px;
    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto 0 6px;
    padding: 0;
}

.unsubscribe ul {
    list-style:none;
    padding:0;
    margin:0;
}
.unsubscribe li {
    display: block;
    padding: 5px;
    border:1px solid #e3dfd6;
    border-radius: 3px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	margin-right: 126px;
}
.unsubscribe li:last-child {
    border:none;
    margin-bottom: 0px;
    text-align: center;
    float: right;
    margin-right: 0px;
    margin-top: -40px;
}
.unsubscribe li > label {
    display: block;
    float: left;
    margin-top: -21px;
    background: #fff;
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #8a8981;
    font-size: 14px;
    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: 300;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.unsubscribe input[type="email"],
.unsubscribe textarea,
.unsubscribe select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    padding: 0;
    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: 300;
}
.unsubscribe input[type="email"]:focus,
.unsubscribe textarea:focus,
.unsubscribe select:focus
{
}
.unsubscribe li > span {
    background: #ecf6f5;
    display: block;
    padding: 3px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #C0C0C0;
    font-size: 11px;
}
.unsubscribe textarea {
    resize:none;
}
.unsubscribe input[type="submit"],
.unsubscribe input[type="button"] {
    background: #b5d9d9;
    border: none;
    padding: 8px 10px 8px 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 500ms ease 100ms;
    float: right;
}
.unsubscribe input[type="submit"]:hover,
.unsubscribe input[type="button"]:hover {
    background: #66bdc4;
    color:#fff;
}

#opt-out-email{
	margin:20px 0px 40px 0px;
    padding: 40px 0px 0px 0px;
    overflow: auto;
    border-top: 1px dotted #e3dfd6;
}

#opt-out-email h2 {
	color: #333;
	font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#opt-out-email p {
	color: #333;
	font-size: 15px;
    font-family: Georgia;
    font-weight: 300;
    line-height: 20px;
	margin: 0 0 16px 0;
	padding: 0;
}

#opt-out-third{
	margin:16px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    overflow: auto;
}

#opt-out-third h2 {
	color: #333;
	font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#opt-out-third h3 {
	color: #333;
	font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
	margin: 10px auto 0 auto;
	padding: 0;
}

#opt-out-third h4 {
	color: #333;
	font-size: 13px;
    font-family: Georgia;
    font-weight: 500;
    line-height: 18px;
	margin: 0 0 16px 0;
	padding: 0;
	text-transform: uppercase;
}

#opt-out-third p {
	color: #333;
	font-size: 15px;
    font-family: Georgia;
    font-weight: 300;
    line-height: 20px;
	margin: 0 0 0px 0;
	padding: 0;
}
/* END Opt Out Page */






/* START Interim Redesign HP */
#content-top {
  width: 990px;
  clear: both;
  padding: 4px 0 0 0;
  margin: 0 auto 0 auto;
  height: 456px;
  overflow: hidden;
}

#sidebar {
  width:230px;
  float: right;
  margin: 0 0 0 0px;
  padding: 0;
  overflow: auto;
}

#home-featue {
  overflow: auto;
  margin: 0 10px 0 0;
}

#home-feature img {
  float:left;
  width: 750px;
  height: 456px;
  padding: 0px 0 2px 0;
  margin: 0;
}

.module-side {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
  width: 230px;
  overflow: hidden;
}

.module-side > div {
  display: inline-block;
  margin: 0;
  padding: 0 0.5%;
  vertical-align: top;
}


.module-side > div {
  margin-bottom: 0px;
  position: relative;
}

.module-side > div a.header-link {
  background: #a4a5a3 url(/web/20150412053716im_/http://www.papersource.com/img/home/_redesign/bg-linen-grey.jpg) 0 0 repeat;
  display: table;
  position: relative;
  text-decoration: none;
  width: 230px;
  padding:0;
  margin: 0 0 -10px 0;
}
.module-side > div a.header-link h2 {
  color: #fff;
  display: table-cell;
  font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 11px 8px 5px 8px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 230px;
}
.module-side > div img {
  vertical-align: top;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}

.module-side > div ul li {
  margin-left: -40px;
  background-color: #e3e4e7;
  list-style-type: none;
  position: relative;
  vertical-align: middle;
  width: 230px;
  color: #fff;
  border-bottom: 1px dotted #d5d5d2;
}

.module-side > div ul li.promo {
  margin-left: -40px;
  background-color: #fff;
  list-style-type: none;
  position: relative;
  vertical-align: middle;
  width: 230px;
  border-bottom: none;
}

.module-side > div ul li.promo img {
  margin-left: -2px;
}

.module-side > div ul li.promo:hover {
  background: #fff;
}


.module-side > div ul li:hover {
  background-color: #c8c9cf;
}

.module-side > div ul li:nth-child(2n) {
  background-color: #e9e9ec;
}

.module-side > div ul li:nth-child(2n):hover {
  background-color: #c8c9cf;
}

.module-side > div ul li:after {
  color: #000;
  height: 1em;
  margin-top: -0.5em;
  right: 0;
  top: 50%;
}
.module-side > div ul li a {
  display: inline-block;
  height: 100%;
  padding: 5px 2px 5px 2px;
  width: 100%;
  color: #58574b;
  font-size: 15px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.module-side > div ul li a span {
    color: #e43e22;
    font-size: 15px;
    font-family: 'Roboto Condensed', Verdana, sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.module-side > div ul li a:hover {
  color: #fff;
}


#content-bottom {
  width: 990px;
  clear: both;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

#feature-left {
  float: left;
  overflow: hidden;
  margin: 26px 6px 12px 1px;
  padding: 0px;
  max-width: 321px;
  background: #fff;
  box-shadow: 1px 1px 3px #bac1c2;
  -webkit-box-shadow: 1px 1px 3px #bac1c2;
  -moz-box-shadow: 1px 1px 3px #bac1c2;
}

#feature-center {
  float: left;
  overflow: hidden;
  margin: 26px 6px 12px 6px;
  max-width: 321px;
  background: #fff;
  box-shadow: 1px 1px 3px #bac1c2;
  -webkit-box-shadow: 1px 1px 3px #bac1c2;
  -moz-box-shadow: 1px 1px 3px #bac1c2;
}

#feature-right {
  float: left;
  overflow: hidden;
  margin: 26px 0px 12px 6px;
  max-width: 321px;
  background: #fff;
  box-shadow: 1px 1px 3px #bac1c2;
  -webkit-box-shadow: 1px 1px 3px #bac1c2;
  -moz-box-shadow: 1px 1px 3px #bac1c2;
}

#feature-rows h2 {
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 6px;
  border-top: 1px dotted #e3e4e7;
}

#feature-rows h2 span {
  font-size: 16px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 6px;
  border-top: 1px dotted #e3e4e7;
  padding-right:14px;
  background: url(/web/20150412053716im_/http://www.papersource.com/img/home/_redesign/arrow-slate-transparent.png) no-repeat right center;
}

#stuff>li a:hover {
  color: #58574b;
}


#feature-rows img {
  width: 321px;
  margin: 0;
  padding: 8px 0 0 0;
}

#feature:hover h2 {
  color: #002c53;
}

#feature-row {
  padding-top: 20px;
  min-height: 210px;
  clear: both;
}

#feature-row img {
  padding: 0;
  margin: 0;
  box-shadow: 0px 2px 4px #cecec9;
  -webkit-box-shadow: 0px 2px 4px #cecec9;
  -moz-box-shadow: 0px 2px 4px #cecec9;
}

.main-module {
  margin-top: 36px;
  margin-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  overflow: hidden;
}

#mod-left {
  margin-left: 1px;
  margin-right: 4px;
  float: left;
}

#mod-center {
  margin-left: 0px;
  margin-right: 0px;
  float: left;
}

#mod-right {
  margin-left: 4px;
  margin-right: 0px;
  float: left;
}



.main-module > div {
  display: inline-block;
  margin: 0;
  padding: 0 0.25%;
  vertical-align: top;
  width: 322px;
}

.main-module > div {
  margin-bottom: 20px;
  position: relative;
}

.main-module > div a.header-link {
  background: #a4a5a3 url(/web/20150412053716im_/http://www.papersource.com/img/home/_redesign/bg-linen-grey.jpg) 0 0 repeat;
  display: table;
  position: relative;
  text-decoration: none;
  width: 322px;
  padding:0;
  margin: 0;
}
.main-module > div a.header-link h2 {
  color: #fff;
  display: table-cell;
  font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 8px 6px 8px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
.main-module > div img {
  width: 322px;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px dotted #dedede;
  margin-bottom: -11px;
}

.main-module > div ul li {
  margin-left: -40px;
  background-color: #e3e4e7;
  list-style-type: none;
  position: relative;
  vertical-align: middle;
  width: 322px;
  color: #fff;
  border-bottom: 1px dotted #d5d5d2;
}

.main-module > div ul li:hover {
  background-color: #c8c9cf;
}

.main-module > div ul li:nth-child(2n) {
  background-color: #e9e9ec;
}

.main-module > div ul li:nth-child(2n):hover {
  background-color: #c8c9cf;
}

.main-module > div ul li a {
  display: inline-block;
  height: 100%;
  margin: 5px auto 4px auto;
  width: 100%;
  color: #58574b;
  font-size: 16px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 4px;
}

.main-module > div ul li a span {
    color: #e43e22;
    font-size: 16px;
    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.main-module > div ul li a:hover {
  color: #fff;
}

.arrow {
  font-size: 9px;
}


/* END Interim Redesign HP */









/* START Sidebar */
#side-column {
  width: 170px;
  float: left;
  overflow: auto;
}

#side-nav {
  width: 100%;
  float: left;
  overflow: auto;
  margin-top: 4px;
}

#side-nav h2 {
  background: #a3d0ce;
  color: #fff;
  font-size: 13px;
  padding: 4px 4px 4px 8px;
  margin: 0px 10px 8px 0px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}

#side-nav a {
  text-decoration: none;
}

#side-nav ul {
  padding-left: 8px;
  margin-bottom: 34px;
}

#side-nav li {
  list-style: none;
  margin-bottom: 13px;
  color: #58574b;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}

#side-nav li.focus {
  font-weight: bold;
  color: #e2402c;
}

#side-nav li:hover {
  color: #00919b;
}
/* END Sidebar */


/* START Category Page Update */



#cat-content-bottom {
  width: 100%;
  clear: both;
  padding: 0px;
  margin: 0px 0px 0px 3px;
  overflow: hidden;
}

#cat-feature-left {
  float: left;
  overflow: hidden;
  margin: 26px 6px 12px 1px;
  padding: 0px;
  max-width: 258px;
  background: #fff;
  box-shadow: 1px 1px 3px #bac1c2;
  -webkit-box-shadow: 1px 1px 3px #bac1c2;
  -moz-box-shadow: 1px 1px 3px #bac1c2;
}

#cat-feature-center {
  float: left;
  overflow: hidden;
  margin: 26px 6px 12px 6px;
  max-width: 258px;
  background: #fff;
  box-shadow: 1px 1px 3px #bac1c2;
  -webkit-box-shadow: 1px 1px 3px #bac1c2;
  -moz-box-shadow: 1px 1px 3px #bac1c2;
}

#cat-feature-right {
  float: left;
  overflow: hidden;
  margin: 26px 0px 12px 6px;
  max-width: 258px;
  background: #fff;
  box-shadow: 1px 1px 3px #bac1c2;
  -webkit-box-shadow: 1px 1px 3px #bac1c2;
  -moz-box-shadow: 1px 1px 3px #bac1c2;
}

#cat-feature-rows h2 {
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px dotted #e3e4e7;
}

#cat-feature-rows h2 span {
  font-size: 16px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 6px;
  border-top: 1px dotted #e3e4e7;
  padding-right:14px;
  background: url(/web/20150412053716im_/http://www.papersource.com/img/home/_redesign/arrow-slate-transparent.png) no-repeat right center;
}



#cat-feature-rows img {
  width: 258px;
  margin: 0;
  padding: 6px 0 6px 0;
}

#cat-feature:hover h2 {
  color: #002c53;
}
/* END Category Page Update */


/* START Main Column */
#main-column {
  width: 820px;
  margin: 0px;
  float: right;
  overflow: auto;
}

#main-column img {
  border: 0px solid #fff;
  margin: 5px;
  float: left;
}

#main-column img:hover {
  border: 0px solid #fff;
}
/* END Main Column */


/* START Category Page */
#category-page {
  margin: 0px auto 0px auto;
  padding: 0px;
}

#category-page h2 {
  color: #00919b;
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin: 0px auto 4px auto;
  padding: 0px;
}

#category-page h3  {
  color: #e43e22;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}

#category-page p {
  color: #58574b;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin: 0px;
  padding: 0px;
}

#category-page img {
  padding: 0px;
  margin: 0px;
}

#category-page-banner {
  margin: 0px auto 18px auto;
}

#category-page-tiles {
  padding: 10px auto 20px auto;
  overflow: auto;
}

#category-page-tile-individual {
  margin: 8px 4px 5px 4px;
  float: left;
  overflow: auto;
}

#category-page-tile-left {
  margin: 8px 4px 5px 0px;
  float: left;
  overflow: auto;
}

#category-page-tile-right {
  margin: 8px 0px 5px 4px;
  float: left;
  overflow: auto;
}

#category-page h3 {
  color: #58574b;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  margin: 0px auto 2px auto;
  padding: 0px;
}

#category-page-tile-individual a {
  color: #58574b;
  text-decoration: none;
}

#category-page h3:hover {
  color: #00919c;
}

#category-page-tile-left a {
  color: #58574b;
  text-decoration: none;
}

#category-page-tile-right a {
  color: #58574b;
  text-decoration: none;
}

#category-page-details {
  margin: 20px auto 20px 4px;;
  clear: both;
}

#category-page-details a {
  color: #58574b;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-align: left;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#category-page-details a:hover {
  color: #00919c;
}
/* END Category Page */


/* START Header Promo */
#header-promo {
  float: left;
  max-width: 256px;
  max-height: 54px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 6px;
  padding: 4px 10px 3px 10px;
}

#header-promo a {
	text-decoration: none;
	}

#header-promo h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #f38b6d;
  letter-spacing: 1px;
}

#header-promo h3 {
  font-family: Georgia, Times, serif;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: normal;
  text-align: center;
  color: #e2402c;
}

#header-promo p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: normal;
  text-align: center;
  color: #58574b;
  text-transform: uppercase;
}
/* END Header Promo */


/* START Promo Message for thumb pages */
#promo-styled {
  border-top: 3px double #58574b;
  border-bottom: 1px solid #58574b;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom:2px;
}

#promo-styled h2 {
  font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
  font-size: 28px;
  margin-top: 14px;
  margin-bottom: 4px;
  padding-top: 0px;
  padding-bottom: 4px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #e2402c;
  letter-spacing: 3px;
}

#promo-styled h3 {
  font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-bottom: 4px;
  font-weight: normal;
  text-align: center;
  color: #58574b;
  letter-spacing: 0px;
}

#promo-styled2 {
  border-top: 3px double #58574b;
  border-bottom: 1px solid #58574b;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-bottom:2px;
}

#promo-styled2 h2 {
  font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #e2402c;
  letter-spacing: 2px;
}

#promo-styled2 h3 {
  font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
  font-weight: normal;
  text-align: center;
  color: #e2402c;
  letter-spacing: 2px;
}

#promo-styled2 h4 {
  font-size: 13px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
  text-align: center;
  color: #58574b;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#promo-styled2 .promo-details {
  font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-bottom: 4px;
  font-weight: normal;
  text-align: center;
  color: #58574b;
  letter-spacing: 1px;
  text-transform: none;
}



/* END Promo Message for thumb pages */




/* New HTML Template */
.html_page #paper_body * {
  font-size: 15px;
  font-family: Georgia;
  color: #333;
}
.html_page #paper_body h1 {
  font-size: 20px;
  font-family: Georgia;
  color: #333;
  padding-top: 20px;
}
.html_page #breadcrumb {
  padding-bottom: 10px;
}


.product_page #bodycontent h1 { font-size: 20px; font-family: Georgia; color: #333; padding-top: 20px; line-height: 14px; }
.product_page #bodycontent h2 { font-size: 16px; font-family: Georgia; color: #333; padding-top: 10px; }
.product_page #bodycontent p,
.product_page #bodycontent ul,
.product_page #bodycontent ol,
.product_page #bodycontent td { font-size: 11px; font-family: Verdana; line-height: 14px; color: #333; }
.product_page #bodycontent a { font-size: 13px; font-family: Georgia; line-height: 14px; color: #366; font-weight: bold; text-decoration: none; }
.product_page #tablelinks a { font-size: 11px; color: #333; line-height: 12px; font-weight: normal; text-decoration: underline; font-family: Verdana; }

.clear { clear: both; height: 0px; font-size: 1px; overflow: hidden; visibility: hidden; }
div.error, span.error { font-weight: bold; color: #e43e22; }
li#topnav-workshops {
  display: none;
}
/*GLOBAL LAYOUT CSS leftnav div styles*/
.subnav_first { padding-top: 0px; }
.leftnav_item { padding: 3px 3px 2px 10px; font-family: Verdana; }
.leftnav_sub_item { padding: 2px 3px 2px 25px; }
.leftnav_item_header { font-weight: bold; }
.leftnav_item a,
.search-facet-heading { color: #4f4e44; font-size: 12px; text-decoration: none; line-height: 15px; }
.search-facet-heading { margin: 0.3em 0 0 0; }
.ln-group { margin: 0 0 22px 0; }
.ln-group.first { margin-top: 0; }
.leftnav_sub_item a { color: #4f4e44; text-decoration: none; }
.leftnav_item a:hover,
.leftnav_sub_item a:hover { text-decoration: underline; }
.leftnav_spacer { display: block; height: 22px; width: 100%; }
.leftnav_main h3 { font-family: Georgia; font-size: 12px; font-weight: normal; margin: 2px 0px 0px 0px; }

.leftnav_item a.selected { color: #FF9966; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px; }
.leftnav_sub_item a.sub_selected,
.leftnav_sub_item a.selected { color: #FF9966; text-decoration: none; }

/* nav flags (sale, new, etc) */
.nav-flag { padding-right: 4px; font-weight: bold; }
.mobilenav-flag { font-size: 15px; }
.leftnav-flag { font-size: 11px; }

/*landing page styles*/
A.landnav { font-size: 11px; text-decoration: none; line-height: 16px; }
A.landnav:hover { color: #FF9900; }
.land_item_div { padding-left: 6px; padding-bottom: 4px; padding-top: 4px; padding-right: 6px; }
.landing_title { font-size: 11px; line-height: 16px; font-weight: bold; padding: 0px 0px 8px; }
A.landing_title_link { font-size: 11px; text-decoration: none; line-height: 14px; font-weight: bold; }
A.landing_title_link:hover { color: #FF9900; }

/*search styles*/
A.search_main { color: #666666; font-size: 12px; text-decoration: none; line-height: 14px; }
.search_header { font-size: 11px; line-height: 17px; font-weight: bold; font-family: Georgia; color: #4f4e44; font-size: 14px; }
.search_price { font-size: 11px; line-height: 17px; color: #006699; }
.search_sku { font-size: 11px; line-height: 17px; color: #666666; }
.search_more { padding-top: 5px; line-height: 18px; padding-bottom: 5px; border-right: 1px solid #A2D0CF; border-left: 1px solid #A2D0CF; border-top: 1px solid #A2D0CF; border-bottom: 1px solid #A2D0CF; }
.search_desc { font-size: 11px; color: #333; line-height: 18px; }
.search_box { width: 131px; }
#search { width: 100%; }
#search tr { vertical-align: bottom; }
#search td { text-align: right; vertical-align: bottom; }
#search .search_btn { width: 43px; padding-left: 7px; vertical-align: bottom; }

.search_box_2 { width: 100px; }


/* Brown Top Nav */
#logo_brown {
  width: 990px;
}

#logo {
  display: block;
  float: left;
  margin: 3px 0px 0px 3px;
}

#brown_bar {
  background: #58574b;
  clear: both;
  padding: 0px 0px 0px 10px;
}

#brown_bar #cart_link {
  display: none;
}

#search_form {
  display: block;
  float: right;
  width: 187px;
  margin: 16px 0px 14px 0px;
}

ul#brownmenu {
  margin:0px;
  padding: 0px;
  color:#fff;
  list-style-type:none;
  white-space:nowrap;
}

#brownmenu li {
  display:inline;
  float:right;
  padding-right: 11px;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  letter-spacing: 1px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: lowercase;
}

#brownmenu li.promo-msg {
	float:left;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

#brownmenu li a {
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

#brownmenu li a:hover {
  text-decoration: none;
  color: #e2402c;
}


/* END Brown Top Nav */



/* Tiny Cart */
#tiny_cart {
  display: block;
  float: right;
  width: 163px;
}

/* Mobile */
.custom_mobile_content,
.mobile_only,
#thumbs .mi-link {
  display: none;
}

#paper_main {
  width: 990px;
  margin-top: 6px;
}
#paper_leftnav {
  width: 160px;
  float: left;
  border-right: 1px dotted #4f4e44;
  text-align: left;
  padding-right: 5px;
}
#paper_body {
  float: right;
  width: 800px;
  text-align: left;
  padding: 0px 0px 10px 15px;
}
body#category_subcategory .mobile_notify {
  display: none;
}

/* More mobile
#paper_body h1 {
  padding-top: 20px;
}
#paper_body p,
#paper_body li {
  font-size: 15px;
}

#paper_beauty {
  margin-bottom: 5px;
}
#paper_beauty #beauty_image {
  float: left;
  width: 390px;
}
#paper_beauty #beauty_image img {
  width: 390px;
}
#paper_beauty #beauty_seo {
  float: right;
  width: 365px;
}
*/

/*account information*/
.acct_header_no_indent { font-size: 12px; color: #F68B69; font-weight: bold; }
.acct_header { font-size: 20px; font-family: Georgia; color: #333; font-weight: bold; padding-top: 20px; line-height: 14px; }
div.acct_header {
 font-size: 20px; font-family: Georgia; color: #333; font-weight: bold; padding-top: 20px; line-height: 14px; margin: 0px 0px 5px 0px }

.acct_sub_header { font-size: 16px; font-family: Georgia; color: #333; padding-top: 10px; font-weight: bold; background-color: #FFFFFF; }
.acct_info { font-size: 15px; font-family: Georgia; line-height: 20px; color: #333; background-color: #FFFFFF; }

.acct_info a {
 font-size: 15px; font-family: Georgia; line-height: 20px; color: #333; background-color: #FFFFFF; }

A.acct_link { font-size: 13px; font-family: Georgia; color: #336666; text-decoration: none; font-weight: bold; }
A.acct_link:hover { text-decoration: underline; }
.acct_form_input { color: #666666; vertical-align: middle; }
.acct_err { font-size: 11px; color: #FF0000; line-height: 16px; }
.acct_review_value { color: #79534D; font-size: 11px; background-color: #FFFFFF; line-height: 25px; padding-right: 10px; padding-bottom: 10px; vertical-align: middle; }
.acct_review_label { color: #333; font-size: 11px; background-color: #FFFFFF; line-height: 25px; padding-right: 10px; padding-bottom: 10px; vertical-align: middle; }
.acct_green { font-size: 11px; color: #81B243; }
A.continue_link { font-size: 11px; color: #2B6129; text-decoration: underline; line-height: 16px; }
A.continue_link:hover { color: #BCBC79; }
/*workshop information*/
.ws_cat_title { font-size: 10px; color: #F68B69; line-height: 16px; font-weight: bold; }
.ws_title { font-size: 11px; color: #333; font-weight: bold; line-height: 16px; }
.ws_info { font-size: 11px; color: #333; background-color: #FFFFFF; line-height: 16px; }
A.ws_link { font-size: 11px; color: #333; text-decoration: underline; }
A.ws_link:hover { color: #BCBC79; }
.ws_header { font-size: 13px; color: #F68B69; line-height: 25px; font-weight: bold; }
.ws_left_margin { padding-left: 25px; padding-right: 25px; }
/*checkout shipping billing*/
.co_graphic { padding-right: 10px; padding-bottom: 20px; }
.co_tbl { padding-top: 15px; padding-left: 20px; }
.co_err { color: #CC3300; font-weight: bold; }
.co_label { color: #333; padding-top: 6px; padding-bottom: 6px; vertical-align: middle; line-height: 16px; padding-right: 5px; }
.co_divider { border-right: 1px solid #A2D0CF; padding-right: 30px; }
.co_rightof_divide { padding-left: 30px; }
.co_header { color: #333; padding-top: 10px; padding-bottom: 10px; vertical-align: middle; font-weight: bold; }
A.co_link { color: #333; line-height: 18px; text-decoration: underline; font-style: normal; }
A.co_link:hover { color: #FDAC59; }
.co_input { color: #79534D; }
.co_value { color: #79534D; padding-top: 6px; padding-bottom: 6px; vertical-align: middle; line-height: 16px; }
.shiprate_border { background-color: #999999; }
.shiprate_price { color: #333; background-color: #FFFFFF; line-height: 18px; }
.shiprate_info { color: #333; background-color: #FFFFFF; line-height: 18px; margin-left: 0.75em; margin-right: 0.75em; }
.shipconfirm_value { color: #79534D; line-height: 18px; background-color: #FFFFFF; }
/*general styles*/
.bgwhite { background-color:#ffffff;}
.content_table2 { border-top: 1px solid #B9D0E5; border-bottom: 1px solid #B9D0E5; border-right: 1px solid #B9D0E5; border-left: 1px solid #B9D0E5; }
/*new content table for index pages*/
.content-table-index { width: 990px; padding: 0; margin: 0; border-left: 1px solid #B9D0E5; }
.content-table-index TR.category-row { border-bottom: 1px solid #B9D0E5; vertical-align: top; }
.content-table-index TR.category-row TD { width: 25%; text-align: center; padding-top: 20px; border-right: 1px solid #B9D0E5; border-bottom: 1px solid #B9D0E5; }
.content-table-index TR.category-row TD IMG { width: 150px; height: 150px; margin-left: auto; margin-right: auto; }
.content-table-index TR.category-row TD H2 { padding: 0; padding-bottom: 11px; padding-top: 10px; margin: 0; font-size: 11px; font-weight: normal; }
.content-table-index TR.category-row TD H2.addtoppadding { padding-top: 17px; }
.content-table-index TR.category-row TD H3 { padding: 0; padding-bottom: 11px; padding-top: 10px; margin: 0; font-size: 11px; font-weight: normal; }
.content-table-index TR.category-row TD H3.addtoppadding { padding-top: 17px; }
.mainmenu_info { font-size: 11px; height: 47px; margin: -1px; width: 990px; }
.mainmenu_info2 { font-size: 11px; line-height: 10px; border-bottom: 3px solid #FFFFFF; border-right: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; }
/*added h1/h2 tags*/
.mainmenu_info H1, .mainmenu_info2 H1 { margin: 0; padding: 0; display: inline; font-size: 1em; font-weight: normal; }
.mainmenu_info H2, .mainmenu_info2 H2 { margin: 0; padding: 0; display: inline; font-size: 1em; font-weight: normal; }
.mainmenu_cell { background-color: #FFFFFF; vertical-align: middle; }
A.mainmenu { font-family: Georgia, "MS Serif", "New York"; font-size: 13px; text-decoration: none; color: #663333; display: block; padding: 3px 2px; }
A.mainmenu:hover { text-decoration: none; color: #99CCCC; }
#paper_breadcrumb { float: left; }
.breadcrumb_info { font-size: 11px; color: #333; background-color: #FFFFFF; }
.breadcrumb_line1 { padding-top: 10px; }
.breadcrumb_line2 { padding-top: 5px; }
A.breadcrumb { font-size: 11px; color: #333; text-decoration: underline; line-height: 11px; }
A.breadcrumb:hover { color: #FF9900; }

#support { margin: 30px 0px 0px; }
#index #support { margin-top: 0px; }
#questionsb { font-size: 11px; width: 860px; }
#questionsb h3 { font-family: Georgia; font-size: 13px;
color: #366; margin-bottom: 0px; padding-bottom: 2px; text-align: left; }
#questionsb table { border-top: 1px solid #9FCEC4; }
#questionsb th { color: #58574b; font-weight: normal; text-align: left;
padding-bottom: 2px; font-size: 11px; padding: 8px 0px 5px 0px; }
#questionsb td { background-color: #58574b; color: #FFF; padding: 4px 8px; text-align: left; }
#questionsb td a { color: #FFF; text-decoration: none; }

/* Footer */
#footer {
  width: 990px;
  clear: both;
}
#footer_links {
  float: left;
  padding: 17px 0px 3px 0px;
  width: 700px;
  text-align: left;
  color: #336666;
}
#footer_links a {
  font-size: 12px;
  line-height: 14px;
  font-family: Georgia;
  text-decoration: none;
  color: #336666;
  border-left: 1px solid #336666;
  display: block;
  float: left;
  padding: 0px 9px;
}
#footer_links a.first {
  padding-left: 0px;
  border-left: none;
}
#footer_links a:hover { text-decoration: underline;}
#footer_icons {
  float: right;
  width: 200px;
}
#newsletter_signup_form {
  float: left;
  width: 500px;
  padding-top: 4px;
}
#newsletter_signup_form input {
  display: block;
  float: left;
  margin: 0px;
  line-height: 16px;
}
#newsletter_signup_form input#email_newsletter {
  margin-right: 10px;
  color: grey;
}

#footer_mobile_links {
  display: none;
}
#qualys {
  float: right;
  width: 90px;
  padding: 5px 0px 0px 0px;
}
#special_mobile_link {
  display: none;
  clear: both;
  padding: 20px 0px 20px 0px;
}

.promo_info { font-size: 11px; line-height: 17px; color: #A6A6A6; }
A.promo_link { font-size: 11px; text-decoration: underline; line-height: 17px; }
A.promo_link:hover { color: #FF9900; }
.promo_item_div { padding-left: 24px; padding-bottom: 4px; padding-top: 4px; padding-right: 24px; }
A.cart_items { font-size: 10px; text-decoration: none; line-height: 17px; padding-bottom: 5px; }
A.cart_items:hover { text-decoration: none; color: #D6D387; }
.fly_youadded,
#bodycontent #giftcardform .success-text { color: #e43e22; font-size: 13px; font-style: italic; font-weight: bold; padding-bottom: 10px; }
.detail_title { font-size: 11px; line-height: 17px; background-color: #FFFFFF; font-weight: bold; }
.detail_info { font-size: 11px; line-height: 17px; }
.detail_price { font-size: 11px; line-height: 17px; color: #006699; }
.detail_sku { font-size: 11px; line-height: 17px; color: #666666; }
A.related_link { font-size: 11px; text-decoration: underline; line-height: 17px; background-color: #FFFFFF; }
A.related_link:hover { color: #FF9900; }
.thumb_desc { font-size: 10px; line-height: 12px; }
a.thumb_desc_link,
a.w2p_alt_image_alt,
a.thumb_desc_link span.design-name {
  font-size: 11px;
  text-decoration: none;
  line-height: 14px;
  font-family: verdana;
  color: #666666;
  font-weight: bold;
}
a.thumb_desc_link:hover,
a.w2p_alt_image_alt:hover { color: #FF9966; }
.thumb_out_of_stock { font-size: 10px; color: #FF0000; font-weight: bold; line-height: 14px; }
a.thumb_desc_link span.all { color: #333; font-weight: normal; }

.banner { padding-top: 15px;
 padding-bottom: 15px; padding-left: 23px }

/*homepage SEO*/
#seo {font-size:10px;color:#ACACAC;margin:20px 0;width:990px;}
#seo a{font-size:10px;text-decoration:underline;color:#ACACAC;}
#seo h2 {padding:0px 0px 8px 0px;font-size:12px;color:#acacac;font-weight:bold;}

/*LOCATIONS*/
#location-hours { margin: 10px 0px; line-height: 17px; }
#location-hours .title { font-weight: bold; }

/*jan 03 07 - hide holiday hours for spring,summer,fall*/
#location-hours.holiday { margin: 10px 0px; line-height: 17px; }
#holiday-title, .holiday-title { font-weight: bold; }



.saved_instr { margin: 0px 0px 0px 24px; }

div.acct { font-weight: bold; margin: 10px 0px 0px 24px; }
div#embosser_font_size_message { color: #e43e22; display: none; }
div#lupaVflyzoom { z-index: 10000; }

#top-nav { margin-bottom: 5px; padding-top: 10px; }
#top-nav-border { border-top: 1px solid #4f4e44; width: 160px; height: 1px; padding-bottom: 5px; }
#top-nav-header a { font-weight: bold; font-size: 14px; color: #4f4e44; font-family: Georgia; text-decoration: none; }
#top-nav-header h2,
#top-nav-header h1 { font-weight: bold; font-size: 14px; color: #4f4e44; font-family: Georgia; margin: 0px; }
#paper_leftnav .search-facets { list-style: none; margin: 0.65em 0 1.25em 10px; padding: 0; }
#paper_leftnav .search-facets li { margin: 0.5em 0; }
#paper_leftnav .search-facets a { font-weight: bold; text-decoration: none; }
#paper_leftnav .search-facets a span { font-weight: normal; }
#paper_leftnav .search-facets .search-category a { font-weight: normal; text-decoration: underline; }
#no-workshops { padding-top: 15px; }

div#embosser_extra_info { text-align: left; padding-left: 74px;}
div#embosser_extra_info a { text-decoration: none; }
div#embosser_image_popup { background-color: #FFF; border: 1px solid #9BCDCC; display: none; left: 0px; padding-bottom: 0px; position: absolute; top: 0px; width: 350px; z-index: 10003; color: #9C9C9C; height:350px; }
div#embosser_image_popup div.inner { padding: 0px 20px; }

#cart_info { font-weight: bold; }

/* QuickView */
.quickview_inner {}
#thumbs { clear: both; margin-top: 32px; width: 800px; }
#thumbs .product { float: left; width: 150px; margin: 0px 27px 20px 22px; position: relative; height: 261px; overflow: hidden; }
#thumbs .product a.product_desc { display: block; width: 150px; }
#thumbs .product-large_thumb a.product_desc { display: block; width: 220px; }
#thumbs .product span.product_desc2 { font-weight: normal; display: block; }
#thumbs .product .mobile_add_to_bag { display: none; }
#thumbs .product a { text-decoration: none; font-weight: bold; color: #666; }
/* #thumbs .product a:hover { #FF9966; } */
#thumbs .product a.swatching_colors { text-decoration: none; font-weight: normal; color: #333; margin-top: 5px; display: block; }
#thumbs .product .thumb { width: 150px; height: 150px; margin-bottom: 15px; }
#thumbs .product-large_thumb .thumb { width: 225px; height: 225px; }
#thumbs .product-placemats .thumb { width: 225px; height: 150px; }
#thumbs .product .thumb .thumb_link { display: block; height: 128px; width: 150px; }
#thumbs .product-large_thumb .thumb .thumb_link { width: 225px; height: 202px; }
#thumbs .product .thumb .qvl { height: 22px; width: 150px; text-align: center; }
#thumbs .product-large_thumb .thumb .qvl { width: 225px; }
#thumbs .product .quickview_link,
#thumbs .product .thumb_overlay { height: 20px; padding-top: 2px; color: #FFF; font-size: 14px; display: block; display: none; font-weight: normal;  height: 22px\9;}
#thumbs .product .thumb_banner { display: block; text-transform: uppercase; }

#thumbs .product_quickview { width: 600px; color: #333; border: 1px solid #FFF; padding-bottom: 0px; }
 #thumbs .quickview_inner { padding-bottom: 10px; }
 #thumbs .papersource_panel h3 {
  margin: 0px 15px;
  padding: 2px 0px;
  color: #9C9C9C;
  clear: both;
  font-size: 18px;
  font-family: Georgia;
  line-height: 18px;
 }
 .product_quickview .set { margin: 0px 15px 0px 15px; color: #9C9C9C; font-family: Georgia; font-size: 14px; }
 .product_quickview h5 { margin: 0px 15px 0px 15px; color: #9C9C9C; clear: both; font-weight: normal; font-size: 14px; padding: 0px; font-family: Georgia; }
 .product_quickview .qv_details { margin: 20px 0px 15px 0px; }
 .product_quickview .qv_details_text { padding-left: 15px; }
 .product_quickview .qv_image img { height: 250px; }
 .product_quickview .comment { padding-bottom: 15px; }
 .product_quickview .price { padding-bottom: 15px; }
 .product_quickview label { font-weight: bold; }
 .product_quickview .info span { margin-bottom: 15px; }
 .product_quickview .info .sale_price { color: #e43e22; }
 .product_quickview .notepad_info span { margin-bottom: 15px; display: block; }
 .product_quickview .get_more, .product_quickview .quickview_add_cart { display: block; float: left; margin-right: 20px; }
 .product_quickview .prev_next { font-size: 15px; margin: 0px 0px 10px 0px; padding: 0px; }
 .product_quickview .prev_next td { color: #9BCDCC; }
 .product_quickview .prev_next a { color: #9BCDCC; text-decoration: none; font-size: 15px; }
 .product_quickview .prev_next a.quickview_next { background: url(/web/20150412053716im_/http://www.papersource.com/images/nav_arrow.gif) no-repeat right 4px; padding-right: 13px; font-weight: bold; float: right; }
 .product_quickview .prev_next a.quickview_prev { background: url(/web/20150412053716im_/http://www.papersource.com/images/nav_arrow_left.gif) no-repeat left 4px; padding-left: 13px; font-weight: bold; padding-right: 7px; }
 .product_quickview .view_inside,
 .product_quickview .read_more { text-decoration: none; font-weight: bold; }
 #thumbs .stock_error { color: #e43e22; margin: 15px 0px 10px 0px; font-weight: bold; font-size: 10px; line-height: 14px; }
 #thumbs .multiinfo td { padding: 0px 5px 5px 0px; }
 #thumbs .error { color: #e43e22; }
 #thumbs .checkout { display: none; }

#thumbs .qtyalert, .qtyalert { color: #e43e22; padding: 0px 0px 10px 0px; display: none; font-weight: bold; }
#thumbs .notify, .notify { text-decoration: underline; font-family: Verdana; font-size: 11px; }
#thumbs .notepad_colors { margin: 2px 0px; }

/* Special thumbnail page styling */
#thumbs .product-large_thumb {
  width: 230px;
  height: 325px;
  margin: 0px 20px 20px 15px;
}
#thumbs .product-placemats {
  height: 280px;
}

.pagination { width: 100%; text-align: right; margin: 10px 0px 20px 0px; clear: both; }
 .pagination table { float: right; }
 .pagination td { padding: 3px; line-height: 1.6; }
 .pagination td.msg { font-style: italic; }
 .pagination a.first { display: block; background: url(/web/20150412053716im_/http://www.papersource.com/images/page_arrows.png); width: 11px; height: 13px; float: left; margin-top: 1px; }
 .pagination a.last { display: block; background: url(/web/20150412053716im_/http://www.papersource.com/images/page_arrows.png) -13px 0px; width: 13px; height: 13px; float: left; margin-top: 1px; }

.bottom_pagination { margin-bottom: 0; }

.customerservice table a { color: #366; text-decoration: none; font-size: 15px; margin-bottom: 10px; font-weight: bold; }
.customerservice table img { margin-top: 10px; }
.customerservice table ul { margin: 0px 0px 20px 0px; padding: 0px 0px 0px 13px; color: #366; }
.static_page #bodycontent #customerservice_menu a { color: #333; font-family: Georgia; font-size: 16px; }
.static_page #bodycontent #address_book h2 { margin: 0px; padding: 0px; }
.static_page #bodycontent #address_book td { line-height: 12px; }

/* Questions box */
#questions { border: 2px solid #A0CAC8; width: 270px; margin-bottom: 40px; float: right; }
 #questions_inner { border: 1px solid #A0CAC8; margin: 3px; padding: 5px 5px 15px 0px; }
 #questions_inner table { padding-left: 15px; }
 #questions_inner h3 { margin: 0px; padding: 5px 0px 0px 15px; }
 #questions_inner th { font-weight: bold; text-align: left; padding-top: 20px; font-size: 11px; }

/* Receipt and Order Detail */
#order_detail { width: 460px; margin-bottom: 20px; }
#order_detail table { width: 460px; }
#order_detail th { font-size: 12px; text-align: left; padding-bottom: 3px; }
.order_detail th { font-size: 12px; text-align: left; padding: 3px; }
#order_detail h5,
.order_detail h5 { color: #366; font-size: 13pt; font-weight: normal; margin: 20px 0px; border-bottom: 1px solid #9FCEC4; font-family: Georgia, Times, serif; }
.static_page #bodycontent #order_detail h2.shipa,
.static_page #bodycontent #order_detail_head,
#order_detail_head,
.order_detail h2,
#order_detail h2,
.order_detail_head { font-family: Georgia, Times, serif; font-size: 18pt; color: #366; border-bottom: 1px solid #9FCEC4; font-weight: normal; line-height: 1.2em;
margin-bottom: 10px; }
.order_detail h2 span { font-family: Georgia; font-size: 18pt; color: #366; font-weight: normal; line-height: 1.2em; margin-bottom: 10px; }
#order_detail .totals td { padding: 2px; }
#order_detail .divider td,
.order_detail .divider td { padding: 12px 0px; }
#order_detail .divider td div,
.order_detail .divider td div { width: 100%; height: 0px; border-top: 1px dotted #9FCEC4; }
#order_detail #continue,
#order_detail #print { margin-top: 30px; display: inline-block; }
#order_detail .spacer { width: 305px; }
#order_detail .w2p_detail {
  margin: 0px;
}
#order_detail .w2p_detail_first {
  margin-top: 10px;
}

/* Global Breadcrumb */
.static_page #bodycontent a.nav1 { font-size: 14px; }
#breadcrumb { text-align: left; }
#breadcrumb a.nav1 { font-size: 14px; color: #366; font-weight: bold; text-decoration: none; font-family: Georgia; }
#breadcrumb .nav2 { font-size: 14px; color: #F58B69; font-weight: bold; text-decoration: none; font-family: Georgia; }

/* Address edits */
.address-edit { display: none; padding: 10px; }
.address-edit td { padding-top: 10px; }
.address-edit h3 { padding: 0px; margin: 0px; }
.address-edit label { display: block; font-weight: bold; margin-bottom: 0px; line-height: 1.0em;
font-family: Verdana, Helvetica, sans-serif; }
.address-edit label span { font-weight: normal; }
.address-edit .submit,
.address-edit .cancel { background-color: #9CC; color: #333; width: 50px; border: none;
display: inline-block; padding: 1px; text-align: center;
margin-right: 10px; text-decoration: none; }
.static_page #bodycontent .address-edit .cancel,
.static_page #bodycontent .address-edit .submit { font-size: 11px; color: #333;
font-weight: normal; line-height: normal; }
.address-edit .field { display: block; width: 100%; margin-bottom: 8px; border: 1px solid #BCBCBC; }
.address-edit .short_field { width: 95%; }
.address-edit p.required_msg { margin-bottom: 0px; padding-bottom: 3px; margin-left: 0px; }
.address-edit select { background-color: #FFF; border: 1px solid #BCBCBC; }
.address-edit .field_error,
#checkout .field_error { background-color: #ffdbdb; }
.address-edit .error,
.static_page #bodycontent .address-edit .error { color: #e43e22; line-height: 1.0em; }

/* Login Page */
#login_page { margin: 0px; padding: 0px; width: 100%; }
#login_page div.tb_box { margin-top: 0px; }
#login_page #jquery-loginbox { position: static; margin: 0px; padding: 0px; width: 100%; }

/* Additional details: Recycled, Gift Box, Ship Info */
#shipinfo,
#intl_shipinfo,
#ecostory,
#giftpackage { width: 500px; text-align: left; }
#intl_shipinfo .ubar,
#shipinfo .ubar,
#ecostory .ubar,
#giftpackage .ubar { width: 500px; }
#intl_shipinfo h2,
#shipinfo h2 { margin-left: 20px; }
#intl_shipinfo p,
#shipinfo p { margin-bottom: 10px; }
#add_details { border-top: 2px dotted #366; width: 380px; margin: 20px 0px; padding-top: 10px; }
.product_detail #paper_product #add_details table td,
.product_detail #paper_product #add_details table td a {
  font-size: 11px;
}
#add_details table { float: left; margin-bottom: 20px; }
#add_details span { background: url(/web/20150412053716im_/http://www.papersource.com/images/product_icons.gif); height: 30px; width: 36px;
  display: block; float: left; margin-right: 3px; }
#add_details #recycled span { width: 31px; background-position: -71px 0px; }
#add_details #gift_box span { height: 29px; width: 35px; top: 2px; }
#add_details #shipping_info span { background-position: -35px -3px; }
#giftpackage img { margin-left: 50px; }
#ecostory p,
#giftpackage p { margin-bottom: 10px; }

/* Previously Viewed */
#previously-viewed { float: right; width: 180px; border-left: 1px dotted #4f4e44; padding-top: 1px; }
#items-in-cart { display: none; }
#previously-viewed span { font-size: 14px; font-family: Georgia;
  color: #4f4e44;  font-weight: bold; padding-bottom: 10px; }
#previously-viewed #items-in-cart-link,
#previously-viewed #previously-viewed-item-list-link { font-size: 11px; font-family: Verdana;
  color: #000; font-weight: bold; padding-bottom: 10px; display: block; }
.item-image {  margin: auto; display: inline; }
.previously-viewed-item {  padding-top: 15px; width: 150px; padding-left: 25px; }

/* Upsells */
#product_upsells_c {
  clear: both;
  padding-top: 2px;
  margin: 0px 0px 30px 0px;
  width: 808px;
  text-align: left;
}
#product_upsells_c h3 {
  color: #366;
  font-family: Georgia;
  font-weight: bold;
  font-size: 14px;
  border-top: 1px solid #9FCEC4;
  text-align: left;
  padding: 10px 0px 0px 1px;
  margin: 0px 25px 0px 0px;
}
#product_upsells_c .item {
  width: 191px;
  display: block;
  float: left;
  padding: 27px 49px 0px 28px;
  text-align: left;
}
#product_upsells_c .item img {
  height: 110px;
  width: 110px;
  margin-bottom: 14px;
}
#product_upsells_c .item .item-desc {
  text-decoration: none;
  color: #666;
  font-family: Verdana;
  line-height: 14px;
  font-weight: bold;
  width: 191px;
}
#product_upsells_c .item .item-desc span { font-weight: normal; }
#product_upsells_c .item .item-price {
  width: 191px;
}
#product_upsells_c .item .item-desc:hover {
  color: #FF9966;
}

/* Index Special */
.index_top { margin-bottom: 5px; }
#index .leftnav_item { padding-bottom: 10px; }

/* Blog */
#about_connect h2 { margin-bottom: 5px; }
#about_connect p { margin: 0px 0px 15px 0px; }
#about_connect #wordpress_blog { padding: 0px 0px 0px 15px; }
#about_connect #youtube { display: block; }

#pinterest, #facebook_like, #ps_plusone { display: block; float: left; margin: 20px 10px 0px 0px; }
#fb_container { margin: 0px; }


/* Gift Card Form */
.gc-form { width: 95%; }
.gc-form label { font-size: 14px; font-weight: normal; margin: 0 0.2em 2em 0; line-height: 2em; color: #222; }
.gc-form input { font-size: 13px;}
.gc-form h3 { font-size: 16px; border-bottom: 1px solid #9fcec4; margin: 15px 0 0 0; }
.gc-form .short-label { width: 3.2em; text-align: right; }
.gc-form .text-input { width: 18em; }
.gc-form .medium-label { width: 5.5em; text-align: right; }
.gc-preview { margin-top: 25px; }
#bodycontent #giftcardform .success-text { font-family: Verdana, Arial, sans-serif; }

/* jQuery dialog titlebar */
div.papersource_panel {
  display: none;
  width: 460px;
}
.ui-dialog .logo {
  width: 187px;
  float: left;
}
.ui-dialog h3 {
  clear: both;
  color: #9C9C9C;
  font-size: 18px;
  margin: 0px;
  font-family: Georgia;
}
.ui-dialog h5 {
  clear: both;
  color: #9C9C9C;
  font-size: 14px;
  margin: 0px;
}
.ui-dialog .prev_next {
  font-size: 15px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.ui-dialog .prev_next td {
  color: #9BCDCC;
}
.ui-dialog .prev_next a {
  color: #9BCDCC;
  text-decoration: none;
  font-size: 15px;
}
.ui-dialog .prev_next a.quickview_next {
  background: url(/web/20150412053716im_/http://www.papersource.com/images/nav_arrow.gif) no-repeat right 4px;
  padding-right: 13px;
  font-weight: bold;
  float: right;
}
.ui-dialog .prev_next a.quickview_prev {
  background: url(/web/20150412053716im_/http://www.papersource.com/images/nav_arrow_left.gif) no-repeat left 4px;
  font-weight: bold;
  padding-right: 7px;
  padding-left: 13px;
}
#jquery-loginbox .ubar {
  background-color: #9BCDCC;
  height: 20px;
  margin-bottom: 15px;
  width: 100%;
}
#jquery-loginbox .ubar a {
  display: block;
  float: right;
}

#additional_popup_dialog {
}
#additional_popup_dialog h3 {
  color: #333;
  font-size: 14px;
}

/* Nginx Caching */
#brownmenu #ps_login { display: inline-block; }
#brownmenu li#ps_logout,
#brownmenu li#ps_myaccount { display: none; }

/*-- Login / Create Account Page */

#account-page {
  padding-top: 20px;
}


#account-page h2 {
  color: #58574b;
  font-family: 'MrsEavesRomanLiningRegular', Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: normal;
}

#account-page p {
color: #58574b;
  font-size: 14px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

#signin-column {
  width: 400px;
  padding: 20px 80px 5px 25px;
  float: left;
  border-right: 1px dotted #e3dfd6;
}

#createaccount-column {
  width:400px;
  float: right;
  padding: 20px 10px 5px 25px;
}

.cs-entry-form{
  max-width:400px;
  margin:20px auto;
  background:#fff;
}
.cs-entry-form ul{
  list-style:none;
  padding:0;
  margin:0;
}
.cs-entry-form li{
  display: block;
  padding: 9px;
  border:1px solid #e3dfd6;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.cs-entry-form li:last-child{
  border:none;
  margin-bottom: 0px;
  text-align: center;
}
.cs-entry-form li > label{
  display: block;
  float: left;
  margin-top: -21px;
  background: #fff;
  height: 14px;
  padding: 2px 5px 2px 5px;
  color: #8a8981;
  font-size: 14px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cs-entry-form input[type="text"],
.cs-entry-form input[type="date"],
.cs-entry-form input[type="datetime"],
.cs-entry-form input[type="email"],
.cs-entry-form input[type="number"],
.cs-entry-form input[type="search"],
.cs-entry-form input[type="time"],
.cs-entry-form input[type="url"],
.cs-entry-form input[type="password"],
.cs-entry-form textarea,
.cs-entry-form select
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  padding: 0;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
}
.cs-entry-form input[type="text"]:focus,
.cs-entry-form input[type="date"]:focus,
.cs-entry-form input[type="datetime"]:focus,
.cs-entry-form input[type="email"]:focus,
.cs-entry-form input[type="number"]:focus,
.cs-entry-form input[type="search"]:focus,
.cs-entry-form input[type="time"]:focus,
.cs-entry-form input[type="url"]:focus,
.cs-entry-form input[type="password"]:focus,
.cs-entry-form textarea:focus,
.cs-entry-form select:focus
{
}
.cs-entry-form li > span{
  background: #ecf6f5;
  display: block;
  padding: 3px;
  margin: 0 -9px -9px -9px;
  text-align: center;
  color: #C0C0C0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.cs-entry-form textarea{
  resize:none;
}
.cs-entry-form input[type="submit"],
.cs-entry-form input[type="button"]{
  background: #00919c;
  border: none;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 500ms ease 100ms;
}
.cs-entry-form input[type="submit"]:hover,
.cs-entry-form input[type="button"]:hover{
  background: #a2d0cf;
  color:#fff;
}

.cs-entry-form a{
  color: #8a8981;
  font-size: 12px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px dotted #8a8981;
}

.cs-entry-form .recover-pw-msg h1 { font-size: 14px; }
.cs-entry-form .recover-pw-msg {
  font-family: 'Roboto', Verdana, sans-serif;
}

/*-- end Login / Create Account Page */

#gift-packaging { display: inline-block; width: 400px; height: 400px; background-image: url(/web/20150412053716im_/http://www.papersource.com/images/Paper_Source_Gift_Boxes.JPG); }

/*-- button styles --*/
.btn, #bodycontent a.btn,
.qv_details .btn {
  text-decoration: none;
  background: #e43e22;
  border: 2px solid #e43e22;
  box-shadow: 0 0 0 1px #fff inset;
  padding: 6px 16px 6px 16px;
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 500ms ease 100ms;
  margin: 5px;
}
.btn:hover, .btn:active,
#bodycontent a.btn:hover, #bodycontent a.btn:active {
  background: #c4351d;
  border: 2px solid #c4351d;
  color:#fff;
  cursor: pointer;
}

.qv_details .button_row .checkout.btn {
  float: left;
}


/*-- end button styles --*/

/* Font bump on .product_detail */
.product_detail #paper_product td,
.product_detail #paper_product a,
.product_detail #paper_product span,
.product_detail #paper_product select,
.product_detail #paper_product input,
.product_detail #paper_product p,
.product_detail #paper_product div,
.product_detail #paper_product button,
.product_detail #paper_product textarea {
  font-size: 13px;
}

.product_detail #paper_product td.product_group-3dw label,
.product_detail #paper_product td.product_group-3dw,
.product_detail #paper_product td.product_group-embossers label,
.product_detail #paper_product td.product_group-embossers,
.product_detail #paper_product span.personalized-label {
  font-size: 11px;
}

/* Filters */
#toggle_filters {
  display: block;
  text-align: left;
  width: 80px;
  margin: 10px 0px 0px 10px;
  float: left;
  padding: 3px 10px;
  text-decoration: none;
  background-image: url(/web/20150412053716im_/http://www.papersource.com/images/down1.gif);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-color: #DFDFDF;
}
#toggle_filters.active {
  background-image: url(/web/20150412053716im_/http://www.papersource.com/images/up1.gif);
}
#clear_filters {
  display: block;
  float: left;
  padding: 3px 10px;
  margin-top: 10px;
}
#filters {
  padding: 5px 0px 10px 0px;
  clear: both;
  display: none;
}
#filters span {
  font-weight: bold;
}
#filters li {
  border-right: none;
  margin-left: 10px;
  display: block;
  float: left;
  padding-right: 5px;
  margin-bottom: 10px;
}
#filters li ul {
  padding-left: 0px;
  height: 80px;
}
#filters li ul.cols_1 {
  width: 135px;
}
#filters li ul.cols_2 {
  padding-left: 0px;
  width: 265px;
}
#filters li ul.cols_3 {
  padding-left: 0px;
  width: 387px;
}
#filters li ul.cols_4 {
  padding-left: 0px;
  width: 519px;
}
#filters li ul.cols_5 {
  padding-left: 0px;
  width: 651px;
}
#filters li ul.cols_6 {
  padding-left: 0px;
  width: 783px;
}
#filters li ul li {
  background: none;
  display: block;
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
}
#filters li ul li.blank {
  width: 90px;
  height: 20px;
}
#filters li ul li a {
  text-decoration: none;
  width: 104px;
}
#filters li ul li a:hover {
  text-decoration: underline;
}
#filters li ul li.swatch {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 4px 4px 0px 0px;
  padding-right: 0px;
}
#filters li ul li a.swatch {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}
#filters li ul li a.swatch.active {
  border: 1px solid #669999;
}
#filters li ul li a.swatch img {
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
}
#filter_ajax_loader {
  visibility: hidden;
  background: none;
  padding: 0px;
  float: left;
  display: block;
  padding: 10px 0px 0px 10px;
}
span#filter_ajax_loader span {
  background: url(/web/20150412053716im_/http://www.papersource.com/images/spinner.gif) no-repeat;
  display: inline-block;
  padding-right: 2px;
  height: 16px;
  width: 16px;
}
#filters a {
  display: inline-block;
}
#filters input {
  display: inline-block;
  margin: 3px 3px 3px 0px;
  position: relative;
  top: 2px;
}
#filters a.inactive {
  opacity: 0.4;
}
#filters a.inactive:hover {
  text-decoration: none;
}

/*
     FILE ARCHIVED ON 05:37:16 Apr 12, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:36:00 Oct 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.749
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.027
  esindex: 0.014
  cdx.remote: 6.927
  LoadShardBlock: 80.758 (3)
  PetaboxLoader3.datanode: 84.92 (4)
  PetaboxLoader3.resolve: 58.439 (2)
  load_resource: 109.937
*/