html{
	font-size:62.5%;
}
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #535353;
	background: #fff url('/images/fade.gif') repeat-x scroll 0 7em;
}
a img {
	border: none;
}
a:link {
	color: #535353;
}
a:visited {
	color: #535353;
}
a:hover {
	color: #535353;
}
a:active {
	color: #535353;
}
h1{
	color: #f77b0b;
	font-weight: normal;
	margin-top: 0;
}
h2{
	font-weight: normal;
	color: #f77b0b;
}
h2 a:link {
	color: #f77b0b;
}
h2 a:visited {
	color: #f77b0b;
}
h2 a:hover {
	color: #f77b0b;
}
h2 a:active {
	color: #f77b0b;
}
h3{
	font-weight: normal;
}
#tagline {
	clear: both;
	padding-top: 0.2em
}
#pd-info h1{
	font-size: 1.6em;
}
#pd-info h2{
	font-size: 2em;
	color: #525252;
}
p.info{
	margin-top: 0;
	font-size: 1em;
	padding: 0.5em 0.5em 0.5em 2.5em;
	color: black;
	background: #b4cdff url('images/info.gif') no-repeat 0.5em 0.5em;
	border: 1px solid #2763dc;
}
.product{
	margin-top: 0;
	margin-bottom: 0.2em;
}
.orange{
	color: #f77b0b;
}
#container{
	position:relative;
	margin:0 auto;
	margin-top: 1em;
	width:1000px;
}
#basket{
	position:absolute;
	top:0;
	right:0;
	width:30em;
}
#basket dl{
	width: 10em;
	margin:0;
	padding:0;
}
#basket dt{
	width:5em;
	float:left;
	margin:0 0 0 0;
	border-bottom: 1px solid #f77b0b;
}
/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */
#basket dd{
	float:left;
	width:4em;
	margin:0 0 0 0;
	border-bottom: 1px solid #f77b0b;
}
#basket-items{
	float:right;
}
dl#basket-items{
	margin-right: 1em;
}
#basket-value{
	float:right;
}
#basket-link{
	position:relative;
	width:6em;
	float:left;
	text-align: center;
}
#basket-link p{
	margin-top: 0.5em;
}
a:link.orange{
	color: #f77b0b;
}
a:visited.orange{
	color: #f77b0b;
}
a:hover.orange{
	color: #f77b0b;
}
a:active.orange{
	color: #f77b0b;
}
#content{
	position:relative;
	float:right;
	width:740px;
	margin-top:3em;
}
#checkout-content{
	position:relative;
	clear:left;
	float:left;
	width:1000px;
	min-height: 400px;
	margin-top:3em;
}
img#logo{
	float:left;
}
img.centre{
	display: block;
	margin: 0 auto 0 auto;
}
#breadcrumbs{
	border: 1px solid #949494;
	background-color: #efefef;
	padding: 0.5em;
	margin-bottom: 1em;
}
#menu{
	position:relative;
	float:left;
	width:240px;
	margin-top:3em;
	border: 1px solid #949494;
	background-color: #efefef;
}
#menu ul{
	padding-left: 0;
	margin-left: 0;
}
#menu li{
	list-style-type: none;
	background-color: #efefef;
}
#menu ul li a{
	background-color: #fff;
	display:block;
	padding:0.5em 0 0.5em 1em;
	margin-top: 1em;
	border-bottom: 1px solid #f77b0b;
	color: #f77b0b;
	text-decoration: underline;
}
#menu ul li ul li a{
	background-color: #efefef;
	padding: 0.1em 0 0.1em 2em;
	margin-top: 0;
	border: none;
	color: #535353;
	text-decoration: none;
}
#menu ul li a:hover{
	text-decoration: underline;
}
ul.cat_options{
	list-style-type: none;
	padding-top: 0.5em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0.5em;
	border-top: 1px solid #949494;
}
.tabbertab ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0.5em;
}
.tabbertab ul li{
	margin: 0;
	padding-left: 0;
}
#footer-container{
	position:relative;
	float: left;
	width:100%;
	background: #fff url('/images/fade.gif') repeat-x top left;
	padding-top:1.5em;
}
#footer{
	margin:0 auto;
	width:1000px;
}
#footer li{
	display: inline;
	padding-right: 1em;
	margin: 0;
}
#footer ul{
	margin-top:0;
	margin-left: 0;
	padding-left: 0;
}
#pd-info {
	float: right;
	width: 355px;
}
#image-thumbs{
	width:60px;
	float:left;
	padding-right: 1.5em;
}
#image-thumbs img{
	border: 1px solid #949494;
	margin-bottom: 0.5em;
}
#pd-image {
	width: 300px;
	float: left;
}
hr {
	clear: both;
}

/** checkout **/
#checkout fieldset {
	padding: 0 1em 1em 1em;
	margin: 1em;
	border: 1px solid #525252;
}
#checkout fieldset.billing label, #checkout fieldset.delivery label, #checkout fieldset.contact label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#checkout legend {
	font-weight: normal;
	font-size: 1.5em;
	color: #f77b0b;
}
#checkout .card ol li label {
	width: 17em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#checkout .info ol li label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#checkout .submit {
	margin-left: 5.5em;
	padding-left: 5.5em;
}
#checkout fieldset ol li {
	list-style: none;
	padding: 0.1em;
}
#checkout fieldset ol {
	margin: 0;
	padding: 0;
}
#checkout fieldset ol li span {
	padding-left: 0.5em;
	color: red;
}
#checkout fieldset span {
	color: red;
}
#checkout li p, .error-text {
	display: block;
	padding: 0.3em 0.3em 0.3em 0.3em;
	font-style: italic;
	color: black;
	background-color: #ffcccc;
	border: 1px solid red;
}
fieldset.addresses li p {
	width: 20em;
}
fieldset.contact li p {
	width: 50em;
}
fieldset.card li p {
	width: 30em;
}
#checkout-content p.error-text {
	font-size: 1.2em;
	background: #ffcccc url('images/warning.gif') no-repeat 0.5em 0.5em;
	padding-left: 2em;
	padding-right: 0.5em;
}
#checkout-content p.info-text {
	font-size: 1em;
	padding: 0.5em 0.5em 0.5em 2.5em;
	color: black;
	background: #b4cdff url('images/info.gif') no-repeat 0.5em 0.5em;
	border: 1px solid #2763dc;
}
#checkout .text li p {
	color: black;
}
#checkout li p {
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 5.5em;
	/*margin: 0.2em, 0, 0.2em, 5.5em;*/
}
#checkout .card ol li.error p {
	margin-left: 17.5em;
}
#checkout .billing {
	width: 42%;
	float: left;
}
#checkout .delivery {
	width: 42%;
	float: right;
}
#checkout .contact {
	clear: both;
}
.checkout-summary {
	width: 800px;
	padding: 1em;
	margin: 1em auto;
	border-collapse: collapse;
}
.right-align {
	text-align: right;
	padding-right: 1em;
}
.bold {
	font-weight: bold;
}
.align-top {
	vertical-align: top;
}
hr.rowSeparate {
	border: 0;
	color:white;
	background-color:white;
	height:1px;
	clear:left;
}
.row {
	float:left;
	margin:0.5em 0 2em 0;
}
.catListItem {
	float:left;
	width:350px;
	margin-right:20px;
}
.catListItemEnd {
	float:left;
	width:350px;
	margin-right:0;
}
.pdListItem {
	float:left;
	width:230px;
	margin-right:20px;
}
.pdListItemEnd {
	float:left;
	width:230px;
	margin-right:0;
}
.magnifier {
	vertical-align:text-top;
	padding-left:0.5em;
	padding-right:0.5em;
}

/*-------------------------------------------
Size chart
  -------------------------------------------*/
  
#size-chart {
	width: 597px;
	height: 852px;
	background: url(/images/diarysize2012.gif) no-repeat;
	margin: 10px auto; padding: 0;
	position: relative;
}
#size-chart li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#size-chart a {display: block; text-indent: -9999px; text-decoration: none;}

#grande { left: 0; top: 0; width: 597px; height: 852px; z-index: 9; }
#grande a { height: 852px; }
#grande a:hover { background: url(/images/diarysize2012.gif) 0 -2680px no-repeat; }

#ultra { left: 0; top: 197px; width: 513px; height: 655px; z-index: 10; }
#ultra a { height: 655px; }
#ultra a:hover { background: url(/images/diarysize2012.gif) 0 -862px no-repeat; }

#maxi { left: 0; top: 257px; width: 384px; height: 600px; z-index: 11; }
#maxi a { height: 596px; }
#maxi a:hover { background: url(/images/diarysize2012.gif) 0 -1532px no-repeat; }

#midi { left: 272px; top: 342px; width: 98px; height: 511px; z-index: 12; }
#midi a { height: 511px; }
#midi a:hover { background: url(/images/diarysize2012.gif) -418px -1532px no-repeat; }

#slim { left: 0; top: 342px; width: 271px; height: 112px; z-index: 13; }
#slim a { height: 112px; }
#slim a:hover { background: url(/images/diarysize2012.gif) 0 -2139px no-repeat; }

#mini { left: 0; top: 453px; width: 285px; height: 400px; z-index: 14; }
#mini a { height: 399px; }
#mini a:hover { background: url(/images/diarysize2012.gif) 0 -2268px no-repeat; }

#micro { left: 0; top: 595px; width: 198px; height: 255px; z-index: 15; }
#micro a { height: 258px; }
#micro a:hover { background: url(/images/diarysize2012.gif) -315px -2410px no-repeat; }

/*-------------------------------------------
Lightbox
  -------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:http://www.paperblanks-diaries.co.uk/image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.paperblanks-diaries.co.uk/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.paperblanks-diaries.co.uk//images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0.5em;
 margin-bottom:1em;
 padding-top: 1em;
 border-top: 1px solid #949494;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #949494;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0;
 border: 1px solid #949494;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #535353; }
ul.tabbernav li a:visited { color: #f77b0b; }

ul.tabbernav li a:hover
{
 color: #f77b0b;
 background: #fff;
 border-color: #949494;
}

ul.tabbernav li.tabberactive a
{
 color: #f77b0b;
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #f77b0b;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


