   A:link {color: #FF9900}; text-decoration: underline}
   A:visited {color: #FF9900 ; text-decoration: underline}
   A:active {color: #FF9900; text-decoration: underline}
   A:hover {color: #FDB102; text-decoration: underline}

  img 
    {
      behavior: url("pngbehavior/pngbehavior.htc");
    }

body
{
	background: #FFFFFF url(../images/bkg.jpg) no-repeat fixed top;
	margin: 0px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-align: center;
}  
TABLE{
	font-family: Tahoma, Verdana;
	font-size: 11px;
}
.cat_link:link, .cat_link:visited{
	text-decoration: none;
	color: #666666;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.cat_link:hover{
	background-color: #699935;
	color: #FFFFFF;
	text-decoration: none;
}
.cat_head{
	background-color: #bd3d10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
}
.add_to_cart_btn{
	color: #FFFFFF;
	background-color: #BD3D10;
	font-size: 12px;
	border: 1px solid #BD3D10;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat-x;
}
.product_thumb_title:link, .product_thumb_title:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BD3D10;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.product_thumb_title:hover{
	color: #FF6600;
	text-decoration: none;
}
.product_thumb{}
.product_thumb_img{
	border: 1px solid #999999;
	margin: 5px;
}
.product_thumb_qty{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #6C9B3D;
	border: 2px solid #6B9A3C;
}
.content{
	padding: 10px;
}
.toi_basket_border{
	width: 400px;
	height: 30px;
	display: block;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #B93A0F;
}
.toi_basket{
	color: #FFFFFF;
	background-color: #80B448;
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../images/cart.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.toi_basket_link:link,.toi_basket_link:visited{
	color: #932B04;
	text-decoration: underline;
}
.toi_basket_link:hover{
	color: #E64C1A;
	text-decoration: underline;
}
.ch_steps:link, .ch_steps:visited{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BD3D10;
	padding: 5px;
}
.ch_steps:hover{}
.page_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BD3D10;
	text-transform: capitalize;
	font-weight: bold;
}
.listing_seperator{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
#fadeinbox{
position:absolute;
width: 300px;
left: 0;
top: -400px;
border: 2px solid black;
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}

tr.hiddenRow
{
	display:none;
}
h1{
	font-size: 18px;
	color: #537531;
}