span.curr_name {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
}    

table.prod_cat {
    width: 100%;
    margin-top: 10px;
}

table.prod_cat td {
    width: 33%;
    border: 1px solid #E3E3E3;
}    

span.prod_price {
    display: block;
    font-weight: bold;
    color: #FF0000;
	font-size:14;
}

table.prod_det {
    width: 100%;
}

td.prod_det_desc {
    text-align: left;
    padding-bottom: 5px;
    vertical-align: top
}      

td.prod_det_imgs {
    text-align: center;
    height: 50px;
    border-top: 1px solid #908583;
    border-bottom: 1px solid #908583;
    padding: 5px 0px 5px 0px;
}

td.prod_det_imgs table td {
    vertical-align: bottom;
}

td.prod_det_desc div.left {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
div.prod_det_desc {
    text-align: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px;
	
}   

/* PROD CAT - listing */

table.prod_listing {s

}

table.prod_listing td {
    /* border-top: 1px solid #908583; */
    vertical-align: top;
	}    

td.prod_listing_img {
	text-align: center;
	width: 100px;
	border: 1;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

td.prod_listing_img img {
    margin: 0px auto 0px auto;
}    

td.prod_listing_desc {
    text-align: left;
    padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12;
	color:#333333;
	text-decoration: none;				
}

td.prod_listing_desc span {
	display: block;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	background-image:url(template_images/crn.jpg);
	background-repeat: no-repeat;	
}

td.prod_listing_desc p {
    padding: 5px;
}

td.prod_listing_subcat {
    text-align: left;
}
a.addresslink:visited:hover{
	font-size:12;
	color:#ffffff;
	text-decoration: none;		
}
a.addresslink:link{
	font-size:12;
	color:#ffffff;
	text-decoration: none;		
}
a.addresslink:hover{
	font-size:12;
	color:#ffffff;
	text-decoration: none;		
}
a.addresslink:visited{
	font-size:12;
	color:#ffffff;
	text-decoration: none;		
}
a.addresslink:active{
	font-size:12;
	color:#ffffff;
	text-decoration: none;		
}
.imgBorder{
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-width: 1;
}
.redTd{
	background-color: #D60000;	
}
.probTable{
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-width: 1;
}
a.prodHeading:link{
	font-size:12;
	color:#000000;
	text-decoration: none;
	font-weight:bold;		
}
a.prodHeading:hover{
	font-size:12;
	color:#000000;
	text-decoration: none;
	font-weight:bold;					
}
a.prodHeading:visited{
	font-size:12;
	color:#000000;
	text-decoration: none;		
	font-weight:bold;			
}
a.prodHeading:active{
	font-size:12;
	color:#000000;
	text-decoration: none;		
	font-weight:bold;		
}
.catHeading {
	font-size:15;
	color:#D60000;
	text-decoration: none;		
	font-weight:bold;		
}
hr{
    height:1px;
    border-bottom-style: solid;
    border-color: #D60000;  		
}
h1{
	font-size:20;
	color:#333333;
	text-decoration: none;		
	font-weight:bold;		
}