#top
{
	margin-left:1px;
	height:334px;
	width:907px;
	padding-right:13px;
	background: #FFF url(../images/secondary_top_shadow.png) 907px 0 no-repeat;
	position:relative;
}

#bottom
{
	clear:both;
	margin-left:1px;
	width:907px;
	min-height:400px;
	padding-right:13px;
	background: #FFF url(../images/secondary_bottom_shadow.png) 907px 0 repeat-y;
}


#browse
{
	float:left;	
	width:624px;
	text-align:left;
	padding:40px 40px 40px 40px;
	font-size:10pt;	
	font-weight:bold;
	color:#333;
}

#breadcrumbs
{
	color: #003366;
	font-weight:bold;
	font-size:11pt;
	margin-top:20px;
}

#breadcrumbs a
{
	text-decoration:none;
	color: #003366;
}

#subcategory
{
	color: #003366;
	font-size:9pt;
	margin-top:15px;
}

#browse ul.categories
{
	list-style:none;
	margin:10px 0 40px 30px;
}

#browse ul.categories li
{
	height:25px;
	font-size:11pt;
}

#browse ul.categories li a
{
	text-decoration:none;
	color: #363636;
}

a.start_over
{
	color: #666;
	font-size:8pt;
}


#product_listing
{
	float:left;	
	width:684px;
	text-align:left;
	padding:0 0 40px 20px;
	font-size:10pt;	
	font-weight:bold;
	color:#333;
}

#product_listing table
{
	border: 2px solid #29507C;
	padding:0;
	margin:20px 0 10px 0;
	color: #FFF;
	width:641px;
	border-collapse:collapse;
}

#product_listing table thead
{
	text-align:left;
	background: #29507C;
	height: 30px;
	border-collapse:collapse;
	font-size:11px;
}

#product_listing table tbody
{
	background:#FFF;
	color:#000;
	font-size:11px;
	font-weight:lighter;
	text-align:left;	
}
#product_listing table thead th {padding:4px 4px 4px 4px; text-align:center;}
#product_listing table tbody td {clear:both;padding:4px 4px 4px 4px; text-align:center;border-top:1px solid #CCC;}
#product_listing table tbody tr {vertical-align:top;}
#product_listing table tbody tr:first-child {border-top:none;}

#product_listing table tbody td.product_thumbnail
{	
	text-align:center;	
	padding:5px 0;
}

#product_listing table tbody .series_name
{
	font-weight:bold;
	text-decoration:underline;
}

#product_listing table tbody .series_desc
{
	font-style:italic;
}
div.search_page input
{
	height:20px;
	border:1px solid #003366;
	vertical-align: top;
}
div.search_page input.textbox
{
	height:16px;
	padding:2px;
}

#product_details img
{
	float: left;
	padding-right: 20px;
}

#product_details
{
	font-weight: normal;
	padding-top: 10px;
}

#more_info
{
	width: 430px;
	padding: 20px 0 0 100px;
}

#more_info input.outline,
#more_info textarea.outline
{
	border: 1px #000000 solid;
	margin-bottom: 5px;
}

#more_info #errMsg,
#more_info #emailMsg {
	width: 420px;
}

#more_info input.error,
#more_info textarea.error {
	border: 1px solid #FF0000;
	background-color: #FFFFDD;
}


#more_info input.outline {
	width: 275px;
}

#more_info label
{
	width: 140px;
	font-weight: normal;
	float: left;
}

