/*=================*/
/* Shop StyleSheet */
/*=================*/
html,body
{
	height:100%;
}

/*=================*/
/* Category Page   */
/*=================*/
#category_table
{
	background-image:url('images/shopgradbg.gif');
	background-repeat:repeat-x;
	background-position:center center;
	width:100%;
	border-collapse:collapse;
}
#category_table th
{
	text-align:center;
	font-weight:bold;
			
}
#category_table td
{
	text-align:center;
	border-left:2px outset white;
	border-right:0px solid white;
	padding:10px;
}
#category_table td a img
{
	border:none;
	text-decoration:none;
}
.nodecanchor{text-decoration:none;color:black;}

/*=================*/
/* Products Page   */
/*=================*/
.header_image_right
{
	
	padding-left:5px;
	padding-top:10px;
}
.product_entry
{
	height:100%;
	text-align:center;
	margin:10px 3px 3px 3px;
	padding-bottom:5px;
	width:169px;
}
.product_entry_top
{
	padding-top:10px;
	background-image:url('/stdimages/shopitembg.jpg');
	background-repeat:no-repeat;
	width:169px;
	height:169px;
	text-align:center;
}
.anchor_image
{
	border:none;
}
.product_entry_title
{
	margin-top:4px;
	font-weight:bold;
}
.product_entry_desc
{
	font-size:11px;
	text-align:left;
}
.product_entry_bottom
{
	font-size:10px;
	text-align:left;
	width:100%;
	width:169px;
	background:#eeeeee;
}
.view_product_prices
{
    
}

#topnav_table td, .topnav_selected
{
    padding-left:8px;
    padding-right:8px;
    height:35px;
    text-align:center;
    vertical-align:middle;
}
.topnav_selected
{
    background:#eeeeff;
    border-bottom:1px solid #888888;
}