﻿
div.category_header
{
    
	font-weight: bold; 
	font-size: 16px; 
	padding-bottom: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	position: relative;
	width: 500px;
}
div.category_subheader
{
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding-bottom: 10px;
	position: relative;
	width: 500px;
}
div.product_grid
{
    text-align:left;
    display:block;
    width: 100%;
}

div.products
{
    
}

div.product_grid_row
{

}
div.product_grid_line
{
	border-bottom: 1px solid #dcdcdc;
	height: 4px;
}
div.product_grid_header
{
	font-weight: bold; 
	font-size: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

span.product_span
{
    position: relative;
    display: block;
    float:left;
	text-align: center;
	padding-bottom: 5px;
	width: 24%;
}

div.product_name_outer_frame 
{
    position:relative;
    height: 50px;
    width: 224px;
    margin: auto;
    text-align: center;
    margin-bottom: 6px;
}

div.product_name_inner_frame 
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%; 
    margin:auto;
}
div.product_name_text
 {
    width:210px; 
    margin:auto;
 }
		

div.product_name_text a
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
    font-family: 'Arial';
}

div.product_image
{
    position: relative;
    display: inline-block;
	text-align: center;
	overflow:hidden;
	height: 104px;
	vertical-align:top;
	width: 224px;
	margin: auto;
}

div.product_new_image
{
    position: relative;
    display: inline-block;
	text-align: center;
	overflow:hidden;
	height: 104px;
	vertical-align:top;
	width: 224px;
	margin: auto;
	background-image: url(../site_includes/blue_new_extended.gif);
    background-position: center;
    background-repeat: no-repeat;
}

div.product_description
{
    display: block;
    position: relative;
	text-align: center;
	height: 50px;
	width: 224px;
	overflow: hidden;
	margin:auto; 
}

a.product_thumbnail_img img
{
    border: 1px solid #3333FF !important;
    width: 100px;
    height: 100px;
    margin:auto;
}

div.product_grid_footer
{
	text-align: center;
	font-weight: bold; 
	font-size: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

