#pick_container{
	float: left;
	width: 148px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#pick_content_container {
	float: left;
	width: 127px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #A3A3C5;
	border-left-style: solid;
	border-left-color: A3A3C5;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: 2A2A5B;
	border-bottom-color: 2A2A5B;
	text-align: center;
	padding: 5px;
}
#product_container {
	float: left;
	width: 127px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AFAFAF;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	border-left-color: #AFAFAF;
	background-image: url(images/pick/pick_bkg.jpg);
	padding-top: 5px;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.name {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; text-decoration: underline; font-weight: bold;}
.name:link {text-decoration: underline;}
.name:visited {text-decoration: underline;}
.name:hover {text-decoration: underline; color: #686898;}
.name:active {text-decoration: underline;}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}