#bd .checklist  {
	background-image:url("/public/images/2009/checklist2009.png");
	background-repeat:no-repeat;
	padding-top:2em;
	padding-right: 1.6em;
}
.checklist h2 {
	clear:both;
	color:white;
	font-size:3em;
	line-height:1em;
	margin-left:130px;
	padding-bottom:0.1em;
	text-shadow:0 -1px 0px #848484;
}
.checklist p.leading {
	margin-left:130px;
	text-align:left;
}
.checklist p {
	line-height:1.4em;
	padding-bottom:1em;
}
.checklist h3 {
	font-size:2em;
	color:white;
	text-shadow:0 -1px 0px #848484;
	margin-top: 2em;
}
.rightBar {
	margin: 1em;
	background: #fff;
	border: 1px solid #666666;
	width: 17em;
}

.rightBar h4 {
	font-size: 1.5em;
	color: #fff;
	text-shadow: 0 -1px 0 #236993;
	border-width: 0px 1px 0px 22px;
	-moz-border-image: url(/public/images/2009/h4-side-bg.png) 0 1 0 22 stretch;
	-webkit-border-image: url(/public/images/2009/h4-side-bg.png) 0 1 0 22 stretch;
	border-image: url(/public/images/2009/h4-side-bg.png) 0 1 0 22 stretch;
	margin-left: -1.1em;
	margin-top: -1px;
	margin-right: -1px;
	padding: 6px;
}

.rightBar ul {
	margin-left: 3em;
	padding-bottom: 1em;
}

.rightBar li {
	font-size: 0.9em;
	padding: 0.4em 0;
	list-style: decimal;
}
.rightBar p {
	margin: 0.6em;
}

.shadow1{
	background: url(/public/images/2009/shadow1.png) bottom center no-repeat;
}
.shadow2{
	background: url(/public/images/2009/shadow2.png) bottom center no-repeat;
}
.shadow3{
	background: url(/public/images/2009/shadow3.png) bottom center no-repeat;
}
.shadow4{
	background: url(/public/images/2009/shadow4.png) bottom center no-repeat;
}
#shelf {
	height: 210px;
	position: relative;
}
#shelf .shelfItem {
	text-align: center;
	position: absolute;
	width: 25%;
	top: 0;
	height: 179px;
}

#shelf .shelfItem .shelfImg {
	cursor: pointer;
	width: 100px;
	height: 150px;
	position: relative;
	top: 25px;
}

#shelf .shelfItem .shelfImg .highlight {
	border: 18px none;
	border-width: 18px;
	z-index: 10;
	position: absolute;
	left: -12px;
	top: -12px;
	width: 88px;
	height: 138px;
	padding: 18px;
}

#shelf .shelfItem .shelfImg .highlightOn {
	-moz-border-image: url(/public/images/2009/add-frame.png) 18 18 18 18 stretch stretch;
	-webkit-border-image: url(/public/images/2009/add-frame.png) 18 18 18 18 stretch stretch;
	padding: 0;
}

#shelf .short_name {
	padding-top: 185px;
	height: 20px;
	text-align: center;
	color: #333;
	text-shadow: 0 1px 0 #ccc;
	font-size: 77%;
	width: 100%;
	position: absolute;
	font-weight: bold;
}

.shelfBoard {
	padding-top: 185px;
	height: 20px;
	text-align: center;
	color: #fff;
	text-shadow: 0 -1px 0 #8d8d8d;
}
.shelfItemDescription {
	position: absolute;
	color: #fff;
	top: 0;
	left: 210px;
	height: 300px;
	overflow: none;
	display: none;
	text-align: left;
}

.shelfItemDescription .desc {
	font-size: 0.8em;
}

.shelfItemDescription label {
	padding: 0 0.5em 0 0;
	text-align: right;
	color: #ccc;
	width: 25%;
	clear: both;
	float: left;
	height: 1.4em;
}
.shelfItemDescription .input  {
	float: left;
}

.shelfItemDescription input.text {
	float: left;
	font-size: 1em;
	height: 1.4em;
	border: 1px solid #ccc;
}

.shelfItemDescription .select {
	position: relative;
	display: inline;
	float: left;
	top: auto;
	left: auto;
	margin-left: 0.4em;
	cursor: pointer;
}

.shelfItemDescription p.desc {
	clear: both;
	margin-top: 1em;
}

.info {
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	height: 1.5em;
	width: 1.5em;
	background: rgba(0, 0, 0, 0.7);
	border: 2px solid rgba(255, 255, 255, 1);
	color: #fff;
	line-height: 1.6em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	font-family: serif;
	font-style: italic;
	text-align: center;
	display: none;
	z-index: 10;
}
.info:hover {
	background: rgba(255, 255, 255, .8);
	border: 2px solid rgba(255, 255, 255, 1);
	color: #333;
}


.select {
	position: absolute;
	width: 50px;
	top: 10px;
	left: 24px;
	height: 1.4em;
	background: rgba(0, 118, 221, 0.6);
	border: 1px solid rgba(0, 118, 221, .7);
	margin: 0 auto;
	color: #d0e9ff;
	line-height: 1.4em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	display: none;
	z-index: 10;
}
.select:hover {
	background: rgba(0, 118, 221, .8);
	border: 1px solid rgba(0, 118, 221, 1);
}

.selectAdd {
	background: rgba(0, 144, 14, 0.8);
	border: 1px solid rgba(0, 211, 21, 1);
	color: #fff;
}
.selectAdd:hover {
	background: rgba(153, 204, 102, 0.6);
	border: 1px solid rgba(153, 204, 102, .7);
	color: #fff;
}

.shelfBezel {
	background: rgba(0, 0, 0, .8);
	width: 98%;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 25;
	margin: 1%;
	border: 2px solid #99;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: none;
	color: #fff;
	-moz-box-shadow: 0 5px 13px #000;
	-webkit-box-shadow: 0 5px 13px #000;
}

.closeButton {
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	height: 1em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
	background: url(/public/images/2009/close-button-icon-black-20100607.png) no-repeat 0 0;
	padding-left: 1.5em;
}

.closeButton:hover {
	color: #0088ff;
	background-position: 0 100%;
}

#checklistError {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#checklistError p {
	margin: 0;
	width: 100%
	padding: 1em 0;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 135.1%;
	font-weight: 200;
	cursor: pointer;
}
