#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
.thumbnail_dps_box {
	width: 246px;
	float: left;
	padding-left: 0px;
	height: 160px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #000;
	padding-top: 8px;
	text-align: center;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #CCC;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}.select_dropdown {
	float: left;
	height: 20px;
	width: 130px;
	padding-left: 10px;
}
.small_covers {
	width: 175px;
	height: 200px;
	float: left;
	margin-left: 12px;
	margin-bottom: 12px;
}
.add_to_cart {
	margin-left: 13px;
	width: 150px;
}
.new_email_link {
	color: #000;
}
.container .content .current_issue_box div p .current_issue_box a {
	color: #000;
}
.container .content .current_issue_box div p a {
	color: #000;
}
.container .content .bottom_box_index .bottom_box_header p strong a {
	color: #000;
}
.pic_left {
	float: left;
	padding-right: 15px;
}
.container .content .bottom_box_index .bottom_box_header .sidebar_subhead a {
	color: #000;
}

