/*------------------------------------------------------------------------------
>>>> Upon a Fold CSS 

a {color:#7993B4}

a:active, a:hover {color:#EA7E73}

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/* For IE */
img { -ms-interpolation-mode:bicubic; } 

a img {
  border: none;
}

/* \*/
* html .gainlayout { height: 1%; }
/* */
/*------------------------------------------------------------------------------
>>>> Fundamentals
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body { 
  color: #7993B4; 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;  
	padding:0 20px 40px 0;
	background:#fff url(/static/images/body-background.png) repeat;
}

/* Link and link-like colours */
a, 
#slideshow ol li#activeThumb { 
  color: #7993B4; 
}

a, a:link, a:active a:hover, a:visited {text-decoration:none;}
a:hover, a:active {color:#EA7E73;}

#pge #content a, #shp .description a {
	color:#EA7E73;
}
#pge #content a:hover, #pge #content a:active,
#shp .description a:hover, #shp .description a:active {
	color:#EA7E73;
	border-bottom:1px dashed #EA7E73;
}
/* Neatening subheadings in posts  */

.post h2 { margin-top: 0px;}
.post h2 + h3 {
  margin: -0.7em 0 0.6em 0;
}

/*------------------------------------------------------------------------------
>>>> Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.container {
	width:895px;
	margin:0 auto;
	overflow:hidden;
}

div.shopnav {
	position:relative;
	float:left;
	display:inline;
	width:200px;
	padding:0px;
	margin-left:30px;
	overflow:visible;
	margin-top:-14px;
}
.explore {
	height:100px;
	width:100px;
	padding-left:90px;
	overflow:visible;
	position:relative;
	z-index:500;
	margin-top:-40px;
/*	border:1px solid red;*/
}

#content {
	position:relative;
	float:left;
	width:530px;
	padding-left:20px;
	margin-top:-50px;
}

.text {
	width:475px;
	padding-left:35px;
}

.wide {
	position:relative;
	float:left;
	width:645px;
	padding-left:20px;
	margin-top:-43px;
	margin-bottom:20px;
}
.footer {
  clear:both;
  font-size: 90%;
	width:510px;
	background:#ffffff;
	margin-left:250px;
	float:left;
	display:inline;
  padding: 10px;
  margin-top: 10px;
}

/*------------------------------------------------------------------------------
>>>> Masthead, navigation & cart
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.masthead {/* Contains masthead, nav and search */
	height:240px;
	width:895px;
	overflow:auto;
	background:url(/static/images/masthead.png) top left no-repeat;
}

.masthead h1 { /* the masthead */
	position:relative;
	float:left;
	display:inline;
	width:243px;
	height:178px;
	margin:0;
	background:url(/static/images/logo-new.png) top left no-repeat;

}
.masthead h1 span {
	display:none;
}

.navigation {
	width:646px;
	position:relative;
	float:left;
	padding-top:72px;
}


/* the nav with "about", "blog" and search form */

ul#subnav {
	position:relative;
	float:left;
	width:261px;
	list-style-type:none;
	list-style-image:none;
	padding:50px 0 0 50px;
	margin:0;
}

ul#subnav li {
	float:left;
	display:inline;
	font-size:49px;
	padding:0 30px 0 0;
	text-transform:lowercase;
	margin:0;
	line-height:1;
}

ul#subnav a {
	color:#EA7E73;
	height:48px;
	overflow:auto;
	padding-top:1px;
	padding-bottom:1px;
}
ul#subnav a:hover {
	background:url(/static/images/notebook-lines.png) bottom left repeat-x;
}
/* the search form */

div.search {
	position:relative;
	float:left;
	padding-top:58px;
	padding-left:5px;
	width:218px;
}

.search input#query {
	background:#D0E3EC;
	border:1px solid #D0E3EC;
	width:140px;
	height:23px;
	padding-top:6px;
	padding-left:8px;
	margin-right:3px;
	color:#ffffff;
	font-size:12px;
	float:left;
	display:inline;
}

.search input.submit {
	width:63px;
	height:32px;
	background:#D0E3EC;
	border:1px solid #D0E3EC;
	text-transform:uppercase;
	color:#7993B4;
	font-size:12px;
	float:left;
	display:inline;
}

/* shop nav */

.explore h3 {
	background:url(/static/images/explore.png) top left no-repeat;
	width:81px;
	height:100px;
	margin-top:10px;
}
.explore h3 span {
	display:none;
}

.shopnav ul {
	list-style-type:none;
	list-style-image:none;
	padding:10px 10px 4px 10px;
	position:relative;
	margin:0;
	margin-top:-20px;
	width:180px;
	background:#ffffff;
	overflow:hidden;
}

.shopnav ul li {
	text-transform:lowercase;
	font-size:14px;
	padding:1px 0;
	line-height:0.8;
	width:180px;
	overflow:hidden;
	margin:0;
}
.shopnav ul li h4 {
	font-size:32px;
	display:block;
	text-transform:uppercase;
	padding:3px 0;
	margin:0;
	font-weight:normal;
	line-height:0.8;
}
.shopnav ul li span {
	display:block;
	margin:1px 0 0 0;
	padding:0;
	line-height:1;
}
.shopnav a {
	float:left;
	display:block;
	width:170px;
	padding:3px 5px 4px 5px;
	margin:0;
	overflow:visible;
	color:#ABBED2;
}

/* each shopnav item has different text
and background colours, switched when
active or hovered */

a#enjoy h4 {color:#BFE2CA;}
a:hover#enjoy {background:#BFE2CA;}
a:hover#enjoy span, a:hover#enjoy h4 {color:#fff;}

a#give h4 {color:#A0D8F5;}
a:hover#give {background:#A0D8F5;}
a:hover#give span, a:hover#give h4 {color:#fff;}

a#write h4 {color:#EA7E73;}
a:hover#write {background:#EA7E73;}
a:hover#write span, a:hover#write h4 {color:#fff;}

a#fold h4 {color:#CFBADA;}
a:hover#fold {background:#CFBADA;}
a:hover#fold span, a:hover#fold h4 {color:#fff;}

a#read {margin-bottom:8px;}
a#read h4 {color:#FCBA63;}
a:hover#read {background:#FCBA63;}
a:hover#read span, a:hover#read h4 {color:#fff;}



ul.shopnav li.new {
	border-top:1px dashed #cccccc;
	
}
a#new {
	padding:9px 5px 0 5px;
	height:63px;
	background-image:url(/static/images/ourlatestfinds.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-bottom:8px;
	margin-top:4px;
/*	border:1px solid red;*/
}
a#new h4 {
	color:#E34E50;
}

a:hover#new {
	background-position:left top;
	background-color:#E34E50;
	color:#ffffff;
}
a:hover#new h4 {
	color:#ffffff;
}

/* for the "active" state */

ul#enjoy li a#enjoy {background:#BFE2CA;}
ul#enjoy a#enjoy span, ul#enjoy a#enjoy h4 {color:#fff;}

ul#give li a#give {background:#A0D8F5;}
ul#give a#give span, ul#give a#give h4 {color:#fff;}

ul#write li a#write {background:#EA7E73;}
ul#write a#write span, ul#write a#write h4 {color:#fff;}

ul#fold li a#fold {background:#CFBADA;}
ul#fold a#fold span, ul#fold a#fold h4 {color:#fff;}

ul#read li a#read {background:#FCBA63;}
ul#read a#read span, ul#read a#read h4 {color:#fff;}



ul#new a#new {
	background-position:left top;
	background-color:#E34E50;
	color:#ffffff;
}
ul#new a#new h4 {
	color:#ffffff;
}

/*------------------------------------------------------------------------------
>>>> Home page
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

img.homeImage {
	width:530px;
}

#pge #content a.homeLink, #pge #content a:hover.homeLink {
	border-bottom:none;
	text-decoration:none;
}


/*------------------------------------------------------------------------------
>>>> Basic Typography
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

em, i {
  font-style:italic;
}
b, strong {
  font-weight: bold;
}

h1 {
  font-size:1.8em;
  margin: 1em 0 0.5em 0;
	text-transform:uppercase;
}

.masthead h1 {
	margin:55px 0 0 0;
}
h2 {
  font-size: 1.4em;
  margin-top: 1.8em;
  margin-bottom: 0.7em;
}
h3 {
  font-size: 1.0em;
  line-height: 1.25;
  margin-top: 1.4em;  
  font-weight: bold;
  margin-bottom: 0.5em;
}
h4 {
  margin-top:2.0em;    
  font-size:1em;
  font-weight:bold;
  margin-bottom:0.3em;
}

div.shipping p {
	margin-top:0;
	margin-bottom:2em;
}
h6 {
  font-size:1em;
  font-weight:bold;
}
p {
  line-height:150%;
  margin-bottom:1.3em;
  margin-top:1.3em;
}
ul, ol {
  padding: 0;
  margin:1.0em 3.0em 1.4em 0;
}
ul ul, ol ol {
  margin-left: 1.8em;
}
li {
  line-height:130%;
  margin-bottom:0.7em;
}
dl {
  line-height: 130%;
}
dt {
  font-weight: bold;
  margin-bottom: 0;
}
dd {
  margin-bottom: 2.0em;
}
blockquote {
  margin: 1.6em 0;
  padding: 0 2.0em;
  border-left: 1px solid #ccc;
}
blockquote p {
  padding:0;
  margin:0 0 1.0em 0;
}
blockquote cite {
  font-style:italic;
  font-weight: bold;
  font-size:0.9em;
}
table {
  border-collapse: collapse;
  margin: 1.0em 0;
  padding: 0;
  font-size: 0.9em;
  width: 100%;
}
table td {
  text-align: left;
  vertical-align: top;
  padding: 0.3em 1.0em 0.3em 0;
  border-bottom:1px solid #7993B4;  
}
table th {
  padding: 0.3em 1.0em 0.3em 0;
  font-weight: bold;
  text-align: left;  
  border-bottom: 1px solid #7993B4;
}
table p {
  margin: 0.5em 0;
}

/*------------------------------------------------------------------------------
>>>> 'About' page header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h1.aboutPage {
	background:url(/static/images/about.png) top left no-repeat;
	width:498px;
	height:134px;
}

h1.aboutPage span {
	display:none;
}


/*------------------------------------------------------------------------------
>>>> Footer div - Email signup form, byline, nav
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.signup {
	float:left;
	display:inline;
	position:relative;
	width:381px;
	padding:0 3px 0 5px;
	border-right:1px dashed #ccc;
}
.signup h3 {
	font-weight:normal;
	padding-left:0px;
	margin-top:0;
	margin-bottom:3px;
	font-size:38px;
	text-transform:lowercase;
}
.signup h3 span {
	color:#E34E50;
}
.signup form {
	margin-bottom:10px;
	overflow:hidden;
}

.signup form input {
	height:20px;
	background:#D0E3EC;
	border:2px solid #D0E3EC;
	color:#7993B4;
	padding:4px 0 4px 8px;
	float:left;
	display:inline;
	font-size:12px;
	margin-right:2px;
}
.signup form input#name {
	width:130px;
}
.signup form input#email {
	width:185px;
}
.signup form input.signup {
	width:40px;
	height:32px;
	background:#E34E50;
	border:2px solid #E34E50;
	color:#ffffff;
	float:left;
	padding:3px 2px;
	padding:4px 0 4px;
	margin-left:1px;
	text-transform:uppercase;
}


.byline {
  font-size: 10px;
  text-align: left;
	overflow:hidden;
	clear:left;
}
p.byline {
	line-height:1.1;
	margin-bottom:0;
	margin-top:0.5em;
}

.byline span {
	padding-right:5px;
	margin-right:3px;
	border-right:1px solid #7993B4;
}


/* Plain text-link style nav in footer */

div.navFooter {
	width:105px;
	position:relative;
	float:left;
	display:inline;
	padding-left:15px;
}
.navFooter h4 {
	font-size:14px;
	text-transform:lowercase;
	margin-top:10px;
	margin-bottom:0;
	font-weight:normal;
}

ul.textNav {
	position:relative;
  float:left;
	display:inline;
  padding:2px 0 5px 0;
  margin:0;
  list-style-type:none;
	list-style-image:none;
	margin-left:0px;
	padding-left:0;
	width:105px;
	clear:left;
}
ul.textNav li {
	float:left;
  display:block;
	width:105px;
  font-size: 14px;
	padding:0 0 0px 0;
	margin:0;
	text-transform:lowercase;
	color:#7993B4;
	margin-bottom:0.2em;
	line-height:1;
}



/*------------------------------------------------------------------------------
>>>> Generally helpful
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.error, .preview, .checkoutErrors {
  border: 1px dashed #EA7E73;
  padding: 1.0em 1.0em 0 1.0em;
}
.error {margin-top:1em;}
.error p, .preview p, .checkoutErrors p {margin:0 0 1em 0;}

.skip { /* For hidden skip-to-content link */
  display: none;
}
.back { /* Used for back-to-page links for blg, nws, evt */
  clear: both;
  padding-top:2.0em;
}
.go { /* Link to post or extended article */
  text-align: right;
}
.first { /* For the first item in series */
  margin-left: 0;
  padding-left: 0;
}
.last { /* For the last item in series */
  margin-right: 0;
  padding-right: 0;
}
.notFound { /* Where products don't have images */
  background: #ddd;
  text-align: center;
	font-size:12px;
	line-height:1.5;
  padding:  70px 0;
  width: 175px;
}
div.checkout { /* not found for the checkout basket */
	width:68px;
	font-size:9px;
	padding:26px 0;
	border:1px solid #8FA0BB;
	background:#fff;
	margin:0 10px 0 6px;
}
.big { /* teamed with notFound */
  width: 530px;
	font-size:18px;
	padding:224px 0;
	position:relative;
	float:left;
}
.small { /* teamed with notFound */
	width:115px;
	padding:43px 0 42px 0;
}
/*  
  For convenience, the basic unit of all post-able blueprints is 'post'.
  Where there's a standard image associated with the post (products, people), the 
  post is further divided into .image and .body.
*/

#blg div.post,
#dir div.post,
#edn div.post,
#evt div.post,
#mapblg div.post,
#nws div.post,
#psl div.post, 
#shp div.post {
  margin-bottom:2.0em;
}
 

/*------------------------------------------------------------------------------
>>>> Blog and News (BLG, NWS) pagination + DBY years
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#blg div.pagination, 
#nws div.pagination,
#dby div.pagination,
#mapblg div.pagination {
  margin-top:4.0em;
  text-align:right;
  font-size: 90%;
}
#blg .pagination ul,
#nws .pagination ul,
#dby .pagination ul,
#mapblg .pagination ul {
  margin: 0;
  float: right;
  list-style: none;
}
#blg .pagination ul li, 
#nws .pagination ul li,
#dby .pagination ul li,
#mapblg .pagination ul li {
  border-right: 1px solid #7993B4;
  padding: 0 0.4em;
  margin-top: 0.5em;
  float: left;
}
#blg .pagination ul li.currentPage,
#nws .pagination ul li.currentPage,
#dby .pagination ul li.currentPage,
#mapblg .pagination ul li.currentPage {
  font-weight: bold;
}
#blg .pagination ul li.nextPage,
#nws .pagination ul li.nextPage,
#dby .pagination ul li.all,
#mapblg .pagination ul li.all {
  border-right: 0;
  padding-right: 0;
}


/*  >> Comments <<   */

#blg p.commentInfo,
#tlk p.commentInfo,
#mapblg p.commentInfo { /* Shows if comments are on or off, and how many */
  margin-top: 2.0em;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
}
#blg div.cmt,
#tlk div.cmt,
#mapblg div.cmt {
  margin-bottom: 2.4em;
  font-size: 90%;
}
div.preview h4.commenter {
  margin-top: 0;
}
#blg div.preview a.hide,
#tlk div.preview a.hide,
#mapblg div.preview a.hide {
  color: #EA7E73;
}


/*------------------------------------------------------------------------------
>>>> Blog

The blog is on a slightly different template. 
Not showing footer or shopnav here. (utilising :content_for) 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.blogPage { /* the blog container */
	width:800px;
	margin:-12px 0 0 10px;
	z-index:-1000;
	overflow:hidden;
	padding:0 0 30px 0;
	background:#ffffff;
}

.blogTag { /* the blog description */
	width:800px;
	overflow:auto;
	color:#7993B4;
}
.blogTag p {
	float:right;
	width:325px;
	background:#D0E3EC;
	text-align:center;
	margin:0;
	padding:5px 0;
	font-size:11px;
	letter-spacing:0.15em;
	text-transform:lowercase;
}
.blogContent {
	width:450px;
	padding-left:25px;
	float:left;
}

.links {
	float:left;
	display:inline;
	width:140px;
	padding-left:30px;
}

div.ads {
	width:125px;
	float:left;
	display:inline;
	padding-top:45px;
}

/* the post */

.blogContent img {
	width:100%;
	margin:0 0 10px 0;
}

#blg div.post {
	border-bottom:1px solid #D0E3EC;
	margin-bottom:35px;
	overflow:hidden;
}
#blg div.post img {
	margin:0 0 10px 0;
}
#blg .post h2 {
	margin-bottom:0.5em;
	height:1;
	line-height:1.5;
	margin-top:1em;
	font-size:18px;
	overflow:visible;
	display:block;
}
#blg .post p {
	margin-top:0;
	margin-bottom:0.8em;
	clear:left;
}

#blg .post h2 span {
	display:inline;
	float:right;
	padding-top:8px;
	font-size:11px;
}

#blg .post a {
	color:#EA7E73;
	font-style:italic;
}

#blg .post h2 a {
	color:#7993B4;	
	font-style:normal;
	float:left;
	display:inline;
}

/* tags */

.tags {
	position:relative;
	display:block;
	margin:0 0 20px 0;
}
.tags h4,
#blg .post .tags a {
	display:inline;
	text-transform:lowercase;
	color:#7993B4;
}
#blg .post .tags a:hover {color:#EA7E73}

/* twitter link */

#blg a.blogTweet, #blg a.commentInfo {
	display:block;
	width:70px;
	color:#7993B2;
	background:#D0E3EC;
	text-transform:uppercase;
	font-style:normal;
	font-size:10px;
	text-align:center;
	padding:2px 5px;
	margin:0;
}

#blg a.commentInfo {
	float:right;
}

/* navigation */

ul.blognav {
	list-style:none;
	padding-left:0;
	margin:45px 0 0 0;
}
ul.blognav li {
	margin:0;
	font-size:15px;
}

div.socialMedia {
	overflow:auto;
	position:relative;
	width:140px;
	margin:17px 0 20px -16px;
}
.socialMedia img, .socialMedia a {
	float:left;
	display:inline;
}
/* links */

.links h3 , .links h3 a {
	font-size:35px;
	color:#EA7E73;
	text-transform:lowercase;
	margin-top:0;
	margin-bottom:0;
	line-height:0.8;
}

h3.indent {
	margin-left:-3px;	
}

h3.paperartists {
	background:url(/static/images/paperartists.png) top left no-repeat;
	width:122px;
	height:52px;
	position:relative;
	margin-left:-5px;
	margin-top:20px;
}
h3.paperartists span {
	display:none;
}
ul.linkList {
	list-style:none;
	padding-left:0;
	margin-top:5px;
	margin-right:8px;
}
ul.linkList li {
	margin:0;
	font-size:11px;
	width:100%;
}
/* the ads */

div.ads h2 {
	color:#7993B4;
	font-size:35px;
	text-transform:lowercase;
	margin-top:30px;
	margin-bottom:3px;
}
ul.ads {
	list-style:none;
	padding:0;
	margin:0;
}

ul.ads li {
	margin:0 0 10px 0;
	line-height:0.5;
	width:100%;
}



/* blog archive */

.blogContent h1 {
	font-size:50px;
	text-transform:lowercase;
	margin:0 0 5px -3px;
}
ul.blgPostList {
	list-style:none;
	padding-left:0;
}

div.blogArchive {
	margin-bottom:40px;
}

.blogArchive h3 {
	font-size:14px;
	font-weight:bold;
}

/* comments */

#blg .post h3.comment { /* 'leave a comment' */
	font-size:35px;
	color:#EA7E73;
	text-transform:lowercase;
	margin:0 0 0 -1px;
}
#blg .ctrlHolder input {
	width:252px;
}
#blg .ctrlHolder textarea {
/*	width:56%;*/
	width:255px;
	float:left;
}
#blg p.formHint {
	width:57%;
}
#blg div.buttonHolder {
	margin-bottom:20px;
	width:100%;
}
#blg .buttonHolder input, #blg .buttonHolder a {
	width:115px;
	height:30px;
	color:#ffffff;
	text-transform:lowercase;
	font-size:12px;
	cursor:pointer;
	float:left;
	text-align:center;
	font-style:normal;
	margin:0;
}
#blg .buttonHolder input {
	border:1px solid #EB4E59;
	background:#EB4E59;	
	padding:10px 0 24px 0;
	height:36px;
}
#blg .buttonHolder a {
	background:#FCBA63;
	border:1px solid #FCBA63;
	height:16px;
	padding:10px 0 8px;
	margin-right:3px;
}
#blg .buttonHolder a.blogBackButton {
	background:#7993B4;
	border:1px solid #7993B4;
	margin-right:97px;
}
h4.commenter {
	margin-top:1em;
}
div.comments {
	margin-bottom:2em;
}
/*------------------------------------------------------------------------------
>>>> Contact form (CTT)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#ctt div.text {
	padding-bottom:60px;
}
h1.contactPage {
	background:url(/static/images/contactus.png) top left no-repeat;
	width:498px;
	height:134px;
}

h1.contactPage span {
	display:none;
}

input.send {
	width:115px;
	height:35px;
	font-size:12px;
	background:#336699;
	border:1px solid #336699;
	opacity:.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	padding:3px 0;
	color:#ffffff;
	margin-right:7px;
	cursor:pointer;
}
input:hover.send {
	background:#EA7E73;
	border:1px solid #EA7E73;
}
/*------------------------------------------------------------------------------
>>>> Shop (SHP)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* The tag page */

.productPreview {
	position:relative;
	float:left;
	display:inline;
	width:175px;
	height:156px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#shp .productPreview img {
	margin:0;
	padding:0;
}

.productDetails {
	position:relative;
	width:135px;
	height:24px;
	padding:2px 2px 0 2px;
	text-align:right;
	margin-top:-40px;
	background:#ffffff;
	opacity:.85;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
}

.productDetails h3 {
	font-size:9px;
	margin:0;
	font-weight:normal;
	padding:0;
	margin-bottom:0;
	text-transform:uppercase;
}


.productSnippet {
	width:115px;
	float:left;
	display:inline;
}


/* if there are no products on the 'new' page: */

img.newStamp {
	position:relative;
	margin:120px 0 0 100px;
}

/* pagination */


#shp .pagination {
	position:relative;
	width:350px;
	padding-left:180px;
	float:left;
}
#shp .pagination strong {
	float:right;
}
#shp .pagination ul {
	list-style-type:none;
	overflow:auto;
	width:auto;
	margin:0;
	padding-top:8px;
	float:right;
}

#shp .pagination ul li {
	float:left;
	display:inline;
	padding:2px 2px 1px 2px;
	margin-right:6px;
}

#shp .pagination li.currentPage {
	border-bottom:1px solid #336699;
	padding-bottom:0;
}
#shp .pagination li.nextPage,
#shp .pagination li.prevPage {
	text-transform:uppercase;
	margin-left:5px;
}
#shp .pagination a {
	
}
/* the product page */


#shp h1.product {
	margin-top:10px;
	text-transform:uppercase;
	font-size:21px;
	width:348px;
	float:left;
	display:inline;
	margin-bottom:0;
}

#shp .comparison { /* If regular price > current price */
  color: #EA7E73;
  text-decoration: line-through;    
	font-size:19px;
/*	float:left;*/
/*	margin-left:-75px;*/
/*	padding-top:14px;*/
	position:absolute;
	left:0;
	top:10px;
}
#shp .available { /* Date available - used especially for upcoming products */
	display:inline;
	font-size:16px;
	padding-top:6px;
	margin-top:0;
	margin-bottom:0;
	float:left;
}

#shp .notForSale, #shp .soldOut {
	display:inline;
	float:left;
	padding-top:10px;
	font-size:18px;
	padding-left:12px;
}
#shp .purchaseOptions { /* Contains add link, availability and variations */
  padding: 0 0 10px 0px;
	height:48px;
  margin-bottom: 8px;
	float:left;
	display:inline;
  width:286px;
	margin-top:0;
	font-size:20px;
	text-transform:lowercase;
	overflow:hidden;
}

#shp .variationArea { /* includes header and variation box */
	width:250px;
	float:left;
	display:inline;
	margin:0px 15px 0px 0;
}
#shp h3.colour { /* "choose your colour" */
	background:#D0E3EC;
	color:#7993B4;
	width:auto;
	display:inline;
	float:left;
	padding:7px;
	text-transform:uppercase;
	font-weight:normal;
}

#shp div.variations { /* For variations */
	float:left;
	display:inline;
	clear:left;
	width:230px;
	background:#ffffff;
	padding:10px;
}
#shp .variations .notForSale, #shp .variations .soldOut {

	padding-top:10px;
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	color:#7993B4;
}

#shp .purchase { /* If there are no variations */
	position:relative;
	float:left;
	display:inline;
	width:206px;
	padding:0 0 0 80px;
	overflow:hidden;
}
#shp .purchaseOptions p {
 margin-bottom: 0; 
}

/* image/slideshow area */
.shopImages {
	width:645px;
	position:relative;
	float:left;
	overflow:hidden;
}

/* 'sale' overlay */
#shp .sale {
	position:absolute;
	top:0;
	right:115px;
	background:url(/static/images/sale.png);
	width:150px;
	height:150px;
	z-index:500;
}
#shp .sale span {display:none;}

/* 'sale' overlay for the tag page (smaller) */
#shp .saleTag {
	position:absolute;
	top:0;
	right:0;
	background:url(/static/images/sale-small.png);
	width:50px;
	height:50px;
	z-index:500;
}
#shp .saleTag span {display:none;}

/* The basket-filler provided by add_to_cart_link */
a.basket_filler { font-weight: normal; padding-top:5px; display:block;}
a.basket_fillerAdd { }        /* 'Add to cart */

a.basket_fillerAdd h4, a.basket_fillerCheckout h4,
a.basket_fillerProcessing h4 {
	float:left;
	display:inline;
	font-weight:normal;
	font-size:18px;
	width:135px;
	margin:0;
	margin-bottom:0;
	margin-top:0;
	cursor:pointer;
}
a.basket_fillerAdd h4.add, a.basket_fillerProcessing h4 {
	padding-left:95px;
	padding-top:6px;
	margin-top:0;
	background-image:url(/static/images/add.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	height:42px;
	cursor:pointer;
}

a.basket_fillerCheckout h4.checkout {
	background:url(/static/images/gotocheckout.png) top left no-repeat;
	padding-left:95px;
	padding-top:6px;
	margin-top:0;
	width:191px;
	color:#EA7E73;
	height:42px;
	cursor:pointer;
}
a.basket_fillerCheckout h4.checkout a {
	color:#EA7E73;
}
a.basket_fillerCheckout { }   /* 'Go to checkout' */

/* add variations to basket */

#shp .description .variations a {
	color:#7993B4;
	overflow:hidden;
	width:auto;	
}
#shp .description .variations a:hover {
	border-bottom:none;
	color:#EA7E73;
}

.variations a.basket_fillerAdd,
.variations a.basket_fillerProcessing,
.variations a.basket_fillerCheckout {
	float:left;
	display:inline;
	padding:0;
}
.variations a.basket_fillerAdd h4.add, 
.variations a.basket_fillerProcessing h4 {
	padding-left:60px;
	background-image:url(/static/images/add-small.png);
	background-repeat:no-repeat;
	background-position: top left;
	width:175px;
	font-size:12px;
	padding-top:0px;
	height:40px;
	text-transform:uppercase;
	margin-bottom:0px;
}
.variations a.basket_fillerProcessing h4 {
	padding-top:0px;
	height:40px;	
}
.variations a.basket_filler {
	padding-top:0;
}
.variations a.basket_fillerCheckout h4,
.variations a.basket_fillerCheckout h4 {
	background-image:url(/static/images/gotocheckout-small.png);
	background-repeat:no-repeat;
	background-position: top left;	
	padding-left:60px;
	font-size:12px;
	padding-top:0px;
	height:40px;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
	width:175px;
}
#shp .description .variations a.basket_fillerCheckout h4.checkout a {
	color:#EA7E73;
}

/* general product page stuff */

#shp .image {
	position:relative;
	float:left;
	width:645px;
	margin-top:-20px;
}
#shp .image img {
	float:left;
}
#shp .linked {
	position:relative;
	float:left;
	width:236px;
	padding-left:0;
	overflow:auto;
	margin-top:-33px;
}

p.back {
	position:relative;
	overflow:auto;
	padding:0;
	margin:0;
	margin-top:-10px;
	text-transform:lowercase;
}

#shp .linked a, p.back a { /* 'tweet this' and 'keep shopping' */
	width:115px;
	height:15px;
	font-size:12px;
	background:#336699;
	opacity:.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	padding:9px 0;
	color:#ffffff;
	display:inline;
	text-align:center;
	float:left;
	margin-right:3px;
	margin-top:0px;
}
#shp .linked a:hover, p.back a:hover {
	background:#EA7E73;
}

#shp .thumbnails p {
	font-size:12px;
	text-align:right;
	margin-bottom:0;
	margin-top:0;
	width:115px;
	float:left;
}
#shp .description {
	width:530px;
	position:relative;
	float:left;
	padding-top:10px;
	border-bottom:1px dashed #cccccc;
	color:#336699;
}

/* shipping & terms header */

h1.shippingPage {
	background:url(/static/images/shippingandterms.png) top left no-repeat;
	width:498px;
	height:134px;
}

h1.shippingPage span {
	display:none;
}

.shipping h2, .sidebar h2,
h2.orderStatus { /* 'policies' 'freight costs' & order status (cufon font) */
	font-size:35px;
	color:#EA7E73;
	text-transform:lowercase;
	margin:0 0 0 -1px;
}

/* 
  The container for the basket - helps when you're positioning the basket 
  relative to something other than the browser window 
*/

.basketContainer {
  position: relative;
	float:left;
	width:92%;
	z-index:600000;
} 


/* checkout errors */

.checkoutErrors ul {
	padding-left:20px;
}

/* The rest of the basket styles are in basket.css */

/* Freight table */
div.freight {
	float:right;
	width:414px;
	clear:both;
	margin-top:20px;
}
.freight h3 {
	text-transform:uppercase;
	text-align:center;
	margin:0;
	font-size:14px;
	font-weight:normal;
}
table.shpFreightTable {
	width:414px;
	border:1px solid #a1b5cb;
	margin:6px 0 20px 0;
}
table.shpFreightTable td,
table.shpFreightTable th {
	width:50%;
	padding:5px 0 5px 20px;
	background:#fff;
	border:none;
	border-right:1px solid #a1b5cb;
}
table.shpFreightTable th {
  padding-left: 0;
	background:#D3DFE9;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	font-size:10px;
}
table.shpFreightTable td.price {
	border-right:none;
	text-align:center;
	padding-left:0;
}

table.shpFreightTable tr.even td {
	background:#D3DFE9;	
}
/* worldwide freight table */
table.world th, table.world td {
	width:60px;
	text-align:center;
	padding:5px 0;
} 
table.world th.weight, 
table.world td.weight {
	width:150px;
	text-align:left;
/*	border:1px solid red;*/
}
table.world td.weight {
	padding-left:20px;
}
table.world th.weight {
	text-align:center;
}
.shipping div.freight { /* policies page */
	float:left;
}	

p.shpTaxInfo {
  font-size: 0.9em;
}


/* Checkout (general) */

div.sidebar {
	width:286px;
	position:relative;
	float:right;
	padding-top:30px;
}

h1.checkout {
	display:inline;
	float:left;
	position:relative;
	width:auto;
	font-size:24px;
}
h1.checkout span {
	font-weight:bold;
}
img.cart {
	width:86px;
	float:left;
	display:inline;
	margin-top:17px;
}

/* The table of line items in view basket */

#basketTable {
  margin-top: 2.0em;
	border-collapse:separate;
	border-spacing:0 10px;
	width:530px;
}
#basketTable tr {
	border-collapse:separate;
	margin-bottom:10px;
	border-collapse:collapse;
	border-spacing:10px;
	width:530px;
}
#basketTable td { 
  padding: 0.6em 0;
  vertical-align: middle; 
	border-collapse:collapse;
	border:0;
	background-color:#ffffff;
}

#basketTable th.title,
#basketTable th.quantity,
#basketTable th.remove,
#basketTable th.price {
	text-transform:uppercase;	
	font-size:14px;
	font-weight:normal;
}
#basketTable th.title {
  width:130px;
}
#basketTable td.title {
	font-size:13px;
}

#basketTable th.quantity, #basketTable td.quantity, #basketTable td.quantity input {
  text-align: center;
}
#basketTable th.price small {
	font-size:9px;
}

#basketTable td.basketImage {
	width:70px;
}
#basketTable td.basketImage img {
	margin-right:10px;
	margin-left:5px;
	background:#ffffff;
	padding:2px;
	border:1px solid #8fa0bb;
}
#basketTable td.quantity input {
  border:2px solid #FAB863;
}
#basketTable input.update { /* the 'update totals' button */
  border:2px solid #FAB863;
  background:#FAB863;
  color:#fff;
  text-transform:lowercase;
  padding:0.6em 10px;
  width:265px;
  margin-left:30px;
  font-family:Arial;
  font-size:14px;
  text-transform:uppercase;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  cursor:pointer;
}
#basketTable input:hover.update {
  border:2px solid #EA7E73;
}
#basketTable th.remove, #basketTable td.remove {
  width:100px;
  text-align:center;

}
#basketTable td.remove label {
  border:1px solid #FAB863;
  display:block;
  background:#FAB863;
  color:#fff;
  cursor:pointer;
  padding:2px;
  text-transform:uppercase;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  opacity:0.9;
	filter:alpha(opacity=90);
  width:88px;
  text-align:center;
  font-size:10px;
  margin-right:6px;
	float:right;
}
#basketTable td.remove input {
  float:left;
}
#basketTable a.remove {
  background-color:#FAB863;
  width:55px;
  height:25px;
  color:#ffffff;
  display:block;
  text-align:center;
  padding:5px 0;
  opacity:0.85;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#basketTable th.price,
#basketTable td.price {
  text-align:right;
}

#basketTable tr.summaryTotal h3 {
  font-weight:normal;
  margin:0 0 5px 0;
  text-transform:uppercase;
  font-size:12px;
}
#basketTable tr.summaryTotal td {
  border-top:2px solid #7993B4;
  border-bottom:2px solid #7993B4;
}
#basketTable tr.summaryTotal td.price {
  font-weight: bold;
	font-size:18px;
	padding-right:6px;
}
#basketTable tr.summaryTotal td.quantity {
  font-weight: bold;
	font-size:18px;
}

/* Step 1 */
#shp .checkoutActions {
  margin-top: 1.5em;
	overflow:hidden;
}
#shp .checkoutActions a,
#shp .checkoutActions input {
	float:left;
	display:inline;
	text-align:center;
}
div.checkoutActions a.shop {
	width:113px;
	height:16px;
	font-size:12px;
	background:#336699;
	opacity:.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	padding:10px 0 8px 0;
	color:#ffffff;
	margin-right:3px;
	text-transform:lowercase;
}
div.checkoutActions input.update {
	width:113px;
	margin-right:3px;
}
#shp div.checkoutActions a.checkout {
	width:406px;
	height:16px;
	font-size:18px;
	background:#EB4E59;
	padding:6px 8px 12px 0;
	color:#ffffff;
	margin-right:0;
	text-transform:lowercase;
	text-align:right;
}
#shp div.checkoutActions input.continue {
	margin-right:0;
}

/* Step 2 */ 
#shp p.toggle { /* Toggles for billing/shipping address and remember details */
  font-size: 0.9em;
  margin: 1.5em 0;
  padding: 0.3em 0;
  line-height: 160%;
}
#shp p.toggle a {
  color: #7993B4;
}
#shp p.toggle a.toggleOn {
	color:#EA7E73;
	font-weight:bold;
	padding:1px;
	border:1px solid #EA7E73;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

/* Step 3: Paypal */


/* some specific styles for the paypal checkout basketTable */
table#basketTable.checkoutSummary {
	margin-top:0;
	margin-bottom:0;
}

#basketTable.checkoutSummary th.title,
#basketTable.checkoutSummary td.title {
	width:270px;
}
#basketTable.checkoutSummary th.quantity,
#basketTable.checkoutSummary td.quantity {
	width:80px;
}
#basketTable.checkoutSummary td.last {
	padding-right:6px;
}
#basketTable.checkoutSummary tr.summary td {
	border-top:1px solid #7993B4;
	border-bottom:1px solid #7993B4;
}
#basketTable.checkoutSummary tr.summary td.heading h3 {
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 6px;
	text-transform:uppercase;
}
#basketTable.checkoutSummary tr.summary td.last {
	font-size:12px;
	font-weight:bold;
}
#basketTable.checkoutSummary tr.summary td.quantity {
	font-weight:bold;
	font-size:12px;
}
#basketTable.checkoutSummary tr.summary td.gst,
#basketTable.checkoutSummary tr.summary td.gst h3 {
	font-weight:normal;
	text-transform:none;
}
#basketTable.checkoutSummary tr.summaryTotal td.heading h3 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 0 6px;
}
#basketTable.checkoutSummary tr.summaryTotal td.price {
	padding-right:6px;
}

#shp div.paypalAction { /* bigger margin on the checkout action for the final page */
	margin-bottom:60px;
	margin-top:0px;
}


/* Step 3: Gateway */
#shp .billingShipping { /* Contains address <p>s */
  margin: 4.0em 0 2.0em 0;
}
#shp p.shippingAddress {
  float: left;
  width: 45%;
  margin-right: 5%;
}
#shp p.billingAddress {
  float: left;
  width: 47%;
  margin-right: 0;
}



/* order status page */

h1.orderStatus {
	background:url(/static/images/order-status.png) top left no-repeat;
	width:498px;
	height:134px;
	margin-bottom:25px;
}

h1.orderStatus span {
	display:none;
}
p.status {
	font-size:150%;
}

div.correspondence dl {
	padding-left:0;
	margin-top:1em;
}
div.correspondence dl dt {
	width:300px;
	margin-bottom:0.3em;
}
div.correspondence dl dd {
	border:1px dashed #EA7E73;
	width:300px;
	padding:10px 10px 0 10px;	
}
div.correspondence dl dd p {
	margin:0 0 1em 0;
}
#statusTable {
	border-collapse:separate;
	border-spacing:0 10px;
	width:100%;
	margin-top:0;
	margin-bottom:30px;
}

#statusTable tr {
	border-collapse:separate;
}
#statusTable th.title,
#statusTable th.quantity,
#statusTable th.state,
#statusTable th.price {
	text-transform:uppercase;	
	font-size:14px;
	font-weight:normal;
	padding:0 0 0.5em 0;
}
#statusTable td { 
  padding: 0.6em 0;
  vertical-align: middle; 
	background:#ffffff;
	border-collapse:collapse;
	border:0;
	font-size:1.2em;
}

#statusTable th {
	vertical-align:top;
} 
#statusTable td {
	vertical-align:middle;
}

#statusTable tr {
	margin-bottom:20px;
	border-collapse:collapse;
	border-spacing:20px;
}
#statusTable td.basketImage {
	width:70px;
}
#statusTable td.basketImage img {
	margin-right:10px;
	margin-left:5px;
	background:#ffffff;
	padding:2px;
	border:1px solid #8fa0bb;
}

#statusTable th.title {
  font-size: 14px;
	text-transform:uppercase;
	width:200px;
}

#statusTable th.price, #statusTable td.price {
	width:90px;
	text-align:right;
}
#statusTable th.quantity, #statusTable td.quantity {
	width:90px;
	text-align:right;
}
#statusTable th.state, #statusTable td.state {
	width:74px;
	text-align:right;
	padding-right:6px;
}
#statusTable td h3 {
  font-size: 14px;
	text-transform:uppercase;
/*	color:#999999;*/
	margin-bottom:10px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	width:auto;
	padding:0;
	font-weight:normal;
}

table#transactionTable {
	margin-bottom:30px;
}

h4.orderStatus {
	margin-bottom:0;
}
form#correspondence {
	margin-bottom:30px;	
}
form#correspondence textarea {
	margin-bottom:10px;
}
/*------------------------------------------------------------------------------
>>>> Gallery (GLY)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#gly div.image img {
  width: 100%;
}
#gly p.caption {
  margin-top: 1.0em;
  font-size: 90%;
}


/*------------------------------------------------------------------------------
>>>> Slideshow
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#slideshow {
	width:645px;
	position:relative;
	float:left;
	overflow:hidden;
}
#slideshow div.placeholder {
  clear: both;
  width: 530px;
	float:left;
  overflow: hidden;
  background: url(/static/images/spinner.gif) center center no-repeat;
}
#slideshow #SS_caption {
  margin-top: 1.0em;
  font-size: 90%;
  height: 6.0em; /* set height to stop the scrollbar flicker */
}
#slideshow ol {
	padding:0;
	margin:0;
}
#slideshow ol li {
  display: block;
  padding:0;   
	margin:0;
  float: left;
  cursor: pointer;
  font-size: 100%;
	line-height:0;
	width:115px;
	height:103px;
	overflow:hidden;
}
#slideshow ol li a {
  padding: 0; 
	margin:0;
}
#slideshow ol li img {
	margin:0;
}
#slideshow ol li#activeThumb { /* The active marker for the slideshow */}


#slideshow div.thumbnails {
	width:115px;
	position:relative;
	float:left;	
}
#slideshow .thumbnails img {
	margin:0;
}

/*-----------------------------------------------------
                     >> Images <<
                     
Sizes
large: 440px
medium: 200px
small: 100px

-----------------------------------------------------*/

.captioned {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.captioned blockquote {
  background:none;
  margin: 6px 0 0 0;
  padding: 0;
  border: 0;
}
.captioned blockquote p {
  font-size: 0.85em;
  font-style: normal;
  line-height: 140%;
}
img.small, .smallCaptioned {
  float: left;
  width: 100px;
  margin: 0 18px 10px 0;
}
img.med, .medCaptioned {
  float: left;
  width: 200px;
  margin: 0 18px 10px 0;
}
img.med_right, .med_rightCaptioned {
  float: right;
  width: 200px;
  position: relative;
  margin-right: -210px;  
}
img.large, .largeCaptioned {
  width: 440px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;  
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float: none;
  margin: 0;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}


#blg div.post .captioned img {
	margin-bottom:4px;
}

#blg .captioned blockquote {
  background:none;
  margin: 0;
  padding: 0;
  border: 0;
}
#blg .captioned blockquote p {
  font-size:0.9em;
  font-style: normal;
  line-height: 140%;
}

/*------------------------------------------------------------------------------
>>>> Mime-type display - the default behaviour when a file is inserted in text
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#dcecf5;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#F2C3C0;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}


/*------------------------------------------------------------------------------
>>>> Search and Tags
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tagCloud a {
  margin-right: 2%;
}

.cloud1 { font-size: 100%; }
.cloud2 { font-size: 110%; }
.cloud3 { font-size: 120%; }
.cloud4 { font-size: 130%; }
.cloud5 { font-size: 140%; }
.cloud6 { font-size: 150%; }
.cloud7 { font-size: 160%; }


.results ul {
	padding-left:20px;
	margin-top:20px;
}

/*------------------------------------------------------------------------------
>>>> Uniform overwrites (remove the .uniForm class from forms to disregard)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* This is the main unit that contains the form elements */
.uniForm .ctrlHolder { 
	padding:6px 0; 
	border-bottom:1px solid #7993B4; 
	overflow:hidden;
	width:100%;
}
.uniForm .buttonHolder { padding-top: 10px; }

.uniForm .inlineLabels label,
.uniForm .inlineLabels .label { 
  width: 40%; 

}

.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload { 
  width: 54%; 
}

.uniForm .inlineLabels .selectInput,
.uniForm .inlineLabels select { width: 54%; }

.uniForm .inlineLabels textarea { width: 56%; font-family: Arial, sans-serif; }

.uniForm .inlineLabels .formHint { 
  margin-top: 0; 
  margin-left: 42%; 
  font-size: .9em; 
  color: #777; 
  position: static; 
}
.uniForm .inlineLabels .multiField { 
  width: 54%; 
  margin: 0 0 .3em 0; 
}

.uniForm label.blockLabel { font-size: 90%; }
.uniForm .inlineLabels .blockLabel {
  width: 45%;
  margin-right: 5%;
}
.uniForm .inlineLabels .expiry label.blockLabel { /* For credit card expiry date #shp */
  width: 46%;
}
.uniForm .inlineLabels .cc label.cardNumber { /* For credit card number #shp */
  width: 65%;
}
.uniForm .inlineLabels .cc label.cvv { /* For credit card expiry date #shp */
  width: 22%;
}
.uniForm .inlineLabels .address .textInput {
  width: 100%;
}
.uniForm .inlineLabels .address label {
  display: none;
}

.uniForm .noBorder {
  border: 0;
}
.uniForm .inlineLabels p.formHint {
  font-size: 80%;
  padding-top: 0.8em;
  line-height: 130%;
}

