
/* ===== base ============================================= */

html,
body {
	background-color: #FFF;
	margin: 0;
	padding: 0 0 0 10px;
	font: normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
	text-align: left;
}

a:link,
a:visited { color: #95A2C7; }

a:focus,
a:hover,
a:active { color: #000; }

img,
a img {
	border: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lucida Grande", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #95A2C7;
}

h3 {
	font-weight: normal;
	font-size: 21px;
	margin: 0;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
}

h5 { font-size: 12px; }

ul.arrow li { padding: 0 0 .5em 0; }

ul.nook li { padding: 0 0 .5em 0; }

ul.nook li a {
	font: bold 10px "Lucida Grande", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
}

hr {
	display: block;
	background-color: #B8C1D9;
	height: 1px;
	border: 0;
	margin: 5px 0 4px 0;
	clear: left;
}

/* ===== STYLES ============================================= */

.more { text-align: right; }

strong,
em { color: #95A2C7; }

a.roll,
a.ROLL {
	display: block;
	background-color: #95A2C7;
	padding: 3px 8px;
	color: #FFF;
	display: inline;
}

a.ROLL { text-transform: uppercase; }

.quote {
	font-size: 11px;
	font-style: italic;
}

.quote a { font-style: normal; }

.question { width: 344px; }

.answer {
	margin-bottom: 1em;
	border-bottom: 1px dotted #B8C1D9;
}

.question .quote { font-size: 12px; }

a.arrowBold { font-weight: bold; }

.nook {
	font: bold 10px "Lucida Grande", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
}

.normal11purple {
	font-style: normal;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #95A2C7;
}

.boldpurpleupper {
	font-weight: bold;
	color: #95A2C7;
	text-transform: uppercase;
}

.imgFloatLeft {
	margin: 0 12px 6px 0;
	float: left;
}

.floatRight,
.imgFloatRight {
	margin: 0 0 6px 12px;
	float: right;
}

.clearLeft { clear: left; }

.clear { clear: both; }

.invisible { visibility: hidden; }

.hide,
.printLink,
h1,
#headerUtilities,
#nav,
#leftColumn,
#rightColumn,
.productImagePrevNext,
.productImageSwitcher,
#footer ul { display: none; }

#orderInfo, #orderInfo tr td,  #orderInfo tr th {
    border: solid 1px black;
}

#orderInfo .foot {
    display:none;
}