/* Print CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;;
	color:#000000;
	width:640px;
	background-color:#FFFFFF;
}

#headercontainer,
#maincontentleftcolumn,
#maincontenttop,
#maincontentbottom,
#maincontentrightcolumn,
#frmCollections,
.pagingnavigation,
.bottomnavlinks,
#buttons,
.buttons-left,
.buttons-right,
#message,
#noteslink,
#notes,
.submit,
#buttons,
#shoppingtimeline,
#lastupdatedmessage,
.printhide
{ 
display:none;
}
#printheader {
	margin-bottom:20px;
}
#maincontentheader, #maincontent2columnheader {
	margin-bottom:10px;
	padding: 10px;
	border:1px solid #000000;
	background-color:#284180;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14pt;
	text-align:center;
}
#footer {
font-size:8pt;
margin-top:10px;
text-align:center;
padding: 10px 0px 10px 0px;
border:1px solid #000000;
}
h1, h2, h3, h4, h5, h6 {
	color:#284180;
}
h1 {
	font-size:140%;
}
h2 {
	font-size:130%;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:110%;
}
p {
	color:#000000;
	font-size:100%;
}
a:link {
	color:#284180;
}
a:visited {
	color:#284180;
}
a:hover {
	color:#000000;
}
img {
	border:none;
}
li {
	line-height:20px;
	padding: 3px 5px 3px 25px;
	display:block;
	text-align:left;
	list-style-type: none;
	background:url('PB.gif') no-repeat;
	/* horizontal vertical */
	background-position:0px 8px;
	color: #284180;
}
hr {
	height:3px;
	background-color:#284180;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
table.sortable {
	margin:0 auto;
	border:1px solid #000000;
	width:100%;
}
table.sortable a.sortheader {
	background-color:#000000;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align:left;
}
table.sortable span.sortarrow {
	color: White;
	text-decoration: none;
}
table.sortable th {
	text-align:left;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	height:20px;
	padding:5px;
	border:1px solid #000000;
}
table.sortable td {
	text-align:left;
	border:1px solid #000000;
	background-color: #ffffff;
	padding:5px;
}
tfoot.footer td {
	font-weight:bold;
	background-color:#284180; 
	color:#FFFFFF;
	padding:5px;
	border-left: none;
	border-right: none;
	font-size:120%;
}
.title, caption {
	margin:0px 0px 10px 0px;
	font-weight:bold;
	font-size:130%;
}
.subtitle {
	margin:0px 0px 10px 0px;
	font-weight:bold;
	font-size:110%;
}
.smalltext {
	font-size:10pt;
	text-align:center;
	font-style:italic;
	line-height:15px;
}
.boldtext, .priceselected {
	color:#284180;
	font-weight:bold;
}
.redtext {
	color:#B80029;
	font-weight:bold;
}
.greentext {
	color: #00CC00;
	font-weight:bold;
}
.collectiontitle, .newstitle {
font-weight:bold;
font-size:14pt;
margin-bottom:5px;
color:#284180; 
}
.category {
font-weight:bold;
font-size:12pt;
margin-bottom:5px;
}

/* ---------------------------Form Styles --------------------    */
.submit {
background-color:#284180;
color:#FFFFFF;
padding:2px 2px 2px 2px;
border:2px solid #000000;
}
legend {
font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
color:#284180;
}
input {
padding:2px;
}
.validation-advice {
margin: 5px 0px;
padding: 5px;
background-color: #284180;
color : #FFF;
font-weight: bold;
border:1px solid #000000;
}
fieldset {
padding: 10px;
margin-bottom: 10px;
border: 1px solid #284180;
}
label { 
display: block;  /* block float the labels to left column, set a width */
float: left; 
width: 130px; 
padding-top: 5px; 
text-align: left;
font-weight:bold;
}
.form-row {
padding: 5px;
}
.checkbox {
margin-top:5px;
}
.formtext { /* used to display text beside form fields */
margin-top: 3px;
margin-left:10px;
line-height:35px;
font-style:italic;
}